Some refactoring.
[gnulib.git] / ChangeLog
1 2007-03-28  Bruno Haible  <bruno@clisp.org>
2
3         * lib/striconveh.c (utf8conv_carefully): New function.
4         (mem_cd_iconveh_internal): Invoke it.
5
6 2007-03-28  Bruno Haible  <bruno@clisp.org>
7
8         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
9         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10         input.
11         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
13         unistr/u8-uctomb.
14
15 2007-03-28  Bruno Haible  <bruno@clisp.org>
16
17         * modules/unistr/u8-mbtoucr: New file.
18         * lib/unistr/u8-mbtoucr.c: New file.
19         * modules/unistr/u16-mbtoucr: New file.
20         * lib/unistr/u16-mbtoucr.c: New file.
21         * modules/unistr/u16-mbtoucr: New file.
22         * lib/unistr/u16-mbtoucr.c: New file.
23         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
24
25 2007-03-27  Simon Josefsson  <simon@josefsson.org>
26             Bruno Haible  <bruno@clisp.org>
27
28         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
29         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
30         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
31
32         * m4/stdio_h.m4: Add stubs for vasprintf too.
33
34         * modules/stdio: Support vasprintf in sed command.
35
36         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37         vasprintf.h.  Add stdio module indicator.
38
39         * lib/stdio_.h: Declare asprintf and vasprintf, based on
40         vasprintf.h.
41
42         * lib/vasprintf.h: File removed.
43
44         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
45         * lib/vasprintf.c: Ditto.
46         * lib/xvasprintf.c: Ditto.
47         * tests/test-vasprintf-posix.c: Ditto.
48         * tests/test-vasprintf.c: Ditto.
49
50 2007-03-27  Bruno Haible  <bruno@clisp.org>
51
52         Make vasnprintf multithread-safe.
53         * lib/vasnprintf.c (decimal_point_char): New function.
54         (VASNPRINTF): Use it.
55         Suggested by Simon Josefsson.
56
57 2007-03-27  Eric Blake  <ebb9@byu.net>
58
59         Support sub-second birthtime on cygwin.
60         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
61         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
62         (get_stat_birthtime): Also work with st_birthtim.
63
64 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
65
66         * lib/stat-time.h (USE_BIRTHTIME): Remove.
67         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
68         (get_stat_birthtime_ns): Do not try to use "spare" fields.
69         (get_stat_birthtime_ns): Simplify compile-time tests.
70         (get_stat_birthtime): Change the API to look like
71         get_stat_mtime etc., except return a negative tv_nsec on error.
72         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
73         Don't check for "spare" fields.
74         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
75         or for struct stat.st_birthtime, as these tests aren't used.
76         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
77
78 2007-03-27  Bruno Haible  <bruno@clisp.org>
79
80         * lib/stat-time.h: Include <sys/stat.h>.
81
82 2007-03-27  James Youngman  <jay@gnu.org>
83
84         * lib/stat-time.h (get_stat_birthtime): New function for
85           retrieving st_birthtime as provided by UFS2 (hence *BSD).
86         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
87           and its variants.
88         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
89         * modules/stat-time-test: New file.
90         * tests/test-stat-time.c: New test, devised by Bruno Haible.
91
92 2007-03-26  Bruno Haible  <bruno@clisp.org>
93
94         Better support of signalling NaNs.
95         * lib/atanl.c: Include isnanl.h.
96         (atanl): Perform test for NaN at the beginning of the function and
97         through a call to isnanl.
98         * lib/cosl.c: Include isnanl.h.
99         (cosl): Perform test for NaN at the beginning of the function and
100         through a call to isnanl.
101         * lib/ldexpl.c: Include isnanl.h.
102         (ldexpl): Perform test for NaN through a call to isnanl.
103         * lib/logl.c: Include isnanl.h.
104         (logl): Perform test for NaN at the beginning of the function and
105         through a call to isnanl.
106         * lib/sinl.c: Include isnanl.h.
107         (sinl): Perform test for NaN at the beginning of the function and
108         through a call to isnanl.
109         * lib/sqrtl.c: Include isnanl.h.
110         (sqrtl): Perform test for NaN at the beginning of the function and
111         through a call to isnanl.
112         * lib/tanl.c: Include isnanl.h.
113         (tanl): Perform test for NaN at the beginning of the function and
114         through a call to isnanl.
115         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
116         * modules/mathl (Depends-on): Add isnanl.
117
118 2007-03-26  Eric Blake  <ebb9@byu.net>
119
120         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
121         regression in logic sense of previous patch.
122
123 2007-03-26  Bruno Haible  <bruno@clisp.org>
124
125         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
126         unportable shell command "if ! ...".
127         Reported by Ralf Wildenhues.
128
129 2007-03-25  Bruno Haible  <bruno@clisp.org>
130
131         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
132         <sysexits.h> file, and only add EX_CONFIG.
133         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
134         absolute file name and whether it is sufficient. Substitute also
135         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
136         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
137         ABSOLUTE_SYSEXITS_H into sysexits.h.
138
139 2007-03-25  Bruno Haible  <bruno@clisp.org>
140
141         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
142         hints is NULL.
143
144 2007-03-25  Bruno Haible  <bruno@clisp.org>
145
146         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
147         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
148
149 2007-03-25  Bruno Haible  <bruno@clisp.org>
150
151         * lib/vasnprintf.c: Include langinfo.h.
152         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
153         multithread-safe.
154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
155         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
156         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
157         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
158         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
159         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
160         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
161         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
162         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
163         Reported by Simon Josefsson.
164
165 2007-03-25  Bruno Haible  <bruno@clisp.org>
166
167         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
168         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
169         * modules/vasnprintf (Depends-on): Add stdint.
170
171 2007-03-25  Bruno Haible  <bruno@clisp.org>
172
173         * modules/fpieee: New file.
174         * m4/fpieee.m4: New file.
175         * modules/isnan-nolibm (Depends-on): Add fpieee.
176         * modules/isnanl-nolibm (Depends-on): Add fpieee.
177         * modules/isnanl (Depends-on): Add fpieee.
178
179 2007-03-25  Bruno Haible  <bruno@clisp.org>
180
181         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
182
183 2007-03-25  Bruno Haible  <bruno@clisp.org>
184
185         Avoid test failures on IRIX 6.5.
186         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
187         (main): Use it.
188         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
189         macros.
190         (main): Use them.
191
192 2007-03-25  Bruno Haible  <bruno@clisp.org>
193
194         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
195         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
196         exists but doesn't work.
197         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
198         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
199         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
200         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
201
202 2007-03-25  Bruno Haible  <bruno@clisp.org>
203
204         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
205         returns inf. Needed on IRIX 6.5.
206
207 2007-03-25  Bruno Haible  <bruno@clisp.org>
208
209         * tests/test-frexpl.c: Include isnanl-nolibm.h.
210         (main): Use isnanl instead of x != x idiom.
211         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
212
213         * tests/test-frexp.c: Include isnan.h.
214         (main): Use isnan instead of x != x idiom.
215         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
216
217 2007-03-25  Bruno Haible  <bruno@clisp.org>
218
219         * tests/test-frexp.c (NaN): New function/macro.
220         (main): Use it instead of 0.0 / 0.0.
221         * tests/test-isnan.c (NaN): New function/macro.
222         (main): Use it instead of 0.0 / 0.0.
223         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
224         (test_function): Use it instead of 0.0 / 0.0.
225         * tests/test-vasprintf-posix.c (NaN): New function/macro.
226         (test_function): Use it instead of 0.0 / 0.0.
227         * tests/test-snprintf-posix.h (NaN): New function/macro.
228         (test_function): Use it instead of 0.0 / 0.0.
229         * tests/test-sprintf-posix.h (NaN): New function/macro.
230         (test_function): Use it instead of 0.0 / 0.0.
231         * tests/test-fprintf-posix.h (NaN): New function/macro.
232         (test_function): Use it instead of 0.0 / 0.0.
233         * tests/test-printf-posix.h (NaN): New function/macro.
234         (test_function): Use it instead of 0.0 / 0.0.
235
236         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
237
238 2007-03-25  Bruno Haible  <bruno@clisp.org>
239
240         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
241
242 2007-03-25  Bruno Haible  <bruno@clisp.org>
243
244         * lib/regexec.c (merge_state_with_log): Make static.
245
246 2007-03-25  Bruno Haible  <bruno@clisp.org>
247
248         * lib/trigl.c (kernel_rem_pio2): Make static.
249
250 2007-03-25  Bruno Haible  <bruno@clisp.org>
251
252         * lib/sincosl.c (sincosl_table): Make static.
253
254 2007-03-25  Bruno Haible  <bruno@clisp.org>
255
256         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
257         if the compiler does not support C99.
258
259 2007-03-25  Bruno Haible  <bruno@clisp.org>
260
261         * modules/time (Makefile.am): Ensure all rule action lines start with a
262         tab.
263
264 2007-03-24  Bruno Haible  <bruno@clisp.org>
265
266         * modules/tsearch-tests: New file.
267         * tests/test-tsearch.sh: New file.
268         * tests/test-tsearch.c: New file, mostly copied from glibc.
269
270         * modules/search-tests: New file.
271         * tests/test-search.c: New file.
272
273         * modules/search: New file.
274         * lib/search_.h: New file, incorporating lib/tsearch.h.
275         * m4/search_h.m4: New file.
276         * lib/tsearch.h: Remove file.
277         * lib/tsearch.c: Include search.h instead of tsearch.h.
278         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
279         HAVE_TSEARCH.
280         * modules/tsearch (Files): Remove lib/tsearch.h.
281         (Depends-on): Add search.
282         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
283         (Include): Change tsearch.h into search.h.
284
285 2007-03-24  Bruno Haible  <bruno@clisp.org>
286
287         * modules/fpucw: New file.
288         * lib/fpucw.h: New file.
289         * lib/frexp.c: Include fpucw.h.
290         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
291         (FUNC): Use them.
292         * lib/printf-frexp.c: Include fpucw.h.
293         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
294         (FUNC): Use them.
295         * lib/vasnprintf.c: Include fpucw.h.
296         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
297         'long double' calculations.
298         * tests/test-frexpl.c: Include fpucw.h.
299         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
300         * tests/test-printf-frexpl.c: Include fpucw.h.
301         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
302         * modules/frexpl (Depends-on): Add fpucw.
303         * modules/printf-frexpl (Depends-on): Likewise.
304         * modules/fprintf-posix (Depends-on): Likewise.
305         * modules/snprintf-posix (Depends-on): Likewise.
306         * modules/sprintf-posix (Depends-on): Likewise.
307         * modules/vasnprintf-posix (Depends-on): Likewise.
308         * modules/vasprintf-posix (Depends-on): Likewise.
309         * modules/vfprintf-posix (Depends-on): Likewise.
310         * modules/vsnprintf-posix (Depends-on): Likewise.
311         * modules/vsprintf-posix (Depends-on): Likewise.
312         * modules/frexpl-tests (Depends-on): Likewise.
313         * modules/printf-frexpl-tests (Depends-on): Likewise.
314
315 2007-03-24  Bruno Haible  <bruno@clisp.org>
316
317         * lib/float+.h: New file.
318         * lib/isnan.c: Include float+.h.
319         (SIZE): New macro.
320         (FUNC): Compare only SIZE bytes of the value.
321         * lib/vasnprintf.c: Include float+.h.
322         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
323         SIZEOF_LDBL or SIZEOF_DBL bytes.
324         * modules/isnan-nolibm (Files): Add lib/float+.h.
325         * modules/isnanl-nolibm (Files): Add lib/float+.h.
326         * modules/isnanl (Files): Add lib/float+.h.
327         * modules/vasnprintf (Files): Add lib/float+.h.
328
329 2007-03-24  Bruno Haible  <bruno@clisp.org>
330
331         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
332         include isnanl-nolibm.h.
333
334 2007-03-24  Bruno Haible  <bruno@clisp.org>
335
336         * tests/test-read-file.c (main): Don't produce spurious output for
337         expected situations. Make the test fail if it encountered unexpected
338         results.
339
340 2007-03-24  Bruno Haible  <bruno@clisp.org>
341
342         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
343         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
344
345 2007-03-24  Bruno Haible  <bruno@clisp.org>
346
347         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
348
349 2007-03-24  Bruno Haible  <bruno@clisp.org>
350
351         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
352         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
353
354         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
355         * modules/utf8-ucs4: Turn into a symbolic link to module
356         unistr/u8-mbtouc.
357
358         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
359         utf8-ucs4-unsafe.
360         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
361         unistr/u8-mbtouc-unsafe.
362
363         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
364         * modules/utf16-ucs4: Turn into a symbolic link to module
365         unistr/u16-mbtouc.
366
367         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
368         utf16-ucs4-unsafe.
369         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
370         unistr/u16-mbtouc-unsafe.
371
372         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
373         * modules/ucs4-utf8: Turn into a symbolic link to module
374         unistr/u8-ubtomb.
375
376         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
377         * modules/ucs4-utf16: Turn into a symbolic link to module
378         unistr/u16-ubtomb.
379
380 2007-03-24  Bruno Haible  <bruno@clisp.org>
381
382         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
383         Enable the function only if HAVE_INLINE.
384         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
385         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
386         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
387         Enable the function only if HAVE_INLINE.
388         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
389         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
390         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
391         Enable the function only if HAVE_INLINE.
392         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
393         Enable the function only if HAVE_INLINE.
394         * modules/utf8-ucs4: Update.
395         * modules/utf8-ucs4-unsafe: Update.
396         * modules/utf16-ucs4: Update.
397         * modules/utf16-ucs4-unsafe: Update.
398         * modules/ucs4-utf8: Update.
399         * modules/ucs4-utf16: Update.
400
401 2007-03-24  Bruno Haible  <bruno@clisp.org>
402
403         * lib/utf8-ucs4.h: Remove file.
404         * lib/utf8-ucs4-unsafe.h: Remove file.
405         * lib/utf16-ucs4.h: Remove file.
406         * lib/utf16-ucs4-unsafe.h: Remove file.
407         * lib/ucs4-utf8.h: Remove file.
408         * lib/ucs4-utf16.h: Remove file.
409         * lib/unistr.h: Include their previous contents.
410         * m4/utf-ucs4.m4: Remove file.
411         * m4/ucs4-utf.m4: Remove file.
412         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
413         (Depends-on): Add unistr/base.
414         (configure.ac): Remove gl_UTF_UCS4.
415         (Makefile.am): Update.
416         (Include): Change to unistr.h.
417         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
418         (Depends-on): Add unistr/base.
419         (configure.ac): Remove gl_UTF_UCS4.
420         (Makefile.am): Update.
421         (Include): Change to unistr.h.
422         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
423         (Depends-on): Add unistr/base.
424         (configure.ac): Remove gl_UTF_UCS4.
425         (Makefile.am): Update.
426         (Include): Change to unistr.h.
427         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
428         (Depends-on): Add unistr/base.
429         (configure.ac): Remove gl_UTF_UCS4.
430         (Makefile.am): Update.
431         (Include): Change to unistr.h.
432         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
433         (Depends-on): Add unistr/base.
434         (configure.ac): Remove gl_UCS4_UTF.
435         (Makefile.am): Update.
436         (Include): Change to unistr.h.
437         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
438         (Depends-on): Add unistr/base.
439         (configure.ac): Remove gl_UCS4_UTF.
440         (Makefile.am): Update.
441         (Include): Change to unistr.h.
442         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
443         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
444         utf8-ucs4-unsafe.h.
445         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
446         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
447         utf16-ucs4-unsafe.h.
448         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
449         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
450         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
451         * lib/unistr/u8-strchr.c: Likewise.
452         * lib/unistr/u8-strrchr.c: Likewise.
453         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
454         * lib/unistr/u16-strchr.c: Likewise.
455         * lib/unistr/u16-strrchr.c: Likewise.
456         * lib/striconveh.c: Update.
457         * lib/linebreak.c: Update.
458
459 2007-03-24  Bruno Haible  <bruno@clisp.org>
460
461         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
462         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
463
464 2007-03-22  Bruno Haible  <bruno@clisp.org>
465
466         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
467
468 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
469
470         * MODULES.html.sh (File system functions): New module write-any-file.
471         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
472         * m4/write-any-file.m4: New files.
473
474 2007-03-23  Eric Blake  <ebb9@byu.net>
475
476         * gnulib-tool: Rearrange space-tab sequences, since some editors
477         like to eat them.
478
479 2007-03-23  Eric Blake  <ebb9@byu.net>
480
481         * lib/version-etc.c (version_etc_va): Update license wording to
482         be more concise.  Recommended by Richard Stallman.
483
484 2007-03-22  Bruno Haible  <bruno@clisp.org>
485
486         * lib/poll.c (MSG_PEEK): New fallback definition.
487
488 2007-03-22  Bruno Haible  <bruno@clisp.org>
489
490         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
491         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
492         (main): Update.
493         Fixes a compilation error on BeOS.
494
495 2007-03-22  Bruno Haible  <bruno@clisp.org>
496
497         * modules/frexpl-tests: New file.
498         * tests/test-frexpl.c: New file.
499
500         * modules/frexpl: New file.
501         * m4/frexpl.m4: New file.
502         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
503         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
504         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
505         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
506         (Depends-on): Add frexpl. Remove isnanl-nolibm.
507         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
508
509 2007-03-22  Bruno Haible  <bruno@clisp.org>
510
511         * lib/frexpl.c: Share code with lib/frexp.c.
512         * modules/mathl (Files): Add lib/frexp.c.
513         (Depends-on): Add isnanl-nolibm.
514
515 2007-03-22  Bruno Haible  <bruno@clisp.org>
516
517         * modules/printf-frexp (Files): Add m4/frexp.m4.
518         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
519         only if the found frexp function actually works.
520
521 2007-03-22  Bruno Haible  <bruno@clisp.org>
522
523         * lib/frexp.c: Remove older implementation that uses divisions.
524
525 2007-03-21  Bruno Haible  <bruno@clisp.org>
526
527         * modules/frexp-tests: New file.
528         * tests/test-frexp.c: New file.
529
530         * modules/frexp: New file.
531         * lib/frexp.c: New file.
532         * m4/frexp.m4: New file.
533         * lib/math_.h (frexp): New declaration.
534         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
535         REPLACE_FREXP.
536         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
537
538 2007-03-21  Bruno Haible  <bruno@clisp.org>
539
540         * modules/isnanl-tests: New file.
541         * tests/test-isnanl.c: New file.
542
543         * modules/isnanl: New file.
544         * lib/isnanl.h: New file.
545         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
546         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
547         gl_FUNC_ISNANL_WORKS.
548         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
549         New macros.
550
551 2007-03-21  Bruno Haible  <bruno@clisp.org>
552
553         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
554         lib/isnanl.h.
555         (Include): Update.
556         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
557         * lib/vasnprintf.c: Update.
558         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
559         tests/test-isnanl.h, remove tests/test-isnanl.c.
560         (Makefile.am): Update.
561         * tests/test-isnanl-nolibm.c: New file.
562         * tests/test-isnanl.h: New file.
563         * tests/test-isnanl.c: Remove file.
564
565 2007-03-21  Jim Meyering  <jim@meyering.net>
566
567         When trying to open ".", treat ESTALE like EACCES.
568         * lib/savewd.c (savewd_save): Resort to forking not just upon
569         failure with EACCES, but also when errno is ESTALE.
570
571 2007-03-20  Bruno Haible  <bruno@clisp.org>
572
573         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
574         Needed on AIX 5.1. Reported by Matthew Woehlke.
575
576 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
577
578         Suggestions by Bruno Haible:
579         * lib/acl-internal.h: Include "gettext.h" rather than rolling
580         our own.
581         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
582         * modules/acl (Depends-on): Add gettext.
583
584 2007-03-19  Bruno Haible  <bruno@clisp.org>
585
586         * modules/iconvme: Remove file.
587         * lib/iconvme.h: Remove file.
588         * lib/iconvme.c: Remove file.
589         * m4/iconvme.m4: Remove file.
590
591 2007-03-19  Bruno Haible  <bruno@clisp.org>
592
593         * doc/relocatable-maint.texi: Break long shell script line.
594         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
595
596 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
597
598         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
599         handle file_has_acl.
600         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
601         * lib/acl.c: Move header inclusions and related macro defns into
602         lib/acl-internal.h.
603         (S_ISLNK): Remove defn, since that's now done for us.
604         (file_has_acl): Move to lib/file-has-acl.c.
605         Call acl_trivial if available.  This is the crucial part of the fix.
606         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
607         shared within the library.  Rewrite a bit, partly to make it compatible
608         with the GNU coding style.
609         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
610         Remove unnecessary double-quotes.
611         Don't test for acl_to_text; the build will catch that.
612         Replace acl_entries if it doesn't exist and it is needed.
613         Check for -lsec and acl_trivial (as used on Solaris 10).
614         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
615         lib/file-has-acl.c.
616         (Depends-on): Add sys_stat, for S_ISLNK.
617
618 2007-03-19  Ben Pfaff  <blp@gnu.org>
619
620         * doc/gnulib.texi: Fix typos.
621         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
622
623 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
624
625         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
626         If size is zero here, buf must be zero.
627
628 2007-03-19  Simon Josefsson  <simon@josefsson.org>
629
630         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
631         <bruno@clisp.org>.
632
633 2007-03-18  Bruno Haible  <bruno@clisp.org>
634
635         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
636         Suggested by Eric Blake.
637
638 2007-03-18  Ben Pfaff  <blp@gnu.org>
639
640         * doc/relocatable.texi: Recommend using as prefix a directory
641         that does not exist and will never be created.  Based on
642         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
643         and others.
644
645 2007-03-17  Bruno Haible  <bruno@clisp.org>
646
647         * lib/fchownat.c: Include lchown.h.
648
649 2007-03-17  Bruno Haible  <bruno@clisp.org>
650
651         Fix endless loop when the given allocated size was > INT_MAX.
652         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
653         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
654         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
655         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
656         * lib/sprintf.c (sprintf): Likewise.
657
658 2007-03-17  Bruno Haible  <bruno@clisp.org>
659
660         * tests/test-argp-2.sh (func_compare): Output a context diff.
661
662 2007-03-17  Bruno Haible  <bruno@clisp.org>
663
664         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
665         locale's decimal-point character.
666
667 2007-03-17  Bruno Haible  <bruno@clisp.org>
668
669         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
670         before comparing it. Needed because on some platforms (e.g. x86) a
671         'long double' occupies less bytes than sizeof (long double).
672
673 2007-03-17  Bruno Haible  <bruno@clisp.org>
674
675         * tests/test-crc.c (main): Make printf statements 64-bit clean.
676         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
677         * tests/test-getaddrinfo.c (simple): Likewise.
678         * tests/test-read-file.c (main): Likewise.
679
680 2007-03-17  Bruno Haible  <bruno@clisp.org>
681
682         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
683
684 2007-03-17  Bruno Haible  <bruno@clisp.org>
685
686         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
687         unused variable.
688
689 2007-03-17  Bruno Haible  <bruno@clisp.org>
690
691         * tests/test-c-strcasecmp.c: Include c-strcase.h.
692         * tests/test-c-strncasecmp.c: Likewise.
693
694 2007-03-17  Bruno Haible  <bruno@clisp.org>
695
696         * modules/stdlib (Depends-on): Add unistd.
697         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
698         Needed for MacOS X 10.3.
699
700 2007-03-17  Bruno Haible  <bruno@clisp.org>
701
702         * lib/unistr/u-strdup.h: Include <stdlib.h>.
703
704 2007-03-17  Bruno Haible  <bruno@clisp.org>
705
706         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
707
708 2007-03-17  Bruno Haible  <bruno@clisp.org>
709
710         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
711         to reflect files copied from gnulib (with or without modifications).
712         Suggested by Jim Meyering.
713
714 2007-03-17  Eric Blake  <ebb9@byu.net>
715
716         * NEWS: Document stdlib change from 2007-02-18.
717
718 2007-03-17  Jim Meyering  <jim@meyering.net>
719
720         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
721         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
722         someone uses a name containing shell meta-characters.
723         Reported by Alfred M. Szmidt.
724
725         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
726
727 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
728
729         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
730         and copy gettext configuration files only if configure.ac contains
731         a use of AM_GNU_GETTEXT_VERSION.
732
733 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
734
735         * build-aux/bootstrap (gnulib_name): New variable.
736         (gnulib_tool_options): Use it.
737
738 2007-03-13  Simon Josefsson  <simon@josefsson.org>
739
740         * tests/test-des.c: Use new namespace.
741
742 2007-03-15  Bruno Haible  <bruno@clisp.org>
743
744         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
745         Reported by James Youngman <jay@gnu.org>.
746
747 2007-03-15  Bruno Haible  <bruno@clisp.org>
748
749         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
750         declared prototype. Needed with cc on OSF/1 5.1.
751
752 2007-03-15  Bruno Haible  <bruno@clisp.org>
753
754         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
755         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
756         (struct gl_list_implementation): Add dispose_fn argument to the
757         'create_empty', 'create' methods.
758         (struct gl_list_impl_base): Add field 'dispose_fn'.
759         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
760         argument.
761         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
762         dispose_fn argument.
763         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
764         dispose_fn on the dropped values.
765         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
766         dispose_fn argument.
767         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
768         dropped values.
769         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
770         (gl_tree_remove_node): Call dispose_fn on the dropped value.
771         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
772         (gl_tree_remove_node): Call dispose_fn on the dropped value.
773         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
774         argument.
775         (gl_tree_list_free): Call dispose_fn on the dropped values.
776         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
777         the dropped values.
778         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
779         Add dispose_fn argument.
780         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
781         Call dispose_fn on the dropped values.
782         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
783         Add dispose_fn argument.
784         (gl_sublist_create): Initialize the 'dispose_fn' field.
785         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
786         * tests/test-array_list.c (main): Update.
787         * tests/test-carray_list.c (main): Update.
788         * tests/test-avltree_list.c (main): Update.
789         * tests/test-rbtree_list.c (main): Update.
790         * tests/test-avltreehash_list.c (main): Update.
791         * tests/test-rbtreehash_list.c (main): Update.
792         * tests/test-linked_list.c (main): Update.
793         * tests/test-linkedhash_list.c (main): Update.
794         * tests/test-array_oset.c (main): Update.
795
796 2007-03-15  Bruno Haible  <bruno@clisp.org>
797
798         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
799         (gl_oset_create_empty): Add dispose_fn argument.
800         (struct gl_oset_implementation): Add dispose_fn argument to
801         'create_empty' method.
802         (struct gl_oset_impl_base): Add dispose_fn field.
803         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
804         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
805         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
806         values.
807         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
808         (gl_tree_oset_free): Call dispose_fn on the dropped values.
809         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
810         dropped value.
811         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
812         dropped value.
813         * tests/test-array_oset.c (main): Update.
814         * tests/test-avltree_oset.c (main): Update.
815         * tests/test-rbtree_oset.c (main): Update.
816         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
817
818 2007-03-13  Bruno Haible  <bruno@clisp.org>
819
820         * tests/test-stdbool.c (i): Update after last patch.
821
822 2007-03-12  Bruno Haible  <bruno@clisp.org>
823
824         * lib/quotearg.c: Include <wctype.h> early, before the definition of
825         the iswprint macro. Needed on Solaris 2.5.1.
826
827 2007-03-12  Bruno Haible  <bruno@clisp.org>
828
829         * tests/test-printf-frexp.c (main): Declare x as volatile.
830
831 2007-03-12  Simon Josefsson  <simon@josefsson.org>
832
833         * doc/gnulib.texi (Build robot for gnulib): New section.
834
835 2007-03-12  Jim Meyering  <jim@meyering.net>
836
837         * build-aux/bootstrap: New file.
838         * build-aux/bootstrap.conf: New file, from coreutils.
839
840 2007-03-11  Bruno Haible  <bruno@clisp.org>
841
842         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
843
844 2007-03-12  Simon Josefsson  <simon@josefsson.org>
845
846         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
847         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
848         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
849
850 2007-03-11  Bruno Haible  <bruno@clisp.org>
851
852         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
853         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
854
855 2007-03-11  Bruno Haible  <bruno@clisp.org>
856
857         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
858         formula. Needed for SunPRO C 5.0.
859
860 2007-03-11  Bruno Haible  <bruno@clisp.org>
861
862         * modules/long-options (Depends-on): Add getopt.
863
864 2007-03-11  Bruno Haible  <bruno@clisp.org>
865
866         * modules/modechange (Depends-on): Add stdbool.
867
868 2007-03-11  Bruno Haible  <bruno@clisp.org>
869
870         * modules/i-ring (Depends-on): Add stdbool.
871
872 2007-03-11  Bruno Haible  <bruno@clisp.org>
873
874         * modules/gc-des (Depends-on): Add stdbool.
875
876 2007-03-11  Bruno Haible  <bruno@clisp.org>
877
878         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
879
880 2007-03-11  Bruno Haible  <bruno@clisp.org>
881
882         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
883
884 2007-03-11  Bruno Haible  <bruno@clisp.org>
885
886         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
887
888 2007-03-11  Bruno Haible  <bruno@clisp.org>
889
890         * lib/vasnprintf.c (sprintf): Undefine.
891
892 2007-03-11  Bruno Haible  <bruno@clisp.org>
893
894         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
895         initializers in SunPRO C and Compaq C compilers.
896
897 2007-03-11  Bruno Haible  <bruno@clisp.org>
898
899         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
900         decrementing code ANSI C compliant.
901
902 2007-03-11  Bruno Haible  <bruno@clisp.org>
903
904         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
905         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
906
907 2007-03-11  Bruno Haible  <bruno@clisp.org>
908
909         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
910         <stdbool.h> substitute doesn't pass.
911
912 2007-03-11  Bruno Haible  <bruno@clisp.org>
913
914         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
915
916 2007-03-11  Bruno Haible  <bruno@clisp.org>
917
918         * gnulib-tool (func_create_megatestdir): Create also an autobuild
919         script, for submission to autobuild.josefsson.org.
920
921 2007-03-10  Bruno Haible  <bruno@clisp.org>
922
923         * modules/canonicalize-lgpl-tests: New file.
924         * tests/test-canonicalize-lgpl.sh: New file.
925         * tests/test-canonicalize-lgpl.c: New file.
926
927         * modules/c-strcase-tests: New file.
928         * tests/test-c-strcase.sh: New file.
929         * tests/test-c-strcasecmp.c: New file.
930         * tests/test-c-strncasecmp.c: New file.
931
932         * modules/atexit-tests: New file.
933         * tests/test-atexit.sh: New file.
934         * tests/test-atexit.c: New file.
935
936 2007-03-10  Bruno Haible  <bruno@clisp.org>
937
938         * tests/test-binary-io.sh: Use temporary filenames that are not so
939         likely to clash with those of other tests (in a parallel make).
940         * tests/test-binary-io.c: Likewise.
941
942 2007-03-10  Bruno Haible  <bruno@clisp.org>
943
944         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
945         fallback; use #error instead.
946         Suggested by Simon Josefsson.
947
948 2007-03-10  Bruno Haible  <bruno@clisp.org>
949
950         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
951         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
952         first and the last.
953
954 2007-03-10  Bruno Haible  <bruno@clisp.org>
955
956         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
957
958 2007-03-10  Bruno Haible  <bruno@clisp.org>
959
960         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
961         "make distcheck".
962         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
963         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
964         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
965
966 2007-03-10  Bruno Haible  <bruno@clisp.org>
967
968         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
969         variable.
970         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
971         variable.
972
973 2007-03-09  Eric Blake  <ebb9@byu.net>
974         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
975
976         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
977         types are not being provided by gnulib.
978         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
979         types are supported.
980
981 2007-03-10  Bruno Haible  <bruno@clisp.org>
982
983         * lib/stdio_.h (__attribute__): New macro.
984         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
985         vsprintf): Specify __attribute__ __format__ for GCC.
986         Suggested by Eric Blake.
987
988 2007-03-09  Bruno Haible  <bruno@clisp.org>
989
990         * modules/printf-posix-tests: New file.
991         * tests/test-printf-posix.sh: New file.
992         * tests/test-printf-posix.c: New file.
993
994         * modules/printf-posix: New file.
995         * lib/printf.c: New file.
996         * m4/printf-posix-rpl.m4: New file.
997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
998         REPLACE_PRINTF.
999         * lib/stdio_.h (printf): New declaration.
1000         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1001         ____strfmon____): New macros.
1002         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1003         REPLACE_PRINTF.
1004
1005 2007-03-09  Bruno Haible  <bruno@clisp.org>
1006
1007         * tests/test-vasnprintf-posix2.sh: New file.
1008         * tests/test-vasnprintf-posix2.c: New file.
1009         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1010         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1011         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1012
1013         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1014         a locale dependent decimal point, rather than always '.'.
1015
1016 2007-03-09  Eric Blake  <ebb9@byu.net>
1017
1018         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1019         spite of platforms like Tandem/NSK that define it to -1.
1020
1021 2007-03-08  Bruno Haible  <bruno@clisp.org>
1022
1023         * modules/vprintf-posix-tests: New file.
1024         * tests/test-vprintf-posix.sh: New file.
1025         * tests/test-vprintf-posix.c: New file.
1026         * tests/test-printf-posix.h: New file.
1027
1028         * modules/vprintf-posix: New file.
1029         * lib/vprintf.c: New file.
1030         * m4/vprintf-posix.m4: New file.
1031         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1032         REPLACE_VPRINTF.
1033         * lib/stdio_.h (vprintf): New declaration.
1034         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1035         REPLACE_VPRINTF.
1036
1037 2007-03-08  Bruno Haible  <bruno@clisp.org>
1038
1039         * modules/fprintf-posix-tests: New file.
1040         * tests/test-fprintf-posix.sh: New file.
1041         * tests/test-fprintf-posix.c: New file.
1042
1043         * modules/fprintf-posix: New file.
1044         * lib/fprintf.c: New file.
1045         * m4/fprintf-posix.m4: New file.
1046         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1047         REPLACE_FPRINTF.
1048         * lib/stdio_.h (fprintf): New declaration.
1049         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1050         REPLACE_FPRINTF.
1051
1052 2007-03-08  Bruno Haible  <bruno@clisp.org>
1053
1054         * modules/vfprintf-posix-tests: New file.
1055         * tests/test-vfprintf-posix.sh: New file.
1056         * tests/test-vfprintf-posix.c: New file.
1057         * tests/test-fprintf-posix.h: New file.
1058         * tests/test-fprintf-posix.out: New file.
1059
1060         * modules/vfprintf-posix: New file.
1061         * lib/vfprintf.c: New file.
1062         * m4/vfprintf-posix.m4: New file.
1063         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1064         REPLACE_VFPRINTF.
1065         * lib/stdio_.h (vfprintf): New declaration.
1066         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1067         REPLACE_VFPRINTF.
1068
1069 2007-03-08  Bruno Haible  <bruno@clisp.org>
1070
1071         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1072
1073 2007-03-08  Bruno Haible  <bruno@clisp.org>
1074
1075         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1076         instead of 'expr' invocations.
1077         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1078         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1079         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1080         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1081         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1082         Suggested by Paul Eggert.
1083
1084 2007-03-08  Bruno Haible  <bruno@clisp.org>
1085
1086         * modules/fseterr-tests: New file.
1087         * tests/test-fseterr.c: New file.
1088
1089         * modules/fseterr: New file.
1090         * lib/fseterr.h: New file.
1091         * lib/fseterr.c: New file.
1092
1093 2007-03-08  Bruno Haible  <bruno@clisp.org>
1094
1095         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1096         * lib/getopt_.h: Likewise.
1097         * lib/mbswidth.h: Likewise.
1098         * lib/setenv.h: Likewise.
1099         * lib/vasnprintf.h: Likewise.
1100         * lib/vasprintf.h: Likewise.
1101         * lib/verror.h: Likewise.
1102         * lib/xsetenv.h: Likewise.
1103         * lib/xvasprintf.h: Likewise.
1104
1105 2007-03-08  Jim Meyering  <jim@meyering.net>
1106
1107         * users.txt: Add parted.
1108
1109         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1110
1111 2007-03-07  Bruno Haible  <bruno@clisp.org>
1112
1113         * m4/printf.m4: Make the shell script snippets copy&pastable.
1114
1115 2007-03-02  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/netinet_in_.h: New file.
1118         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1119         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1120         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1121         (Depends-on): Add absolute-header.
1122         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1123         into netinet/in.h.
1124
1125 2007-03-03  Bruno Haible  <bruno@clisp.org>
1126
1127         * lib/sys_select_.h: New file.
1128         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1129         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1130         * modules/sys_select (Files): Add lib/sys_select_.h.
1131         (Depends-on): Add absolute-header.
1132         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1133         into sys/select.h.
1134
1135 2007-03-02  Bruno Haible  <bruno@clisp.org>
1136
1137         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1138         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1139         values.
1140         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1141         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1142         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1143         * modules/sys_socket (Depends-on): Add absolute-header.
1144         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1145         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1146         (Include): Remove requirement of inclusion of <sys/types.h>.
1147
1148 2007-03-02  Bruno Haible  <bruno@clisp.org>
1149
1150         * lib/byteswap_.h (bswap_32): Fix formula.
1151
1152 2007-03-06  Bruno Haible  <bruno@clisp.org>
1153
1154         * modules/sprintf-posix-tests: New file.
1155         * tests/test-sprintf-posix.c: New file.
1156
1157         * modules/sprintf-posix: New file.
1158         * lib/sprintf.c: New file.
1159         * m4/sprintf-posix.m4: New file.
1160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1161         REPLACE_SPRINTF.
1162         * lib/stdio_.h (sprintf): New declaration.
1163         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1164         REPLACE_SPRINTF.
1165
1166 2007-03-06  Bruno Haible  <bruno@clisp.org>
1167
1168         * modules/vsprintf-posix-tests: New file.
1169         * tests/test-vsprintf-posix.c: New file.
1170         * tests/test-sprintf-posix.h: New file.
1171
1172         * modules/vsprintf-posix: New file.
1173         * lib/vsprintf.c: New file.
1174         * m4/vsprintf-posix.m4: New file.
1175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1176         REPLACE_VSPRINTF.
1177         * lib/stdio_.h (vsprintf): New declaration.
1178         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1179         REPLACE_VSPRINTF.
1180
1181 2007-03-06  Bruno Haible  <bruno@clisp.org>
1182
1183         * modules/vsnprintf (Depend-on): Remove minmax.
1184
1185 2007-03-06  Bruno Haible  <bruno@clisp.org>
1186
1187         * modules/snprintf-posix-tests: New file.
1188         * tests/test-snprintf-posix.c: New file.
1189
1190         * modules/snprintf-posix: New file.
1191         * m4/snprintf-posix.m4: New file.
1192         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1193         gl_FUNC_SNPRINTF.
1194         (gl_FUNC_SNPRINTF): Invoke it.
1195         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1196         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1197         is set.
1198         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1199
1200 2007-03-06  Bruno Haible  <bruno@clisp.org>
1201
1202         * modules/vsnprintf-posix-tests: New file.
1203         * tests/test-vsnprintf-posix.c: New file.
1204         * tests/test-snprintf-posix.h: New file.
1205
1206         * modules/vsnprintf-posix: New file.
1207         * m4/vsnprintf-posix.m4: New file.
1208         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1209         gl_FUNC_VSNPRINTF.
1210         (gl_FUNC_VSNPRINTF): Invoke it.
1211         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1212         * lib/stdio_.h (vsnprintf): Define as a replacement if
1213         REPLACE_VSNPRINTF is set.
1214         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1215
1216 2007-03-06  Bruno Haible  <bruno@clisp.org>
1217
1218         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1219         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1220
1221 2007-03-06  Bruno Haible  <bruno@clisp.org>
1222
1223         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1224         (asinl): Declare also if HAVE_DECL_ASINL is set.
1225         (atanl): Declare also if HAVE_DECL_ATANL is set.
1226         (ceill): Declare also if HAVE_DECL_CEILL is set.
1227         (cosl): Declare also if HAVE_DECL_COSL is set.
1228         (expl): Declare also if HAVE_DECL_EXPL is set.
1229         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1230         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1231         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1232         (logl): Declare also if HAVE_DECL_LOGL is set.
1233         (sinl): Declare also if HAVE_DECL_SINL is set.
1234         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1235         (tanl): Declare also if HAVE_DECL_TANL is set.
1236         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1237         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1238         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1239         declaration of frexpl, ldexpl.
1240         * modules/printf-frexpl (Depends-on): Add math.
1241         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1242
1243 2007-03-05  Bruno Haible  <bruno@clisp.org>
1244
1245         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1246         frexpl and ldexpl are declared.
1247         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1248
1249 2007-03-05  Bruno Haible  <bruno@clisp.org>
1250
1251         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1252         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1253
1254 2007-03-05  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/stdio_.h: Include <stddef.h>.
1257
1258 2007-03-05  Bruno Haible  <bruno@clisp.org>
1259
1260         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1261
1262 2007-03-05  Bruno Haible  <bruno@clisp.org>
1263
1264         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1265         NetBSD 4, from Ralf Wildenhues.
1266
1267 2007-03-04  Bruno Haible  <bruno@clisp.org>
1268
1269         * lib/vasprintf.h: Update #if logic for the case when the functions
1270         exist but are overridden.
1271
1272 2007-03-04  Bruno Haible  <bruno@clisp.org>
1273
1274         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1275         implementations: glibc-2.4 and MacOS X 10.3.
1276         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1277         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1278         * tests/test-vasprintf-posix.c (test_function): Likewise.
1279
1280 2007-03-04  Bruno Haible  <bruno@clisp.org>
1281
1282         * modules/vasprintf-posix-tests: New file.
1283         * tests/test-vasprintf-posix.c: New file.
1284
1285         * modules/vasprintf-posix: New file.
1286         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1287         defined.
1288         * m4/vasprintf-posix.m4: New file.
1289         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1290         gl_FUNC_VASPRINTF.
1291         (gl_FUNC_VASPRINTF): Invoke it.
1292         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1293         here.
1294         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1295
1296 2007-03-04  Bruno Haible  <bruno@clisp.org>
1297
1298         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1299         REPLACE_GETTIMEOFDAY.
1300         * modules/sys_time (Makefile.am): Likewise.
1301         * m4/sys_time_h.m4: Likewise.
1302         * m4/gettimeofday.m4: Likewise.
1303
1304 2007-03-04  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/vasnprintf-posix-tests: New file.
1307         * tests/test-vasnprintf-posix.c: New file.
1308
1309         * modules/vasnprintf-posix: New file.
1310         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1311         printf-frexpl.h.
1312         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1313         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1314         REPLACE_VASNPRINTF is defined.
1315         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1316         gl_FUNC_VASNPRINTF.
1317         (gl_FUNC_VASNPRINTF): Invoke it.
1318         * m4/vasnprintf-posix.m4: New file.
1319         * m4/printf.m4: New file.
1320
1321 2007-03-04  Bruno Haible  <bruno@clisp.org>
1322
1323         Compile progreloc.c only if --enable-relocatable is specified.
1324         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1325         if --enable-relocatable was specified.
1326         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1327         lib_SOURCES.
1328
1329 2007-03-04  Jim Meyering  <jim@meyering.net>
1330
1331         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1332         Use it consistently, rather than enumerating errno constants.
1333
1334 2007-03-04  Bruno Haible  <bruno@clisp.org>
1335
1336         * modules/xvasprintf-tests: New file.
1337         * tests/test-xvasprintf.c: New file.
1338
1339         * modules/vasprintf-tests: New file.
1340         * tests/test-vasprintf.c: New file.
1341
1342         * modules/vasnprintf-tests: New file.
1343         * tests/test-vasnprintf.c: New file.
1344
1345         * modules/vsnprintf-tests: New file.
1346         * tests/test-vsnprintf.c: New file.
1347
1348         * modules/snprintf-tests: New file.
1349         * tests/test-snprintf.c: New file.
1350
1351 2007-03-04  Bruno Haible  <bruno@clisp.org>
1352
1353         Compile relocatable.c only if --enable-relocatable is specified.
1354         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1355         gl_RELOCATABLE_LIBRARY.
1356         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1357         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1358         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1359         gl_RELOCATABLE_LIBRARY.
1360         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1361         (Makefile.am): Remove lib_SOURCES.
1362         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1363         gl_RELOCATABLE_LIBRARY.
1364         (Makefile.am): Remove lib_SOURCES.
1365         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1366         always.
1367         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1368         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1369
1370 2007-03-04  Bruno Haible  <bruno@clisp.org>
1371
1372         * modules/argmatch-tests: New file.
1373         * tests/test-argmatch.c: New file.
1374
1375         * tests/test-allocsa.c (main): Halve the number of loop runs.
1376
1377         * modules/alloca-opt-tests: New file.
1378         * tests/test-alloca-opt.c: New file.
1379
1380 2007-03-04  Jim Meyering  <jim@meyering.net>
1381
1382         Work around difference between Linux ACLs and Solaris 10 ZFS.
1383         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1384         for EINVAL.
1385
1386 2007-03-03  Bruno Haible  <bruno@clisp.org>
1387
1388         * modules/relocatable-prog (Depends-on): Add back progreloc's
1389         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1390
1391 2007-03-03  Bruno Haible  <bruno@clisp.org>
1392
1393         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1394         * modules/relocatable-lib: New file.
1395
1396 2007-03-03  Bruno Haible  <bruno@clisp.org>
1397
1398         * modules/relocatable-prog: Renamed from modules/relocatable.
1399         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1400
1401 2007-03-03  Bruno Haible  <bruno@clisp.org>
1402
1403         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1404         m4/relocatable-lib.m4.
1405         (Depends-on): Remove 'relocatable'.
1406         (configure.ac): Add gl_RELOCATABLE_NOP.
1407
1408 2007-03-03  Bruno Haible  <bruno@clisp.org>
1409
1410         * modules/relocatable-prog-wrapper: New file.
1411         * modules/relocatable (Depends-on): Add it. Remove all other
1412         dependencies except progname.
1413         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1414
1415         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1416         (gl_FUNC_STRERROR): Nop.
1417         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1418
1419         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1420         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1421
1422         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1423         (gl_FUNC_READLINK): Update.
1424
1425         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1426
1427 2007-03-03  Bruno Haible  <bruno@clisp.org>
1428
1429         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1430         * modules/xreadlink (Depends-on): Add unistd.
1431         * modules/xreadlink-with-size (Depends-on): Likewise.
1432
1433 2007-03-03  Bruno Haible  <bruno@clisp.org>
1434
1435         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1436         extracted from gt_FUNC_SETENV.
1437         (gt_FUNC_SETENV): Remove macro.
1438         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1439         remove gt_FUNC_SETENV.
1440
1441 2007-03-03  Bruno Haible  <bruno@clisp.org>
1442
1443         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1444         ENABLE_RELOCATABLE here.
1445         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1446
1447 2007-03-03  Bruno Haible  <bruno@clisp.org>
1448
1449         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1450         * tests/test-rbtreehash_list.c: Include progname.h.
1451         (main): Call set_program_name.
1452
1453         * modules/rbtree-oset-tests (Depends-on): Add progname.
1454         * tests/test-rbtree_oset.c: Include progname.h.
1455         (main): Call set_program_name.
1456
1457         * modules/rbtree-list-tests (Depends-on): Add progname.
1458         * tests/test-rbtree_list.c: Include progname.h.
1459         (main): Call set_program_name.
1460
1461         * modules/linked-list-tests (Depends-on): Add progname.
1462         * tests/test-linked_list.c: Include progname.h.
1463         (main): Call set_program_name.
1464
1465 2007-03-03  Bruno Haible  <bruno@clisp.org>
1466
1467         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1468         All uses of __restrict changed to _Restrict_.
1469         * lib/glob_.h (__restrict): Remove macro.
1470
1471 2007-03-02  Bruno Haible  <bruno@clisp.org>
1472
1473         * modules/gettext (configure.ac): Require gettext infrastructure
1474         from version 0.16.1.
1475
1476 2007-03-02  Bruno Haible  <bruno@clisp.org>
1477
1478         * modules/linkedhash-list-tests (Depends-on): Add progname.
1479         * tests/test-linkedhash_list.c: Include progname.h.
1480         (main): Call set_program_name.
1481
1482         * modules/carray-list-tests (Depends-on): Add progname.
1483         * tests/test-carray_list.c: Include progname.h.
1484         (main): Call set_program_name.
1485
1486         * modules/avltreehash-list-tests (Depends-on): Add progname.
1487         * tests/test-avltreehash_list.c: Include progname.h.
1488         (main): Call set_program_name.
1489
1490         * modules/avltree-oset-tests (Depends-on): Add progname.
1491         * tests/test-avltree_oset.c: Include progname.h.
1492         (main): Call set_program_name.
1493
1494         * modules/avltree-list-tests (Depends-on): Add progname.
1495         * tests/test-avltree_list.c: Include progname.h.
1496         (main): Call set_program_name.
1497
1498         * modules/array-oset-tests (Depends-on): Add progname.
1499         * tests/test-array_oset.c: Include progname.h.
1500         (main): Call set_program_name.
1501
1502         * modules/array-list-tests (Depends-on): Add progname.
1503         * tests/test-array_list.c: Include progname.h.
1504         (main): Call set_program_name.
1505
1506         * modules/argp-tests (Depends-on): Add progname.
1507         * tests/test-argp.c: Include argp.h first. Include progname.h.
1508         (main): Call set_program_name.
1509
1510 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1511
1512         * doc/gnulib-tool.texi (Initial import): Reword description of
1513         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1514         limited effect even if defined after the first system include.
1515
1516 2007-03-01  Bruno Haible  <bruno@clisp.org>
1517
1518         * build-aux/config.libpath: Update to libtool-1.5.22.
1519         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1520
1521 2007-03-01  Bruno Haible  <bruno@clisp.org>
1522
1523         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1524         foo_CFLAGS.
1525         Reported by Ralf Wildenhues.
1526
1527 2007-03-01  Bruno Haible  <bruno@clisp.org>
1528
1529         * build-aux/install-reloc: Remove object files left over by some
1530         compilers.
1531         Reported by Ralf Wildenhues.
1532
1533 2007-03-01  Bruno Haible  <bruno@clisp.org>
1534
1535         * build-aux/install-reloc: Break long lines.
1536
1537 2007-03-01  Bruno Haible  <bruno@clisp.org>
1538
1539         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1540         Reported by Ralf Wildenhues.
1541
1542 2007-03-01  Bruno Haible  <bruno@clisp.org>
1543
1544         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1545         include ordering constraints.
1546
1547 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1548
1549         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1550         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1551         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1552         as another example.
1553         * lib/time_.h: Fix misspelling.
1554         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1555         Require gl_HEADER_TIME_H_DEFAULTS.
1556         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1557         * m4/time_r.m4 (gl_TIME_R): Likewise.
1558         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1559
1560 2007-03-01  Bruno Haible  <bruno@clisp.org>
1561
1562         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1563         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1564
1565 2007-03-01  Jim Meyering  <jim@meyering.net>
1566
1567         * modules/xreadlink (Maintainer): Add my name.
1568         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1569
1570 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1571             Bruno Haible  <bruno@clisp.org>
1572
1573         * build-aux/install-reloc: Compile also c-ctype.c.
1574         * build-aux/relocatable.sh.in: New file.
1575         * doc/relocatable.texi: New file.
1576         * doc/relocatable-maint.texi: New file.
1577         * doc/gnulib.texi: Include relocatable-maint.texi.
1578         * lib/progreloc.c: Include unistd.h unconditionally.
1579         * lib/relocwrapper.c: Include unistd.h unconditionally.
1580         Include c-ctype.h.
1581         (add_dotbin): Use c_tolower.
1582         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1583         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1584         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1585         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1586         to m4/relocatable-lib.m4.
1587         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1588         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1589         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1590         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1591         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1592         * modules/relocatable: New file.
1593         * modules/relocatable-lib: New file.
1594         * modules/relocatable-script: New file.
1595
1596 2007-02-28  Bruno Haible  <bruno@clisp.org>
1597
1598         Import --enable-relocatable infrastructure.
1599         * build-aux/config.libpath: New file, from GNU gettext.
1600         * build-aux/install-reloc: New file, from GNU gettext.
1601         * build-aux/reloc-ldflags: New file, from GNU gettext.
1602         * lib/relocatable.h: New file, from GNU gettext.
1603         * lib/relocatable.c: New file, from GNU gettext.
1604         * lib/relocwrapper.c: New file, from GNU gettext.
1605         * m4/relocatable.m4: New file, from GNU gettext.
1606
1607 2007-02-28  Bruno Haible  <bruno@clisp.org>
1608
1609         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1610
1611         * modules/xreadlink: New file, from GNU gettext with modifications.
1612         * lib/xreadlink.c: New file, from GNU gettext.
1613         * lib/xreadlink.h: Add comments.
1614         (xreadlink): New declaration.
1615
1616         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1617         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1618         lib/xreadlink-with-size.c.
1619         (configure.ac): Remove gl_XREADLINK invocation.
1620         (Makefile.am): Augment lib_SOURCES.
1621         * m4/xreadlink.m4: Remove file.
1622         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1623         (xreadlink_with_size): Renamed from xreadink.
1624         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1625         * modules/canonicalize (Depends-on): Replace xreadlink with
1626         xreadlink-with-size.
1627         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1628
1629 2007-02-25  Jim Meyering  <jim@meyering.net>
1630
1631         * build-aux/announce-gen: When complaining about excess arguments,
1632         list them.
1633
1634 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1635
1636         * README: Document signed integer overflow situation more
1637         accurately.
1638
1639 2007-02-25  Bruno Haible  <bruno@clisp.org>
1640
1641         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1642         'a' or 'A' conversion.
1643
1644 2007-02-25  Bruno Haible  <bruno@clisp.org>
1645
1646         * modules/filename: Renamed from modules/pathname.
1647         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1648         lib/concatpath.c with lib/concat-filename.c.
1649         (Makefile.am): Update.
1650         (Include): Replace pathname.h with filename.h.
1651         * lib/filename.h: Renamed from lib/pathname.h.
1652         (concatenated_filename): Renamed from concatenated_pathname.
1653         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1654         (concatenated_filename): Renamed from concatenated_pathname.
1655         * lib/findprog.c: Include filename.h instead of pathname.h.
1656         (find_in_path): Update.
1657         * lib/javacomp.c: Include filename.h instead of pathname.h.
1658         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1659         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1660         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1661         is_oldgcj_14_13_usable, is_javac_usable): Update.
1662         * lib/javaexec.c: Include filename.h instead of pathname.h.
1663         (execute_java_class): Update.
1664         * modules/findprog: Update.
1665         * modules/javacomp: Update.
1666         * modules/javaexec: Update.
1667         * MODULES.html.sh (File system functions): Add 'filename', remove
1668         'pathname'.
1669
1670 2007-02-25  Bruno Haible  <bruno@clisp.org>
1671
1672         * modules/printf-frexpl-tests: New file.
1673         * tests/test-printf-frexpl.c: New file.
1674
1675         * modules/printf-frexpl: New file.
1676         * lib/printf-frexpl.h: New file.
1677         * lib/printf-frexpl.c: New file.
1678         * m4/printf-frexpl.m4: New file.
1679
1680 2007-02-25  Bruno Haible  <bruno@clisp.org>
1681
1682         * modules/printf-frexp-tests: New file.
1683         * tests/test-printf-frexp.c: New file.
1684
1685         * modules/printf-frexp: New file.
1686         * lib/printf-frexp.h: New file.
1687         * lib/printf-frexp.c: New file.
1688         * m4/printf-frexp.m4: New file.
1689
1690 2007-02-25  Bruno Haible  <bruno@clisp.org>
1691
1692         Assume automake >= 1.10 for the tests.
1693         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1694         * modules/arctwo-tests: Likewise.
1695         * modules/argp-tests: Likewise.
1696         * modules/avltree-list-tests: Likewise.
1697         * modules/avltree-oset-tests: Likewise.
1698         * modules/avltreehash-list-tests: Likewise.
1699         * modules/carray-list-tests: Likewise.
1700         * modules/crc-tests: Likewise.
1701         * modules/des-tests: Likewise.
1702         * modules/gc-arcfour-tests: Likewise.
1703         * modules/gc-arctwo-tests: Likewise.
1704         * modules/gc-des-tests: Likewise.
1705         * modules/gc-hmac-md5-tests: Likewise.
1706         * modules/gc-hmac-sha1-tests: Likewise.
1707         * modules/gc-md2-tests: Likewise.
1708         * modules/gc-md4-tests: Likewise.
1709         * modules/gc-md5-tests: Likewise.
1710         * modules/gc-pbkdf2-sha1-tests: Likewise.
1711         * modules/gc-rijndael-tests: Likewise.
1712         * modules/gc-sha1-tests: Likewise.
1713         * modules/gc-tests: Likewise.
1714         * modules/getaddrinfo-tests: Likewise.
1715         * modules/hmac-md5-tests: Likewise.
1716         * modules/hmac-sha1-tests: Likewise.
1717         * modules/linked-list-tests: Likewise.
1718         * modules/linkedhash-list-tests: Likewise.
1719         * modules/lock-tests: Likewise.
1720         * modules/md2-tests: Likewise.
1721         * modules/md4-tests: Likewise.
1722         * modules/md5-tests: Likewise.
1723         * modules/rbtree-list-tests: Likewise.
1724         * modules/rbtree-oset-tests: Likewise.
1725         * modules/rbtreehash-list-tests: Likewise.
1726         * modules/read-file-tests: Likewise.
1727         * modules/rijndael-tests: Likewise.
1728         * modules/stdint-tests: Likewise.
1729         * modules/tls-tests: Likewise.
1730
1731 2007-02-24  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1734         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1735         function; instead check whether isnan with a double argument links.
1736         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1737         function; instead check whether isnan with a 'long double' argument
1738         links.
1739         Reported by Eric Blake <ebb9@byu.net>.
1740
1741 2007-02-24  Bruno Haible  <bruno@clisp.org>
1742
1743         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1744         defined.
1745         * lib/isnanl.c: Remove all code. Just include isnan.c.
1746         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1747
1748 2007-02-25  Jim Meyering  <jim@meyering.net>
1749
1750         Avoid conflicting types for 'unsetenv' on FreeBSD.
1751         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1752         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1753         in stdlib.h.
1754
1755 2007-02-24  Bruno Haible  <bruno@clisp.org>
1756
1757         * modules/isnanl-nolibm-tests: New file.
1758         * tests/test-isnanl.c: New file.
1759
1760         * modules/isnanl-nolibm: New file.
1761         * lib/isnanl.h: New file.
1762         * lib/isnanl.c: New file.
1763         * m4/isnanl.m4: New file.
1764
1765 2007-02-24  Bruno Haible  <bruno@clisp.org>
1766
1767         * modules/isnan-nolibm-tests: New file.
1768         * tests/test-isnan.c: New file.
1769
1770         * modules/isnan-nolibm: New file.
1771         * lib/isnan.h: New file.
1772         * lib/isnan.c: New file.
1773         * m4/isnan.m4: New file.
1774
1775 2007-02-24  Bruno Haible  <bruno@clisp.org>
1776
1777         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1778         assume that an exponent fits in 20 bits.
1779
1780 2007-02-24  Jim Meyering  <jim@meyering.net>
1781
1782         * m4/regex.m4: Update the description of the configure-time option,
1783         --without-included-regex, to state accurately what the defaults are,
1784         and perhaps to give people an idea why using this option is risky.
1785
1786 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1787
1788         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1789         loops on small arguments.  This attempts to avoid the problem
1790         Bruno Haible reported for AIX 4.3.2 in
1791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1792
1793 2007-02-23  Bruno Haible  <bruno@clisp.org>
1794
1795         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1796         Needed for help2man.
1797
1798 2007-02-23  Karl Berry  <karl@gnu.org>
1799
1800         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1801         exists, foo.h should be cvs-ignored, not committed.
1802
1803 2007-02-23  Eric Blake  <ebb9@byu.net>
1804
1805         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1806         * lib/stat-time.h (includes): Likewise.
1807         * lib/utimecmp.c (includes): Likewise.
1808         * lib/utimens.h (includes): Likewise.
1809         * lib/getdate.y (includes): Also include "timespec.h" for use
1810         internal to the module.
1811         * modules/utimens (Depends-on): Revert yesterday's patch.
1812         * modules/nanosleep (Depends-on): Add missing dependency.
1813
1814 2007-02-22  Bruno Haible  <bruno@clisp.org>
1815
1816         * lib/glob.c: Don't include getlogin_r.h.
1817
1818 2007-02-22  Jim Meyering  <jim@meyering.net>
1819
1820         * modules/utimens (Depends-on): Add timespec, required for
1821         utimens.h's inclusion of timespec.h.
1822
1823 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1824
1825         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1826         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1827         Schwab in
1828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1829         I'll try to think of a better way to fix the Solaris problem.
1830
1831         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1832         like glibc; on Solaris 10, it fails with errno == EINVAL.
1833         POSIX says the behavior is unspecified if the first argument is NULL,
1834         so play it safe and never pass NULL to the system getcwd.
1835
1836 2007-02-21  Jim Meyering  <jim@meyering.net>
1837
1838         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1839         of gettimeofday.  It would conflict with the one now always
1840         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1841         an IRIX 6.5 build failure.
1842
1843 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1844
1845         Minor fixups to port to Solaris 10 with Sun C 5.8.
1846         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1847         * modules/getcwd (Depends-on): Add dirfd.
1848         * lib/putenv.c (putenv): #undef it.
1849         (rpl_putenv): New decl.
1850         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1851
1852 2007-02-20  Bruno Haible  <bruno@clisp.org>
1853
1854         * modules/stdio-tests: New file.
1855         * tests/test-stdio.c: New file.
1856
1857         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1858         (Depends-on): Add stdio.
1859         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1860         (Include): Use <stdio.h> instead of vsnprintf.h.
1861         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1862         HAVE_DECL_VSNPRINTF.
1863         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1864
1865         * modules/snprintf (Files): Remove lib/snprintf.h.
1866         (Depends-on): Add stdio.
1867         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1868         (Include): Use <stdio.h> instead of snprintf.h.
1869         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1870         HAVE_DECL_SNPRINTF.
1871         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1872         * lib/getaddrinfo.c: Likewise.
1873
1874         * modules/stdio: New file.
1875         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1876         * lib/snprintf.h: Remove file.
1877         * lib/vsnprintf.h: Remove file.
1878         * lib/.cppi-disable: Remove snprintf.h.
1879         * m4/stdio_h.m4: New file.
1880         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1881
1882 2007-02-20  Jim Meyering  <jim@meyering.net>
1883
1884         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1885         used by e.g., mingw.  From Bruno Haible.
1886
1887 2007-02-19  Bruno Haible  <bruno@clisp.org>
1888
1889         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1890         warnings.
1891         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1892
1893 2007-02-19  Bruno Haible  <bruno@clisp.org>
1894
1895         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1896         from mingw users.
1897
1898 2007-02-19  Bruno Haible  <bruno@clisp.org>
1899
1900         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1901         warnings.
1902         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1903
1904 2007-02-19  Jim Meyering  <jim@meyering.net>
1905
1906         Don't use FD after a successful "fdopendir (fd)".
1907         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1908         Reset it by calling dirfd on the just-obtained DIR*.
1909
1910         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1911         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1912
1913 2007-02-18  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/readlink.c: Include <unistd.h>.
1916         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1917         HAVE_READLINK.
1918         * modules/readlink (Depends-on): Add unistd.
1919         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1920         (Include): Add <unistd.h>.
1921
1922         * lib/getlogin_r.h: Remove file.
1923         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1924         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1925         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1926         HAVE_DECL_GETLOGIN_R.
1927         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1928         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1929         (Include): Use <unistd.h> instead of getlogin_r.h.
1930
1931         * lib/getcwd.h: Remove file.
1932         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1933         * lib/xgetcwd.c: Likewise.
1934         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1935         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1936         * modules/getcwd (Files): Remove lib/getcwd.h.
1937         (Depends-on): Add unistd.
1938         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1939         (Include): Use <unistd.h> instad of getcwd.h.
1940
1941         * lib/ftruncate.c: Include <unistd.h> first.
1942         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1943         Set HAVE_FTRUNCATE.
1944         * modules/ftruncate (Depends-on): Add unistd.
1945         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1946
1947         * lib/fchdir.c: Include <unistd.h> first.
1948         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1949         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1950         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1951         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1952         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1953
1954         * lib/dup2.c: Include <unistd.h> first.
1955         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1956         HAVE_DUP2.
1957         * modules/dup2 (Depends-on): Add unistd.
1958         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1959
1960         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1961         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1962         REPLACE_CHOWN. Don't define chown as a macro here.
1963         * modules/chown (Depends-on): Add unistd.
1964         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1965
1966         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1967         Add definition for GL_LINK_WARNING.
1968         (chown, dup2): New declarations.
1969         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1970         link warning.
1971         (ftruncate): New declaration.
1972         (getcwd): New declaration, taken from old getcwd.h.
1973         (getlogin_r): New declaration, taken from old getlogin_r.h.
1974         (readlink): New declaration.
1975         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1976         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1977         (gl_PREREQ_UNISTD): Remove macro.
1978         (gl_UNISTD_MODULE_INDICATOR): New macro.
1979         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1980         many new variables. Don't set UNISTD_H.
1981         * modules/unistd (Description): Change.
1982         (Depends-on): Add link-warning.
1983         (configure.ac): Update.
1984         (Makefile.am): Create unistd.h always. Substitute many new variables
1985         into it.
1986
1987 2007-02-18  Bruno Haible  <bruno@clisp.org>
1988
1989         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1990         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1991         HAVE_GETSUBOPT.
1992         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1993         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1994         * lib/getsubopt.h: Remove file.
1995         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1996         (Depends-on): Add stdlib.
1997         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1998         (Includes): Use <stdlib.h> instead of getsubopt.h.
1999         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2000         Set HAVE_GETSUBOPT.
2001         * lib/getsubopt.c: Don't include getsubopt.h.
2002
2003 2007-02-18  Bruno Haible  <bruno@clisp.org>
2004
2005         * modules/fchdir (Depends-on): Add dup2.
2006
2007 2007-02-18  Bruno Haible  <bruno@clisp.org>
2008
2009         * lib/stdlib_.h: Handle glibc's special invocation convention
2010         specially.
2011
2012 2007-02-18  Bruno Haible  <bruno@clisp.org>
2013
2014         * modules/stdlib-tests: New file.
2015         * tests/test-stdlib.c: New file.
2016
2017         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2018         (Depends-on): Add stdlib.
2019         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2020         (Includes): Use <stdlib.h> instead of mkstemp.h.
2021         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2022         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2023         * lib/mkstemp.c: Don't include mkstemp.h.
2024         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2025         * lib/stdlib--.h: Don't include mkstemp.h.
2026
2027         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2028         (Depends-on): Add stdlib.
2029         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2030         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2031         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2032         HAVE_MKDTEMP.
2033         * lib/mkdtemp.c: Don't include mkdtemp.h.
2034         * lib/clean-temp.c: Don't include mkdtemp.h.
2035
2036         * modules/exit (Files): Remove lib/exit.h.
2037         (Depends-on): Add stdlib.
2038         (Makefile.am): Remove lib_SOURCES.
2039         (Include): Use <stdlib.h> instead of exit.h.
2040         * lib/argmatch.c: Don't include exit.h.
2041         * lib/execute.c: Likewise.
2042         * lib/pagealign_alloc.c: Likewise.
2043         * lib/pipe.c: Likewise.
2044         * lib/wait-process.c: Likewise.
2045         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2046         * lib/exitfail.c: Likewise.
2047         * lib/savewd.c: Likewise.
2048         * lib/xsetenv.c: Likewise.
2049
2050         * modules/stdlib: New file.
2051         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2052         and extra comments about mkstemp().
2053         * lib/exit.h: Remove file.
2054         * lib/mkdtemp.h: Remove file.
2055         * lib/mkstemp.h: Remove file.
2056         * m4/stdlib_h.m4: New file.
2057         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2058
2059 2007-02-18  Bruno Haible  <bruno@clisp.org>
2060
2061         * modules/math-tests: New file.
2062         * tests/test-math.c: New file.
2063
2064         * modules/math: New file.
2065         * modules/mathl (Files): Remove lib/mathl.h.
2066         (Depends-on): Add math.
2067         (Makefile.am): Don't mention mathl.h.
2068         (Include): Use <math.h> instead of mathl.h.
2069         * lib/math_.h: New file.
2070         * lib/mathl.h: Remove file.
2071         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2072         mathl.h.
2073         * lib/asinl.c: Likewise.
2074         * lib/atanl.c: Likewise.
2075         * lib/ceill.c: Likewise.
2076         * lib/cosl.c: Likewise.
2077         * lib/expl.c: Likewise.
2078         * lib/floorl.c: Likewise.
2079         * lib/frexpl.c: Likewise.
2080         * lib/ldexpl.c: Likewise.
2081         * lib/logl.c: Likewise.
2082         * lib/sincosl.c: Likewise.
2083         * lib/sinl.c: Likewise.
2084         * lib/sqrtl.c: Likewise.
2085         * lib/tanl.c: Likewise.
2086         * lib/trigl.c: Likewise.
2087         * m4/math_h.m4: New file.
2088         * MODULES.html.sh (Mathematics): Add math.
2089
2090 2007-02-17  Bruno Haible  <bruno@clisp.org>
2091
2092         * modules/wctype-tests: New file.
2093         * tests/test-wctype.c: New file.
2094
2095         * modules/wchar-tests: New file.
2096         * tests/test-wchar.c: New file.
2097
2098         * modules/unistd-tests: New file.
2099         * tests/test-unistd.c: New file.
2100
2101         * modules/time-tests: New file.
2102         * tests/test-time.c: New file.
2103
2104         * modules/sysexits-tests: New file.
2105         * tests/test-sysexits.c: New file.
2106
2107         * modules/sys_time-tests: New file.
2108         * tests/test-sys_time.c: New file.
2109
2110         * modules/sys_stat-tests: New file.
2111         * tests/test-sys_stat.c: New file.
2112
2113         * modules/sys_socket-tests: New file.
2114         * tests/test-sys_socket.c: New file.
2115
2116         * modules/sys_select-tests: New file.
2117         * tests/test-sys_select.c: New file.
2118
2119         * modules/string-tests: New file.
2120         * tests/test-string.c: New file.
2121
2122         * modules/stdbool-tests: New file.
2123         * tests/test-stdbool.c: New file.
2124
2125         * modules/netinet_in-tests: New file.
2126         * tests/test-netinet_in.c: New file.
2127
2128         * modules/inttypes-tests: New file.
2129         * tests/test-inttypes.c: New file.
2130
2131         * modules/fcntl-tests: New file.
2132         * tests/test-fcntl.c: New file.
2133
2134         * modules/byteswap-tests: New file.
2135         * tests/test-byteswap.c: New file.
2136
2137         * modules/arpa_inet-tests: New file.
2138         * tests/test-arpa_inet.c: New file.
2139
2140 2007-02-17  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2143         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2144         if the corresponding module is not enabled. Emit link warnings if
2145         the function is used nevertheless.
2146         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2147         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2148         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2149         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2150         * modules/inttypes (Depends-on): Add link-warning.
2151         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2152         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2153         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2154         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2155         * modules/imaxdiv (configure.ac): Likewise.
2156         * modules/strtoimax (configure.ac): Likewise.
2157         * modules/strtoumax (configure.ac): Likewise.
2158
2159 2007-02-17  Bruno Haible  <bruno@clisp.org>
2160
2161         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2162         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2163         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2164         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2165
2166 2007-02-17  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/link-warning: New file.
2169         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2170         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2171         * modules/string (Depends-on): Add link-warning.
2172         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2173         string.h.
2174         * MODULES.html.sh (Support for building libraries and executables): Add
2175         link-warning.
2176
2177 2007-02-17  Bruno Haible  <bruno@clisp.org>
2178
2179         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2180         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2181         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2182         long lines.
2183
2184 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2185             Bruno Haible  <bruno@clisp.org>
2186
2187         * modules/tmpfile: New file.
2188         * lib/tmpfile.c: New file.
2189         * m4/tmpfile.m4: New file.
2190         * MODULES.html.sh (func_all_modules): New section "Input/output".
2191
2192 2007-02-15  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2195         (supports_delete_on_close): New function.
2196         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2197
2198 2007-02-14  Bruno Haible  <bruno@clisp.org>
2199
2200         * modules/mbspcasecmp-tests: New file.
2201         * tests/test-mbspcasecmp.sh: New file.
2202         * tests/test-mbspcasecmp.c: New file.
2203
2204         New module mbspcasecmp.
2205         * modules/mbspcasecmp: New file.
2206         * lib/mbspcasecmp.c: New file.
2207         * lib/string_.h (strncasecmp): Change warning message.
2208         (mbspcasecmp): New declaration.
2209         * m4/mbspcasecmp.m4: New file.
2210         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2211         GNULIB_MBSPCASECMP.
2212         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2213         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2214
2215 2007-02-14  Bruno Haible  <bruno@clisp.org>
2216
2217         * modules/mbsncasecmp-tests: New file.
2218         * tests/test-mbsncasecmp.sh: New file.
2219         * tests/test-mbsncasecmp.c: New file.
2220
2221         New module mbsncasecmp.
2222         * modules/mbsncasecmp: New file.
2223         * lib/mbsncasecmp.c: New file.
2224         * lib/string_.h (mbsncasecmp): New declaration.
2225         * m4/mbsncasecmp.m4: New file.
2226         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2227         GNULIB_MBSNCASECMP.
2228         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2229         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2230
2231 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2232
2233         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2234         Verify that it doesn't overlap with our flags.
2235         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2236         do not have the desired effect in multibyte locales; instead, use
2237         mbscasecmp.
2238         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2239         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2240         we don't require GNU fnmatch ourselves (if our users require it, they
2241         should do so explicitly).
2242
2243         Fix regex code so it doesn't rely on strcasecmp.
2244         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2245         Otherwise, include gnulib's langinfo.h.
2246         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2247         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2248         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2249         * modules/regex (FILES): Remove m4/codeset.m4.
2250         (Depends-on): Add localcharset.  Remove strcase.
2251
2252 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2253
2254         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2255         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2256
2257 2007-02-13  Bruno Haible  <bruno@clisp.org>
2258
2259         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2260         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2261
2262 2007-02-12  Bruno Haible  <bruno@clisp.org>
2263
2264         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2265         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2266         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2267         time warning rather than a link error.
2268
2269 2007-02-12  Bruno Haible  <bruno@clisp.org>
2270
2271         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2272         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2273         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2274
2275 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2276
2277         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2278         args, not 2.
2279
2280 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         New module 'time', so that apps can include <time.h> as per
2283         POSIX and GNU instead of separate include files like time_r.h
2284         and timegm.h.  This implementation tries out a simpler approach
2285         for replacing decls in standard include files (as compared to
2286         the string module), somewhat as an experiment.
2287
2288         * config/srclist.txt: Comment out mktime.c for now.
2289         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2290         since it doesn't apply any more.  Use generic wording instead.
2291         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2292         'time'.
2293         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2294         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2295         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2296         Don't include <sys/types.h>; no longer needed since we assume C89.
2297         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2298         * lib/strftime.c: Likewise.
2299         * lib/time_r.c: Likewise.
2300         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2301         * lib/nanosleep.c: Include <time.h> first, to check interface.
2302         * lib/strptime.c: Likewise.
2303         * lib/time_r.c: Likewise.
2304         * lib/timegm.c: Likewise.
2305         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2306         needed.
2307         * lib/timegm.c: Don't include timegm.h; no longer needed.
2308         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2309         time.h now handles any problems in that area.
2310         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2311         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2312         that time.h defines struct timespec.
2313         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2314         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2315         handles that.
2316         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2317         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2318         needed.  Set REPLACE_LOCALTIME.
2319         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2320         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2321         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2322         nanosleep; time_h.m4 now does that.  Don't require
2323         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2324         module handles this now.
2325         * modules/getdate (Depends-on): Remove timespec.  Add time.
2326         * modules/nanosleep (Depends-on): Likewise.
2327         * modules/stat-time (Depends-on): Likewise.
2328         * modules/nanosleep (Include): Include time.h, not timespec.h.
2329         * modules/strptime (Files): Remove lib/strptime.h.
2330         (Depends-on): Add extensions, time.
2331         (Include): Include time.h, not strptime.h.
2332         * modules/time_r (Files): Remove lib/time_r.h.
2333         (Depends-on): Add time.
2334         (Include): Include time.h, not time_r.h.
2335         * modules/timegm: Likewise.
2336         * modules/timespec (Description): Now does timespec-related decls
2337         of our own, instead of struct timespec itself.
2338         (Depends-on): Add time; remove extensions.
2339         (Maintainer): Add self.
2340         * modules/utimecmp (Depends-on): Add time; remove timespec.
2341         * modules/utimens (Depends-on): Likewise.
2342         * modules/xnanosleep (Depends-on): Likewise.
2343
2344 2007-02-11  Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/c-strstr.c: Include allocsa.h.
2347         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2348         * lib/c-strcasestr.c: Include allocsa.h.
2349         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2350         * lib/strcasestr.c: Include allocsa.h.
2351         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2352         * lib/mbsstr.c: Include allocsa.h.
2353         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2354         allocsa/freesa instead of malloc/free.
2355         * lib/mbscasestr.c: Include allocsa.h.
2356         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2357         allocsa/freesa instead of malloc/free.
2358         * modules/c-strstr (Depends-on): Add allocsa.
2359         * modules/c-strcasestr (Depends-on): Likewise.
2360         * modules/strcasestr (Depends-on): Likewise.
2361         * modules/mbsstr (Depends-on): Likewise.
2362         * modules/mbscasestr (Depends-on): Likewise.
2363
2364 2007-02-11  Bruno Haible  <bruno@clisp.org>
2365
2366         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2367
2368         * modules/mbsspn-tests: New file.
2369         * tests/test-mbsspn.sh: New file.
2370         * tests/test-mbsspn.c: New file.
2371
2372 2007-02-11  Bruno Haible  <bruno@clisp.org>
2373
2374         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2375
2376         * modules/mbspbrk-tests: New file.
2377         * tests/test-mbspbrk.sh: New file.
2378         * tests/test-mbspbrk.c: New file.
2379
2380 2007-02-11  Bruno Haible  <bruno@clisp.org>
2381
2382         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2383         unneeded cast.
2384
2385         * modules/mbscspn-tests: New file.
2386         * tests/test-mbscspn.sh: New file.
2387         * tests/test-mbscspn.c: New file.
2388
2389 2007-02-11  Bruno Haible  <bruno@clisp.org>
2390
2391         * modules/mbscasecmp-tests: New file.
2392         * tests/test-mbscasecmp.sh: New file.
2393         * tests/test-mbscasecmp.c: New file.
2394
2395 2007-02-11  Bruno Haible  <bruno@clisp.org>
2396
2397         Ensure O(n) worst-case complexity of mbscasestr.
2398         * lib/mbscasestr.c: Include stdbool.h.
2399         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2400         functions.
2401         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2402         the bookkeeping indicates that it's worth it.
2403         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2404
2405         * modules/mbscasestr-tests: New file.
2406         * tests/test-mbscasestr1.c: New file.
2407         * tests/test-mbscasestr2.sh: New file.
2408         * tests/test-mbscasestr2.c: New file.
2409         * tests/test-mbscasestr3.sh: New file.
2410         * tests/test-mbscasestr3.c: New file.
2411         * tests/test-mbscasestr4.sh: New file.
2412         * tests/test-mbscasestr4.c: New file.
2413         * m4/locale-tr.m4: New file.
2414
2415 2007-02-11  Bruno Haible  <bruno@clisp.org>
2416
2417         Ensure O(n) worst-case complexity of mbsstr.
2418         * lib/mbsstr.c: Include stdbool.h.
2419         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2420         functions.
2421         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2422         bookkeeping indicates that it's worth it.
2423         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2424
2425         * modules/mbsstr-tests: New file.
2426         * tests/test-mbsstr1.c: New file.
2427         * tests/test-mbsstr2.sh: New file.
2428         * tests/test-mbsstr2.c: New file.
2429         * tests/test-mbsstr3.sh: New file.
2430         * tests/test-mbsstr3.c: New file.
2431         * m4/locale-fr.m4: New file.
2432
2433 2007-02-11  Bruno Haible  <bruno@clisp.org>
2434
2435         * lib/mbsrchr.c (mbsrchr): Fix bug.
2436
2437         * modules/mbsrchr-tests: New file.
2438         * tests/test-mbsrchr.sh: New file.
2439         * tests/test-mbsrchr.c: New file.
2440
2441 2007-02-11  Bruno Haible  <bruno@clisp.org>
2442
2443         * lib/mbschr.c (mbschr): Fix bug.
2444
2445         * modules/mbschr-tests: New file.
2446         * tests/test-mbschr.sh: New file.
2447         * tests/test-mbschr.c: New file.
2448         * m4/locale-zh.m4: New file.
2449
2450 2007-02-11  Bruno Haible  <bruno@clisp.org>
2451
2452         Support for copying multibyte string iterators.
2453         * lib/mbiter.h: Include <string.h>.
2454         (mbiter_multi_copy): New function.
2455         (mbi_copy): New macro.
2456         * lib/mbuiter.h: Include <string.h>.
2457         (mbuiter_multi_copy): New function.
2458         (mbui_copy): New macro.
2459
2460 2007-02-11  Bruno Haible  <bruno@clisp.org>
2461
2462         New module mbslen.
2463         * modules/mbslen: New file.
2464         * lib/mbslen.c: New file.
2465         * lib/string_.h (mbslen): New declaration.
2466         * m4/mbslen.m4: New file.
2467         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2468         GNULIB_MBSLEN.
2469         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2470         * MODULES.html.sh (Internationalization functions): Add mbslen.
2471
2472 2007-02-11  Bruno Haible  <bruno@clisp.org>
2473
2474         Ensure O(n) worst-case complexity of strcasestr substitute.
2475         * lib/strcasestr.c: Include stdbool.h.
2476         (knuth_morris_pratt): New function.
2477         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2478         bookkeeping indicates that it's worth it.
2479         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2480
2481         * modules/strcasestr-tests: New file.
2482         * tests/test-strcasestr.c: New file.
2483
2484 2007-02-11  Bruno Haible  <bruno@clisp.org>
2485
2486         Ensure O(n) worst-case complexity of c_strcasestr.
2487         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2488         (knuth_morris_pratt): New function.
2489         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2490         the bookkeeping indicates that it's worth it.
2491         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2492
2493         * modules/c-strcasestr-tests: New file.
2494         * tests/test-c-strcasestr.c: New file.
2495
2496 2007-02-11  Bruno Haible  <bruno@clisp.org>
2497
2498         Ensure O(n) worst-case complexity of c_strstr.
2499         * lib/c-strstr.c: Include stdbool.h, string.h.
2500         (knuth_morris_pratt): New function.
2501         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2502         bookkeeping indicates that it's worth it.
2503         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2504
2505         * lib/c-strstr.c: Complete rewrite for maintainability.
2506
2507         * modules/c-strstr-tests: New file.
2508         * tests/test-c-strstr.c: New file.
2509
2510 2007-02-11  Bruno Haible  <bruno@clisp.org>
2511
2512         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2513         5.2.1 and earlier, whereby \055 was treated just like the range
2514         delimiter '-'.
2515         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2516
2517 2007-02-08  Bruno Haible  <bruno@clisp.org>
2518
2519         * modules/regex (Depends-on): Add stdbool.
2520         Reported by Dalibor Topic <robilad@kaffe.org>.
2521
2522 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2523
2524         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2525         Prefer returning from main to exiting from it.
2526         Remove unnecessary parens after sizeof.
2527
2528 2007-02-05  Bruno Haible  <bruno@clisp.org>
2529
2530         New module mbssep.
2531         * modules/mbssep: New file.
2532         * lib/mbssep.c: New file.
2533         * lib/string_.h (strsep): Add a conditional link warning.
2534         (mbssep): New declaration.
2535         * m4/mbssep.m4: New file.
2536         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2537         GNULIB_MBSSEP.
2538         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2539         * MODULES.html.sh (Internationalization functions): Add mbssep.
2540
2541 2007-02-05  Bruno Haible  <bruno@clisp.org>
2542
2543         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2544         Optimize search in case of 1 delimiter.
2545
2546 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2547
2548         * lib/acl.h: Include sys/types.h before sys/acl.h.
2549
2550 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2551
2552         Merge upstream fix for glibc bugzilla #3957:
2553
2554         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2555
2556         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2557         bit for RE_HAT_LISTS_NOT_NEWLINE.
2558         (build_charclass_op): Remove bogus comment.
2559
2560 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2561
2562         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2563
2564 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2565
2566         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2567         * lib/memmem.c [!defined _LIBC]: Include config.h.
2568
2569 2007-02-04  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2572         warning message.
2573
2574 2007-02-04  Bruno Haible  <bruno@clisp.org>
2575
2576         New module mbstok_r.
2577         * modules/mbstok_r: New file.
2578         * lib/mbstok_r.c: New file.
2579         * lib/string_.h (strtok_r): Change argument names to match the
2580         comments. Add a conditional link warning.
2581         (mbstok_r): New declaration.
2582         * m4/mbstok_r.m4: New file.
2583         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2584         GNULIB_MBSTOK_R.
2585         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2586         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2587
2588 2007-02-04  Bruno Haible  <bruno@clisp.org>
2589
2590         New module mbsspn.
2591         * modules/mbsspn: New file.
2592         * lib/mbsspn.c: New file.
2593         * lib/string_.h (strspn): Add a conditional link warning.
2594         (mbsspn): New declaration.
2595         * m4/mbsspn.m4: New file.
2596         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2597         GNULIB_MBSSPN.
2598         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2599         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2600
2601 2007-02-04  Bruno Haible  <bruno@clisp.org>
2602
2603         New module mbspbrk.
2604         * modules/mbspbrk: New file.
2605         * lib/mbspbrk.c: New file.
2606         * lib/string_.h (strpbrk): Add a conditional link warning.
2607         (mbspbrk): New declaration.
2608         * m4/mbspbrk.m4: New file.
2609         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2610         GNULIB_MBSPBRK.
2611         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2612         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2613
2614 2007-02-04  Bruno Haible  <bruno@clisp.org>
2615
2616         New module mbscspn.
2617         * modules/mbscspn: New file.
2618         * lib/mbscspn.c: New file.
2619         * lib/string_.h (strcspn): Add a conditional link warning.
2620         (mbscspn): New declaration.
2621         * m4/mbscspn.m4: New file.
2622         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2623         GNULIB_MBSCSPN.
2624         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2625         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2626
2627 2007-02-04  Bruno Haible  <bruno@clisp.org>
2628
2629         New module mbscasestr, reduced goal of strcasestr.
2630         * modules/mbscasestr: New file.
2631         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2632         (mbscasestr): Renamed from strcasestr.
2633         * lib/strcasestr.c: Don't include mbuiter.h.
2634         (strcasestr): Remove support for multibyte locales.
2635         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2636         Change the conditional link warning.
2637         (mbscasestr): New declaration.
2638         * m4/mbscasestr.m4: New file.
2639         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2640         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2641         REPLACE_STRCASESTR.
2642         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2643         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2644         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2645         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2646         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2647         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2648         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2649         (Depends-on): Remove mbuiter.
2650         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2651
2652 2007-02-04  Bruno Haible  <bruno@clisp.org>
2653
2654         Simplify handling of strncasecmp.
2655         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2656         the conditional link warning.
2657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2658         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2659         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2660         * modules/strcase (configure.ac): Don't invoke
2661         gl_STRING_MODULE_INDICATOR.
2662         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2663
2664 2007-02-04  Bruno Haible  <bruno@clisp.org>
2665
2666         New module mbscasecmp, reduced goal of strcasecmp.
2667         * modules/mbscasecmp: New file.
2668         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2669         (mbscasecmp): Renamed from strcasecmp.
2670         * lib/strcasecmp.c: Don't include mbuiter.h.
2671         (strcasecmp): Remove support for multibyte locales.
2672         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2673         Change the conditional link warning.
2674         (mbscasecmp): New declaration.
2675         * m4/mbscasecmp.m4: New file.
2676         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2677         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2678         REPLACE_STRCASECMP.
2679         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2681         GNULIB_MBSCASECMP.
2682         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2683         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2684         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2685         (Depends-on): Remove mbuiter.
2686         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2687
2688 2007-02-04  Bruno Haible  <bruno@clisp.org>
2689
2690         New module mbsstr. Remove module strstr.
2691         * modules/mbsstr: New file.
2692         * modules/strstr: Remove file.
2693         * lib/mbsstr.c: Renamed from lib/strstr.c.
2694         (mbsstr): Renamed from strstr.
2695         * lib/string_.h (strstr): Remove declaration. Change the conditional
2696         link warning.
2697         (mbsstr): New declaration.
2698         * m4/mbsstr.m4: New file.
2699         * m4/strstr.m4: Remove file.
2700         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2701         REPLACE_STRSTR.
2702         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2703         Don't initialize GNULIB_STRSTR.
2704         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2705         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2706         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2707         (Support for systems lacking ANSI C 89): Remove strstr.
2708
2709 2007-02-04  Bruno Haible  <bruno@clisp.org>
2710
2711         New module mbsrchr.
2712         * modules/mbsrchr: New file.
2713         * lib/mbsrchr.c: New file.
2714         * lib/string_.h (strrchr): Add a conditional link warning.
2715         (mbsrchr): New declaration.
2716         * m4/mbsrchr.m4: New file.
2717         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2718         GNULIB_MBSRCHR.
2719         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2720         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2721
2722 2007-02-04  Bruno Haible  <bruno@clisp.org>
2723
2724         New module mbschr.
2725         * modules/mbschr: New file.
2726         * lib/mbschr.c: New file.
2727         * lib/string_.h (strchr): Add a conditional link warning.
2728         (mbschr): New declaration.
2729         * m4/mbschr.m4: New file.
2730         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2731         GNULIB_MBSCHR.
2732         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2733         * MODULES.html.sh (Internationalization functions): Add mbschr.
2734
2735 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2738
2739         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2740
2741 2007-02-04  Bruno Haible  <bruno@clisp.org>
2742
2743         New module description section 'configure.ac-early'.
2744         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2745         (func_get_autoconf_early_snippet): New function.
2746         (func_import, func_create_testdir): Use it. Remove special cases for
2747         modules 'extensions' and 'lock'.
2748         * modules/extensions (configure.ac-early): Require
2749         gl_USE_SYSTEM_EXTENSIONS.
2750         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2751
2752 2007-02-04  Bruno Haible  <bruno@clisp.org>
2753
2754         Make use of gcj-4.3's -fsource and -ftarget option.
2755         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2756         and if so try the options -fsource and -ftarget.
2757         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2758         source_version, ftarget_option, target_version arguments.
2759         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2760         (is_envjavac_oldgcj_14_14_usable): Renamed from
2761         is_envjavac_gcj_14_14_usable.
2762         (is_envjavac_oldgcj_14_13_usable): Renamed from
2763         is_envjavac_gcj_14_13_usable.
2764         (is_gcj_present): Update.
2765         (is_gcj_43, is_gcj43_usable): New functions.
2766         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2767         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2768         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2769         try the options -fsource and -ftarget.
2770
2771 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2772
2773         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2774         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2775         larger value.
2776
2777 2007-02-03  Jim Meyering  <jim@meyering.net>
2778
2779         Give tools a better chance to allocate space for very large buffers.
2780         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2781
2782         Make pwd and readlink work also when run with an unreadable parent dir
2783         on systems with openat support.
2784         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2785         provided getcwd function, even when we have openat support.
2786         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2787
2788 2007-02-02  Bruno Haible  <bruno@clisp.org>
2789
2790         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2791         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2792         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2793         portability problems if one of these functions is only used on specific
2794         platforms.
2795         Reported by Paul Eggert.
2796
2797 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2798
2799         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2800         is causing more trouble than it's curing.
2801         * lib/regex_internal.h (__mempcpy): Remove.
2802         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2803         (and make the code a tad smaller to boot).
2804         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2805
2806 2007-02-02  Jim Meyering  <jim@meyering.net>
2807
2808         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2809         section, not in the Makefile.am: one.
2810
2811 2007-02-02  Eric Blake  <ebb9@byu.net>
2812
2813         * lib/strchrnul.c: Always include config.h first.
2814
2815         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2816         gnulib strstr is not necessary here.
2817
2818 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2819
2820         * m4/socklen.m4: Fix typo.
2821
2822 2007-02-02  Eric Blake  <ebb9@byu.net>
2823
2824         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2825         * modules/netinet_in (Makefile.am): Likewise.
2826
2827 2007-02-01  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/string_.h (GL_LINK_WARNING): New macro.
2830         (strcasecmp, strstr, strcasestr): If provided by the system,
2831         conditionally define as a macro that leads to a warning instead of to
2832         an error.
2833         (strncasecmp): Conditionally define as a macro that leads to a warning.
2834
2835 2007-02-01  Karl Berry  <karl@gnu.org>
2836
2837         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2838
2839 2007-02-01  Bruno Haible  <bruno@clisp.org>
2840
2841         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2842         renamings.
2843
2844 2007-02-01  Eric Blake  <ebb9@byu.net>
2845
2846         * modules/regex (Depends-on): Revert dependence on mempcpy.
2847         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2848         module's definition of mempcpy.
2849         Reported by Paul Eggert.
2850
2851 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2852
2853         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2854         the symbol XYZ before redefining it.  This fixes a problem with
2855         programs that don't use XYZ, when compiled on systems that define
2856         XYZ to something else.
2857
2858 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2861         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2862         writeable to group or other and (2) is intended to have a special
2863         mode bit that is set or cleared.  In such a case, the directory
2864         should be neither group- nor other-writeable until the special
2865         mode bits are right.
2866
2867 2007-01-31  Eric Blake  <ebb9@byu.net>
2868
2869         * modules/mountlist (Depends-on): Add strstr.
2870
2871         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2872         bug.
2873         * modules/string (Makefile.am): Remove redundant replacement.
2874         * modules/regex (Depends-on): Add mempcpy.
2875
2876 2007-01-31  Bruno Haible  <bruno@clisp.org>
2877
2878         New module description field 'Link'.
2879         * gnulib-tool (func_usage): Document --extract-link-directive.
2880         (sed_extract_prog): Recognize 'Link' directive.
2881         (func_get_link_directive): New function.
2882         (func_import): Show summary of link directives.
2883         Handle --extract-link-directive option.
2884         * modules/acl (Link): New section.
2885         * modules/clock-time (Link): New section.
2886         * modules/euidaccess (Link): New section.
2887         * modules/gettext (Link): New section.
2888         * modules/iconv (Link): New section.
2889         * modules/lock (Link): New section.
2890         * modules/nanosleep (Link): New section.
2891         * modules/readline (Link): New section.
2892
2893 2007-01-27  Bruno Haible  <bruno@clisp.org>
2894
2895         Enforce the use of gnulib modules for unportable <string.h> functions.
2896         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2897         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2898         (gl_HEADER_STRING_H_BODY): Require it.
2899         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2900         the symbol XYZ to one that gives a link error.
2901         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2902         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2903         * modules/mempcpy (configure.ac): Likewise.
2904         * modules/memrchr (configure.ac): Likewise.
2905         * modules/stpcpy (configure.ac): Likewise.
2906         * modules/stpncpy (configure.ac): Likewise.
2907         * modules/strcase (configure.ac): Likewise.
2908         * modules/strcasestr (configure.ac): Likewise.
2909         * modules/strchrnul (configure.ac): Likewise.
2910         * modules/strdup (configure.ac): Likewise.
2911         * modules/strndup (configure.ac): Likewise.
2912         * modules/strnlen (configure.ac): Likewise.
2913         * modules/strpbrk (configure.ac): Likewise.
2914         * modules/strsep (configure.ac): Likewise.
2915         * modules/strstr (configure.ac): Likewise.
2916         * modules/strtok_r (configure.ac): Likewise.
2917
2918 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2919
2920         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2921
2922 2007-01-30  Jim Meyering  <jim@meyering.net>
2923
2924         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2925
2926 2007-01-29  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2929         * lib/execute.c: Likewise.
2930         * lib/pipe.c: Likewise.
2931         * lib/printf-args.h: Likewise.
2932         * lib/printf-args.c: Likewise.
2933         * lib/printf-parse.c: Likewise.
2934         * lib/vasnprintf.c: Likewise.
2935
2936 2007-01-29  Eric Blake  <ebb9@byu.net>
2937
2938         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2939         declaration.
2940
2941 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2942
2943         * lib/strptime.h (strptime): Use 'restrict' for args where
2944         POSIX requires this.
2945         * lib/strptime.c (strptime): Likewise.
2946         Change license notice from LGPL to GPL, since gnulib-tool will
2947         change this as needed.
2948         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2949         defined.
2950         Include "strptime.h" first, to check interface.
2951         Do not #undef _LIBC and _NL_CURRENT.
2952         Do not include <stdlib.h>; no longer needed.
2953         Include "time_r.h" and declare ptime_locale_status
2954         only if _LIBC is not defined.
2955         (__P): Remove unused macro.
2956         (match_string): Bring back glibc version, but use it only if _LIBC
2957         is defined.
2958         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2959         Remove unnecessary assertion and abort() call.
2960         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2961         * m4/strptime.m4: Fix serial number comment.
2962         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2963         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2964         (Depends-on): Add time_r.
2965
2966 2007-01-29  Bruno Haible  <bruno@clisp.org>
2967
2968         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2969         strptime.
2970         * modules/strptime (Depends-on): Add stdbool.
2971         * lib/strptime.h: Include <time.h> always. Add comments.
2972
2973 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2974
2975         * modules/strptime: New file.
2976         * lib/strptime.h: New file.
2977         * lib/strptime.c: New file.
2978         * m4/strptime.m4: New file.
2979
2980 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2981
2982         * MODULES.html.sh: New module mpsort.
2983         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2984
2985         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2986         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2987         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2988         All uses changed.
2989         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2990         All uses changed.
2991         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2992         to _Restrict_.
2993         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2994         the parameter matches the prototype.
2995
2996 2007-01-28  Jim Meyering  <jim@meyering.net>
2997
2998         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2999         sys/time.h here, reverting that part of the previous patch:
3000         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3001
3002 2007-01-28  Bruno Haible  <bruno@clisp.org>
3003
3004         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3005         value of $(SYS_TIME_H).
3006         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3007         remove it conditionally, too. [added by Jim Meyering]
3008         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3009         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3010         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3011         GETTIMEOFDAY_REPLACEMENT to 1.
3012
3013 2007-01-28  Bruno Haible  <bruno@clisp.org>
3014
3015         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3016         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3017         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3018         Set UNISTD_H instead of UNISTD_H2.
3019         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3020
3021 2007-01-28  Bruno Haible  <bruno@clisp.org>
3022
3023         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3024         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3025
3026 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3027
3028         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3029         (func_create_testdir): Ensure C locale for `grep' and `tr'
3030         character ranges.
3031         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3032         ACLOCAL_AMFLAGS parsing state machine.
3033
3034 2007-01-27  Bruno Haible  <bruno@clisp.org>
3035
3036         * modules/unistr/base: Update.
3037
3038 2007-01-27  Bruno Haible  <bruno@clisp.org>
3039
3040         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3041         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3042         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3043         modules/unistr/u32-mbtouc.
3044         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3045         * lib/unistr.h: Update.
3046         * lib/linebreak.c: Update.
3047         * modules/unistr/u32-mbtouc: Renamed from
3048         modules/unistr/u32-mbtouc-safe.
3049         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3050         * lib/unistr.h: Update.
3051         * lib/unistr/u32-to-u8.c: Update.
3052         * lib/unistr/u32-to-u16.c: Update.
3053
3054 2007-01-27  Bruno Haible  <bruno@clisp.org>
3055
3056         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3057         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3058         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3059         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3060         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3061         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3062         modules/unistr/u16-mbtouc.
3063         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3064         * lib/unistr.h: Update.
3065         * lib/linebreak.c: Update.
3066         * modules/linebreak: Update.
3067         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3068         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3069         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3070         * modules/unistr/u16-mbtouc: Renamed from
3071         modules/unistr/u16-mbtouc-safe.
3072         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3073         * lib/unistr.h: Update.
3074         * lib/unistr/u16-to-u8.c: Update.
3075         * modules/unistr/u16-to-u8: Update.
3076         * lib/unistr/u16-to-u32.c: Update.
3077         * modules/unistr/u16-to-u32: Update.
3078
3079 2007-01-27  Bruno Haible  <bruno@clisp.org>
3080
3081         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3082         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3083         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3084         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3085         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3086         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3087         modules/unistr/u8-mbtouc.
3088         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3089         * lib/unistr.h: Update.
3090         * lib/striconveh.c: Update.
3091         * modules/striconveh: Update.
3092         * lib/linebreak.c: Update.
3093         * modules/linebreak: Update.
3094         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3095         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3096         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3097         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3098         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3099         * lib/unistr.h: Update.
3100         * lib/striconveh.c: Update.
3101         * modules/striconveh: Update.
3102         * lib/unistr/u8-to-u16.c: Update.
3103         * modules/unistr/u8-to-u16: Update.
3104         * lib/unistr/u8-to-u32.c: Update.
3105         * modules/unistr/u8-to-u32: Update.
3106
3107 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3108
3109         Sync from Libtool.
3110         * lib/argz.c: Do not include strings.h nor memory.h, include
3111         string.h unconditionally.  Patch by Simon Josefsson.
3112
3113 2007-01-27  Bruno Haible  <bruno@clisp.org>
3114
3115         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3116         from gl_HEADER_STRING_H_BODY.
3117         (gl_HEADER_STRING_H_BODY): Require it.
3118         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3119         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3120         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3121         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3122         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3123         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3124         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3125         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3126         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3127         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3128         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3129         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3130         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3131         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3132         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3133
3134 2007-01-27  Bruno Haible  <bruno@clisp.org>
3135
3136         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3137         check_PROGRAMS into noinst_PROGRAMS.
3138         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3139         check_PROGRAMS in this case.
3140         (func_import): Set for_test to false.
3141         (func_create_testdir): Set for_test to true.
3142
3143 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3144             Bruno Haible  <bruno@clisp.org>
3145
3146         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3147         (Depends-on): Add string.
3148         (Includes): Use <string.h> instead of strcasestr.h.
3149         * modules/string (Makefile.am): Also substitute the value of
3150         REPLACE_STRCASESTR.
3151         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3152         assume strcasestr is declared in <string.h> not <strings.h>. Also
3153         set REPLACE_STRCASESTR.
3154         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3155         REPLACE_STRCASESTR.
3156         * lib/strcasestr.h: Remove file.
3157         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3158         * lib/string_.h (strcasestr): New declaration.
3159
3160 2007-01-27  Bruno Haible  <bruno@clisp.org>
3161
3162         * lib/string_.h: Use 'extern'.
3163
3164 2007-01-27  Jim Meyering  <jim@meyering.net>
3165
3166         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3167         of set-but-not-used local, "q".
3168
3169         * lib/mempcpy.c: Include <config.h> before <string.h>.
3170         This fixes a compilation error on HP-UX, due to the system's
3171         "restrict"-using mempcpy prototype.
3172
3173 2007-01-26  Bruno Haible  <bruno@clisp.org>
3174
3175         Small optimization.
3176         * lib/javacomp.c: Include c-strstr.h.
3177          (is_envjavac_gcj): Use c_strstr instead of strstr.
3178         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3179
3180 2007-01-26  Bruno Haible  <bruno@clisp.org>
3181
3182         * MODULES.html.sh (Unicode string functions): Add the new modules.
3183
3184         * modules/uniconv/u32-strconv-to-locale: New file.
3185         * lib/uniconv/u32-strconv-to-locale.c: New file.
3186
3187         * modules/uniconv/u16-strconv-to-locale: New file.
3188         * lib/uniconv/u16-strconv-to-locale.c: New file.
3189
3190         * modules/uniconv/u8-strconv-to-locale: New file.
3191         * lib/uniconv/u8-strconv-to-locale.c: New file.
3192
3193         * modules/uniconv/u32-strconv-from-locale: New file.
3194         * lib/uniconv/u32-strconv-from-locale.c: New file.
3195
3196         * modules/uniconv/u16-strconv-from-locale: New file.
3197         * lib/uniconv/u16-strconv-from-locale.c: New file.
3198
3199         * modules/uniconv/u8-strconv-from-locale: New file.
3200         * lib/uniconv/u8-strconv-from-locale.c: New file.
3201
3202         * modules/uniconv/u32-strconv-to-enc: New file.
3203         * lib/uniconv/u32-strconv-to-enc.c: New file.
3204         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3205         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3206
3207         * modules/uniconv/u16-strconv-to-enc: New file.
3208         * lib/uniconv/u16-strconv-to-enc.c: New file.
3209         * lib/uniconv/u-strconv-to-enc.h: New file.
3210         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3211         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3212
3213         * modules/uniconv/u8-strconv-to-enc: New file.
3214         * lib/uniconv/u8-strconv-to-enc.c: New file.
3215         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3216         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3217
3218         * modules/uniconv/u32-strconv-from-enc: New file.
3219         * lib/uniconv/u32-strconv-from-enc.c: New file.
3220         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3221         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3222
3223         * modules/uniconv/u16-strconv-from-enc: New file.
3224         * lib/uniconv/u16-strconv-from-enc.c: New file.
3225         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3226         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3227
3228         * modules/uniconv/u8-strconv-from-enc: New file.
3229         * lib/uniconv/u8-strconv-from-enc.c: New file.
3230         * lib/uniconv/u-strconv-from-enc.h: New file.
3231         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3232         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3233
3234         * modules/uniconv/u32-conv-from-enc: New file.
3235         * lib/uniconv/u32-conv-from-enc.c: New file.
3236         * modules/uniconv/u32-conv-from-enc-tests: New file.
3237         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3238
3239         * modules/uniconv/u16-conv-from-enc: New file.
3240         * lib/uniconv/u16-conv-from-enc.c: New file.
3241         * lib/uniconv/u-conv-from-enc.h: New file.
3242         * modules/uniconv/u16-conv-from-enc-tests: New file.
3243         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3244
3245         * modules/uniconv/u8-conv-from-enc: New file.
3246         * lib/uniconv/u8-conv-from-enc.c: New file.
3247         * modules/uniconv/u8-conv-from-enc-tests: New file.
3248         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3249
3250         * modules/uniconv/base: New file.
3251         * lib/uniconv.h: New file.
3252
3253 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3254
3255         * doc/gnulib-tool.texi (Initial import): Update to match current
3256         behavior with strdup module.
3257         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3258         * lib/memmem.h: Remove; all uses removed.  This is now done
3259         by <string.h>.
3260         * lib/mempcpy.h: Likewise.
3261         * lib/memrchr.h: Likewise.
3262         * lib/stpcpy.h: Likewise.
3263         * lib/stpncpy.h: Likewise.
3264         * lib/strcase.h: Likewise.
3265         * lib/strchrnul.h: Likewise.
3266         * lib/strdup.h: Likewise.
3267         * lib/strndup.h: Likewise.
3268         * lib/strnlen.h: Likewise.
3269         * lib/strpbrk.h: Likewise.
3270         * lib/strsep.h: Likewise.
3271         * lib/strstr.h: Likewise.
3272         * lib/strtok_r.h: Likewise.
3273         * lib/string_.h: New file.
3274         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3275         Rely on <string.h> instead.
3276         * lib/canon-host.c: Likewise.
3277         * lib/chdir-long.c: Likewise.
3278         * lib/concatpath.c: Likewise.
3279         * lib/exclude.c: Likewise.
3280         * lib/fchdir.c: Likewise.
3281         * lib/getaddrinfo.c: Likewise.
3282         * lib/getcwd.c: Likewise.
3283         * lib/getsubopt.c: Likewise.
3284         * lib/glob.c: Likewise.
3285         * lib/hard-locale.c: Likewise.
3286         * lib/iconvme.c: Likewise.
3287         * lib/javacomp.c: Likewise.
3288         * lib/mempcpy.c: Likewise.
3289         * lib/memrchr.c: Likewise.
3290         * lib/regex_internal.h: Likewise.
3291         * lib/stpncpy.c: Likewise.
3292         * lib/strcasecmp.c: Likewise.
3293         * lib/strchrnul.c: Likewise.
3294         * lib/strdup.c: Likewise.
3295         * lib/striconv.c: Likewise.
3296         * lib/striconveh.c: Likewise.
3297         * lib/striconveha.c: Likewise.
3298         * lib/strncasecmp.c: Likewise.
3299         * lib/strndup.c: Likewise.
3300         * lib/strnlen.c: Likewise.
3301         * lib/strsep.c: Likewise.
3302         * lib/strstr.c: Likewise.
3303         * lib/strtok_r.c: Likewise.
3304         * lib/userspec.c: Likewise.
3305         * lib/w32spawn.h: Likewise.
3306         * lib/xstrndup.c: Likewise.
3307         * lib/mountlist.c (strstr): Remove decl.
3308         * m4/string_h.m4: New file.
3309         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3310         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3311         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3312         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3313         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3314         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3315         Set REPLACE_STRCASECMP if necessary.
3316         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3317         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3318         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3319         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3320         HAVE_DECL_STRDUP if necessary.
3321         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3322         since gl_FUNC_STRNDUP does that now.
3323         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3324         Check for decl here...
3325         (gl_PREREQ_STRNLEN): ... not here.
3326         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3327         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3328         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3329         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3330         necessary.
3331         * modules/string: New file.
3332         * modules/memmem (Files): Remove special-purpose include file.
3333         (Depends-on): Add string.
3334         (Include): Include <string.h>, not the removed file.
3335         * modules/mempcpy: Likewise.
3336         * modules/memrchr: Likewise.
3337         * modules/stpcpy: Likewise.
3338         * modules/stpncpy: Likewise.
3339         * modules/strcase: Likewise.
3340         * modules/strchrnul: Likewise.
3341         * modules/strdup: Likewise.
3342         * modules/strndup: Likewise.
3343         * modules/strnlen: Likewise.
3344         * modules/strpbrk: Likewise.
3345         * modules/strsep: Likewise.
3346         * modules/strstr: Likewise.
3347         * modules/strtok_r: Likewise.
3348         * tests/test-dirname.c: Don't include "strdup.h", since
3349         <string.h> now suffices.
3350         * tests/test-memmem.c: Don't include "memmem.h", since
3351         <string.h> now suffices.
3352
3353 2007-01-25  Bruno Haible  <bruno@clisp.org>
3354
3355         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3356         *resultp is 0.
3357
3358         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3359         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3360         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3361         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3362
3363         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3364         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3365         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3366         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3367         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3368         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3369
3370 2007-01-24  Bruno Haible  <bruno@clisp.org>
3371
3372         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3373         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3374         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3375         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3376         gl_FUNC_FTS_CORE.
3377         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3378         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3379         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3380         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3381         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3382         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3383         gl_FUNC_FCHOWNAT.
3384         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3385         gl_FUNC_STRFTIME.
3386         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3387         Reported by Ralf Wildenhues.
3388
3389 2007-01-24  Bruno Haible  <bruno@clisp.org>
3390
3391         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3392         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3393         gl_GETADDRINFO.
3394         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3395         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3396         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3397
3398 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3399
3400         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3401         Don't use 'exit'; just return from 'main'.
3402         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3403
3404         * lib/fnmatch_.h: Readjust white space and comments to match
3405         glibc, to avoid spurious diffs.
3406
3407 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3408
3409         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3410         2004-12-01 change by Jakub Jelinek, since this code won't compile
3411         if !LIBC.  Problem reported by Bob Proulx.
3412
3413 2007-01-23  Bruno Haible  <bruno@clisp.org>
3414
3415         * lib/striconveh.c: Include c-strcaseeq.h.
3416         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3417         * modules/striconveh (Depends-on): Add c-strcaseeq.
3418
3419 2007-01-23  Bruno Haible  <bruno@clisp.org>
3420
3421         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3422
3423         * modules/c-strcaseeq: New file.
3424         * lib/c-strcaseeq.h: New file.
3425
3426         * modules/streq: New file.
3427         * lib/streq.h: New file.
3428
3429 2007-01-23  Bruno Haible  <bruno@clisp.org>
3430
3431         * modules/striconveha-tests: New file.
3432         * tests/test-striconveha.c: New file.
3433
3434         * lib/striconveha.h: Include <stdbool.h>.
3435         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3436         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3437         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3438         (mem_iconveha): New function.
3439         (str_iconveha_notranslit): Renamed from str_iconveha.
3440         (str_iconveha): New function.
3441         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3442         c-strcase.
3443
3444 2007-01-23  Bruno Haible  <bruno@clisp.org>
3445
3446         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3447         encodings without forgiving before trying any encoding with handler.
3448         (str_iconveha): Try all encodings without forgiving before trying any
3449         encoding with handler.
3450
3451 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3452
3453         Import the following changes from libc.
3454
3455         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3456
3457         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3458
3459         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3460
3461         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3462         normal_bracket label.
3463
3464         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3465
3466         [BZ #361]
3467         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3468         to normal_bracket after fetching the next character.
3469
3470 2007-01-22  Bruno Haible  <bruno@clisp.org>
3471
3472         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3473         argument.
3474         * lib/striconveh.c (iconv_carefully_1): New function.
3475         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3476         argument.
3477         (str_cd_iconveh): Update.
3478         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3479         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3480         * tests/test-striconveh.c (MAGIC): New macro.
3481         (new_offsets): New function.
3482         (main): Test call with and without offsets.
3483
3484 2007-01-22  Bruno Haible  <bruno@clisp.org>
3485
3486         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3487         * modules/sys_select (Makefile.am): Likewise.
3488         * modules/sys_socket (Makefile.am): Likewise.
3489         * modules/sys_time (Makefile.am): Likewise.
3490
3491 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3492
3493         * modules/gettimeofday (License): Change from GPL to LGPL, since
3494         gettimeofday is a library function.
3495
3496 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3497
3498         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3499
3500 2007-01-21  Bruno Haible  <bruno@clisp.org>
3501
3502         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3503
3504 2007-01-21  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/striconveha: New file.
3507         * lib/striconveha.h: New file.
3508         * lib/striconveha.c: New file.
3509         * MODULES.html.sh (Internationalization functions): Add striconveha.
3510         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3511         string.
3512         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3513
3514 2007-01-21  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3517         * lib/striconveh.c (str_iconveh): Likewise.
3518
3519 2007-01-21  Bruno Haible  <bruno@clisp.org>
3520
3521         * lib/striconveh.h (mem_iconveh): New declaration.
3522         * lib/striconveh.c (mem_iconveh): New function.
3523         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3524
3525 2007-01-21  Bruno Haible  <bruno@clisp.org>
3526
3527         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3528
3529         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3530         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3531         original result buffer.
3532         (str_cd_iconveh): Update.
3533         * tests/test-striconveh.c (main): Update.
3534
3535         * lib/striconv.h (mem_cd_iconv): Change specification.
3536         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3537         result buffer.
3538         (str_cd_iconv): Update.
3539         * tests/test-striconv.c (main): Update.
3540
3541 2007-01-21  Bruno Haible  <bruno@clisp.org>
3542
3543         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3544
3545 2007-01-20  Jim Meyering  <jim@meyering.net>
3546
3547         * lib/userspec.c (parse_with_separator): If a user or group string
3548         starts with "+", skip the corresponding name-to-ID look-up, since
3549         such a look-up must fail: user and group names may not include "+".
3550
3551 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3552
3553         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3554         since we now assume the sys_time module.
3555         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3556         check for sys/time.h; no longer needed.
3557         * modules/poll (Depends-on): Depend on sys_time.
3558
3559 2007-01-18  Bruno Haible  <bruno@clisp.org>
3560
3561         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3562         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3563
3564         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3565         gettimeofday.
3566
3567         * tests/test-gettimeofday.c: Include <time.h>.
3568         (dummy): Remove variable.
3569
3570         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3571         gl_HEADER_SYS_TIME_H.
3572         (gl_HEADER_SYS_TIME_H): New macro.
3573
3574         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3575         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3576         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3577         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3578         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3579         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3580         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3581         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3582         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3583         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3584         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3585
3586         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3587         last change; it caused a compilation error when cross-compiling to
3588         Cygwin.
3589
3590 2007-01-18  Jim Meyering  <jim@meyering.net>
3591
3592         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3593         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3594         than the race-prone "test -d sys || mkdir sys".
3595         (configure.ac): Use AC_PROG_MKDIR_P.
3596         * modules/sys_select: Likewise.
3597         * modules/sys_socket: Likewise.
3598         * modules/sys_time: Likewise.
3599
3600 2007-01-18  Eric Blake  <ebb9@byu.net>
3601
3602         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3603         replace gettimeofday.
3604         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3605         name, to avoid infinite recursion.
3606
3607 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3608
3609         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3610         module sys_time.
3611         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3612         assume timespec.h defines struct timeval.
3613         * lib/settime.c: Likewise.
3614         * lib/utimens.c: Likewise.
3615         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3616         since we now assume the gettimeofday module.
3617         * lib/tempname.c (__gen_tempname): Likewise.
3618         * lib/gettimeofday.h: Remove.
3619         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3620         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3621         Include <time.h>, for 'time()'.
3622         (localtime_buffer_addr): Also use this workaround if
3623         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3624         to simplify the uses.  All uses changed.
3625         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3626         that #undef is inside {}, and 'const' follows type name consistently.
3627         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3628         (gettimeofday): Do not use the maximum possible value for
3629         tv->tv_usec, since that might break usages other than ls.c.
3630         Instead, we'll leave ls.c alone.  This undoes today's patch
3631         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3632         we've never observed the problem but might as well keep the
3633         canary.
3634         * lib/nanosleep.c: Include timespec.h first, for interface check.
3635         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3636         now assume the sys_time module.
3637         * lib/tempname.c: Likewise.
3638         * lib/timespec.h: Likewise.
3639         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3640         needed.
3641         * lib/strftime.c: Likewise.
3642         * lib/timespec.h: Likewise.
3643         * lib/posixtm.c: Include posixtm.h first, for interface check.
3644         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3645         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3646         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3647         * lib/sys_time_.h: New file.
3648         * lib/timespec.h (struct timespec): Use long int, not long.
3649         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3650         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3651         Remove obsolescent call to AC_HEADER_TIME.
3652         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3653         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3654         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3655         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3656         Likewise.
3657         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3658         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3659         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3660         into the sys_time module.  Check for gettimeofday just once.
3661         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3662         for gettimeofday signature to just check the signature.  Merely
3663         compile it, since linking doesn't test signature.  Improve test for
3664         whether gettimeofday.o is actually needed.
3665         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3666         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3667         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3668         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3669         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3670         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3671         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3672         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3673         than worrying about sys/time.h.
3674         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3675         Don't bother worrying about TIME_WITH_SYS_TIME.
3676         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3677         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3678         * m4/sys_time_h.m4: New file.
3679         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3680         Don't include sys/time.h.  Return from main rather than exiting.
3681         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3682         all uses changed.
3683         * modules/gethrxtime (Depends-on): Add sys_time.
3684         * modules/gettime (Depends-on): Likewise.
3685         * modules/gettimeofday (Depends-on): Likewise.
3686         * modules/nanosleep (Depends-on): Likewise.
3687         * modules/settime (Depends-on): Likewise.
3688         * modules/tempname (Depends-on): Likewise.
3689         * modules/utimens (Depends-on): Likewise.
3690         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3691         (Include:) Change back to <sys/time.h>.
3692         (Maintainer:) Add self.
3693         * modules/sys_time: New file.
3694         * modules/tempname (Depends-on): Add gettimeofday.
3695         * tests/test-gettimeofday.c: Include <sys/time.h>
3696         rather than gettimeofday.h.
3697
3698 2007-01-17  Bruno Haible  <bruno@clisp.org>
3699
3700         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3701         the license default to GPL.
3702         (func_create_testdir): Don't complain if a module is LGPL and its
3703         tests module depends on GPLed modules.
3704
3705 2007-01-17  Bruno Haible  <bruno@clisp.org>
3706
3707         * lib/gettimeofday.c (gettimeofday): Add code for the case
3708         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3709         maximum possible value for tv->tv_usec, rather than the minimum one.
3710
3711 2005-10-08  Martin Lambers  <marlam@marlam.de>
3712 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3713 2007-01-16  Bruno Haible  <bruno@clisp.org>
3714
3715         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3716         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3717         gl_FUNC_GETTIMEOFDAY.
3718         (Include): Add gettimeofday.h.
3719         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3720         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3721         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3722         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3723         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3724         * lib/gettimeofday.h: New file.
3725         * lib/gettimeofday.c: Include <sys/timeb.h>.
3726         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3727         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3728         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3729         fall back on time().
3730
3731         * tests/test-gettimeofday.c: New file.
3732         * modules/gettimeofday-tests: New file.
3733
3734 2007-01-16  Eric Blake  <ebb9@byu.net>
3735
3736         * modules/fnmatch (Depends-on): Depend on wchar.
3737         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3738         * m4/fnmatch.m4: Likewise.
3739         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3740         * m4/mbchar.m4: Likewise.
3741         * modules/mbswidth (Depends-on): Depend on wchar.
3742         * lib/mbswidth.c: Assume <wchar.h>.
3743         * m4/mbswidth.m4: Likewise.
3744         * modules/quotearg (Depends-on): Depend on wchar.
3745         * lib/quotearg.c: Assume <wchar.h>.
3746         * m4/quotearg.m4: Likewise.
3747         * modules/regex (Depends-on): Depend on wchar.
3748         * lib/regex_internal.h: Assume <wchar.h>.
3749         * m4/regex.m4: Likewise.
3750         * modules/stdint (Depends-on): Depend on wchar.
3751         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3752         * m4/stdint.m4: Likewise.
3753         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3754         * modules/strftime (Depends-on): Depend on wchar.
3755         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3756         * modules/strtol (Depends-on): Depend on wchar.
3757         * lib/strtol.c: Assume <wchar.h>.
3758         * modules/wcwidth (Depends-on): Depend on wchar.
3759         * lib/wcwidth.h: Assume <wchar.h>.
3760         * m4/wcwidth.m4: Likewise.
3761
3762 2007-01-16  Bruno Haible  <bruno@clisp.org>
3763
3764         * modules/csharpexec-script: New, created from...
3765         * modules/csharpexec: ... this.
3766
3767 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3768
3769         * modules/javaexec-script: New, created from...
3770         * modules/javaexec: ... this.
3771
3772 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3773
3774         * modules/poll (Dependencies): Add sys_select.
3775
3776 2007-01-15  Jim Meyering  <jim@meyering.net>
3777
3778         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3779         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3780         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3781         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3782
3783 2007-01-15  Bruno Haible  <bruno@clisp.org>
3784
3785         * modules/striconveh: New file.
3786         * lib/striconveh.h: New file.
3787         * lib/striconveh.c: New file.
3788         * MODULES.html.sh (Internationalization functions): Add striconveh.
3789
3790         * modules/striconveh-tests: New file.
3791         * tests/test-striconveh.c: New file.
3792
3793 2007-01-15  Bruno Haible  <bruno@clisp.org>
3794
3795         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3796         not from GNU libiconv or GNU libc.
3797
3798 2007-01-15  Bruno Haible  <bruno@clisp.org>
3799
3800         * doc/gnulib-intro.texi (Copyright): Explain the different license
3801         terms for module descriptions, autoconf macros, tests, documentation.
3802
3803 2007-01-14  Bruno Haible  <bruno@clisp.org>
3804
3805         * modules/striconv-tests: New file.
3806         * tests/test-striconv.c: New file.
3807
3808 2007-01-14  Bruno Haible  <bruno@clisp.org>
3809
3810         * modules/iconv-tests: New file.
3811         * tests/test-iconv.c: New file.
3812
3813 2007-01-14  Bruno Haible  <bruno@clisp.org>
3814
3815         * gnulib-tool (func_get_license): For test modules, use the license of
3816         the main module.
3817
3818 2007-01-14  Bruno Haible  <bruno@clisp.org>
3819
3820         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3821         if iconv is found to exist.
3822
3823 2007-01-14  Bruno Haible  <bruno@clisp.org>
3824
3825         * modules/c-ctype-tests: New file.
3826         * tests/test-c-ctype.c: New file.
3827
3828 2007-01-14  Bruno Haible  <bruno@clisp.org>
3829
3830         * modules/binary-io-tests: New file.
3831         * tests/test-binary-io.sh: New file.
3832         * tests/test-binary-io.c: New file.
3833
3834 2007-01-14  Bruno Haible  <bruno@clisp.org>
3835
3836         * modules/array-oset-tests: New file.
3837         * tests/test-array_oset.c: New file.
3838
3839 2007-01-14  Bruno Haible  <bruno@clisp.org>
3840
3841         * modules/array-list-tests: New file.
3842         * tests/test-array_list.c: New file.
3843
3844 2007-01-14  Bruno Haible  <bruno@clisp.org>
3845
3846         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3847         and make.
3848         Reported by Simon Josefsson in
3849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3850
3851 2007-01-14  Bruno Haible  <bruno@clisp.org>
3852
3853         * modules/allocsa-tests: New file.
3854         * tests/test-allocsa.c: New file.
3855
3856 2007-01-14  Bruno Haible  <bruno@clisp.org>
3857
3858         * modules/fchdir (Depends-on): Add absolute-header.
3859         * modules/unistd (Depends-on): Likewise.
3860
3861 2006-12-30  Bruno Haible  <bruno@clisp.org>
3862
3863         * modules/fchdir: New file.
3864         * modules/unistd (Files): Add lib/unistd_.h.
3865         (Makefile.am): Generate unistd.h from unistd_.h.
3866         * lib/fchdir.c: New file.
3867         * lib/dirent_.h: New file.
3868         * lib/unistd_.h: New file.
3869         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3870         * m4/fchdir.m4: New file.
3871         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3872         (gl_HEADER_UNISTD): Invoke it.
3873         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3874         function.
3875         * lib/backupfile.c (opendir, closedir): Undefine.
3876         * lib/chown.c (open, close): Undefine.
3877         * lib/clean-temp.c (open, close): Undefine.
3878         * lib/copy-file.c (open, close): Undefine.
3879         * lib/execute.c (open, close): Undefine.
3880         * lib/fsusage.c (open, close): Undefine.
3881         * lib/gc-gnulib.c (open, close): Undefine.
3882         * lib/getcwd.c (opendir, closedir): Undefine.
3883         * lib/glob.c (opendir, closedir): Undefine.
3884         * lib/javacomp.c (open, close): Undefine.
3885         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3886         * lib/openat-proc.c (open, close): Undefine.
3887         * lib/pagealign_alloc.c (open, close): Undefine.
3888         * lib/pipe.c (open, close): Undefine.
3889         * lib/progreloc.c (open, close): Undefine.
3890         * lib/savedir.c (opendir, closedir): Undefine.
3891         * lib/utime.c (open, close): Undefine.
3892         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3893
3894 2007-01-10  Bruno Haible  <bruno@clisp.org>
3895
3896         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3897
3898 2007-01-12  Eric Blake  <ebb9@byu.net>
3899
3900         Provide a robust <wchar.h>.  Further simplifications are now
3901         possible in other modules, but not included here.
3902         * modules/wchar: New module.
3903         * m4/wchar.m4: New file.
3904         * lib/wchar_.h: Likewise.
3905         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3906         of the new module.
3907         * MODULES.html.sh (Extended multibyte and wide character utilities):
3908         New section.
3909
3910 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3911
3912         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3913         to a reasonable default for memory allocation.
3914         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3915         file system that reports garbage st_size values for symlinks.
3916         Problem reported by Liyang Hu.
3917
3918 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3919
3920         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3921         Emacs .#* auto-save files).
3922
3923 2007-01-11  Bruno Haible  <bruno@clisp.org>
3924
3925         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3926         directory.
3927
3928 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3929
3930         Use @...@ consistently in lib/wctype_.h.
3931         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3932         on it being set to 1 or 0.
3933         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3934         go back to AC_SUBSTing it.
3935         * modules/wctype (Makefile.am): Undo previous change.
3936
3937 2007-01-10  Eric Blake  <ebb9@byu.net>
3938
3939         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3940         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3941         * modules/wctype (Makefile.am): Likewise.
3942         Reported by Chris McGuire.
3943
3944 2007-01-10  Jim Meyering  <jim@meyering.net>
3945
3946         fts.c: a small readability/maintainability improvement
3947         * lib/fts.c (fts_read): Make this code slightly more readable and
3948         maintainable by hoisting the "sp->fts_cur = p" assignments to
3949         immediately follow the statements that set P.  Derived from
3950         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3951
3952 2007-01-10  Eric Blake  <ebb9@byu.net>
3953
3954         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3955         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3956         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3957         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3958         Reported by Chris McGuire.
3959
3960 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3961
3962         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3963         in sed script.
3964
3965 2007-01-09  Bruno Haible  <bruno@clisp.org>
3966
3967         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3968         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3969         variables.
3970         (func_module): Use them.
3971
3972 2007-01-09  Bruno Haible  <bruno@clisp.org>
3973
3974         * modules/unistr/base: New file.
3975         * lib/unistr.h: New file.
3976
3977         * modules/unistr/u8-to-u16: New file.
3978         * lib/unistr/u8-to-u16.c: New file.
3979
3980         * modules/unistr/u8-to-u32: New file.
3981         * lib/unistr/u8-to-u32.c: New file.
3982
3983         * modules/unistr/u16-to-u8: New file.
3984         * lib/unistr/u16-to-u8.c: New file.
3985
3986         * modules/unistr/u16-to-u32: New file.
3987         * lib/unistr/u16-to-u32.c: New file.
3988
3989         * modules/unistr/u32-to-u8: New file.
3990         * lib/unistr/u32-to-u8.c: New file.
3991
3992         * modules/unistr/u32-to-u16: New file.
3993         * lib/unistr/u32-to-u16.c: New file.
3994
3995         * modules/unistr/u8-check: New file.
3996         * modules/unistr/u16-check: New file.
3997         * modules/unistr/u32-check: New file.
3998         * lib/unistr/u8-check.c: New file.
3999         * lib/unistr/u16-check.c: New file.
4000         * lib/unistr/u32-check.c: New file.
4001
4002         * modules/unistr/u8-chr: New file.
4003         * modules/unistr/u16-chr: New file.
4004         * modules/unistr/u32-chr: New file.
4005         * lib/unistr/u8-chr.c: New file.
4006         * lib/unistr/u16-chr.c: New file.
4007         * lib/unistr/u32-chr.c: New file.
4008
4009         * modules/unistr/u8-cmp: New file.
4010         * modules/unistr/u16-cmp: New file.
4011         * modules/unistr/u32-cmp: New file.
4012         * lib/unistr/u8-cmp.c: New file.
4013         * lib/unistr/u16-cmp.c: New file.
4014         * lib/unistr/u32-cmp.c: New file.
4015
4016         * modules/unistr/u8-cpy: New file.
4017         * modules/unistr/u16-cpy: New file.
4018         * modules/unistr/u32-cpy: New file.
4019         * lib/unistr/u8-cpy.c: New file.
4020         * lib/unistr/u16-cpy.c: New file.
4021         * lib/unistr/u32-cpy.c: New file.
4022         * lib/unistr/u-cpy.h: New file.
4023
4024         * modules/unistr/u8-cpy-alloc: New file.
4025         * modules/unistr/u16-cpy-alloc: New file.
4026         * modules/unistr/u32-cpy-alloc: New file.
4027         * lib/unistr/u8-cpy-alloc.c: New file.
4028         * lib/unistr/u16-cpy-alloc.c: New file.
4029         * lib/unistr/u32-cpy-alloc.c: New file.
4030         * lib/unistr/u-cpy-alloc.h: New file.
4031
4032         * modules/unistr/u8-endswith: New file.
4033         * modules/unistr/u16-endswith: New file.
4034         * modules/unistr/u32-endswith: New file.
4035         * lib/unistr/u8-endswith.c: New file.
4036         * lib/unistr/u16-endswith.c: New file.
4037         * lib/unistr/u32-endswith.c: New file.
4038         * lib/unistr/u-endswith.h: New file.
4039
4040         * modules/unistr/u8-mblen: New file.
4041         * modules/unistr/u16-mblen: New file.
4042         * modules/unistr/u32-mblen: New file.
4043         * lib/unistr/u8-mblen.c: New file.
4044         * lib/unistr/u16-mblen.c: New file.
4045         * lib/unistr/u32-mblen.c: New file.
4046
4047         * modules/unistr/u8-mbtouc: New file.
4048         * modules/unistr/u16-mbtouc: New file.
4049         * modules/unistr/u32-mbtouc: New file.
4050         * lib/unistr/u8-mbtouc.c: New file.
4051         * lib/unistr/u16-mbtouc.c: New file.
4052         * lib/unistr/u32-mbtouc.c: New file.
4053
4054         * modules/unistr/u8-mbtouc-safe: New file.
4055         * modules/unistr/u16-mbtouc-safe: New file.
4056         * modules/unistr/u32-mbtouc-safe: New file.
4057         * lib/unistr/u8-mbtouc-safe.c: New file.
4058         * lib/unistr/u16-mbtouc-safe.c: New file.
4059         * lib/unistr/u32-mbtouc-safe.c: New file.
4060
4061         * modules/unistr/u8-move: New file.
4062         * modules/unistr/u16-move: New file.
4063         * modules/unistr/u32-move: New file.
4064         * lib/unistr/u8-move.c: New file.
4065         * lib/unistr/u16-move.c: New file.
4066         * lib/unistr/u32-move.c: New file.
4067         * lib/unistr/u-move.h: New file.
4068
4069         * modules/unistr/u8-next: New file.
4070         * modules/unistr/u16-next: New file.
4071         * modules/unistr/u32-next: New file.
4072         * lib/unistr/u8-next.c: New file.
4073         * lib/unistr/u16-next.c: New file.
4074         * lib/unistr/u32-next.c: New file.
4075
4076         * modules/unistr/u8-prev: New file.
4077         * modules/unistr/u16-prev: New file.
4078         * modules/unistr/u32-prev: New file.
4079         * lib/unistr/u8-prev.c: New file.
4080         * lib/unistr/u16-prev.c: New file.
4081         * lib/unistr/u32-prev.c: New file.
4082
4083         * modules/unistr/u8-set: New file.
4084         * modules/unistr/u16-set: New file.
4085         * modules/unistr/u32-set: New file.
4086         * lib/unistr/u8-set.c: New file.
4087         * lib/unistr/u16-set.c: New file.
4088         * lib/unistr/u32-set.c: New file.
4089         * lib/unistr/u-set.h: New file.
4090
4091         * modules/unistr/u8-startswith: New file.
4092         * modules/unistr/u16-startswith: New file.
4093         * modules/unistr/u32-startswith: New file.
4094         * lib/unistr/u8-startswith.c: New file.
4095         * lib/unistr/u16-startswith.c: New file.
4096         * lib/unistr/u32-startswith.c: New file.
4097         * lib/unistr/u-startswith.h: New file.
4098
4099         * modules/unistr/u8-stpcpy: New file.
4100         * modules/unistr/u16-stpcpy: New file.
4101         * modules/unistr/u32-stpcpy: New file.
4102         * lib/unistr/u8-stpcpy.c: New file.
4103         * lib/unistr/u16-stpcpy.c: New file.
4104         * lib/unistr/u32-stpcpy.c: New file.
4105         * lib/unistr/u-stpcpy.h: New file.
4106
4107         * modules/unistr/u8-stpncpy: New file.
4108         * modules/unistr/u16-stpncpy: New file.
4109         * modules/unistr/u32-stpncpy: New file.
4110         * lib/unistr/u8-stpncpy.c: New file.
4111         * lib/unistr/u16-stpncpy.c: New file.
4112         * lib/unistr/u32-stpncpy.c: New file.
4113         * lib/unistr/u-stpncpy.h: New file.
4114
4115         * modules/unistr/u8-strcat: New file.
4116         * modules/unistr/u16-strcat: New file.
4117         * modules/unistr/u32-strcat: New file.
4118         * lib/unistr/u8-strcat.c: New file.
4119         * lib/unistr/u16-strcat.c: New file.
4120         * lib/unistr/u32-strcat.c: New file.
4121         * lib/unistr/u-strcat.h: New file.
4122
4123         * modules/unistr/u8-strchr: New file.
4124         * modules/unistr/u16-strchr: New file.
4125         * modules/unistr/u32-strchr: New file.
4126         * lib/unistr/u8-strchr.c: New file.
4127         * lib/unistr/u16-strchr.c: New file.
4128         * lib/unistr/u32-strchr.c: New file.
4129
4130         * modules/unistr/u8-strcmp: New file.
4131         * modules/unistr/u16-strcmp: New file.
4132         * modules/unistr/u32-strcmp: New file.
4133         * lib/unistr/u8-strcmp.c: New file.
4134         * lib/unistr/u16-strcmp.c: New file.
4135         * lib/unistr/u32-strcmp.c: New file.
4136
4137         * modules/unistr/u8-strcpy: New file.
4138         * modules/unistr/u16-strcpy: New file.
4139         * modules/unistr/u32-strcpy: New file.
4140         * lib/unistr/u8-strcpy.c: New file.
4141         * lib/unistr/u16-strcpy.c: New file.
4142         * lib/unistr/u32-strcpy.c: New file.
4143         * lib/unistr/u-strcpy.h: New file.
4144
4145         * modules/unistr/u8-strcspn: New file.
4146         * modules/unistr/u16-strcspn: New file.
4147         * modules/unistr/u32-strcspn: New file.
4148         * lib/unistr/u8-strcspn.c: New file.
4149         * lib/unistr/u16-strcspn.c: New file.
4150         * lib/unistr/u32-strcspn.c: New file.
4151         * lib/unistr/u-strcspn.h: New file.
4152
4153         * modules/unistr/u8-strdup: New file.
4154         * modules/unistr/u16-strdup: New file.
4155         * modules/unistr/u32-strdup: New file.
4156         * lib/unistr/u8-strdup.c: New file.
4157         * lib/unistr/u16-strdup.c: New file.
4158         * lib/unistr/u32-strdup.c: New file.
4159         * lib/unistr/u-strdup.h: New file.
4160
4161         * modules/unistr/u8-strlen: New file.
4162         * modules/unistr/u16-strlen: New file.
4163         * modules/unistr/u32-strlen: New file.
4164         * lib/unistr/u8-strlen.c: New file.
4165         * lib/unistr/u16-strlen.c: New file.
4166         * lib/unistr/u32-strlen.c: New file.
4167         * lib/unistr/u-strlen.h: New file.
4168
4169         * modules/unistr/u8-strmblen: New file.
4170         * modules/unistr/u16-strmblen: New file.
4171         * modules/unistr/u32-strmblen: New file.
4172         * lib/unistr/u8-strmblen.c: New file.
4173         * lib/unistr/u16-strmblen.c: New file.
4174         * lib/unistr/u32-strmblen.c: New file.
4175
4176         * modules/unistr/u8-strmbtouc: New file.
4177         * modules/unistr/u16-strmbtouc: New file.
4178         * modules/unistr/u32-strmbtouc: New file.
4179         * lib/unistr/u8-strmbtouc.c: New file.
4180         * lib/unistr/u16-strmbtouc.c: New file.
4181         * lib/unistr/u32-strmbtouc.c: New file.
4182
4183         * modules/unistr/u8-strncat: New file.
4184         * modules/unistr/u16-strncat: New file.
4185         * modules/unistr/u32-strncat: New file.
4186         * lib/unistr/u8-strncat.c: New file.
4187         * lib/unistr/u16-strncat.c: New file.
4188         * lib/unistr/u32-strncat.c: New file.
4189         * lib/unistr/u-strncat.h: New file.
4190
4191         * modules/unistr/u8-strncmp: New file.
4192         * modules/unistr/u16-strncmp: New file.
4193         * modules/unistr/u32-strncmp: New file.
4194         * lib/unistr/u8-strncmp.c: New file.
4195         * lib/unistr/u16-strncmp.c: New file.
4196         * lib/unistr/u32-strncmp.c: New file.
4197
4198         * modules/unistr/u8-strncpy: New file.
4199         * modules/unistr/u16-strncpy: New file.
4200         * modules/unistr/u32-strncpy: New file.
4201         * lib/unistr/u8-strncpy.c: New file.
4202         * lib/unistr/u16-strncpy.c: New file.
4203         * lib/unistr/u32-strncpy.c: New file.
4204         * lib/unistr/u-strncpy.h: New file.
4205
4206         * modules/unistr/u8-strnlen: New file.
4207         * modules/unistr/u16-strnlen: New file.
4208         * modules/unistr/u32-strnlen: New file.
4209         * lib/unistr/u8-strnlen.c: New file.
4210         * lib/unistr/u16-strnlen.c: New file.
4211         * lib/unistr/u32-strnlen.c: New file.
4212         * lib/unistr/u-strnlen.h: New file.
4213
4214         * modules/unistr/u8-strpbrk: New file.
4215         * modules/unistr/u16-strpbrk: New file.
4216         * modules/unistr/u32-strpbrk: New file.
4217         * lib/unistr/u8-strpbrk.c: New file.
4218         * lib/unistr/u16-strpbrk.c: New file.
4219         * lib/unistr/u32-strpbrk.c: New file.
4220         * lib/unistr/u-strpbrk.h: New file.
4221
4222         * modules/unistr/u8-strrchr: New file.
4223         * modules/unistr/u16-strrchr: New file.
4224         * modules/unistr/u32-strrchr: New file.
4225         * lib/unistr/u8-strrchr.c: New file.
4226         * lib/unistr/u16-strrchr.c: New file.
4227         * lib/unistr/u32-strrchr.c: New file.
4228
4229         * modules/unistr/u8-strspn: New file.
4230         * modules/unistr/u16-strspn: New file.
4231         * modules/unistr/u32-strspn: New file.
4232         * lib/unistr/u8-strspn.c: New file.
4233         * lib/unistr/u16-strspn.c: New file.
4234         * lib/unistr/u32-strspn.c: New file.
4235         * lib/unistr/u-strspn.h: New file.
4236
4237         * modules/unistr/u8-strstr: New file.
4238         * modules/unistr/u16-strstr: New file.
4239         * modules/unistr/u32-strstr: New file.
4240         * lib/unistr/u8-strstr.c: New file.
4241         * lib/unistr/u16-strstr.c: New file.
4242         * lib/unistr/u32-strstr.c: New file.
4243         * lib/unistr/u-strstr.h: New file.
4244
4245         * modules/unistr/u8-strtok: New file.
4246         * modules/unistr/u16-strtok: New file.
4247         * modules/unistr/u32-strtok: New file.
4248         * lib/unistr/u8-strtok.c: New file.
4249         * lib/unistr/u16-strtok.c: New file.
4250         * lib/unistr/u32-strtok.c: New file.
4251         * lib/unistr/u-strtok.h: New file.
4252
4253         * modules/unistr/u8-uctomb: New file.
4254         * modules/unistr/u16-uctomb: New file.
4255         * modules/unistr/u32-uctomb: New file.
4256         * lib/unistr/u8-uctomb.c: New file.
4257         * lib/unistr/u16-uctomb.c: New file.
4258         * lib/unistr/u32-uctomb.c: New file.
4259
4260         * MODULES.html.sh (Unicode string functions): Add the new modules.
4261
4262 2007-01-08  Bruno Haible  <bruno@clisp.org>
4263
4264         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4265         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4266         subdirectories.
4267
4268 2007-01-08  Karl Berry  <karl@gnu.org>
4269
4270         * doc/error.texi: mention that main() fns must set program_name
4271         when progname is used.
4272
4273 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4274
4275         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4276         WCTYPE_H is empty, for the benefit of builds from non-distclean
4277         directories.  Problem reported by Eric Blake in
4278         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4279
4280 2007-01-08  Bruno Haible  <bruno@clisp.org>
4281
4282         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4283         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4284         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4285         PROVIDE_CANONICALIZE_FILENAME_MODE.
4286         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4287
4288 2007-01-08  Bruno Haible  <bruno@clisp.org>
4289
4290         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4291         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4292         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4293         * lib/fts.c: Likewise.
4294         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4295
4296 2006-12-25  Bruno Haible  <bruno@clisp.org>
4297
4298         * modules/utf8-ucs4-safe: New file.
4299         * lib/utf8-ucs4-safe.h: New file.
4300         * lib/unistr/utf8-ucs4-safe.c: New file.
4301
4302         * modules/utf16-ucs4-safe: New file.
4303         * lib/utf16-ucs4-safe.h: New file.
4304         * lib/unistr/utf16-ucs4-safe.c: New file.
4305
4306         * MODULES.html.sh (Unicode string functions): Add the new modules.
4307
4308 2007-01-08  Bruno Haible  <bruno@clisp.org>
4309
4310         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4311         (Depends-on): Add unitypes.
4312         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4313         (u8_mbtouc_aux): Move out to separate file.
4314         (u8_mbtouc): Use ucs4_t, uint8_t types.
4315         * lib/unistr/utf8-ucs4.c: New file.
4316
4317         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4318         (Depends-on): Add unitypes.
4319         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4320         (u16_mbtouc_aux): Move out to separate file.
4321         (u16_mbtouc): Use ucs4_t, uint16_t types.
4322         * lib/unistr/utf16-ucs4.c: New file.
4323
4324         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4325         (Depends-on): Add unitypes.
4326         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4327         (u8_uctomb_aux): Move out to separate file.
4328         (u8_uctomb): Use ucs4_t, uint8_t types.
4329         * lib/unistr/ucs4-utf8.c: New file.
4330
4331         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4332         (Depends-on): Add unitypes.
4333         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4334         (u16_uctomb_aux): Move out to separate file.
4335         (u16_uctomb): Use ucs4_t, uint16_t types.
4336         * lib/unistr/ucs4-utf16.c: New file.
4337
4338 2006-12-25  Bruno Haible  <bruno@clisp.org>
4339
4340         * modules/unitypes: New file.
4341         * lib/unitypes.h: New file.
4342         * MODULES.html.sh (func_all_modules): New section "Unicode string
4343         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4344         this section. Add unitypes.
4345
4346 2007-01-08  Bruno Haible  <bruno@clisp.org>
4347
4348         Avoid variable names that conflict with those from libtool.
4349         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4350         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4351         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4352         library_names_spec to acl_library_names_spec, hardcode_* to
4353         acl_hardcode_*.
4354         Reported by Ralf Wildenhues.
4355
4356 2007-01-08  Bruno Haible  <bruno@clisp.org>
4357
4358         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4359         definition.
4360         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4361         definition.
4362         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4363         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4364         definition.
4365         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4366         definition.
4367         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4368         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4369         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4370         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4371         definition.
4372         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4373         definition.
4374         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4375         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4376         GC_USE_<algorithm>.
4377         * lib/gc-libgcrypt.c: Likewise.
4378         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4379         * modules/gc-arctwo (configure.ac): Likewise.
4380         * modules/gc-des (configure.ac): Likewise.
4381         * modules/gc-hmac-md5 (configure.ac): Likewise.
4382         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4383         * modules/gc-md2 (configure.ac): Likewise.
4384         * modules/gc-md4 (configure.ac): Likewise.
4385         * modules/gc-md5 (configure.ac): Likewise.
4386         * modules/gc-random (configure.ac): Likewise.
4387         * modules/gc-rijndael (configure.ac): Likewise.
4388         * modules/gc-sha1 (configure.ac): Likewise.
4389
4390 2007-01-08  Bruno Haible  <bruno@clisp.org>
4391
4392         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4393         macro definition.
4394         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4395         definition.
4396         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4397         definition.
4398         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4399         * modules/fcntl-safer (configure.ac): Likewise.
4400         * modules/fopen-safer (configure.ac): Likewise.
4401         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4402         GNULIB_FWRITEERROR macro definition.
4403
4404 2007-01-08  Bruno Haible  <bruno@clisp.org>
4405
4406         * m4/gnulib-common.m4: New file.
4407         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4408         (func_get_filelist): Add m4/gnulib-common.m4.
4409
4410 2007-01-08  Bruno Haible  <bruno@clisp.org>
4411
4412         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4413         command.
4414
4415 2007-01-08  Jim Meyering  <jim@meyering.net>
4416
4417         Use a more robust test for a "can't happen" condition.
4418         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4419         narrowed the st_size value.  Presuming the "can't happen" condition
4420         is true, that narrowing could conceivably convert an invalid st_size
4421         value into a valid one.  Instead, use a change based on Matthew
4422         Woehlke's original patch.
4423
4424         Slight readability improvement: use an assert-like macro
4425         in place of literal "abort ()" uses.
4426         * lib/fts.c (fts_assert): Define.
4427         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4428         Use this macro instead of a bare 'abort'.
4429
4430 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4431
4432         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4433         simply work around them.
4434         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4435         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4436         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4437         declaring.
4438         Don't bother to define as macros, since the standard doesn't require it.
4439         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4440         longer worry about IRIX 5.3.
4441         (HAVE_WCTYPE_CTMP_BUG): Remove.
4442
4443 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4444
4445         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4446         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4447         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4448         Problems reported by Georg Schwarz for IRIX 5.3.
4449
4450         * gnulib-tool (autoconf_minversion): Take the maximum version number
4451         found, not the minimum.  Problem reported by James Youngman.
4452
4453 2007-01-03  Karl Berry  <karl@gnu.org>
4454
4455         * doc/error.texi: new file, explaining interaction with progname.
4456         * doc/gnulib.texi: include it.  Update copyright.
4457
4458 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4459
4460         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4461         AC_CANONICAL_HOST, to improve autobuild outputs.
4462
4463 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4464             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4465
4466         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4467         sockets, server sockets, and other file descriptors.  Count errors
4468         to compute the return value.  Reorder the code a bit to be easier
4469         to follow.  Don't set event bits that were not requested (except
4470         POLLERR and POLLHUP).
4471
4472 2007-01-01  Bruno Haible  <bruno@clisp.org>
4473
4474         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4475
4476 2007-01-03  Jim Meyering  <jim@meyering.net>
4477
4478         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4479
4480 2007-01-02  Bruno Haible  <bruno@clisp.org>
4481
4482         * modules/settime (Include): Require timespec.h.
4483         * modules/nanosleep (Include): Likewise.
4484
4485 2007-01-01  Bruno Haible  <bruno@clisp.org>
4486
4487         * gnulib-tool (func_emit_copyright_notice): Bump year.
4488         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4489
4490 2007-01-01  Bruno Haible  <bruno@clisp.org>
4491
4492         Improve support for OpenBSD.
4493         * build-aux/config.rpath (libname_spec): Export.
4494         (library_names_spec): New variable. Export.
4495         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4496         library_names_spec from the config.rpath output. Locate shared library
4497         through the name pattern in library_names_spec.
4498
4499 2007-01-01  Eric Blake  <ebb9@byu.net>
4500
4501         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4502
4503 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4504
4505         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4506         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4507         assume the C locale, and avoid an "eval" that could cause trouble.
4508         Problem with SORT reported by Bob Proulx.
4509
4510         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4511         Define.  Trivial patch from Henning Nielsen Lund, originally
4512         sent to bug-grep@gnu.org today.
4513
4514 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4515
4516         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4517         struct stat.  Problem reported by Henning Nielsen Lund.
4518         * lib/acl.c: Include acl.h first, to check interface.  Don't
4519         bother to include sys/types.h and sys/stat.h again.
4520
4521 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4522
4523         Import the following change from libc; problem reported by
4524         Sven Verdoolaege.
4525
4526         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4527
4528         [BZ #1373]
4529         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4530
4531 2006-12-28  Jim Meyering  <jim@meyering.net>
4532
4533         * build-aux/announce-gen: Do not assume that the package
4534         builds any of tar.gz, tar.bz2, and .xdelta files.
4535         Suggestion from Simon Josefsson.
4536
4537 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4538
4539         * modules/announce-gen: New file.
4540
4541 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4542
4543         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4544         handles its gotchas now.
4545         * lib/mbswidth.c: Likewise.
4546         * lib/wcwidth.h: Likewise.
4547         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4548         and iswcntrl; the wctype module does this stuff now.
4549         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4550         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4551         * modules/mbchar (Depends-on): Add wctype.
4552         * modules/mbswidth (Depends-on): Likewise.
4553         * modules/wcwidth (Depends-on): Likewise.
4554
4555 2006-12-27  Eric Blake  <ebb9@byu.net>
4556
4557         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4558         module uses more than what <wctype.h> is required to provide.
4559
4560 2006-12-26  Eric Blake  <ebb9@byu.net>
4561
4562         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4563
4564 2006-12-26  Eric Blake  <ebb9@byu.net>
4565
4566         * modules/absolute-header: New module.
4567         * modules/fcntl (Depends-on): Depend on it.
4568         * modules/inttypes (Depends-on): Likewise.
4569         * modules/stdint (Depends-on): Likewise.
4570         * modules/sys_stat (Depends-on): Likewise.
4571         * modules/wctype (Depends-on): Likewise.
4572         * MODULES.html.sh (Support for building libraries and
4573         executables): Document it.
4574
4575 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4576
4577         * gnulib-tool (SED): Remove, undoing previous change.
4578         The problem was that it broke coreutils on Solaris, because
4579         "sed --posix" leaked into a makefile.
4580         (sed): New alias, if 'alias' and GNU sed.
4581
4582 2006-12-24  Jim Meyering  <jim@meyering.net>
4583
4584         Work around an fchownat bug in glibc-2.4:
4585         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4586         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4587         in spite of the -P option.
4588         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4589         New macros.
4590         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4591         * modules/openat (Files): Add lib/fchownat.c.
4592         * lib/openat.c (fchownat): Don't define here.  Move to...
4593         * lib/fchownat.c: ...this new file.
4594
4595 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4596
4597         Fix bug reported by Bruno Haible in
4598         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4599         where quotearg.c didn't compile on Mac OS X 10.2 because it
4600         lacks <wchar.h> and wint_t.
4601         * lib/wctype_.h (__wctype_wint_t): New type.
4602         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4603         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4604         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4605         Arg is now of type __wctype_wint_t, not wint_t.
4606         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4607         substitute HAVE_WINT_T.
4608         * modules/wctype (Files): Add m4/wint_t.m4.
4609         (wctype.h): Substitute HAVE_WINT_T.
4610
4611 2006-12-23  Bruno Haible  <bruno@clisp.org>
4612
4613         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4614
4615 2006-12-23  Bruno Haible  <bruno@clisp.org>
4616
4617         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4618         S_ISLNK.
4619         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4620         mingw.
4621
4622 2006-12-22  Bruno Haible  <bruno@clisp.org>
4623
4624         * lib/copy-file.c: Include acl.h.
4625         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4626         Close the file descriptors only after being done with copy_acl.
4627         * modules/copy-file (Depends-on): Add acl.
4628
4629 2006-12-22  Bruno Haible  <bruno@clisp.org>
4630
4631         * gnulib-tool (SED): New variable.
4632         Use $SED instead of sed everywhere.
4633
4634 2006-12-22  Bruno Haible  <bruno@clisp.org>
4635
4636         * modules/no-c++: New file.
4637         * m4/no-c++.m4: New file.
4638         * MODULES.html.sh (Support for building libraries and executables):
4639         Add no-c++.
4640
4641 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4642
4643         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4644         Include <limits.h>, and use its INT_MAX to rewrite the
4645         j loop so that it does not overflow 'int'.  Problem reported by
4646         Ralf Wildenhues in
4647         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4648         Play it safe by shifting left by 1 rather than multiplying by 2,
4649         as GCC is less likely to optimize this away when the value
4650         is signed (when it assumes overflow leads to undefined behavior).
4651         Also, don't assume time_t uses two's complement.
4652
4653 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4654
4655         * MODULES.html.sh: New module wctype.
4656         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4657         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4658         <wctype.h>, since the new wctype module should fix this.
4659         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4660         the wctype module should arrange for it.
4661         * lib/regex_internal.h: Likewise.
4662         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4663         since the wctype module should handle this now.
4664         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4665         * modules/fnmatch (Depends-on): Add wctype.
4666         * modules/quotearg (Depends-on): Likewise.
4667         * modules/regex (Depends-on): Likewise.
4668
4669 2006-12-19  Bruno Haible  <bruno@clisp.org>
4670
4671         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4672         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4673
4674 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4675
4676         * modules/savewd (Depends-on): Fix dependency on fcntl.
4677
4678 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4679
4680         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4681         conforms to C99, rather than relying on the user's environment
4682         setting of STDINT_H.
4683
4684 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4685         and Eric Blake  <ebb9@byu.net>
4686
4687         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4688         This is more consistent with the other defines here.
4689         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4690         Port to z/OS.  Problem reported by Paul Gilmartin.
4691         Change local vars to use gl_ prefix rather than ac_.
4692         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4693         with other defines.
4694         * modules/double-slash-root: New module.
4695         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4696         (Depends-on): Add double-slash-root.
4697         * MODULES.html.sh (File system functions): Mention new module.
4698
4699 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4700
4701         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4702         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4703         This is for the benefit of gzip, which doesn't do i18n.
4704
4705 2006-12-12  Jim Meyering  <jim@meyering.net>
4706
4707         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4708         Reported by Andreas Schwab <schwab@suse.de>.
4709
4710 2006-12-12  Bruno Haible  <bruno@clisp.org>
4711
4712         Merge these changes.
4713         2006-09-05  Bruno Haible  <bruno@clisp.org>
4714         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4715         iconv_alloc succeeded.
4716         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4717         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4718         test for " && dest " at the end - dest is always != NULL there. Call
4719         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4720         with 2xNULL arguments, also to flush the state storage. Handle the
4721         IRIX iconv behaviour. Realloc the final result, to throw away unused
4722         memory.
4723
4724 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4725
4726         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4727         and fchmodat unconditionally, since glibc 2.4 has them.
4728         Problem reported by Arkadiusz Miskiewicz.
4729
4730 2006-12-10  Bruno Haible  <bruno@clisp.org>
4731
4732         * gnulib-tool (func_import): Show the include files only for those
4733         modules that are copied and specified.
4734         Reported by Karl Berry.
4735
4736 2006-12-08  Jim Meyering  <jim@meyering.net>
4737
4738         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4739         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4740
4741         * build-aux/announce-gen: Add two new options, both optional:
4742         --bootstrap-tools=TOOL_LIST
4743               a comma-separated list of tools, e.g.,
4744               autoconf,automake,bison,gnulib
4745         --gnulib-snapshot-date=DATE
4746               if gnulib is in the bootstrap tool list,
4747               then report this as the snapshot date.
4748               If not specified, use the current date/time.
4749               If you specify a date here, be sure it's UTC.
4750
4751 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4752
4753         * tests/test-argp-2.sh: Fix test to match actual output.
4754         (func_compare): Fix sed script to be portable.
4755
4756 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4757
4758         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4759         workaround for this case.  It is not autoconfigured now; offhand
4760         it's hard to see how to autoconfigure it.
4761
4762 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4763
4764         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4765         a directory that is about to be chowned.  Such a directory's
4766         initial file permissions should permit the owner only and this
4767         should not be changed until after the chown, since the group and
4768         other bits would be incorrect if they granted permission before
4769         the chown.
4770
4771         Fix porting problem for iswctype reported by Georg Schwarz in:
4772         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4773         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4774         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4775         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4776         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4777
4778 2006-12-03  Jim Meyering  <jim@meyering.net>
4779
4780         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4781         p->fts_statp may not yet be defined.
4782         (fts_read): Instead, set it in the caller, once p->fts_statp is
4783         sure to be defined, and corresponds to a top-level directory.
4784         This bug made du -x fail.  Here's the coreutils test case:
4785         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4786         Reported by Mike Frysinger.
4787
4788 2006-12-01  Jim Meyering  <jim@meyering.net>
4789
4790         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4791         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4792         Reported by Simon Josefsson.
4793
4794 2006-11-30  Jim Meyering  <jim@meyering.net>
4795
4796         * m4/warning.m4: Use the all-permissive copyright notice
4797         recommended by RMS (rather than LGPL).
4798         * m4/vararrays.m4: Likewise.
4799         * m4/flexmember.m4: Likewise.
4800
4801 2006-11-29  Bruno Haible  <bruno@clisp.org>
4802
4803         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4804         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4805         using +=.
4806         Reported by Simon Josefsson <simon@josefsson.org>.
4807
4808 2006-11-28  James Youngman <jay@gnu.org>
4809
4810         * README: Advise users that they might find the bug-gnulib@gnu.org
4811         and autotools-announce@gnu.org mailing lists useful.
4812
4813 2006-11-28  Bruno Haible  <bruno@clisp.org>
4814
4815         * m4/ptrdiff_max.m4: Remove file.
4816
4817 2006-11-21  Bruno Haible  <bruno@clisp.org>
4818
4819         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4820         _AC_COMPUTE_INT.
4821         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4822         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4823         _AC_COMPUTE_INT.
4824         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4825         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4826         _AC_COMPUTE_INT.
4827         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4828
4829 2006-11-28  Jim Meyering  <jim@meyering.net>
4830
4831         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4832         warning from "gcc -Wshadow" about shadowing the builtin.
4833
4834 2006-11-27  Bruno Haible  <bruno@clisp.org>
4835
4836         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4837         _AC_COMPUTE_INT.
4838         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4839
4840 2006-11-27  Bruno Haible  <bruno@clisp.org>
4841             Paul Eggert  <eggert@cs.ucla.edu>
4842
4843         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4844
4845 2006-11-26  Bruno Haible  <bruno@clisp.org>
4846
4847         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4848         noinst_LTLIBRARIES.
4849
4850 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4851             Bruno Haible  <bruno@clisp.org>
4852
4853         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4854         if compiling with "gcc -ansi".
4855
4856 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4857
4858         Fix some incompatibilities with gcc -ansi -pedantic.
4859         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4860         if compiling pedantically with GCC, unless it's C99 or later.
4861         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4862         it mishandles gcc -ansi -pedantic as well.
4863         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4864         if gcc -pedantic.
4865         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4866         initializers for struct if -pedantic, unless it's C99 or later.
4867
4868 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4869
4870         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4871         Don't close an fd more than once. Identical atimes indicate
4872         success, not failure.
4873
4874 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4875
4876         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4877
4878 2006-11-23  Jim Meyering  <jim@meyering.net>
4879
4880         * build-aux/announce-gen: New file.  From coreutils.
4881
4882 2006-11-22  Jim Meyering  <jim@meyering.net>
4883
4884         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4885         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4886         (fts_read): Use a temporary to narrow the overused st_size member
4887         before using it in a switch statement.  Reported by Matthew Woehlke.
4888
4889         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4890         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4891
4892 2006-11-20  Bruno Haible  <bruno@clisp.org>
4893
4894         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4895         changequote instead of pairs of brackets.
4896         Reported by Andreas Schwab <schwab@suse.de>.
4897
4898 2006-11-21  Jim Meyering  <jim@meyering.net>
4899
4900         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4901         so as to remain compatible with older compilers.
4902         Patch from Michael Deutschmann.
4903
4904 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4905
4906         * MODULES.html.sh (File system functions): Add openat.
4907
4908         * lib/openat.h (rpl_fstatat): New macro, if
4909         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4910         (fstatat): Define to rpl_fstatat under the same conditions,
4911         unless COMPILING_FSTATAT.
4912         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4913         seems to have the bug.
4914         * lib/fstatat.c: New file.
4915         * modules/openat (Files): Add it.
4916
4917 2006-11-20  Bruno Haible  <bruno@clisp.org>
4918
4919         * Makefile: New file.
4920
4921 2006-11-20  Jim Meyering  <jim@meyering.net>
4922
4923         The beginnings of syntax-related checks for gnulib.
4924         * lib/Makefile: New file.
4925         * lib/t-idcache: New script.  Ensure that the two halves of
4926         idcache.c stay in sync.
4927
4928         * lib/idcache.c: Adjust comments in user- and group- portions to
4929         be more accurate, and to be consistent with one another.
4930
4931 2006-11-20  Jim Meyering  <jim@meyering.net>
4932
4933         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4934         continue using the flexible array member (thus, this module performs
4935         half as many malloc calls), with the addition that...
4936         (getgroup, getuser): Consistently record a non-match via an empty
4937         "name" string, and map an empty string match to a NULL return value.
4938         * modules/idcache (Depends-on): Re-add flexmember.
4939
4940         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4941         (getuidbyname, getgroup, getgidbyname): Likewise.
4942
4943         Use cleaner syntax: NULL rather than 0.
4944         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4945
4946 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4949         It mishandled the case where the group was missing.
4950         Problem reported by Greg Schafer.
4951         * modules/idcache: Likewise.
4952
4953 2006-11-18  Jim Meyering  <jim@meyering.net>
4954
4955         * check-module (%exempt_header): Add exception for some
4956         conditionally-included headers.
4957
4958         * modules/i-ring (Depends-on): Add verify.
4959         (License): Change to LGPL.
4960
4961 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4962
4963         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4964         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4965         and inttostr.h.  Use snprintf rather than uinttostr, so that
4966         LGPLed code doesn't depend on GPLed.
4967
4968 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * modules/inline (License): Change from GPL to LGPL.
4971
4972 2006-11-17  Jim Meyering  <jim@meyering.net>
4973
4974         * modules/d-type (License): Switch to LGPL.
4975
4976 2006-11-15  Bruno Haible  <bruno@clisp.org>
4977
4978         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4979
4980 2006-11-15  Eric Blake  <ebb9@byu.net>
4981
4982         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4983         the module dependency.
4984
4985 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4986             Bruno Haible  <bruno@clisp.org>
4987
4988         * gnulib-tool (func_create_testdir): Add license consistency check.
4989
4990 2006-11-15  Eric Blake  <ebb9@byu.net>
4991
4992         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4993         random "(cached)" in configure output.
4994
4995 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4996
4997         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4998         test for conforming inttypes.h is both announced and cached.
4999
5000         * MODULES.html.sh (seen_modules, seen_files): New variables.
5001         (func_module): Rewrite to use a few less gnulib-tool and sed
5002         invocations.  Avoid a couple of quadratic algorithms for ...
5003         (missed_modules, missed_files): ... these, with ...
5004         (func_append, func_tmpdir): ... these new functions, from
5005         gnulib-tool.  Analogously, install traps for cleanup.
5006
5007         * tests/test-gc.c (main): Remove unused variables.
5008         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5009
5010 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5011
5012         * modules/inttostr (License): Change to LGPL.
5013
5014 2006-11-14  Eric Blake  <ebb9@byu.net>
5015
5016         * modules/tempname (License): Change to LGPL.
5017
5018 2006-11-14  Eric Blake  <ebb9@byu.net>
5019
5020         * doc/functions.texi (Function Portability): *printf functions on
5021         Cygwin now understand all POSIX size specifiers.
5022
5023 2006-11-14  Bruno Haible  <bruno@clisp.org>
5024
5025         * modules/c-ctype (License): Change to LGPL.
5026
5027 2006-11-12  Bruno Haible  <bruno@clisp.org>
5028
5029         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5030         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5031         for GNOME libraries, for which the include files are installed in
5032         subdirectories of $prefix/include.
5033
5034 2006-11-12  Bruno Haible  <bruno@clisp.org>
5035
5036         * m4/lib-link.m4: Require at least autoconf-2.54.
5037         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5038         name to underscores for the --with option.
5039
5040 2006-11-13  Bruno Haible  <bruno@clisp.org>
5041
5042         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5043         the tests directory.
5044         Reported by Ralf Wildenhues.
5045
5046 2006-11-13  Bruno Haible  <bruno@clisp.org>
5047
5048         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5049         (func_emit_initmacro_end): Undo the override here.
5050         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5051         Works around the famous automake error in coreutils.
5052
5053 2006-11-13  Eric Blake  <ebb9@byu.net>
5054
5055         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5056         element, not its node.
5057
5058 2006-11-12  Bruno Haible  <bruno@clisp.org>
5059
5060         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5061         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5062
5063 2006-11-12  Bruno Haible  <bruno@clisp.org>
5064
5065         * gnulib-tool: New option --local-symlink.
5066         (func_usage): Document it.
5067         (lsymbolic): New variable.
5068         (func_import, func_create_testdir): If --symlink was not specified,
5069         test whether --local-symlink was specified and the file comes from
5070         the local_gnulib_dir.
5071
5072 2006-11-12  Bruno Haible  <bruno@clisp.org>
5073
5074         * gnulib-tool (func_ln): New function.
5075         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5076
5077 2006-11-12  Bruno Haible  <bruno@clisp.org>
5078
5079         Finish support for source files in subdirectories.
5080         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5081         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5082         AUTOMAKE_OPTIONS.
5083         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5084
5085 2006-11-12  Bruno Haible  <bruno@clisp.org>
5086
5087         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5088         EXTRA_lib_SOURCES augmentation.
5089         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5090
5091 2006-11-12  Jim Meyering  <jim@meyering.net>
5092
5093         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5094         file descriptors.  This also averts a failure on systems with
5095         native openat support when a traversed directory lacks "x" access.
5096         * lib/fts_.h: Include "i-ring.h"
5097         (struct FTS) [fts_fd_ring]: New member.
5098         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5099         (FCHDIR): Add parentheses.
5100         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5101         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5102         When descending, rather than simply closing the previous
5103         fts_cwd_fd value, push that file descriptor onto the ring.
5104         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5105         (fts_open): Initialize the new fd_ring member.
5106         (fts_close): Clear the ring.
5107         (fts_safe_changedir): When possible, use our new fd_ring to skip
5108         the diropen and fstat and dev/ino comparison that would normally
5109         accompany a virtual `chdir ("..")'.
5110
5111         * modules/fts (Depends-on): Add i-ring.
5112         * modules/i-ring: New module.
5113         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5114         * m4/i-ring.m4: New file.
5115
5116 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5117
5118         * gnulib-tool (func_create_testdir): Fix replacement of
5119         `build-aux' in configure.ac.  Run autotools in gltests
5120         subdirectory.
5121         (func_create_testdir, func_create_megatestdir, test): There is
5122         no need for '--force' in most autotool invocations in a new
5123         tree.  Actually fail the whole test if any of the tools, or the
5124         configure or make stages fail.
5125
5126         Sync from Automake.
5127         * build-aux/gnupload: Revert last change.  Add pointer to upload
5128         instructions of the GNU Maintenance Instructions.
5129         Suggestion by Karl Berry.
5130
5131 2006-11-10  Jim Meyering  <jim@meyering.net>
5132
5133         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5134
5135 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5138         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5139         (bind_textdomain_codeset) [! ENABLE_NLS]:
5140         Evaluate all the arguments.  That way, callers get compatible behavior
5141         if the arguments have side effects.  Also, it avoids some GCC
5142         diagnostics in some cases; Joel E. Denny reported problems when Bison
5143         was configured with --enable-gcc-warnigs.
5144
5145 2006-11-10  Jim Meyering  <jim@meyering.net>
5146
5147         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5148         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5149         account.
5150
5151 2006-11-10  Jim Meyering  <jim@meyering.net>
5152
5153         * modules/inline: New file/module.
5154         * modules/xalloc (Files): Remove m4/inline.m4.
5155         (Depends-on): Add inline, instead.
5156         * modules/oset: Likewise.
5157         * modules/list: Likewise.
5158
5159 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5160
5161         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5162         Problem reported by Matthew Woehlke.
5163
5164 2006-11-09  Bruno Haible  <bruno@clisp.org>
5165
5166         * lib/tempname.c (gen_tempname): Remove variant that invokes
5167         __gen_tempname.
5168         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5169         __gen_tempname.
5170
5171 2006-11-08  Bruno Haible  <bruno@clisp.org>
5172
5173         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5174         to 'yes' instead of 'cross-compiling'.
5175
5176 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5177
5178         * lib/quotearg.h (quotearg_free): New decl.
5179         * lib/quotearg.c (quotearg_free): New function.
5180         (slot0, nslots, slotvec0, slotvec):
5181         Now file-scope so that quotearg_free can get at them.
5182
5183 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5184
5185         Sync from Automake.
5186         * build-aux/gnupload: Add missing 'gnu' to example URL.
5187         Report by Karl Berry.
5188
5189 2006-11-08  Bruno Haible  <bruno@clisp.org>
5190
5191         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5192         Suggested by Paul Eggert.
5193
5194 2006-11-08  Jim Meyering  <jim@meyering.net>
5195
5196         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5197         It's already included if !_LIBC.
5198         (fts_safe_changedir): Add a comment.
5199
5200 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5201
5202         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5203         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5204         Matthew Woehlke.
5205
5206         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5207         definitions up, to avoid colliding with change below.
5208         (static_inline) [HAVE_INLINE]: New macro.
5209         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5210         Provide extern decls when !HAVE_INLINE.  Do not define unless
5211         static_inline is defined, either by us or by xmalloc.c.  Use
5212         static_inline rather than static inline.
5213         (XCALLOC): Optimize sizeof(T) = 1 case.
5214         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5215
5216 2006-11-07  Bruno Haible  <bruno@clisp.org>
5217
5218         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5219         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5220         AC_C_INLINE.
5221         * modules/xalloc (Files): Add m4/inline.m4.
5222
5223 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5224
5225         * README: Fix typo.
5226         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5227         (Miscellanous Notes): ...from this.
5228
5229 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5232         Mention that offsetof should be used instead of sizeof.
5233         From Bruno Haible.
5234
5235 2006-11-07  Bruno Haible  <bruno@clisp.org>
5236
5237         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5238
5239 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5240
5241         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5242         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5243         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5244         (gl_tree_add_before, gl_tree_add_after):
5245         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5246         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5247         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5248         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5249         (gl_linked_add_after, gl_linked_add_at): Likewise.
5250         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5251         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5252         (gl_tree_add_before, gl_tree_add_after): Likewise.
5253         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5254         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5255         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5256
5257 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5258
5259         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5260
5261 2006-11-06  Bruno Haible  <bruno@clisp.org>
5262
5263         * m4/inline.m4: New file.
5264         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5265         * modules/list (Files): Add m4/inline.m4.
5266         * modules/oset (Files): Likewise.
5267
5268 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * lib/idcache.c: Include <stddef.h>, for offsetof.
5271         (struct userid.name): Change from char * to a flexible array member.
5272         All uses changed.
5273         * modules/idcache (Depends-on): Add flexmember.
5274
5275         * MODULES.html.sh (Core language properties): New module flexmember.
5276         * modules/flexmember, m4/flexmember.m4: New files.
5277
5278         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5279         inline functions that are identical with the old xnmalloc_inline,
5280         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5281         that we can avoid some unnecessary integer multiplications and
5282         divisions in the common case where the element size is known at
5283         compile time.
5284         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5285         needed.
5286         (xnboundedmalloc): Remove.
5287         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5288         arguments, for consistency with rest of this header.
5289         (xcharalloc): Rewrite using XNMALLOC.
5290         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5291         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5292         versions have been moved to lib/xalloc.h and renamed to be the
5293         non-*_inline versions.
5294         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5295         and xnrealloc functions, since those functions are now inline and
5296         now call us.
5297         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5298         renaming described above.
5299         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5300         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5301         captures the dependency in AC_C_INLINE.
5302
5303         New module canonicalize-lgpl, proposed by Charles Wilson in
5304         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5305         with a few small changes afterwards.
5306         * MODULES.html.sh (File system functions): New module
5307         canonicalize-lgpl.
5308         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5309         and canonicalize_file_name.
5310         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5311         * modules/canonicalize-lgpl: New files.
5312
5313 2006-11-05  Bruno Haible  <bruno@clisp.org>
5314
5315         * gnulib-tool (func_import, func_create_testdir): Create directories
5316         also for files in subdirectories of lib/.
5317
5318 2006-11-05  Bruno Haible  <bruno@clisp.org>
5319
5320         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5321         ANSI C compliant.
5322
5323 2006-11-03  Bruno Haible  <bruno@clisp.org>
5324
5325         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5326         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5327         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5328         (xnboundedmalloc): New inline function.
5329         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5330         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5331         xmalloc.
5332         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5333         xmalloc.
5334         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5335         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5336         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5337         xmalloc.
5338         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5339         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5340         xmalloc.
5341         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5342         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5343         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5344         xmalloc.
5345         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5346         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5347         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5348         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5349         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5350         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5351         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5352
5353 2006-11-03  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/c-ctype.h [C++]: Define functions without name mangling.
5356         * lib/fwriteerror.h [C++]: Likewise.
5357         * lib/gcd.h [C++]: Likewise.
5358         * lib/linebreak.h [C++]: Likewise.
5359
5360 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5361
5362         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5363         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5364         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5365         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5366         Check for functions and headers just once.
5367         Check for declaration of canonicalize_file_name.
5368         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5369
5370 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5371
5372         * gnulib-tool (func_import): Fix typo in actioncmd.
5373
5374 2006-11-02  Bruno Haible  <bruno@clisp.org>
5375
5376         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5377         newline sequence in the Makefile.am snippet as a space, like "make"
5378         does.
5379         Reported by Roger Persson <perrog@gmail.com>.
5380
5381 2006-11-01  Bruno Haible  <bruno@clisp.org>
5382
5383         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5384         already declared in <string.h>.
5385         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5386
5387 2006-11-01  Bruno Haible  <bruno@clisp.org>
5388
5389         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5390         * lib/strcase.h: Include <string.h>.
5391         (strcasecmp): Define to rpl_strcasecmp here.
5392
5393 2006-11-01  Bruno Haible  <bruno@clisp.org>
5394
5395         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5396
5397 2006-11-01  Eric Blake  <ebb9@byu.net>
5398
5399         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5400
5401         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5402
5403 2006-10-29  Bruno Haible  <bruno@clisp.org>
5404
5405         Make it compile in C++ mode.
5406         * lib/full-write.c (full_rw): Add a cast.
5407
5408 2006-11-01  Bruno Haible  <bruno@clisp.org>
5409
5410         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5411         be POSIX compliant.
5412         Reported by Roger Persson <perrog@gmail.com>.
5413
5414 2006-11-01  Eric Blake  <ebb9@byu.net>
5415
5416         * lib/getopt_.h: Fix comments.
5417
5418 2006-10-31  Eric Blake  <ebb9@byu.net>
5419
5420         * modules/tmpdir (Depends-on): Add sys_stat.
5421         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5422         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5423         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5424         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5425         tempname.
5426
5427 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         Avoid some C++ diagnostics reported by Bruno Haible.
5430         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5431         xmalloc.
5432         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5433         (struct slotvec): Move to top level.
5434         (quotearg_n_options): Rewrite to avoid xmalloc.
5435         * lib/xalloc.h (xcharalloc): New function.
5436         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5437         [defined __cplusplus]: Add function template that provides result
5438         type propagation.  This part of the change is from Bruno Haible.
5439
5440 2006-10-29  Bruno Haible  <bruno@clisp.org>
5441
5442         Make it compile in C++ mode.
5443         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5444         * lib/strnlen1.c (strnlen1): Cast memchr result.
5445         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5446         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5447         (create_temp_dir): Rename local variable 'template'.
5448         (compile_csharp_using_sscli): Add cast.
5449         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5450         * lib/findprog.c (find_in_path): Likewise.
5451         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5452         * lib/wait-process.c (register_slave_subprocess): Likewise.
5453
5454 2006-10-22  Bruno Haible  <bruno@clisp.org>
5455
5456         * modules/tsearch: New file.
5457         * lib/tsearch.h: New file.
5458         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5459         * m4/tsearch.m4: New file.
5460         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5461
5462 2006-10-29  Eric Blake  <ebb9@byu.net>
5463
5464         * lib/arcfour.c: Assume config.h.
5465         * lib/arctwo.c: Likewise.
5466         * lib/base64.c: Likewise.
5467         * lib/check-version.c: Likewise.
5468         * lib/crc.c: Likewise.
5469         * lib/des.c: Likewise.
5470         * lib/gc-gnulib.c: Likewise.
5471         * lib/gc-libgcrypt.c: Likewise.
5472         * lib/gc-pbkdf2-sha1.c: Likewise.
5473         * lib/getaddrinfo.c: Likewise.
5474         * lib/getdelim.c: Likewise.
5475         * lib/getline.c: Likewise.
5476         * lib/hmac-md5.c: Likewise.
5477         * lib/hmac-sha1.c: Likewise.
5478         * lib/iconvme.c: Likewise.
5479         * lib/md2.c: Likewise.
5480         * lib/md4.c: Likewise.
5481         * lib/memxor.c: Likewise.
5482         * lib/read-file.c: Likewise.
5483         * lib/readline.c: Likewise.
5484         * lib/rijndael-alg-fst.c: Likewise.
5485         * lib/rijndael-api-fst.c: Likewise.
5486         * lib/xgetdomainname.c: Likewise.
5487
5488 2006-10-28  Eric Blake  <ebb9@byu.net>
5489
5490         * lib/xstrndup.c: Assume config.h.
5491
5492 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5493
5494         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5495         stat-macros.h is now for our own macros, whereas stat_h is for
5496         macros in the <sys/stat.h> name space.
5497         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5498         (STAT_MACROS_H): Remove.
5499         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5500         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5501         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5502         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5503         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5504         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5505         Move these macros to ...
5506         * lib/stat_.h: here.  Don't include stat-macros.h.
5507         * lib/canonicalize.c: Don't include stat-macros.h.
5508         * lib/chown.c: Likewise.
5509         * lib/euidaccess.c: Likewise.
5510         * lib/file-type.c: Likewise.
5511         * lib/filemode.c: Likewise.
5512         * lib/glob.c: Likewise.
5513         * lib/isapipe.c: Likewise.
5514         * lib/lchown.c: Likewise.
5515         * lib/lstat.c: Likewise.
5516         * lib/mkdir-p.c: Likewise.
5517         * lib/rmdir.c: Likewise.
5518         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5519         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5520         unless mkdir isn't declared, to speed up 'configure'.
5521         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5522         would define all the S_* symbols.
5523         * modules/canonicalize (Depends-on):
5524         Depend on sys_stat, not stat-macros.
5525         * modules/chown: Likewise.
5526         * modules/euidaccess: Likewise.
5527         * modules/filemode: Likewise.
5528         * modules/file-type: Likewise.
5529         * modules/glob: Likewise.
5530         * modules/isapipe: Likewise.
5531         * modules/lchown: Likewise.
5532         * modules/lstat: Likewise.
5533         * modules/mkancesdirs: Likewise.
5534         * modules/rmdir: Likewise.
5535         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5536         * modules/modechange: Likewise.
5537         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5538         (configure.ac): Remove gl_STAT_MACROS.
5539         * modules/sys_stat (Depends-on): Remove stat-macros.
5540
5541 2006-10-27  Bruno Haible  <bruno@clisp.org>
5542
5543         * m4/signed.m4: Remove file.
5544         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5545         invocation.
5546         * modules/vasnprintf (Files): Remove m4/signed.m4.
5547
5548 2006-10-27  Bruno Haible  <bruno@clisp.org>
5549
5550         Update to GNU gettext 0.16.
5551         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5552         m4/inttypes-h.m4, m4/signed.m4.
5553         * m4/gettext.m4: Update to GNU gettext 0.16.
5554         * m4/intl.m4: New file, from GNU gettext.
5555         * m4/intldir.m4: New file, from GNU gettext.
5556         * config/srclist.txt: Update
5557
5558 2006-10-27  Eric Blake  <ebb9@byu.net>
5559
5560         * MODULES.html.sh: Document tempname.
5561         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5562         dependencies.
5563         (Files): Move lib/tempname.c...
5564         * modules/tempname: ...to this new module.
5565         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5566         (gl_PREREQ_TEMPNAME): Move...
5567         * m4/tempname.m4: ...to this new file.
5568         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5569         * modules/sys_stat (Depends-on): Add stat-macros.
5570         * lib/stat_.h (includes): Pick up stat macros.
5571         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5572         if stat macros are broken.
5573         * lib/tempname.c (includes): No need to include "stat-macros.h".
5574         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5575         (direxists, __path_search) [!_LIBC]: Don't compile these in
5576         gnulib; the tmpdir module covers that.
5577         * lib/tempname.h: New file.
5578
5579 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5580
5581         * COPYING: Explain how gnulib-tool converts licence headers.
5582         Almost all wording by Eric Blake.
5583
5584 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5585
5586         * lib/mbchar.h (is_basic_table): Make read-only.
5587         * lib/mbchar.c (is_basic_table): Likewise.
5588         Reported by John Darrington.
5589
5590 2006-10-25  Bruno Haible  <bruno@clisp.org>
5591
5592         * lib/progname.h (set_program_name): Undefine before defining.
5593
5594 2006-10-25  Bruno Haible  <bruno@clisp.org>
5595
5596         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5597         false for non-gcc C++ compilers.
5598         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5599
5600 2006-10-24  Bruno Haible  <bruno@clisp.org>
5601
5602         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5603         iconv implementations like Irix iconv.
5604
5605 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         * modules/vararrays: New file.
5608         * m4/vararrays.m4: New file, taken from diffutils.
5609         * MODULES.html.sh: New module vararrays.
5610
5611 2006-10-24  Karl Berry  <karl@gnu.org>
5612
5613         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5614         Don't call GNU Unix.
5615
5616 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5617
5618         * users.txt: Add Libtool.
5619
5620         Sync from Libtool:
5621
5622         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5623
5624         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5625         to gnulib's policy of including config.h unconditionally.
5626
5627 2006-10-24  Bruno Haible  <bruno@clisp.org>
5628
5629         * modules/wcwidth (Files): Add m4/wint_t.m4.
5630         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5631         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5632
5633 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5634
5635         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5636         to pacify GCC with some -W flags enabled.  Problem reported by
5637         Bruno Haible.
5638
5639 2006-10-24  Jim Meyering  <jim@meyering.net>
5640
5641         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5642         Reported by Karl Berry.
5643
5644 2006-10-23  Bruno Haible  <bruno@clisp.org>
5645
5646         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5647
5648 2006-10-24  Bruno Haible  <bruno@clisp.org>
5649
5650         * lib/gl_list.h: Use C comment style, not C++ comment style.
5651
5652 2006-10-23  Eric Blake  <ebb9@byu.net>
5653
5654         * lib/getaddrinfo.c (includes): Add missing include.
5655
5656 2006-10-23  Bruno Haible  <bruno@clisp.org>
5657             Paul Eggert  <eggert@cs.ucla.edu>
5658
5659         Ability to rename obstack_free.
5660         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5661         obstack_free.
5662         (obstack_free): Invoke the __obstack_free macro.
5663         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5664
5665 2006-10-23  Bruno Haible  <bruno@clisp.org>
5666             Paul Eggert  <eggert@cs.ucla.edu>
5667
5668         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5669         __argc, __argv from the declaration. (They are defined as macros on
5670         mingw.)
5671
5672 2006-10-22  Bruno Haible  <bruno@clisp.org>
5673
5674         * doc/gnulib-intro.texi: New file.
5675         * doc/gnulib.texi: Include it.
5676
5677 2006-10-21  Bruno Haible  <bruno@clisp.org>
5678
5679         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5680         "Introduction", "Miscellanous Notes", "Particular Modules".
5681
5682 2006-10-21  Bruno Haible  <bruno@clisp.org>
5683
5684         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5685         Change mostlyclean-local rule to avoid sh syntax error from bash
5686         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5687
5688 2006-10-23  Jim Meyering  <jim@meyering.net>
5689
5690         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5691         in place of snprintf.
5692
5693         * modules/inttostr (Files): Add lib/uinttostr.c.
5694         * lib/uinttostr.c (inttostr): New file/function.
5695         * lib/inttostr.h (uinttostr): Declare.
5696         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5697         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5698         Add uinttostr.
5699         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5700
5701 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5702
5703         * lib/canonicalize.c (ELOOP): Define if not already defined.
5704         Problem reported by Bruno Haible in
5705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5706
5707 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5708
5709         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5710         Problem reported by Perry Smith and Ville Laurikari.
5711
5712         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5713         uses.
5714
5715 2006-10-19  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5718         for mingw.
5719
5720 2006-10-19  Bruno Haible  <bruno@clisp.org>
5721
5722         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5723         Needed for mingw.
5724
5725 2006-10-19  Bruno Haible  <bruno@clisp.org>
5726
5727         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5728
5729 2006-10-19  Bruno Haible  <bruno@clisp.org>
5730
5731         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5732         it.
5733
5734 2006-10-19  Bruno Haible  <bruno@clisp.org>
5735
5736         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5737         invocation.
5738
5739 2006-10-19  Bruno Haible  <bruno@clisp.org>
5740
5741         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5742         mountlist by default.
5743
5744 2006-10-16  Bruno Haible  <bruno@clisp.org>
5745
5746         * lib/c-strstr.c: Include c-strstr.h.
5747
5748 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5749
5750         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5751         in a slash.
5752
5753 2006-10-18  Bruno Haible  <bruno@clisp.org>
5754
5755         * lib/lock.h [C++]: Wrap definitions in extern "C".
5756
5757 2006-10-18  Bruno Haible  <bruno@clisp.org>
5758
5759         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5760         gl_LIBOBJS list.
5761
5762 2006-10-18  Bruno Haible  <bruno@clisp.org>
5763
5764         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5765
5766 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5767
5768         * lib/xstrtol.h: Include gettext.h.
5769         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5770         Problem reported by Eric Blake.
5771         * modules/xstrtol (Depends-on): Add gettext-h.
5772
5773 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5774
5775         * lib/strftime.c (advance): New macro.
5776         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5777         incomplete type, so you can't add 0 to it.  Problem and patch
5778         reported by Eelco Dolstra for dietlibc.
5779
5780 2006-10-18  Jim Meyering  <jim@meyering.net>
5781
5782         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5783         type for a local, and rename it: s/up/user_proc/.
5784
5785 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5786
5787         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5788         READ_UTMP_USER_PROCESS.
5789         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5790
5791 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5794         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5795
5796 2006-10-17  Eric Blake  <ebb9@byu.net>
5797
5798         * lib/sigprocmask.c (sigprocmask): Fix typo.
5799
5800         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5801
5802         * modules/clean-temp (Makefile.am): Don't add to make output...
5803         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5804         config.h.
5805
5806 2006-10-17  Bruno Haible  <bruno@clisp.org>
5807
5808         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5809         differently if DEFAULT_TEXT_DOMAIN is set.
5810
5811 2006-10-16  Bruno Haible  <bruno@clisp.org>
5812
5813         * lib/clean-temp.c: Include fwriteerror.h.
5814
5815 2006-10-16  Bruno Haible  <bruno@clisp.org>
5816
5817         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5818
5819 2006-10-16  Bruno Haible  <bruno@clisp.org>
5820
5821         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5822         * lib/sigprocmask.h: Include <sys/types.h>.
5823         (sigset_t): Use the system's definition if present.
5824
5825 2006-10-17  Eric Blake  <ebb9@byu.net>
5826
5827         * lib/xvasprintf.c (includes): Assume config.h.
5828         * lib/xasprintf.c (includes): Likewise.
5829
5830 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5831
5832         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5833         at least as wide as intmax_t.
5834
5835 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5836
5837         (Imported from Automake.)
5838         * build-aux/gnupload: Update to version 1.1 of directive file.
5839
5840 2006-10-16  Eric Blake  <ebb9@byu.net>
5841
5842         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5843         match Automake 1.10a.
5844
5845 2006-10-14  Bruno Haible  <bruno@clisp.org>
5846
5847         * modules/sigprocmask: New file.
5848         * lib/sigprocmask.h: New file.
5849         * lib/sigprocmask.c: New file.
5850         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5851         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5852         request sigprocmask.o.
5853         (gl_PREREQ_SIGPROCMASK): New macro.
5854         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5855         (Depends-on): Add sigprocmask.
5856         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5857         gt_SIGNALBLOCKING. Test for 'raise' only once.
5858         * lib/fatal-signal.c: Include sigprocmask.h.
5859         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5860         unblock_fatal_signals): Define always.
5861         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5862         sigprocmask.
5863
5864 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5865
5866         Sync from Automake.
5867         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5868         which incorrectly sets the mode of an existing destination
5869         directory.  In some cases the unpatched install-sh could do the
5870         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5871         system.  We hope this is rare in practice, but it's clearly worth
5872         fixing.  Problem reported by Alex Unleashed in
5873         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5874         Also, don't bother to check for -m bugs unless we're using -m;
5875         suggested by Stepan Kasal.
5876
5877 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5878
5879         Sync from Automake.
5880         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5881         `-c' flag, so they appear at the same position as in %FASTDEP%
5882         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5883         which ignores unknown options only after the first non-option.
5884         Bug report against M4 by Nelson H. F. Beebe.
5885
5886 2006-10-13  Jim Meyering  <jim@meyering.net>
5887
5888         Fix a bug in yesterday's change.
5889         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5890         p->fts_statp->st_dev would be used uninitialized.
5891         Ensures that we always call fts_stat on the very first entry.
5892         Miklos Szeredi reported that find -xdev stopped working.
5893
5894 2006-10-12  Bruno Haible  <bruno@clisp.org>
5895
5896         * gnulib-tool (func_get_automake_snippet): Append an automatically
5897         computed EXTRA_DIST augmentation.
5898         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5899         * modules/alloca-opt (Makefile.am): Likewise.
5900         * modules/allocsa (Makefile.am): Likewise.
5901         * modules/arcfour (Makefile.am): Likewise.
5902         * modules/arctwo (Makefile.am): Likewise.
5903         * modules/argmatch (Makefile.am): Likewise.
5904         * modules/argz (Makefile.am): Likewise.
5905         * modules/atexit (Makefile.am): Likewise.
5906         * modules/backupfile (Makefile.am): Likewise.
5907         * modules/byteswap (Makefile.am): Likewise.
5908         * modules/c-strtod (Makefile.am): Likewise.
5909         * modules/c-strtold (Makefile.am): Likewise.
5910         * modules/calloc (Makefile.am): Likewise.
5911         * modules/canon-host (Makefile.am): Likewise.
5912         * modules/canonicalize (Makefile.am): Likewise.
5913         * modules/chdir-long (Makefile.am): Likewise.
5914         * modules/chdir-safer (Makefile.am): Likewise.
5915         * modules/check-version (Makefile.am): Likewise.
5916         * modules/chown (Makefile.am): Likewise.
5917         * modules/cloexec (Makefile.am): Likewise.
5918         * modules/close-stream (Makefile.am): Likewise.
5919         * modules/closeout (Makefile.am): Likewise.
5920         * modules/crc (Makefile.am): Likewise.
5921         * modules/csharpexec (Makefile.am): Likewise.
5922         * modules/cycle-check (Makefile.am): Likewise.
5923         * modules/des (Makefile.am): Likewise.
5924         * modules/dev-ino (Makefile.am): Likewise.
5925         * modules/dirfd (Makefile.am): Likewise.
5926         * modules/dirname (Makefile.am): Likewise.
5927         * modules/dup2 (Makefile.am): Likewise.
5928         * modules/eealloc (Makefile.am): Likewise.
5929         * modules/error (Makefile.am): Likewise.
5930         * modules/euidaccess (Makefile.am): Likewise.
5931         * modules/exclude (Makefile.am): Likewise.
5932         * modules/exitfail (Makefile.am): Likewise.
5933         * modules/fcntl-safer (Makefile.am): Likewise.
5934         * modules/fcntl (Makefile.am): Likewise.
5935         * modules/file-type (Makefile.am): Likewise.
5936         * modules/fileblocks (Makefile.am): Likewise.
5937         * modules/filemode (Makefile.am): Likewise.
5938         * modules/filenamecat (Makefile.am): Likewise.
5939         * modules/fnmatch (Makefile.am): Likewise.
5940         * modules/fopen-safer (Makefile.am): Likewise.
5941         * modules/fpending (Makefile.am): Likewise.
5942         * modules/fprintftime (Makefile.am): Likewise.
5943         * modules/free (Makefile.am): Likewise.
5944         * modules/fsusage (Makefile.am): Likewise.
5945         * modules/ftruncate (Makefile.am): Likewise.
5946         * modules/fts (Makefile.am): Likewise.
5947         * modules/gc-arcfour (Makefile.am): Likewise.
5948         * modules/gc-des (Makefile.am): Likewise.
5949         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5950         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5951         * modules/gc-md4 (Makefile.am): Likewise.
5952         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5953         * modules/gc-sha1 (Makefile.am): Likewise.
5954         * modules/gc (Makefile.am): Likewise.
5955         * modules/getaddrinfo (Makefile.am): Likewise.
5956         * modules/getcwd (Makefile.am): Likewise.
5957         * modules/getdelim (Makefile.am): Likewise.
5958         * modules/getdomainname (Makefile.am): Likewise.
5959         * modules/getgroups (Makefile.am): Likewise.
5960         * modules/gethostname (Makefile.am): Likewise.
5961         * modules/gethrxtime (Makefile.am): Likewise.
5962         * modules/getline (Makefile.am): Likewise.
5963         * modules/getloadavg (Makefile.am): Likewise.
5964         * modules/getlogin_r (Makefile.am): Likewise.
5965         * modules/getndelim2 (Makefile.am): Likewise.
5966         * modules/getopt (Makefile.am): Likewise.
5967         * modules/getpagesize (Makefile.am): Likewise.
5968         * modules/getpass-gnu (Makefile.am): Likewise.
5969         * modules/getpass (Makefile.am): Likewise.
5970         * modules/getsubopt (Makefile.am): Likewise.
5971         * modules/gettime (Makefile.am): Likewise.
5972         * modules/gettimeofday (Makefile.am): Likewise.
5973         * modules/getugroups (Makefile.am): Likewise.
5974         * modules/getusershell (Makefile.am): Likewise.
5975         * modules/glob (Makefile.am): Likewise.
5976         * modules/group-member (Makefile.am): Likewise.
5977         * modules/hard-locale (Makefile.am): Likewise.
5978         * modules/hash (Makefile.am): Likewise.
5979         * modules/hmac-md5 (Makefile.am): Likewise.
5980         * modules/hmac-sha1 (Makefile.am): Likewise.
5981         * modules/human (Makefile.am): Likewise.
5982         * modules/idcache (Makefile.am): Likewise.
5983         * modules/imaxabs (Makefile.am): Likewise.
5984         * modules/imaxdiv (Makefile.am): Likewise.
5985         * modules/inet_ntop (Makefile.am): Likewise.
5986         * modules/inet_pton (Makefile.am): Likewise.
5987         * modules/intprops (Makefile.am): Likewise.
5988         * modules/inttostr (Makefile.am): Likewise.
5989         * modules/inttypes (Makefile.am): Likewise.
5990         * modules/isapipe (Makefile.am): Likewise.
5991         * modules/javaversion (Makefile.am): Likewise.
5992         * modules/lchmod (Makefile.am): Likewise.
5993         * modules/lchown (Makefile.am): Likewise.
5994         * modules/localcharset (Makefile.am): Likewise.
5995         * modules/long-options (Makefile.am): Likewise.
5996         * modules/lstat (Makefile.am): Likewise.
5997         * modules/malloc (Makefile.am): Likewise.
5998         * modules/mathl (Makefile.am): Likewise.
5999         * modules/mbchar (Makefile.am): Likewise.
6000         * modules/md2 (Makefile.am): Likewise.
6001         * modules/md4 (Makefile.am): Likewise.
6002         * modules/md5 (Makefile.am): Likewise.
6003         * modules/memcasecmp (Makefile.am): Likewise.
6004         * modules/memchr (Makefile.am): Likewise.
6005         * modules/memcmp (Makefile.am): Likewise.
6006         * modules/memcoll (Makefile.am): Likewise.
6007         * modules/memcpy (Makefile.am): Likewise.
6008         * modules/memmem (Makefile.am): Likewise.
6009         * modules/memmove (Makefile.am): Likewise.
6010         * modules/mempcpy (Makefile.am): Likewise.
6011         * modules/memrchr (Makefile.am): Likewise.
6012         * modules/memset (Makefile.am): Likewise.
6013         * modules/memxor (Makefile.am): Likewise.
6014         * modules/mkancesdirs (Makefile.am): Likewise.
6015         * modules/mkdir-p (Makefile.am): Likewise.
6016         * modules/mkdir (Makefile.am): Likewise.
6017         * modules/mkdtemp (Makefile.am): Likewise.
6018         * modules/mkstemp (Makefile.am): Likewise.
6019         * modules/mktime (Makefile.am): Likewise.
6020         * modules/modechange (Makefile.am): Likewise.
6021         * modules/mountlist (Makefile.am): Likewise.
6022         * modules/nanosleep (Makefile.am): Likewise.
6023         * modules/obstack (Makefile.am): Likewise.
6024         * modules/openat (Makefile.am): Likewise.
6025         * modules/pagealign_alloc (Makefile.am): Likewise.
6026         * modules/pathmax (Makefile.am): Likewise.
6027         * modules/physmem (Makefile.am): Likewise.
6028         * modules/poll (Makefile.am): Likewise.
6029         * modules/posixtm (Makefile.am): Likewise.
6030         * modules/posixver (Makefile.am): Likewise.
6031         * modules/putenv (Makefile.am): Likewise.
6032         * modules/quote (Makefile.am): Likewise.
6033         * modules/quotearg (Makefile.am): Likewise.
6034         * modules/raise (Makefile.am): Likewise.
6035         * modules/read-file (Makefile.am): Likewise.
6036         * modules/readline (Makefile.am): Likewise.
6037         * modules/readlink (Makefile.am): Likewise.
6038         * modules/readtokens (Makefile.am): Likewise.
6039         * modules/readutmp (Makefile.am): Likewise.
6040         * modules/realloc (Makefile.am): Likewise.
6041         * modules/regex (Makefile.am): Likewise.
6042         * modules/rename-dest-slash (Makefile.am): Likewise.
6043         * modules/rename (Makefile.am): Likewise.
6044         * modules/rijndael (Makefile.am): Likewise.
6045         * modules/rmdir (Makefile.am): Likewise.
6046         * modules/rpmatch (Makefile.am): Likewise.
6047         * modules/safe-read (Makefile.am): Likewise.
6048         * modules/safe-write (Makefile.am): Likewise.
6049         * modules/same-inode (Makefile.am): Likewise.
6050         * modules/same (Makefile.am): Likewise.
6051         * modules/save-cwd (Makefile.am): Likewise.
6052         * modules/savedir (Makefile.am): Likewise.
6053         * modules/setenv (Makefile.am): Likewise.
6054         * modules/settime (Makefile.am): Likewise.
6055         * modules/sha1 (Makefile.am): Likewise.
6056         * modules/sig2str (Makefile.am): Likewise.
6057         * modules/snprintf (Makefile.am): Likewise.
6058         * modules/stat-macros (Makefile.am): Likewise.
6059         * modules/stat-time (Makefile.am): Likewise.
6060         * modules/stdbool (Makefile.am): Likewise.
6061         * modules/stdint (Makefile.am): Likewise.
6062         * modules/stdlib-safer (Makefile.am): Likewise.
6063         * modules/stpcpy (Makefile.am): Likewise.
6064         * modules/stpncpy (Makefile.am): Likewise.
6065         * modules/strcase (Makefile.am): Likewise.
6066         * modules/strcasestr (Makefile.am): Likewise.
6067         * modules/strchrnul (Makefile.am): Likewise.
6068         * modules/strcspn (Makefile.am): Likewise.
6069         * modules/strdup (Makefile.am): Likewise.
6070         * modules/strerror (Makefile.am): Likewise.
6071         * modules/strftime (Makefile.am): Likewise.
6072         * modules/strndup (Makefile.am): Likewise.
6073         * modules/strnlen (Makefile.am): Likewise.
6074         * modules/strpbrk (Makefile.am): Likewise.
6075         * modules/strsep (Makefile.am): Likewise.
6076         * modules/strstr (Makefile.am): Likewise.
6077         * modules/strtod (Makefile.am): Likewise.
6078         * modules/strtoimax (Makefile.am): Likewise.
6079         * modules/strtok_r (Makefile.am): Likewise.
6080         * modules/strtol (Makefile.am): Likewise.
6081         * modules/strtoll (Makefile.am): Likewise.
6082         * modules/strtoul (Makefile.am): Likewise.
6083         * modules/strtoull (Makefile.am): Likewise.
6084         * modules/strtoumax (Makefile.am): Likewise.
6085         * modules/strverscmp (Makefile.am): Likewise.
6086         * modules/sys_socket (Makefile.am): Likewise.
6087         * modules/sys_stat (Makefile.am): Likewise.
6088         * modules/sysexits (Makefile.am): Likewise.
6089         * modules/time_r (Makefile.am): Likewise.
6090         * modules/timegm (Makefile.am): Likewise.
6091         * modules/timespec (Makefile.am): Likewise.
6092         * modules/tmpfile-safer (Makefile.am): Likewise.
6093         * modules/trim (Makefile.am): Likewise.
6094         * modules/unistd-safer (Makefile.am): Likewise.
6095         * modules/unlinkdir (Makefile.am): Likewise.
6096         * modules/unlocked-io (Makefile.am): Likewise.
6097         * modules/userspec (Makefile.am): Likewise.
6098         * modules/utime (Makefile.am): Likewise.
6099         * modules/utimecmp (Makefile.am): Likewise.
6100         * modules/utimens (Makefile.am): Likewise.
6101         * modules/vasnprintf (Makefile.am): Likewise.
6102         * modules/vasprintf (Makefile.am): Likewise.
6103         * modules/vsnprintf (Makefile.am): Likewise.
6104         * modules/xalloc (Makefile.am): Likewise.
6105         * modules/xgetcwd (Makefile.am): Likewise.
6106         * modules/xnanosleep (Makefile.am): Likewise.
6107         * modules/xreadlink (Makefile.am): Likewise.
6108         * modules/xstrtod (Makefile.am): Likewise.
6109         * modules/xstrtol (Makefile.am): Likewise.
6110         * modules/xstrtold (Makefile.am): Likewise.
6111         * modules/yesno (Makefile.am): Likewise.
6112         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6113
6114 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6115
6116         * modules/error (Makefile.am): Distribute files through
6117         EXTRA_DIST, not lib_SOURCES.
6118
6119 2006-10-12  Eric Blake  <ebb9@byu.net>
6120
6121         * modules/error (Makefile.am): Distribute files in /lib.
6122         * modules/obstack (Makefile.am): Likewise.
6123
6124 2006-10-12  Bruno Haible  <bruno@clisp.org>
6125
6126         * modules/acl (Makefile.am): Distribute all files in lib/ through
6127         EXTRA_DIST.
6128         * modules/arcfour (Makefile.am): Likewise.
6129         * modules/arctwo (Makefile.am): Likewise.
6130         * modules/argmatch (Makefile.am): Likewise.
6131         * modules/argz (Makefile.am): Likewise.
6132         * modules/atexit (Makefile.am): Likewise.
6133         * modules/backupfile (Makefile.am): Likewise.
6134         * modules/c-strtod (Makefile.am): Likewise.
6135         * modules/c-strtold (Makefile.am): Likewise.
6136         * modules/calloc (Makefile.am): Likewise.
6137         * modules/canon-host (Makefile.am): Likewise.
6138         * modules/canonicalize (Makefile.am): Likewise.
6139         * modules/chdir-long (Makefile.am): Likewise.
6140         * modules/chdir-safer (Makefile.am): Likewise.
6141         * modules/check-version (Makefile.am): Likewise.
6142         * modules/chown (Makefile.am): Likewise.
6143         * modules/cloexec (Makefile.am): Likewise.
6144         * modules/close-stream (Makefile.am): Likewise.
6145         * modules/closeout (Makefile.am): Likewise.
6146         * modules/crc (Makefile.am): Likewise.
6147         * modules/cycle-check (Makefile.am): Likewise.
6148         * modules/des (Makefile.am): Likewise.
6149         * modules/dirfd (Makefile.am): Likewise.
6150         * modules/dirname (Makefile.am): Likewise.
6151         * modules/dup2 (Makefile.am): Likewise.
6152         * modules/euidaccess (Makefile.am): Likewise.
6153         * modules/exclude (Makefile.am): Likewise.
6154         * modules/exitfail (Makefile.am): Likewise.
6155         * modules/fcntl-safer (Makefile.am): Likewise.
6156         * modules/file-type (Makefile.am): Likewise.
6157         * modules/fileblocks (Makefile.am): Likewise.
6158         * modules/filemode (Makefile.am): Likewise.
6159         * modules/filenamecat (Makefile.am): Likewise.
6160         * modules/fnmatch (Makefile.am): Likewise.
6161         * modules/fopen-safer (Makefile.am): Likewise.
6162         * modules/fpending (Makefile.am): Likewise.
6163         * modules/fprintftime (Makefile.am): Likewise.
6164         * modules/free (Makefile.am): Likewise.
6165         * modules/fsusage (Makefile.am): Likewise.
6166         * modules/ftruncate (Makefile.am): Likewise.
6167         * modules/fts (Makefile.am): Likewise.
6168         * modules/gc (Makefile.am): Likewise.
6169         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6170         * modules/getaddrinfo (Makefile.am): Likewise.
6171         * modules/getcwd (Makefile.am): Likewise.
6172         * modules/getdelim (Makefile.am): Likewise.
6173         * modules/getdomainname (Makefile.am): Likewise.
6174         * modules/getgroups (Makefile.am): Likewise.
6175         * modules/gethostname (Makefile.am): Likewise.
6176         * modules/gethrxtime (Makefile.am): Likewise.
6177         * modules/getline (Makefile.am): Likewise.
6178         * modules/getloadavg (Makefile.am): Likewise.
6179         * modules/getlogin_r (Makefile.am): Likewise.
6180         * modules/getopt (Makefile.am): Likewise.
6181         * modules/getpass (Makefile.am): Likewise.
6182         * modules/getpass-gnu (Makefile.am): Likewise.
6183         * modules/getsubopt (Makefile.am): Likewise.
6184         * modules/gettime (Makefile.am): Likewise.
6185         * modules/gettimeofday (Makefile.am): Likewise.
6186         * modules/getugroups (Makefile.am): Likewise.
6187         * modules/getusershell (Makefile.am): Likewise.
6188         * modules/glob (Makefile.am): Likewise.
6189         * modules/group-member (Makefile.am): Likewise.
6190         * modules/hard-locale (Makefile.am): Likewise.
6191         * modules/hash (Makefile.am): Likewise.
6192         * modules/hmac-md5 (Makefile.am): Likewise.
6193         * modules/hmac-sha1 (Makefile.am): Likewise.
6194         * modules/human (Makefile.am): Likewise.
6195         * modules/idcache (Makefile.am): Likewise.
6196         * modules/imaxabs (Makefile.am): Likewise.
6197         * modules/imaxdiv (Makefile.am): Likewise.
6198         * modules/inet_ntop (Makefile.am): Likewise.
6199         * modules/inet_pton (Makefile.am): Likewise.
6200         * modules/inttostr (Makefile.am): Likewise.
6201         * modules/isapipe (Makefile.am): Likewise.
6202         * modules/lchown (Makefile.am): Likewise.
6203         * modules/long-options (Makefile.am): Likewise.
6204         * modules/lstat (Makefile.am): Likewise.
6205         * modules/malloc (Makefile.am): Likewise.
6206         * modules/mathl (Makefile.am): Likewise.
6207         * modules/mbchar (Makefile.am): Likewise.
6208         * modules/md2 (Makefile.am): Likewise.
6209         * modules/md4 (Makefile.am): Likewise.
6210         * modules/md5 (Makefile.am): Likewise.
6211         * modules/memcasecmp (Makefile.am): Likewise.
6212         * modules/memchr (Makefile.am): Likewise.
6213         * modules/memcmp (Makefile.am): Likewise.
6214         * modules/memcoll (Makefile.am): Likewise.
6215         * modules/memcpy (Makefile.am): Likewise.
6216         * modules/memmem (Makefile.am): Likewise.
6217         * modules/memmove (Makefile.am): Likewise.
6218         * modules/mempcpy (Makefile.am): Likewise.
6219         * modules/memrchr (Makefile.am): Likewise.
6220         * modules/memset (Makefile.am): Likewise.
6221         * modules/memxor (Makefile.am): Likewise.
6222         * modules/mkancesdirs (Makefile.am): Likewise.
6223         * modules/mkdir (Makefile.am): Likewise.
6224         * modules/mkdir-p (Makefile.am): Likewise.
6225         * modules/mkdtemp (Makefile.am): Likewise.
6226         * modules/mkstemp (Makefile.am): Likewise.
6227         * modules/mktime (Makefile.am): Likewise.
6228         * modules/modechange (Makefile.am): Likewise.
6229         * modules/mountlist (Makefile.am): Likewise.
6230         * modules/nanosleep (Makefile.am): Likewise.
6231         * modules/openat (Makefile.am): Likewise.
6232         * modules/pagealign_alloc (Makefile.am): Likewise.
6233         * modules/physmem (Makefile.am): Likewise.
6234         * modules/poll (Makefile.am): Likewise.
6235         * modules/posixtm (Makefile.am): Likewise.
6236         * modules/posixver (Makefile.am): Likewise.
6237         * modules/putenv (Makefile.am): Likewise.
6238         * modules/quote (Makefile.am): Likewise.
6239         * modules/quotearg (Makefile.am): Likewise.
6240         * modules/raise (Makefile.am): Likewise.
6241         * modules/read-file (Makefile.am): Likewise.
6242         * modules/readline (Makefile.am): Likewise.
6243         * modules/readlink (Makefile.am): Likewise.
6244         * modules/readtokens (Makefile.am): Likewise.
6245         * modules/readutmp (Makefile.am): Likewise.
6246         * modules/realloc (Makefile.am): Likewise.
6247         * modules/regex (Makefile.am): Likewise.
6248         * modules/rename (Makefile.am): Likewise.
6249         * modules/rename-dest-slash (Makefile.am): Likewise.
6250         * modules/rijndael (Makefile.am): Likewise.
6251         * modules/rmdir (Makefile.am): Likewise.
6252         * modules/rpmatch (Makefile.am): Likewise.
6253         * modules/safe-read (Makefile.am): Likewise.
6254         * modules/safe-write (Makefile.am): Likewise.
6255         * modules/same (Makefile.am): Likewise.
6256         * modules/save-cwd (Makefile.am): Likewise.
6257         * modules/savedir (Makefile.am): Likewise.
6258         * modules/setenv (Makefile.am): Likewise.
6259         * modules/settime (Makefile.am): Likewise.
6260         * modules/sha1 (Makefile.am): Likewise.
6261         * modules/sig2str (Makefile.am): Likewise.
6262         * modules/snprintf (Makefile.am): Likewise.
6263         * modules/stdlib-safer (Makefile.am): Likewise.
6264         * modules/stpcpy (Makefile.am): Likewise.
6265         * modules/stpncpy (Makefile.am): Likewise.
6266         * modules/strcase (Makefile.am): Likewise.
6267         * modules/strcasestr (Makefile.am): Likewise.
6268         * modules/strchrnul (Makefile.am): Likewise.
6269         * modules/strcspn (Makefile.am): Likewise.
6270         * modules/strdup (Makefile.am): Likewise.
6271         * modules/strerror (Makefile.am): Likewise.
6272         * modules/strftime (Makefile.am): Likewise.
6273         * modules/strndup (Makefile.am): Likewise.
6274         * modules/strnlen (Makefile.am): Likewise.
6275         * modules/strpbrk (Makefile.am): Likewise.
6276         * modules/strsep (Makefile.am): Likewise.
6277         * modules/strstr (Makefile.am): Likewise.
6278         * modules/strtod (Makefile.am): Likewise.
6279         * modules/strtoimax (Makefile.am): Likewise.
6280         * modules/strtok_r (Makefile.am): Likewise.
6281         * modules/strtol (Makefile.am): Likewise.
6282         * modules/strtoll (Makefile.am): Likewise.
6283         * modules/strtoul (Makefile.am): Likewise.
6284         * modules/strtoull (Makefile.am): Likewise.
6285         * modules/strtoumax (Makefile.am): Likewise.
6286         * modules/strverscmp (Makefile.am): Likewise.
6287         * modules/time_r (Makefile.am): Likewise.
6288         * modules/timegm (Makefile.am): Likewise.
6289         * modules/tmpfile-safer (Makefile.am): Likewise.
6290         * modules/unistd-safer (Makefile.am): Likewise.
6291         * modules/unlinkdir (Makefile.am): Likewise.
6292         * modules/userspec (Makefile.am): Likewise.
6293         * modules/utime (Makefile.am): Likewise.
6294         * modules/utimecmp (Makefile.am): Likewise.
6295         * modules/utimens (Makefile.am): Likewise.
6296         * modules/vasnprintf (Makefile.am): Likewise.
6297         * modules/vasprintf (Makefile.am): Likewise.
6298         * modules/vsnprintf (Makefile.am): Likewise.
6299         * modules/xalloc (Makefile.am): Likewise.
6300         * modules/xgetcwd (Makefile.am): Likewise.
6301         * modules/xnanosleep (Makefile.am): Likewise.
6302         * modules/xreadlink (Makefile.am): Likewise.
6303         * modules/xstrtod (Makefile.am): Likewise.
6304         * modules/xstrtol (Makefile.am): Likewise.
6305         * modules/xstrtold (Makefile.am): Likewise.
6306         * modules/yesno (Makefile.am): Likewise.
6307
6308 2006-10-12  Jim Meyering  <jim@meyering.net>
6309
6310         * m4/getloadavg.m4: Revert the change below.
6311
6312         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6313         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6314         fail with a symlink, which is what coreutils' ./bootstrap now
6315         creates by default.
6316
6317 2006-10-12  Bruno Haible  <bruno@clisp.org>
6318
6319         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6320         mingw.
6321         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6322         MSVC and mingw explicitly.
6323
6324 2006-10-11  Simon Josefsson  <jas@extundo.com>
6325             Bruno Haible  <bruno@clisp.org>
6326
6327         Add support for multiple gnulib-tool invocations in the scope of a
6328         single configure.ac file.
6329         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6330         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6331         with the same contents as the _LIBADD variable.
6332         (func_emit_initmacro_start, func_emit_initmacro_end,
6333         func_emit_initmacro_done): New functions.
6334         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6335         gl_LIBOBJS and gl_LTLIBOBJS.
6336
6337 2006-10-11  Bruno Haible  <bruno@clisp.org>
6338
6339         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6340         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6341         autoreconf. Instead, invoke autopoint explicitly but move back the
6342         *.m4 files from gnulib.
6343
6344 2006-10-11  Bruno Haible  <bruno@clisp.org>
6345
6346         * gnulib-tool (func_usage): Make module names after --create-testdir
6347         optional.
6348         (func_create_testdir): If no module was specified, use nearly all
6349         modules.
6350
6351 2006-10-12  Jim Meyering  <jim@meyering.net>
6352
6353         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6354         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6355         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6356         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6357         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6358         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6359         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6360         (fts_set_stat_required): New function.
6361         (fts_open): Defer the calls to fts_stat, if possible or requested.
6362         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6363         into fts_stat itself.
6364         (fts_read): Perform any required (deferred) fts_stat call.
6365         (fts_build): Likewise, for the directory we're about to open and read.
6366         In the readdir loop, carefully decide whether each entry will require
6367         an eventual call to fts_stat, using dirent.d_type info if available.
6368         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6369         a command line argument into this function.  Update all callers.
6370         Map a return value of FTS_DOT to FTS_D for a command line argument.
6371         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6372         Thanks to Miklos Szeredi for his tenacity and for the initial
6373         bug report about "find" failing on a FUSE-based file system.
6374
6375         * lib/fts.c (fts_open): Use consistent indentation.
6376
6377 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6380         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6381         reported by Jim Meyering.  All uses of cache variables renamed
6382         to match Autoconf's.
6383         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6384         the other one.
6385
6386         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6387         Fix misspelling in diagnostic.
6388
6389 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6390
6391         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6392         defined.  Problem reported by Matthew Woehlke.
6393
6394         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6395         Add support for Tandem NonStop R series.
6396         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6397         Use new macro.
6398
6399         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6400         (has_trailing_slash): Omit size arg; all callers changed.
6401         Omit 'inline', since it doesn't help performance and we'd
6402         need to configure it.
6403         Don't count //, ///, etc. as having a trailing slash.
6404         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6405         (rpl_rename_dest_slash): On failure, use rename's errno rather
6406         than (in some cases) an incorrect or junk errno.
6407         Simplify code by removing need to compute length; this does
6408         cause it to make two passes instead of one over the file name,
6409         but it's worth it.
6410
6411         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6412         change, since Autoconf's version may no longer be appropriate now
6413         that we are using CVS Autoconf's version.  Add support for Tandem.
6414
6415 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6416             Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6419         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6420         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6421         gl_AC_TYPE_LONG_LONG.
6422
6423         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6424         instead of HAVE_LONG_LONG.
6425         * lib/printf-args.c (printf_fetchargs): Likewise.
6426         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6427         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6428         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6429         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6430         gl_AC_TYPE_LONG_LONG.
6431
6432 2006-10-11  Bruno Haible  <bruno@clisp.org>
6433
6434         * m4/longlong.m4: Add comments.
6435         * m4/ulonglong.m4: Likewise.
6436
6437 2006-10-10  Bruno Haible  <bruno@clisp.org>
6438
6439         Make it possible to #define stpcpy, strdup to aliases.
6440         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6441         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6442
6443 2006-10-10  Bruno Haible  <bruno@clisp.org>
6444
6445         Make it possible to #define gcd to an alias.
6446         * lib/gcd.c: Include config.h.
6447
6448 2006-10-10  Bruno Haible  <bruno@clisp.org>
6449
6450         Make it possible to #define c_isascii to an alias.
6451         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6452         defined. Undefine the macros before defining them, to avoid gcc
6453         warnings.
6454         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6455         define NO_C_CTYPE_MACROS early.
6456
6457 2006-10-10  Bruno Haible  <bruno@clisp.org>
6458
6459         Make it possible to #define set_program_name to an alias.
6460         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6461         ENABLE_RELOCATABLE early.
6462
6463 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6464
6465         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6466         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6467         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6468         More generally, don't assume that 64-bit signed int is available
6469         if unsigned int is, and vice versa.
6470         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6471         unsigned symbols, not on their signed counterparts.
6472         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6473         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6474         (UINT64_C, UINTMAX_C):
6475         Likewise.
6476         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6477         unsigned counterparts.
6478         (Have_long_long, Unsigned): New macros.
6479         (Int): Renamed from INT.
6480         (strtoimax): Use the new macros.
6481         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6482         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6483         * modules/inttypes (inttypes.h): Substitute
6484         HAVE_UNSIGNED_LONG_LONG_INT.
6485         * modules/stdint (stdint.h): Likewise.
6486         (Files): Add m4/ulonglong.m4.
6487
6488 2006-10-10  Bruno Haible  <bruno@clisp.org>
6489
6490         Fix a gcc -Wshadow warning.
6491         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6492         to 'bucket'.
6493         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6494         gl_linked_indexof_from_to): Likewise.
6495         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6496         Likewise.
6497         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6498         Likewise.
6499         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6500         Reported by Eric Blake.
6501
6502 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6503
6504         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6505         for NetBSD.  Problem reported by Bruno Haible.
6506
6507 2006-10-09  Jim Meyering  <jim@meyering.net>
6508
6509         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6510         Patch from Bruno Haible.
6511
6512 2006-10-09  Jim Meyering  <jim@meyering.net>
6513
6514         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6515         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6516         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6517
6518 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6519
6520         Don't include <config.h> twice; this doesn't work in some cases,
6521         e.g., when config.h has "#define intmax_t long long int" and
6522         we include <config.h>, <inttypes.h>, <config.h> in that order.
6523         Problem reported by Matthew Woehlke in:
6524         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6525         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6526         * lib/fts-cycle.c: Don't include config.h.
6527         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6528         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6529         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6530         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6531         inttypes.h.
6532         * lib/xstrtoumax.c: Likewise.
6533         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6534         __strtol and the like, so that this module is more like its siblings.
6535         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6536         Remove; no longer needed now that we assume gnulib inttypes.h.
6537
6538 2006-10-08  Bruno Haible  <bruno@clisp.org>
6539
6540         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6541         option.
6542
6543 2006-10-07  Jim Meyering  <jim@meyering.net>
6544
6545         * modules/inttypes (inttypes.h): Revert what seems to have been
6546         an inadvertent part of today's change: use "|", not "/" in the
6547         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6548
6549 2006-10-07  Bruno Haible  <bruno@clisp.org>
6550
6551         * modules/sublist: New file.
6552
6553 2006-10-07  Bruno Haible  <bruno@clisp.org>
6554
6555         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6556         * modules/argz (argz.h): Likewise.
6557         * modules/arpa_inet (arpa/inet.h): Likewise.
6558         * modules/byteswap (byteswap.h): Likewise.
6559         * modules/configmake (configmake.h): Likewise.
6560         * modules/fcntl (fcntl.h): Likewise.
6561         * modules/fnmatch (fnmatch.h): Likewise.
6562         * modules/getopt (getopt.h): Likewise.
6563         * modules/glob (glob.h): Likewise.
6564         * modules/inttypes (inttypes.h): Likewise.
6565         * modules/netinet_in (netinet/in.h): Likewise.
6566         * modules/poll (poll.h): Likewise.
6567         * modules/stdbool (stdbool.h): Likewise.
6568         * modules/stdint (stdint.h): Likewise.
6569         * modules/sys_select (sys/select.h): Likewise.
6570         * modules/sys_socket (sys/socket.h): Likewise.
6571         * modules/sys_stat (sys/stat.h): Likewise.
6572         * modules/sysexits (sysexits.h): Likewise.
6573         * modules/unistd (unistd.h): Likewise.
6574         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6575         Add a "DO NOT EDIT" comment to the generated file.
6576         (func_import): Likewise for gnulib-comp.m4.
6577
6578 2006-10-07  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/gl_sublist.h: New file.
6581         * lib/gl_sublist.c: New file.
6582
6583 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6584
6585         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6586         name (relative to the original working directory) and the file
6587         name component (relative to the temporary working directory).  All
6588         callers changed.
6589         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6590         * lib/mkdir-p.c (make_dir_parents): Likewise.
6591         * lib/mkdir-p.h (make_dir_parents): Likewise.
6592
6593 2006-10-06  Eric Blake  <ebb9@byu.net>
6594
6595         Define several macros for use by the clean-temp module.
6596         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6597         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6598         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6599
6600         * lib/clean-temp.h (close_stream_temp): New declaration.
6601         * lib/clean-temp.c (includes): Pull in headers according to what
6602         other modules are in use.
6603         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6604
6605 2006-10-06  Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6608         instead of fopen, fwriteerror.
6609
6610 2006-10-06  Bruno Haible  <bruno@clisp.org>
6611
6612         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6613         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6614         int.
6615         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6616         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6617         Return an error indicator.
6618         Suggested by Eric Blake.
6619
6620 2006-10-06  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6623         Reported by Eric Blake.
6624
6625 2006-10-06  Bruno Haible  <bruno@clisp.org>
6626
6627         * modules/closeout (Description): Mention stderr too.
6628
6629 2006-10-06  Bruno Haible  <bruno@clisp.org>
6630         and Paul Eggert  <eggert@cs.ucla.edu>
6631
6632         * lib/closeout.c (close_stdout): Also close stderr.
6633         * lib/closeout.h: Update comment.
6634
6635 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6636
6637         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6638         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6639         * lib/dirchownmod.c: Include lchown.h.
6640         * lib/lchown.c: Don't include files that lchown.h now includes.
6641         Don't declare chown, since lchown.h now does that.
6642         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6643         (lchown): Define to rpl_chown if lchown is declared but
6644         does not exist.  Declare using a prototype if lchown is not
6645         declared.  Add a copyright notice.
6646         * lib/mkstemp.h: Include <unistd.h>.
6647         * lib/openat.c: Include lchown.h.
6648
6649         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6650         we now test for that separately.
6651         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6652         rather than O_NOFOLLOW, when testing whether it's possible to
6653         avoid a race condition reliably.
6654         * lib/savewd.c (savewd_chdir): Likewise.
6655
6656         Remove macros that are no longer needed now that stdint.h is
6657         reliable.
6658         * lib/fsusage.c (UINTMAX_MAX): Remove.
6659         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6660         * lib/utimecmp.c (SIZE_MAX): Remove.
6661
6662         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6663
6664         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6665         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6666         O_NOATIME works.
6667
6668 2006-10-05  Bruno Haible  <bruno@clisp.org>
6669
6670         * lib/gl_list.h (gl_sortedlist_search_from_to,
6671         gl_sortedlist_indexof_from_to): New declarations.
6672         (gl_list_implementation): New fields sortedlist_search_from_to,
6673         sortedlist_indexof_from_to.
6674         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6675         inline functions.
6676         * lib/gl_list.c (gl_sortedlist_search_from_to,
6677         gl_sortedlist_indexof_from_to): New functions.
6678         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6679         function.
6680         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6681         (gl_array_sortedlist_search_from_to): New function.
6682         (gl_array_list_implementation): Update.
6683         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6684         function.
6685         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6686         (gl_carray_sortedlist_search_from_to): New function.
6687         (gl_carray_list_implementation): Update.
6688         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6689         gl_linked_sortedlist_indexof_from_to): New functions.
6690         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6691         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6692         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6693         gl_tree_sortedlist_indexof_from_to): New functions.
6694         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6695         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6696         Update.
6697         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6698         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6699         Update.
6700
6701 2006-10-05  Bruno Haible  <bruno@clisp.org>
6702
6703         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6704         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6705         (struct gl_list_implementation): Add fields search_from_to,
6706         indexof_from_to. Remove fields search, indexof.
6707         (gl_list_search): Use the search_from_to method.
6708         (gl_list_search_from, gl_list_search_from_to): New functions.
6709         (gl_list_indexof): Use the indexof_from_to method.
6710         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6711         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6712         (gl_list_search_from, gl_list_search_from_to): New functions.
6713         (gl_list_indexof): Use the indexof_from_to method.
6714         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6715         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6716         gl_array_indexof. Add start_index, end_index arguments.
6717         (gl_array_search_from_to): Renamed from gl_array_search. Add
6718         start_index, end_index arguments.
6719         (gl_array_remove, gl_array_list_implementation): Update.
6720         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6721         gl_carray_indexof. Add start_index, end_index arguments.
6722         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6723         start_index, end_index arguments.
6724         (gl_carray_remove, gl_carray_list_implementation): Update.
6725         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6726         gl_linked_search. Add start_index, end_index arguments.
6727         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6728         start_index, end_index arguments.
6729         (gl_linked_remove): Update.
6730         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6731         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6732         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6733         field to 'size_t'.
6734         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6735         gl_tree_search. Add start_index, end_index arguments.
6736         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6737         start_index, end_index arguments.
6738         (gl_tree_remove): Update.
6739         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6740         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6741         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6742         function.
6743         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6744         gl_tree_search. Add start_index, end_index arguments.
6745         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6746         start_index, end_index arguments.
6747         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6748         Update.
6749         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6750
6751 2006-10-05  Bruno Haible  <bruno@clisp.org>
6752
6753         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6754
6755         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6756         fwriteerror_temp): New declarations.
6757         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6758         (descriptors): New variable.
6759         (cleanup): First, close the descriptors.
6760         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6761         fclose_temp, fwriteerror_temp): New functions.
6762
6763 2006-10-04  Jim Meyering  <jim@meyering.net>
6764
6765         * lib/fts.c (fts_open): Tiny comment change.
6766
6767 2006-10-04  Bruno Haible  <bruno@clisp.org>
6768
6769         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6770         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6771         gl_LOCK_BODY.
6772         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6773         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6774         gl_LOCK_EARLY_BODY.
6775         (gl_LOCK): Require gl_LOCK_BODY.
6776
6777 2006-10-04  Bruno Haible  <bruno@clisp.org>
6778
6779         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6780         (gl_oset_search_atleast): New declaration.
6781         (struct gl_oset_implementation): Add field 'search_atleast'.
6782         (gl_oset_search_atleast): New inline function.
6783         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6784         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6785         (gl_array_oset_implementation): Update.
6786         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6787         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6788         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6789
6790 2006-10-04  Bruno Haible  <bruno@clisp.org>
6791
6792         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6793
6794 2006-10-03  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6797         from gl_avltreehash_list_implementation.
6798
6799 2006-10-03  Bruno Haible  <bruno@clisp.org>
6800
6801         * lib/gl_oset.c (gl_oset_add): Fix return type.
6802
6803 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6804
6805         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6806
6807 2006-10-02  Eric Blake  <ebb9@byu.net>
6808
6809         * modules/strnlen (Depends-on): Add extensions.
6810
6811 2006-10-02  Eric Blake  <ebb9@byu.net>
6812
6813         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6814         definition in 2.60+.
6815
6816 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6817
6818         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6819         checks.
6820
6821 2006-10-02  Bruno Haible  <bruno@clisp.org>
6822
6823         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6824         to the AUTOMAKE_OPTIONS.
6825         Reported by Jim Meyering.
6826
6827 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6828
6829         Work around bug in Solaris 10 /proc file system:
6830         /proc/self/fd/NNN/.. isn't the parent directory of
6831         the directory whose file descriptor is NNN.  This needs to
6832         be worked around at run time, not compile time, since a
6833         program might be built on Solaris 8, where things work, and
6834         run on Solaris 10.
6835         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6836         to use the following interface instead:
6837         (OPENAT_BUFFER_SIZE): New macro.
6838         (openat_proc_name): New function.
6839         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6840         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6841         Likewise.
6842         * lib/openat-proc.c: New file.
6843         * modules/openat (Files): Add lib/openat-proc.c.
6844         (Depends-on): Add same-inode, stdbool.
6845         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6846
6847 2006-09-29  Bruno Haible  <bruno@clisp.org>
6848
6849         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6850         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6851         argument. Set stdout_closed before testing for ferror, not after.
6852         (fwriteerror, fwriteerror_no_ebadf): New functions.
6853
6854 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6855
6856         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6857
6858 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6859
6860         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6861         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6862
6863 2006-09-28  Jim Meyering  <jim@meyering.net>
6864
6865         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6866         Include <unistd.h>.
6867
6868 2006-09-28  Bruno Haible  <bruno@clisp.org>
6869
6870         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6871         * modules/linkedhash-list (Depends-on): Likewise.
6872         * modules/rbtreehash-list (Depends-on): Likewise.
6873
6874 2006-09-28  Bruno Haible  <bruno@clisp.org>
6875
6876         * lib/strndup.h: Simplify the redefinition of strndup.
6877         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6878         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6879
6880 2006-09-28  Bruno Haible  <bruno@clisp.org>
6881
6882         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6883         * lib/gl_linkedhash_list.c: Likewise.
6884         * lib/gl_rbtreehash_list.c: Likewise.
6885
6886 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6887
6888         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6889         getaddrinfo.
6890
6891         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6892         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6893         it causes <stdio_ext.h> to cause a compile-time error.
6894         Problem reported by Nelson H. F. Beebe.
6895         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6896         of HAVE_DECL___PENDING.
6897
6898         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6899         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6900         declaration.
6901
6902 2006-09-27  Jim Meyering  <jim@meyering.net>
6903
6904         This file could end up with a definition for a function
6905         named __strndup, rather than rpl_strndup on a system with
6906         incomplete weak_alias support.
6907         * lib/strndup.c (strndup): Rename from __strndup.
6908         Remove #defines that used to map __strndup to strndup.
6909         Don't use K&R prototypes.
6910         Remove LIBC-related code, since this file is not sync'd with glibc.
6911         * lib/strndup.h: Revamp, accordingly.
6912         * m4/strndup.m4: Modernize.
6913
6914 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6915
6916         * modules/savewd (Depends-on): Add 'raise'.
6917         * lib/savewd.c: Include <signal.h>, for 'raise'.
6918
6919 2006-09-26  Jim Meyering  <jim@meyering.net>
6920
6921         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6922         when we detect Darwin 8.7.0's acl_get_file bug.
6923         Rearrange to perform the new (below) run-test while $LIBS
6924         contains any acl-related library.  Set USE_ACL at the end.
6925         (gl_ACL_GET_FILE): New function.
6926
6927 2006-09-26  Eric Blake  <ebb9@byu.net>
6928
6929         * lib/verror.c: Include <config.h> unconditionally.
6930
6931 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6932
6933         * modules/clock-time (Maintainer): Add self.
6934         * modules/getlogin_r (Depends-on): Add extensions.
6935
6936 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6937
6938         * modules/clock-time: New module.
6939         * modules/nanosleep (Depends-on): Add clock-time.
6940         * modules/gethrxtime (Depends-on): Likewise.
6941         * modules/gettime (Depends-on): Likewise.
6942         * modules/settime (Depends-on): Likewise.
6943
6944         * modules/fts-lgpl: Depend on openat.
6945         * modules/mkancesdirs: Depend on savewd.
6946         * modules/mkdir-p: Likewise.
6947
6948 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6949
6950         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6951
6952         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6953         `gl_have_arbitrary_file_name_length_limit' to
6954         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6955         actually works between configure runs.
6956
6957 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6958             Bruno Haible  <bruno@clisp.org>
6959
6960         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6961
6962 2006-09-25  Jim Meyering  <jim@meyering.net>
6963
6964         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6965         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6966
6967 2006-09-25  Eric Blake  <ebb9@byu.net>
6968
6969         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6970         exec's in 2006-09-18 patch when shuffling fds.
6971
6972 2006-09-25  Bruno Haible  <bruno@clisp.org>
6973
6974         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6975         Reported by Jim Meyering.
6976
6977 2006-09-24  Jim Meyering  <jim@meyering.net>
6978
6979         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6980         compare a pointer against a literal "0".  That caused failures with
6981         at least HP-UX's hpcc.
6982
6983 2006-09-22  Simon Josefsson  <jas@extundo.com>
6984
6985         * modules/gc-sha1:
6986         * modules/gc-md4:
6987         * modules/gc-hmac-sha1:
6988         * modules/gc-hmac-md5:
6989         * modules/gc-des:
6990         * modules/gc-arcfour: Distribute more files.
6991
6992 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6993
6994         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6995         (gl_linked_iterator_from_to): Initialize struct completely.
6996         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6997         (gl_tree_iterator_from_to): Likewise
6998         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6999         * lib/gl_array_list.c [lint] (gl_array_iterator)
7000         (gl_array_iterator_from_to): Likewise.
7001         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7002         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7003         (gl_carray_iterator_from_to): Likewise.
7004
7005         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7006         * lib/md4.c (md4_process_block): Remove unused variable.
7007         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7008         parentheses for clarity.
7009
7010 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7011
7012         * modules/bison-i18n (Depends-on): Add gettext.
7013
7014 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7015
7016         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7017         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7018         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7019         also add missing comma that caused broken test.
7020         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7021         stdlib.h, for `abort'.
7022         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7023         variables.
7024         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7025         include unistd.h if present, for `rmdir'.
7026         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7027         variables.
7028         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7029         in the process include standard headers for prototypes.
7030         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7031         gets declared on GNU/Linux.
7032         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7033         unistd.h, for `rmdir'.
7034         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7035
7036         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7037         always true.
7038         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7039
7040         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7041
7042 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7043
7044         * gnulib-tool (func_version): Create output all at once.  This
7045         may help avoid triggering unnecessary SIGPIPEs, and at any
7046         rate it doesn't hurt.
7047
7048 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7049             Bruno Haible  <bruno@clisp.org>
7050
7051         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7052         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7053         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7054
7055         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7056         (gl_FUNC_VASPRINTF): Invoke it.
7057
7058 2006-09-22  Bruno Haible  <bruno@clisp.org>
7059
7060         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7061         getloadavg.c as first argument.
7062
7063 2006-09-22  Bruno Haible  <bruno@clisp.org>
7064
7065         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7066         at the beginning of the gl_INIT macro.
7067         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7068         gl_GETLOADAVG.
7069
7070 2006-09-22  Bruno Haible  <bruno@clisp.org>
7071
7072         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7073         module.
7074         Suggested by Ralf Wildenhues.
7075
7076 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7077
7078         Import this patch from libc:
7079
7080         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7081
7082         * lib/regex_internal.c (re_string_reconstruct): Handle
7083         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7084         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7085         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7086         re_string_context_at.
7087
7088         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7089         now requires it.
7090         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7091         gl_REGEX now does it for us.
7092         (gl_REGEX): Add test taken from
7093         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7094
7095         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7096         Check that large offsets work.  Modernize Autoconf usages.
7097         Prefer "yes" to mean a good thing rather than a bad.
7098         Don't put "#define mkstemp" in config.h, as this might interfere
7099         with standard system headers that "#define mkstemp mkstemp64".
7100
7101         * modules/mkstemp (Depends-on): Add extensions, so that
7102         mkstemp is visible on some platforms.
7103         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7104         (Include): Change to "mkstemp.h" from <stdlib.h>.
7105         (Files): Add mkstemp.h.
7106
7107         * lib/mkstemp.h: New file, since some standard headers
7108         #define mkstemp.
7109         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7110         Include "mkstemp.h".
7111         Make the _LIBC code resemble glibc original more,
7112         e.g., use K&R style.
7113         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7114         (mkstemp): Remove, since mkstemp.h does this for us.
7115         * lib/stdlib--.h: Include mkstemp.h.
7116
7117         Import this patch from libc:
7118
7119         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7120
7121         * lib/tempname.c (__gen_tempname): Change attempts_min
7122         into a macro.  Use preprocessor to decide how to initialize
7123         attempts [Coverity CID 67].
7124
7125 2006-09-20  Bruno Haible  <bruno@clisp.org>
7126
7127         * lib/mkdtemp.c: Import from libc.
7128         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7129                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7130                 attempts_min into a macro.  Use preprocessor to decide how to
7131                 initialize attempts [Coverity CID 67].
7132         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7133                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7134                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7135
7136 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7137
7138         * gnulib-tool (func_exit): New function, to allow to pass the
7139         exit status portably through the trap.  Use everywhere.
7140         (--help, --version): Signal a write error.
7141         (trap): catch SIGPIPE, for write errors.
7142         Exit at the end of the trap, with the correct exit status.
7143
7144 2006-09-19  Karl Berry  <karl@gnu.org>
7145
7146         * doc/gnulib.texi: note about the license texinfo files.
7147
7148 2006-09-19  Eric Blake  <ebb9@byu.net>
7149
7150         * gnulib-tool: Avoid space-tab.
7151
7152 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7153
7154         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7155         that prevented coreutils 6.1 from building.  Problem reported
7156         by Petter Reinholdtsen.
7157
7158 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * gnulib-tool (avoidlist): Fix typo that broke options like
7161         --avoid=lock that are used by coreutils bootstrap.
7162
7163 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7164
7165         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7166         more systematically.
7167
7168 2006-09-18  Jim Meyering  <jim@meyering.net>
7169
7170         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7171
7172 2006-09-18  Bruno Haible  <bruno@clisp.org>
7173
7174         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7175
7176 2006-09-18  Bruno Haible  <bruno@clisp.org>
7177
7178         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7179         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7180         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7181         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7182         * m4/gettext.m4: Require autoconf >= 2.52.
7183         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7184         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7185         of gl_cv_header_inttypes_h.
7186
7187 2006-09-18  Bruno Haible  <bruno@clisp.org>
7188
7189         * lib/javaversion.c: Include configmake.h.
7190
7191 2006-09-18  Bruno Haible  <bruno@clisp.org>
7192
7193         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7194         avoid that the while loops be executed in a subshell.
7195
7196 2006-09-18  Bruno Haible  <bruno@clisp.org>
7197
7198         * MODULES.html.sh (func_module): Break long lines.
7199         Suggested by Bruce Korb <bkorb@gnu.org>.
7200
7201 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7202
7203         Speed up by a factor of 1.12.
7204         * gnulib-tool (nl): New variable.
7205         (func_import): Rewrite include directive extraction to only read each
7206         directive once.
7207
7208 2006-09-17  Bruno Haible  <bruno@clisp.org>
7209
7210         * modules/javaversion (Makefile.am): Remove DEFS setting.
7211         (Depends-on): Add configmake, for PKGDATADIR definition.
7212
7213 2006-09-17  Bruno Haible  <bruno@clisp.org>
7214
7215         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7216
7217 2006-09-17  Bruno Haible  <bruno@clisp.org>
7218
7219         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7220         (func_modules_transitive_closure, func_modules_add_dummy,
7221         func_modules_to_filelist, func_import, func_create_testdir,
7222         func_create_megatestdir, ...): Use it wherever possible.
7223         Suggested by Ralf Wildenhues.
7224
7225 2006-09-16  Karl Berry  <karl@gnu.org>
7226
7227         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7228         to avoid sectioning errors.
7229         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7230         [ifinfo]: blank line after @center-ed titles.
7231         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7232         Spell FSF address consistently with others.
7233         (These changes approved by rms.)
7234
7235 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7236
7237         Speed up by a factor of 1.61.
7238         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7239         already checked module names again.
7240
7241 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7242
7243         Speed up by a factor of 1.13.
7244         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7245         for new_files, and the input to func_add_or_update.
7246
7247 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7248
7249         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7250         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7251
7252 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * modules/mkancesdirs (Depends-on): Add fcntl.
7255         * modules/savewd: New file.
7256         * MODULES.html.sh (File system functions): Add savewd.
7257
7258         * modules/configmake (Makefile.am): Add support for the
7259         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7260
7261 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7262
7263         * m4/savewd.m4: New file.
7264
7265 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7266
7267         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7268         (dirchownmod): New arg FD.  All callers changed.
7269         Use FD rather than opening the directory ourself, as opening is
7270         now the caller's responsibility.
7271         * lib/dirchownmod.h: Likewise.
7272         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7273         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7274         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7275         (test_dir): Remove.
7276         (mkancesdirs): Return length of prefix of FILE that has already
7277         been made, or -2 if there is a child doing the work.  Redo
7278         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7279         ".", and treat ".." specially since it might stray back into
7280         already-created areas.  Use a subprocess if necessary.  New arg
7281         WD; all users changed.  MAKE_DIR function should now return 1
7282         if it creates a directory that is not readable.  Return -2 if
7283         a child process is spun off.
7284         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7285         Adjust signature to match code.
7286         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7287         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7288         all users changed.
7289         * lib/savewd.c, lib/savewd.h: New files.
7290
7291 2006-09-15  Jim Meyering  <jim@meyering.net>
7292
7293         * modules/rename-dest-slash: New module.
7294         * MODULES.html.sh (posix_compat): Add it here.
7295
7296         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7297
7298 2006-09-15  Jim Meyering  <jim@meyering.net>
7299
7300         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7301         file.
7302
7303         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7304
7305 2006-09-15  Jim Meyering  <jim@meyering.net>
7306
7307         * lib/rename-dest-slash.c (has_trailing_slash): Use
7308         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7309         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7310         test before testing whether SRC is a directory.
7311         Suggestions from Bruno Haible.
7312
7313         Avoid a warning about an unused variable.
7314         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7315         into the #ifdef block where it's used.
7316
7317         * lib/rename-dest-slash.c: New file.
7318
7319 2006-09-14  Bruno Haible  <bruno@clisp.org>
7320
7321         * lib/allocsa.c: Include <config.h> unconditionally.
7322         * lib/asnprintf.c: Likewise.
7323         * lib/asprintf.c: Likewise.
7324         * lib/c-strcasecmp.c: Likewise.
7325         * lib/c-strcasestr.c: Likewise.
7326         * lib/c-strncasecmp.c: Likewise.
7327         * lib/c-strstr.c: Likewise.
7328         * lib/classpath.c: Likewise.
7329         * lib/clean-temp.c: Likewise.
7330         * lib/concatpath.c: Likewise.
7331         * lib/copy-file.c: Likewise.
7332         * lib/csharpcomp.c: Likewise.
7333         * lib/csharpexec.c: Likewise.
7334         * lib/execute.c: Likewise.
7335         * lib/fatal-signal.c: Likewise.
7336         * lib/findprog.c: Likewise.
7337         * lib/fwriteerror.c: Likewise.
7338         * lib/gl_array_list.c: Likewise.
7339         * lib/gl_array_oset.c: Likewise.
7340         * lib/gl_avltree_list.c: Likewise.
7341         * lib/gl_avltree_oset.c: Likewise.
7342         * lib/gl_avltreehash_list.c: Likewise.
7343         * lib/gl_carray_list.c: Likewise.
7344         * lib/gl_linked_list.c: Likewise.
7345         * lib/gl_linkedhash_list.c: Likewise.
7346         * lib/gl_list.c: Likewise.
7347         * lib/gl_oset.c: Likewise.
7348         * lib/gl_rbtree_list.c: Likewise.
7349         * lib/gl_rbtree_oset.c: Likewise.
7350         * lib/gl_rbtreehash_list.c: Likewise.
7351         * lib/imaxabs.c: Likewise.
7352         * lib/imaxdiv.c: Likewise.
7353         * lib/javacomp.c: Likewise.
7354         * lib/javaexec.c: Likewise.
7355         * lib/javaversion.c: Likewise.
7356         * lib/linebreak.c: Likewise.
7357         * lib/localcharset.c: Likewise.
7358         * lib/lock.c: Likewise.
7359         * lib/mbchar.c: Likewise.
7360         * lib/mbswidth.c: Likewise.
7361         * lib/mkdtemp.c: Likewise.
7362         * lib/pipe.c: Likewise.
7363         * lib/printf-args.c: Likewise.
7364         * lib/printf-parse.c: Likewise.
7365         * lib/progname.c: Likewise.
7366         * lib/progreloc.c: Likewise.
7367         * lib/readlink.c: Likewise.
7368         * lib/sh-quote.c: Likewise.
7369         * lib/stpcpy.c: Likewise.
7370         * lib/stpncpy.c: Likewise.
7371         * lib/strcasecmp.c: Likewise.
7372         * lib/strcasestr.c: Likewise.
7373         * lib/strcspn.c: Likewise.
7374         * lib/striconv.c: Likewise.
7375         * lib/strncasecmp.c: Likewise.
7376         * lib/strnlen1.c: Likewise.
7377         * lib/strstr.c: Likewise.
7378         * lib/strtok_r.c: Likewise.
7379         * lib/tls.c: Likewise.
7380         * lib/tmpdir.c: Likewise.
7381         * lib/unicodeio.c: Likewise.
7382         * lib/unsetenv.c: Likewise.
7383         * lib/vasnprintf.c: Likewise.
7384         * lib/vasprintf.c: Likewise.
7385         * lib/wait-process.c: Likewise.
7386         * lib/xallocsa.c: Likewise.
7387         * lib/xsetenv.c: Likewise.
7388         * lib/xstriconv.c: Likewise.
7389
7390 2006-09-13  Simon Josefsson  <jas@extundo.com>
7391
7392         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7393         that internally, suggested by Ralf Wildenhues
7394         <Ralf.Wildenhues@gmx.de>.
7395
7396 2006-09-13  Simon Josefsson  <jas@extundo.com>
7397
7398         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7399         @LIBOBJS@.
7400         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7401
7402 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7405         longer worry about uses that don't define HAVE_CONFIG_H.
7406         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7407         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7408         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7409         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7410         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7411         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7412         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7413         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7414         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7415         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7416         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7417         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7418         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7419         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7420         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7421         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7422         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7423         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7424         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7425         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7426         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7427         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7428         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7429         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7430         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7431         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7432         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7433         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7434         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7435         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7436         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7437         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7438         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7439         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7440         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7441         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7442         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7443         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7444         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7445         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7446         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7447         Likewise.
7448
7449 2006-09-13  Eric Blake  <ebb9@byu.net>
7450
7451         * lib/getopt.c: Fix typo in last commit.
7452
7453 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7454
7455         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7456         dgettext.
7457
7458 2006-09-12  Jim Meyering  <jim@meyering.net>
7459
7460         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7461         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7462         Reported by Nelson H. F. Beebe.
7463
7464 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7465
7466         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7467         program_invocation_name and program_invocation_short_name are
7468         initialized.
7469         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7470         and program_invocation_short_name to argp.h, so they are visible
7471         to user programs.
7472         * lib/argp.h: Likewise
7473
7474 2006-09-10  Bruno Haible  <bruno@clisp.org>
7475
7476         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7477         m4/inttypes_h.m4, m4/uintmax_t.m4.
7478
7479 2006-09-10  Bruno Haible  <bruno@clisp.org>
7480
7481         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7482         gl_AC_TYPE_UINTMAX_T.
7483
7484 2006-09-10  Bruno Haible  <bruno@clisp.org>
7485
7486         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7487
7488 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7489
7490         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7491         convention.  Text proposed by Bruno Haible.
7492         (struct argp_option): Document the use of N_() wrappers.
7493
7494         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7495         '\v', and translate the two parts separately, instead of feeding
7496         the whole string to gettext.  This allows to exclude
7497         '\v' from the strings visible to the translator by writing doc
7498         strings as N_("..") "\v" N_("..").
7499
7500 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7501
7502         * config/srclist.txt: Undo latest change; the bug was fixed.
7503
7504 2006-09-09  Bruno Haible  <bruno@clisp.org>
7505
7506         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7507         assignments if building a library without libtool.
7508         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7509         in func_emit_lib_Makefile_am.
7510         (func_import): When building a static library libfoo.a, arrange to
7511         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7512         (func_create_testdir): Likewise.
7513         * modules/gc (configure.ac, Makefile.am): If building statically,
7514         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7515         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7516         * modules/striconv (configure.ac, Makefile.am): Likewise.
7517         Based on a suggestion by Ralf Wildenhues.
7518
7519 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7520
7521         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7522         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7523         Also:
7524
7525         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7526         Add year_2050_test to catch glibc bug 2821
7527         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7528
7529         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7530         Prefer #ifdef to #if.
7531
7532         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7533         Return from 'main' instead of calling 'exit'.
7534
7535 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7536
7537         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7538         returned the maximum time_t value rather than (time_t) -1.
7539         Problem originally reported by William Bardwell
7540         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7541
7542         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7543         Moved to here ...
7544         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7545         ... from here.
7546
7547 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7548
7549         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7550         2821 is fixed.
7551
7552 2006-09-08  Jim Meyering  <jim@meyering.net>
7553
7554         Don't make generated files read-only.  That would bother too many
7555         people.  However, do retain the ability to work when targets are
7556         read-only: remove the destination and temporary files before writing
7557         them (when generated via sed or echo), or by using the -f option for
7558         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7559         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7560         * modules/byteswap, modules/configmake, modules/fcntl:
7561         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7562         * modules/localcharset, modules/netinet_in, modules/poll:
7563         * modules/stdbool, modules/stdint, modules/sys_select:
7564         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7565
7566 2006-09-08  Jim Meyering  <jim@meyering.net>
7567
7568         Avoid new build failure on FreeBSD 6.0.
7569         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7570         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7571         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7572
7573 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7574
7575         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7576
7577 2006-09-07  Jim Meyering  <jim@meyering.net>
7578
7579         Fix global typo in last change: use chmod u-w, not chmod u-x.
7580         Spotted by Paul Eggert and Bruce Korb.
7581         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7582         * modules/byteswap, modules/configmake, modules/fcntl:
7583         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7584         * modules/localcharset, modules/netinet_in, modules/poll:
7585         * modules/stdbool, modules/stdint, modules/sys_select:
7586         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7587
7588 2006-09-06  Jim Meyering  <jim@meyering.net>
7589
7590         Make generated files be read-only.
7591         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7592         Ensure that each generated file is now read-only.
7593         * modules/argz: Likewise.
7594         * modules/arpa_inet: Likewise.
7595         * modules/byteswap: Likewise.
7596         * modules/configmake: Likewise.
7597         * modules/fcntl: Likewise.
7598         * modules/fnmatch: Likewise.
7599         * modules/getopt: Likewise.
7600         * modules/glob: Likewise.
7601         * modules/inttypes: Likewise.
7602         * modules/netinet_in: Likewise.
7603         * modules/poll: Likewise.
7604         * modules/stdbool: Likewise.
7605         * modules/stdint: Likewise.
7606         * modules/sys_select: Likewise.
7607         * modules/sys_socket: Likewise.
7608         * modules/sys_stat: Likewise.
7609         * modules/sysexits: Likewise.
7610         * modules/localcharset: Same as above, but continue using temporary
7611         file named "t-$@" (why different?) rather than the "$@-t" used
7612         everywhere else.
7613
7614         * modules/sysexits (Makefile.am): Replace literal occurrences
7615         of "sysexit.h" more readable, and more consistent, "$@".
7616
7617 2006-09-06  Bruno Haible  <bruno@clisp.org>
7618
7619         * modules/striconv: New file.
7620         * modules/xstriconv: New file.
7621         * MODULES.html.sh (Internationalization functions): Add striconv,
7622         xstriconv.
7623
7624 2006-09-06  Bruno Haible  <bruno@clisp.org>
7625
7626         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7627         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7628         not using libtool correctly.
7629
7630 2006-09-06  Bruno Haible  <bruno@clisp.org>
7631
7632         * lib/striconv.h: New file.
7633         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7634         iconvstring.c.
7635         * lib/xstriconv.h: New file.
7636         * lib/xstriconv.c: New file.
7637
7638 2006-09-06  Bruno Haible  <bruno@clisp.org>
7639
7640         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7641         lib_..._LDFLAGS.
7642
7643 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7644
7645         * lib/argz_.h: Sync from Libtool.
7646
7647         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7648                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7649
7650         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7651
7652 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7653
7654         * modules/trim: New file.
7655
7656 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7657
7658         * lib/trim.h: New file.
7659         * lib/trim.c: New file.
7660
7661 2006-09-05  Bruno Haible  <bruno@clisp.org>
7662
7663         * MODULES.html.sh (String handling): Add trim.
7664
7665 2006-09-04  Karl Berry  <karl@gnu.org>
7666
7667         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7668         until next release.
7669
7670 2006-09-03  Bruno Haible  <bruno@clisp.org>
7671
7672         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7673         correctly.
7674
7675 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7676
7677         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7678         not gl_GETLOADAVG.  Omit unneeded semicolons.
7679         Problems reported by Ralf Wildenhues in
7680         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7681         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7682         at the end, which is the usual gnulib style.
7683
7684         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7685         of doing all the work ourselves.
7686         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7687         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7688
7689 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7690
7691         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7692         Problem reported by Ralf Wildenhues in
7693         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7694
7695         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7696         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7697
7698 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7699
7700         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7701         yesterday's patch by changing test -n to test -z.
7702
7703 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7704
7705         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7706         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7707         the former is now obsolescent.
7708
7709         * modules/chdir-long (Depends-on): Add fcntl.
7710
7711 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7714         obsolescent, and programs should use gnulib instead.
7715         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7716         but with prefixes changed.
7717
7718 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7721         or stdbool.h, because they might not exist while configuring.
7722
7723         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7724         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7725         does that for us.
7726         (O_DIRECTORY): Remove.
7727
7728 2006-08-31  Eric Blake  <ebb9@byu.net>
7729
7730         * gnulib-tool: Don't let emacs change spaces to TAB.
7731
7732 2006-08-31  Bruno Haible  <bruno@clisp.org>
7733
7734         * gnulib-tool: When calling func_import more than once, do it in a
7735         subshell.
7736         Reported by Eric Blake <ebb9@byu.net>.
7737
7738 2006-08-31  Bruno Haible  <bruno@clisp.org>
7739
7740         * gnulib-tool (nl): Remove variable.
7741         (sed_transform_lib_file): Use more robust test for config-h module.
7742         (func_import): Fix typo in 2006-08-25 patch.
7743
7744 2006-08-31  Bruno Haible  <bruno@clisp.org>
7745
7746         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7747         specified, augment Makefile.am variables instead of assigning them.
7748
7749 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7750
7751         Work around a bug in both the Linux and SunOS 64-bit kernels:
7752         nanosleep mishandles sleeps for longer than 2**31 seconds.
7753         Problem reported by Frank v Waveren in
7754         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7755         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7756         Check for nanosleep bug.
7757         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7758
7759 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7760
7761         Work around a bug in both the Linux and SunOS 64-bit kernels:
7762         nanosleep mishandles sleeps for longer than 2**31 seconds.
7763         Problem reported by Frank v Waveren in
7764         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7765         * lib/nanosleep.c (BILLION): New constant.
7766         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7767         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7768         implementation.
7769
7770 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7771
7772         * modules/nanosleep (Depends-on): Add gettime.
7773
7774 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7775         and Simon Josefsson  <jas@extundo.com>
7776         and Oskar Liljeblad  <oskar@osk.mine.nu>
7777
7778         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7779         * gnulib-tool (func_import): New license type 'unmodifiable license
7780         text'.
7781         * modules/fdl: Use it.  Longer description.
7782         * module/gpl, module/lgpl: New files.
7783
7784 2006-08-30  Jim Meyering  <jim@meyering.net>
7785
7786         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7787         shadowing the parameter.
7788
7789 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7790
7791         Sync from Libtool:
7792
7793         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7794
7795         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7796         sharing with gnulib.  Report by Eric Blake.
7797
7798 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7799
7800         * modules/isapipe: New file.
7801         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7802
7803 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7804
7805         * modules/configmake (Makefile.am): Add a comment, and omit
7806         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7807         by Bruno Haible.
7808
7809 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7810
7811         * m4/isapipe.m4: New file.
7812
7813 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * lib/isapipe.c, lib/isapipe.h: New files.
7816
7817 2006-08-29  Jim Meyering  <jim@meyering.net>
7818
7819         * modules/configmake (Makefile.am): Make configmake.h depend on
7820         Makefile.  Otherwise, a stale configmake.h could hang around.
7821
7822 2006-08-29  Eric Blake  <ebb9@byu.net>
7823
7824         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7825         resolution of upstream bug 3044.
7826
7827 2006-08-29  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/localcharset (Depends-on): Add configmake.
7830         (Makefile.am): Remove setting of LIBDIR through DEFS.
7831
7832 2006-08-29  Bruno Haible  <bruno@clisp.org>
7833
7834         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7835         defined.
7836
7837 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7838
7839         * modules/fcntl: New file.
7840         * modules/chdir-safer (Depends-on): Add fcntl.
7841         * modules/fts: Likewise.
7842         * modules/mkdir-p: Likewise.
7843
7844         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7845         This undoes the most recent change, since we're now addressing the
7846         problem in a different way.
7847
7848         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7849         into output, since the output might be called Makefile.am even
7850         if $makefile_name is something different.
7851         (func_import): Use $makefile_am rather than
7852         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7853         empty.
7854
7855         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7856
7857 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7858
7859         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7860         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7861         recent change to stdint.m4, since we're now addressing the problem in a
7862         different way.
7863
7864 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * m4/fcntl_h.m4: New file.
7867
7868 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7869
7870         * lib/fcntl_.h: New file.
7871         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7872         the fcntl module.
7873         * lib/dirchownmod.c: Likewise.
7874         * lib/fts.c: Likewise.
7875
7876         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7877         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7878         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7879         just before including <inttypes.h>, to avoid circular inclusion.
7880
7881 2006-08-28  Jim Meyering  <jim@meyering.net>
7882
7883         * doc/visibility.texi: Actually read and correct the grammar of the
7884         sentence affected by yesterday's change.
7885
7886 2006-08-28  Eric Blake  <ebb9@byu.net>
7887
7888         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7889         needs wrapper.
7890
7891 2006-08-28  Eric Blake  <ebb9@byu.net>
7892
7893         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7894
7895 2006-08-28  Eric Blake  <ebb9@byu.net>
7896
7897         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7898
7899 2006-08-28  Bruno Haible  <bruno@clisp.org>
7900
7901         * modules/c-strstr: New file, from GNU gettext.
7902         * MODULES.html.sh (String handling): Add c-strstr.
7903
7904 2006-08-28  Bruno Haible  <bruno@clisp.org>
7905
7906         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7907         macros.
7908         Reported by Eric Blake.
7909
7910 2006-08-28  Bruno Haible  <bruno@clisp.org>
7911
7912         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7913         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7914         * lib/vasprintf.c: Include errno.h, limits.h.
7915         (EOVERFLOW): New fallback definition.
7916         (vasprintf): Test here whether the string length is > INT_MAX.
7917         * lib/vsnprintf.c: Include errno.h, limits.h.
7918         (EOVERFLOW): New fallback definition.
7919         (vsnprintf): Fix bug when generated string was too long for the buffer.
7920         Test here whether the string length is > INT_MAX.
7921
7922 2006-08-28  Bruno Haible  <bruno@clisp.org>
7923
7924         * lib/inttypes_.h (SCNX*): Remove definitions.
7925         Reported by Eric Blake.
7926
7927 2006-08-28  Bruno Haible  <bruno@clisp.org>
7928
7929         * lib/c-strstr.h: New file, from GNU gettext.
7930         * lib/c-strstr.c: New file, from GNU gettext.
7931
7932 2006-08-28  Bruno Haible  <bruno@clisp.org>
7933
7934         * gnulib-tool: Reorder some statements.
7935
7936 2006-08-28  Bruno Haible  <bruno@clisp.org>
7937
7938         * gnulib-tool: New option --makefile-name.
7939         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7940         $makefile_name.
7941         (func_import): Write $makefile_name to the cache file, and read it from
7942         there unless explicitly specified. Use $makefile_name as file name
7943         instead of Makefile.am. Adjust the recommendations accordingly.
7944
7945 2006-08-28  Bruno Haible  <bruno@clisp.org>
7946
7947         * gnulib-tool (func_verify_module): Check against misapplying patch.
7948
7949 2006-08-28  Bruno Haible  <bruno@clisp.org>
7950
7951         * gnulib-tool (func_relativize, func_relconcat): New functions.
7952         Give an error if --local-dir is given with --update.
7953         Remove trailing slashes from $local_gnulib_dir.
7954         (func_import): Store the relativized $local_gnulib_dir in
7955         gnulib-cache.m4, and read it from there if not specified explicitly.
7956
7957 2006-08-28  Bruno Haible  <bruno@clisp.org>
7958
7959         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7960         is the current directory. Respect also $local_gnulib_dir.
7961
7962 2006-08-28  Bruno Haible  <bruno@clisp.org>
7963             Simon Josefsson  <jas@extundo.com>
7964
7965         BeOS portability.
7966         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7967
7968 2006-08-27  Jim Meyering  <jim@meyering.net>
7969
7970         * doc/visibility.texi: Remove duplicate word: "pointer".
7971
7972 2006-08-26  Bruno Haible  <bruno@clisp.org>
7973
7974         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7975         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7976         (Makefile.am): Create inttypes.h from inttypes_.h.
7977         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7978
7979         * modules/imaxabs: New file.
7980
7981         * modules/imaxdiv: New file.
7982
7983 2006-08-26  Bruno Haible  <bruno@clisp.org>
7984
7985         * m4/inttypes.m4: New file.
7986         * m4/_inttypes_h.m4: Remove file.
7987         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7988         PRI_MACROS_BROKEN.
7989         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7990
7991         * m4/imaxabs.m4: New file.
7992
7993         * m4/imaxdiv.m4: New file.
7994
7995 2006-08-26  Bruno Haible  <bruno@clisp.org>
7996
7997         * lib/inttypes_.h: New file.
7998         * lib/inttypes.h: Remove file.
7999         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8000
8001         * lib/imaxabs.c: New file.
8002
8003         * lib/imaxdiv.c: New file.
8004
8005 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8006
8007         New config-h module, so that "make" output needn't be cluttered
8008         by -DHAVE_CONFIG_H.
8009         * MODULES.html.sh (Support for building libraries and executables):
8010         Add config-h.
8011         * modules/config-h: New file.
8012         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8013         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8014         the config-h module is used.
8015
8016         New configmake module, so that "make" output needn't be cluttered
8017         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8018         * MODULES.html.sh (Support for building libraries and executables):
8019         Add configmake.
8020         * modules/configmake: New file.
8021
8022 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         * m4/config-h.m4: New file.
8025
8026 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8027
8028         * config/srclist.txt: Add elisp-comp.
8029
8030 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8031
8032         * MODULES.html.sh (Support for building libraries and executables):
8033         Add elisp-comp.
8034         * build-aux/elisp-comp: New file.
8035         * modules/elisp-comp: New file.
8036
8037 2006-08-24  Bruno Haible  <bruno@clisp.org>
8038
8039         * gnulib-tool (func_create_testdir): Use non-default values of
8040         sourcebase and m4base.
8041
8042 2006-08-24  Bruno Haible  <bruno@clisp.org>
8043
8044         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8045         HTML structure.
8046
8047 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8048
8049         * modules/openat (Depends-on): Add lchown.
8050
8051 2006-08-23  Bruno Haible  <bruno@clisp.org>
8052
8053         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8054         of gl_LOCK_EARLY instead of gl_LOCK.
8055
8056 2006-08-23  Bruno Haible  <bruno@clisp.org>
8057
8058         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8059         on OSF/1 to no.
8060         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8061
8062 2006-08-23  Bruno Haible  <bruno@clisp.org>
8063
8064         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8065         as unusable.
8066
8067         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8068         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8069         (gl_LOCK): New macro.
8070
8071 2006-08-22  Simon Josefsson  <jas@extundo.com>
8072
8073         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8074         to md5 module.
8075
8076 2006-08-22  Simon Josefsson  <jas@extundo.com>
8077
8078         * MODULES.html.sh: Add "Support for maintaining and release
8079         projects".
8080
8081         * build-aux/gnupload: New file, from coreutils.
8082
8083 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8084
8085         Avoid the need for AC_LIBSOURCES in m4 macros.
8086         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8087         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8088         * modules/check-version (EXTRA_DIST): Add check-version.h.
8089         * modules/crc (EXTRA_DIST): Add crc.h.
8090         * modules/des (EXTRA_DIST): Add des.h.
8091         * modules/gc (EXTRA_DIST): Add gc.h.
8092         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8093         * modules/getline (EXTRA_DIST): Add getline.h.
8094         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8095         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8096         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8097         * modules/md2 (EXTRA_DIST): Add md2.h.
8098         * modules/md4 (EXTRA_DIST): Add md4.h.
8099         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8100         * modules/read-file (EXTRA_DIST): Add read-file.h.
8101         * modules/readline (EXTRA_DIST): Add readline.h.
8102         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8103         rijndael-api-fst.h.
8104
8105 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8106
8107         * m4/rijndael.m4 (gl_ARCFOUR):
8108         * m4/arctwo.m4 (gl_ARCTWO):
8109         * m4/check-version.m4 (gl_CHECK_VERSION):
8110         * m4/crc.m4 (gl_CRC):
8111         * m4/des.m4 (gl_DES):
8112         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8113         * m4/gc.m4 (gl_GC):
8114         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8115         * m4/getline.m4 (gl_FUNC_GETLINE):
8116         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8117         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8118         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8119         * m4/md2.m4 (gl_MD2):
8120         * m4/md4.m4 (gl_MD4):
8121         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8122         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8123         * m4/readline.m4 (gl_FUNC_READLINE):
8124         * m4/rijndael.m4 (gl_RIJNDAEL):
8125         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8126         to get the necessary .h files and whatnot.
8127
8128 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8129
8130         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8131         gnulib rather than the other way around.
8132         * config/srclistvars.sh (COREUTILS): Remove.
8133
8134 2006-08-22  Jim Meyering  <jim@meyering.net>
8135
8136         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8137
8138         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8139
8140 2006-08-22  Eric Blake  <ebb9@byu.net>
8141
8142         * modules/regexprops-generic: New file.
8143         * MODULES.html.sh (Support for building documentation): List it.
8144
8145 2006-08-22  Eric Blake  <ebb9@byu.net>
8146
8147         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8148         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8149         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8150         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8151
8152 2006-08-22  Bruno Haible  <bruno@clisp.org>
8153
8154         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8155         and lib_LTLIBRARIES like the other lib_* variables.
8156
8157 2006-08-22  Bruno Haible  <bruno@clisp.org>
8158
8159         * build-aux/x-to-1.in: New file, from GNU gettext.
8160
8161 2006-08-22  Bruno Haible  <bruno@clisp.org>
8162
8163         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8164         <utmpx.h> exists.
8165
8166 2006-08-22  Bruno Haible  <bruno@clisp.org>
8167
8168         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8169         <utmpx.h> exists.
8170
8171 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8172
8173         BeOS portability.
8174         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8175         exist.
8176         Problem reported by Bruno Haible.
8177
8178 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         Avoid the need for AC_LIBSOURCES in m4 macros.
8181         * modules/acl (EXTRA_DIST): Add acl.h.
8182         * modules/argmatch (Files): Add m4/argmatch.m4.
8183         (configure.ac): Add gl_ARGMATCH.
8184         (EXTRA_DIST): Renamed from lib_SOURCES, for
8185         consistency with the other modules.  Remove argmatch.c.
8186         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8187         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8188         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8189         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8190         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8191         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8192         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8193         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8194         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8195         * modules/closeout (EXTRA_DIST): Add closeout.h.
8196         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8197         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8198         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8199         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8200         dirname.h; remove basename.c and stripslash.c.
8201         * modules/exclude (EXTRA_DIST): Add exclude.h.
8202         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8203         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8204         * modules/file-type (EXTRA_DIST): Add file-type.h.
8205         * modules/filemode (EXTRA_DIST): Add filemode.h.
8206         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8207         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8208         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8209         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8210         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8211         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8212         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8213         * modules/getdate (EXTRA_DIST): Add getdate.c.
8214         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8215         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8216         * modules/getpass (EXTRA_DIST): Add getpass.h.
8217         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8218         * modules/group-member (EXTRA_DIST): Add group-member.h.
8219         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8220         * modules/hash (EXTRA_DIST): Add hash.h.
8221         * modules/human (EXTRA_DIST): Add human.h.
8222         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8223         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8224         * modules/lchown (EXTRA_DIST): Add lchown.h.
8225         * modules/long-options (EXTRA_DIST): Add long-options.h.
8226         * modules/lstat (EXTRA_DIST): Add lstat.h.
8227         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8228         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8229         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8230         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8231         * modules/memxor (EXTRA_DIST): Add memxor.h.
8232         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8233         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8234         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8235         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8236         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8237         * modules/physmem (EXTRA_DIST): Add physmem.h.
8238         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8239         * modules/posixver (EXTRA_DIST): Add posixver.h.
8240         * modules/quote (EXTRA_DIST): Add quote.h.
8241         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8242         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8243         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8244         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8245         regex_internal.h regexec.c.
8246         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8247         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8248         * modules/same (EXTRA_DIST): Add same.h.
8249         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8250         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8251         * modules/savedir (EXTRA_DIST): Add savedir.h.
8252         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8253         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8254         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8255         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8256         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8257         * modules/strdup (EXTRA_DIST): Add strdup.h.
8258         * modules/strftime (EXTRA_DIST): Add strftime.h.
8259         * modules/strndup (EXTRA_DIST): Add strndup.h.
8260         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8261         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8262         * modules/time_r (EXTRA_DIST): Add time_r.h.
8263         * modules/timespec (EXTRA_DIST): Add timespec.h.
8264         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8265         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8266         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8267         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8268         * modules/userspec (EXTRA_DIST): Add userspec.h.
8269         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8270         * modules/utimens (EXTRA_DIST): Add utimens.h.
8271         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8272         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8273         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8274         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8275         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8276         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8277         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8278         * modules/yesno (EXTRA_DIST): Add yesno.h.
8279
8280 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8283
8284         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8285         * m4/dev-ino.m4, same-inode.m4: Remove.
8286
8287         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8288         * m4/acl.m4 (AC_FUNC_ACL):
8289         * m4/backupfile.m4 (gl_BACKUPFILE):
8290         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8291         * m4/canon-host.m4 (gl_CANON_HOST):
8292         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8293         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8294         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8295         * m4/cloexec.m4 (gl_CLOEXEC):
8296         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8297         * m4/closeout.m4 (gl_CLOSEOUT):
8298         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8299         * m4/dirname.m4 (gl_DIRNAME):
8300         * m4/exclude.m4 (gl_EXCLUDE):
8301         * m4/exitfail.m4 (gl_EXITFAIL):
8302         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8303         * m4/file-type.m4 (gl_FILE_TYPE):
8304         * m4/filemode.m4 (gl_FILEMODE):
8305         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8306         * m4/fpending.m4 (gl_FUNC_FPENDING):
8307         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8308         * m4/fts.m4 (gl_FUNC_FTS):
8309         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8310         * m4/getdate.m4 (gl_GETDATE):
8311         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8312         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8313         * m4/getpass.m4 (gl_FUNC_GETPASS):
8314         * m4/gettime.m4 (gl_GETTIME):
8315         * m4/getugroups.m4 (gl_GETUGROUPS):
8316         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8317         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8318         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8319         * m4/hash.m4 (gl_HASH):
8320         * m4/idcache.m4 (gl_IDCACHE):
8321         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8322         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8323         * m4/long-options.m4 (gl_LONG_OPTIONS):
8324         * m4/lstat.m4 (gl_FUNC_LSTAT):
8325         * m4/md5.m4 (gl_MD5):
8326         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8327         * m4/memcoll.m4 (gl_MEMCOLL):
8328         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8329         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8330         * m4/memxor.m4 (gl_MEMXOR):
8331         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8332         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8333         * m4/modechange.m4 (gl_MODECHANGE):
8334         * m4/mountlist.m4 (gl_MOUNTLIST):
8335         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8336         * m4/openat.m4 (gl_FUNC_OPENAT):
8337         * m4/pathmax.m4 (gl_PATHMAX):
8338         * m4/physmem.m4 (gl_PHYSMEM):
8339         * m4/posixtm.m4 (gl_POSIXTM):
8340         * m4/posixver.m4 (gl_POSIXVER):
8341         * m4/quote.m4 (gl_QUOTE):
8342         * m4/quotearg.m4 (gl_QUOTEARG):
8343         * m4/readtokens.m4 (gl_READTOKENS):
8344         * m4/readutmp.m4 (gl_READUTMP):
8345         * m4/regex.m4 (gl_REGEX):
8346         * m4/safe-read.m4 (gl_SAFE_READ):
8347         * m4/safe-write.m4 (gl_SAFE_WRITE):
8348         * m4/same.m4 (gl_SAME):
8349         * m4/save-cwd.m4 (gl_SAVE_CWD):
8350         * m4/savedir.m4 (gl_SAVEDIR):
8351         * m4/settime.m4 (gl_SETTIME):
8352         * m4/sha1.m4 (gl_SHA1):
8353         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8354         * m4/stat-macros.m4 (gl_STAT_MACROS):
8355         * m4/stat-time.m4 (gl_STAT_TIME):
8356         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8357         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8358         * m4/strdup.m4 (gl_FUNC_STRDUP):
8359         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8360         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8361         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8362         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8363         * m4/time_r.m4 (gl_TIME_R):
8364         * m4/timespec.m4 (gl_TIMESPEC):
8365         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8366         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8367         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8368         * m4/userspec.m4 (gl_USERSPEC):
8369         * m4/utimecmp.m4 (gl_UTIMECMP):
8370         * m4/utimens.m4 (gl_UTIMENS):
8371         * m4/xalloc.m4 (gl_XALLOC):
8372         * m4/xgetcwd.m4 (gl_XGETCWD):
8373         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8374         * m4/xreadlink.m4 (gl_XREADLINK):
8375         * m4/xstrtod.m4 (gl_XSTRTOD):
8376         * m4/yesno.m4 (gl_YESNO):
8377         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8378         to get the necessary .h files and whatnot.
8379
8380 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8381             Bruno Haible  <bruno@clisp.org>
8382
8383         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8384         /bin/sh understanding of '!' conditional negation.
8385
8386 2006-08-21  Jim Meyering  <jim@meyering.net>
8387
8388         * modules/openat (Depends-on): Really alphabetize.
8389
8390         * modules/acl (Depends-on): Add error and quote.
8391
8392         * check-module (find_included_lib_files): Add at-func.c to the
8393         ok-to-include-more-than-once white list.
8394
8395         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8396
8397 2006-08-21  Bruno Haible  <bruno@clisp.org>
8398
8399         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8400         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8401         Reported by Martin Lambers <marlam@marlam.de>.
8402
8403 2006-08-21  Bruno Haible  <bruno@clisp.org>
8404
8405         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8406         specify an installation location, don't emit a noinst_LIBRARIES or
8407         noinst_LTLIBRARIES assignment.
8408
8409 2006-08-21  Bruno Haible  <bruno@clisp.org>
8410
8411         BeOS portability.
8412         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8413         BeOS has mbrtowc() but no <wctype.h>.
8414
8415 2006-08-21  Bruno Haible  <bruno@clisp.org>
8416
8417         BeOS portability.
8418         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8419         exist.
8420
8421 2006-08-21  Bruno Haible  <bruno@clisp.org>
8422
8423         BeOS portability.
8424         * lib/mbchar.h: Include <wctype.h> only if it exists.
8425
8426 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8427
8428         Remove files that are no longer needed by their respective modules.
8429         * m4/obstack.m4: Remove.
8430         * m4/strerror_r.m4: Remove.
8431         * m4/uint32_t.m4: Remove.
8432         * m4/uintptr_t.m4: Remove.
8433         * m4/ullong_max.m4: Remove.
8434         * m4/xstrtoimax.m4: Remove.
8435         * m4/xstrtoumax.m4: Remove.
8436
8437         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8438         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8439         dependencies now capture this.
8440
8441         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8442         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8443         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8444         * m4/human.m4 (gl_HUMAN): Likewise.
8445         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8446         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8447
8448         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8449
8450         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8451         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8452         stdint.
8453         * m4/human.m4 (gl_HUMAN): Likewise.
8454         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8455         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8456         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8457         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8458         * m4/xstrtol (gl_XSTRTOL): Likewise.
8459
8460         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8461         AC_TYPE_LONG_LONG_INT.
8462         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8463         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8464         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8465         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8466
8467         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8468         on stdbool.
8469
8470         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8471         (gl_PREREQ_XSTRTOUL): Remove.
8472
8473         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8474
8475         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8476         mode.
8477
8478 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8479
8480         Add and change modules to make it easier for coreutils to use
8481         gnulib-tool.
8482         * modules/backupfile (Files): Remove m4/d-ino.m4.
8483         (Depends-on): Add d-ino.
8484         * modules/cycle-check (Depends-on): Add stdint.
8485         (lib_SOURCES): Add cycle-check.h.
8486         * modules/d-ino: New module.
8487         * modules/d-type: New module.
8488         * modules/error (Files): Remove m4/strerror_r.m4.
8489         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8490         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8491         m4/inttypes_h.m4, m4/uintmax_t.m4.
8492         (Depends-on): Add stdint.
8493         (lib_SOURCES): Add fsusage.h.
8494         * modules/getcwd (Files): Remove d-ino.m4.
8495         (Depends-on): Add d-ino.
8496         * modules/getndelim2 (Depends-on): Add stdint.
8497         * modules/glob (Files): Remove m4/d-type.m4.
8498         (Depends-on): Add d-type.
8499         * modules/host-os: New module.
8500         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8501         m4/inttypes_h.m4, m4/uintmax_t.m4.
8502         * Depends-on: Add stdint.
8503         (lib_SOURCES): Add human.h.
8504         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8505         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8506         m4/uintmax_t.m4, m4/ulonglong.m4.
8507         (Depends-on): Add stdint.
8508         (EXTRA_DIST): Add inttostr.h.
8509         * modules/lchmod: New module.
8510         * modules/link-follow: New module.
8511         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8512         (Depends-on): Add lchmod.
8513         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8514         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8515         (Depends-on): Add stdint.
8516         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8517         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8518         (Depends-on): Add stdint.
8519         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8520         * modules/perl: New module.
8521         * modules/regex (Depends-on): Add stdint.
8522         * modules/rmdir-errno: New module.
8523         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8524         m4/intmax_t.m4.
8525         (Depends-on): Add stdint.
8526         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8527         m4/uintmax_t.m4.
8528         (Depends-on): Add stdint.
8529         * modules/unlink-busy: New module.
8530         * modules/utimecmp (Depends-on): Add stdint.
8531         * modules/uptime: New module.
8532         * modules/winsz-ioctl: New module.
8533         * modules/winsz-termios: New module.
8534         * modules/xnanosleep (Depends-on): Add nanosleep.
8535         * modules/ullong_max: Remove.
8536         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8537         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8538         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8539         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8540         (Depends-on): Add inttypes.
8541         (lib_SOURCES): Add xstrtol.h.
8542         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8543         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8544         * MODULES.html.sh: Move 'assert' into the assert section.
8545         Move 'dummy' into the linking section.
8546         Remove ullong_max.
8547         Add section for compatibility checks for POSIX:2001 functions,
8548         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8549         winsz-ioctl, and winsz-termios into it.
8550         Add lchmod.
8551         Add top-level Misc section and put host-os, perl, and uptime
8552         into it.
8553
8554 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8555
8556         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8557         now assume the stdint module.  Do not include inttypes.h.
8558         * lib/fsusage.h: Likewise.
8559         * lib/getndelim2.c: Likewise.
8560         * lib/human.h: Likewise.
8561         * lib/inttostr.h: Likewise.
8562         * lib/obstack.c: Likewise.
8563         * lib/regex_internal.h: Likewise.
8564         * lib/tempname.c: Likewise.
8565         * lib/utimecmp.c: Likewise.
8566         * lib/xstrtol.h: Likewise.
8567
8568         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8569
8570         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8571         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8572         * lib/xtime.h: Likewise.
8573
8574 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8575
8576         * modules/openat (Files): Add lib/fchmodat.c.
8577         Fixes problem reported by Jay Youngman.
8578
8579 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8582         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8583
8584 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8585             Bruno Haible  <bruno@clisp.org>
8586
8587         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8588         and is a script that invokes bison. Tighten the code. Add comments.
8589
8590 2006-08-18  Jim Meyering  <jim@meyering.net>
8591
8592         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8593         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8594         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8595         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8596
8597 2006-08-18  Bruno Haible  <bruno@clisp.org>
8598
8599         * modules/bison-i18n: New file.
8600         * MODULES.html.sh (Internationalization functions): Add it.
8601
8602 2006-08-18  Bruno Haible  <bruno@clisp.org>
8603
8604         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8605         sys/statvfs.h. When getmntinfo was found, check its declaration and
8606         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8607
8608 2006-08-18  Bruno Haible  <bruno@clisp.org>
8609
8610         * m4/bison-i18n.m4: New file, from bison.
8611
8612 2006-08-18  Bruno Haible  <bruno@clisp.org>
8613
8614         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8615         (ME_DUMMY): Treat "kernfs" as a dummy.
8616         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8617
8618 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8619
8620         Update from coreutils.
8621
8622         2006-08-15  Jim Meyering  <jim@meyering.net>
8623
8624         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8625
8626         2006-01-17  Jim Meyering  <jim@meyering.net>
8627
8628         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8629
8630         2006-01-11  Jim Meyering  <jim@meyering.net>
8631
8632         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8633         Check for the lchmod function.
8634
8635 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8636
8637         Update from coreutils.
8638
8639         * lib/__fpending.h: Add copyright notice.
8640         * lib/fprintftime.h: Likewise.
8641         * lib/savedir.c: Use (C) in copyright notice.
8642         * lib/savedir.h: Likewise.
8643
8644         2006-08-15  Jim Meyering  <jim@meyering.net>
8645
8646         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8647         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8648         in support of the EXPECTED_ERRNO macro.
8649         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8650         definitions.  Instead, define the appropriate symbols and include
8651         "at-func.c".
8652         * lib/mkdirat.c (mkdirat): Likewise.
8653         * lib/fchmodat.c (fchmodat): Likewise.
8654         (ENOSYS): Remove definition.
8655         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8656         it.  Don't include "unistd--.h" -- it wasn't ever used.
8657
8658         2006-01-17  Jim Meyering  <jim@meyering.net>
8659
8660         Rewrite fts.c not to change the current working directory,
8661         by using openat, fstatat, fdopendir, etc..
8662
8663         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8664         (HAVE_OPENAT_SUPPORT): Define.
8665         [_LIBC] (fchdir): Don't undef or define; no longer used.
8666         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8667         Now, this `function' always succeeds, and consumes its file descriptor
8668         parameter -- so callers must not close such FDs.  Update callers.
8669         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8670         (diropen): Add parameter, SP.  Adjust all callers.
8671         Implement using diropen_fd, rather than open.
8672         (fts_open): Initialize new member, fts_cwd_fd.
8673         Remove fts_rft-setting code.
8674         (fts_close): Close fts_cwd_fd, if necessary.
8675         (__opendir2): Define in terms of opendir or opendirat,
8676         depending on whether the FST_NOCHDIR flag is set.
8677         (fts_build): Since fts_safe_changedir consumes its FD, and since
8678         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8679         and close the dup'd file descriptor upon failure.
8680         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8681         (fts_safe_changedir): Tweak semantics to reflect that this function
8682         now calls cwd_advance_fd and hence consumes its FD argument.
8683         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8684         [struct FTS] (fts_rft): Remove now-unused member.
8685         [struct FTS] (fts_cycle.state): Improve comment.
8686
8687         * lib/openat.c (openat_needs_fchdir): New function.
8688         * lib/openat.h (openat_needs_fchdir): Declare it.
8689
8690 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8691
8692         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8693         Problem and fix reported by Pádraig Brady in
8694         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8695
8696 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8697
8698         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8699
8700 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8701
8702         * lib/memcoll.c (memcoll): Optimize for the common case where the
8703         arguments are bytewise equal.
8704
8705 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8706
8707         * doc/regexprops-generic.texi: Add a copyright notice.
8708
8709 2006-08-15  Bruno Haible  <bruno@clisp.org>
8710
8711         * modules/tmpdir (License): Change to LGPL.
8712
8713 2006-08-15  Bruno Haible  <bruno@clisp.org>
8714
8715         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8716         module.
8717
8718 2006-08-14  Simon Josefsson  <jas@extundo.com>
8719
8720         * config/srclist.txt: Add gnupload.
8721
8722 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         Change copyright notice from LGPL 2 to GPL 2, since that's the
8725         standard form used in the gnulib repository.
8726         * tests/test-lock.c: Likewise.
8727         * tests/test-stdint.c: Likewise.
8728         * tests/test-tls.c: Likewise.
8729
8730         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8731         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8732         Add copyright notice.
8733
8734         * check-module: Add copyright notice.  Output a copyright
8735         notice if "--version" is specified.
8736         * modules/COPYING: New file.
8737         * tests/test-getaddrinfo.c: Add copyright notice.
8738         * tests/test-verify.c: Likewise.
8739
8740 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         Change copyright notice from LGPL 2 to GPL 2, since that's the
8743         standard form used in the gnulib repository.
8744         * lib/lock.c: LGPL -> GPL.
8745         * lib/lock.h: Likewise.
8746         * lib/strnlen1.c: Likewise.
8747         * lib/strnlen1.h: Likewise.
8748         * lib/tls.c: Likewise.
8749         * lib/tls.h: Likewise.
8750         * lib/tmpdir.c: Likewise.
8751
8752         * lib/TODO: Remove; this belongs only in coreutils.
8753
8754 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8755
8756         Add copyright notices to long-enough files that lack them, since
8757         otherwise the files aren't clearly free.  Use the same notice that
8758         getdate.texi already uses.
8759         * doc/alloca-opt.texi: Add copyright notice.
8760         * doc/alloca.texi: Likewise.
8761         * doc/ctime.texi: Likewise.
8762         * doc/functions.texi: Likewise.
8763         * doc/gcd.texi: Likewise.
8764         * doc/gnulib-tool.texi: Likewise.
8765         * doc/inet_ntoa.texi: Likewise.
8766         * doc/visibility.texi: Likewise.
8767
8768         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8769         * doc/quote.texi: Add copyright notice.
8770
8771         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8772         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8773         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8774         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8775         is now obsolete, and give a pointer to the Sun list.
8776         Add copyright notice.
8777
8778 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * config/srclistvars.sh: Add copyright notice.
8781
8782 2006-08-14  Eric Blake  <ebb9@byu.net>
8783
8784         Import the following change from libc:
8785
8786         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8787
8788         Upstream bug 2997.
8789         * lib/misc/error.c: Add space between program name and message if file
8790         name is missing.
8791
8792 2006-08-12  Karl Berry  <karl@gnu.org>
8793
8794         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8795         remove, these originate in gnulib now.
8796
8797 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8798
8799         * doc/Makefile (standards.info standards.html standards.dvi):
8800         Also depend on make-stds.texi.
8801
8802 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8803
8804         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8805         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8806
8807         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8808         in wchar_t.  Problem reported by Eric Blake.
8809
8810         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8811         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8812         Also, help the compiler to keep LEN in a register.
8813
8814 2006-08-11  Eric Blake  <ebb9@byu.net>
8815
8816         * users.txt: Sort.  Add tar.
8817
8818 2006-08-11  Bruno Haible  <bruno@clisp.org>
8819
8820         * users.txt: New file.
8821
8822 2006-08-11  Bruno Haible  <bruno@clisp.org>
8823
8824         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8825         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8826
8827 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8828
8829         * modules/snprintf (Depends-on): Remove minmax.
8830         (Maintainer): Add self and Bruno.
8831
8832 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8833
8834         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8835         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8836         (EOVERFLOW): Define if the system does not.
8837         Do not include "minmax.h"; it wasn't used.
8838         (snprintf): Don't assume size_t promotes to an unsigned type.
8839         Fix bug when generated string was too long for the buffer: the
8840         buffer's contents are supposed to be the initial prefix of the
8841         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8842         exceeds INT_MAX; do the check ourselves.
8843
8844         Import the following changes from libc:
8845
8846         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8847
8848         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8849         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8850         set wc to the byte which couldn't be converted.
8851         (re_string_reconstruct): Don't clear valid_raw_len before calling
8852         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8853         tip_context using re_string_context_at.
8854
8855         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8856
8857         * lib/posix/regex.h: g++ still cannot handled [restrict].
8858
8859         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8860
8861         * lib/posix/regex.h: Remove special handling for VMS.
8862
8863 2006-08-10  Jim Meyering  <jim@meyering.net>
8864
8865         * modules/same-inode: New module.
8866         * modules/dev-ino: New module.
8867         * modules/cycle-check: Depend on these modules, rather than simply
8868         including their .h files.
8869         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8870         required via m4/cycle-check.m4.
8871         * modules/same: Depend on new same-inode module, rather than
8872         including same-inode.h.
8873         * modules/chdir-safer: New file.
8874
8875         * modules/chown (Depends-on): Add stat-macros.
8876
8877 2006-08-10  Jim Meyering  <jim@meyering.net>
8878
8879         * m4/cycle-check.m4: New file.
8880         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8881         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8882
8883 2006-08-10  Eric Blake  <ebb9@byu.net>
8884
8885         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8886         in from original proposal.
8887
8888 2006-08-10  Eric Blake  <ebb9@byu.net>
8889         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8890
8891         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8892         namespace.
8893
8894 2006-08-10  Bruno Haible  <bruno@clisp.org>
8895
8896         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8897         as well.
8898
8899 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8900
8901         Sync from coreutils.
8902
8903         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8904
8905         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8906         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8907
8908 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8909
8910         * modules/restrict: Remove; no longer needed now that we assume
8911         Autoconf 2.59 or later.
8912         * MODULES.html.sh: Remove 'restrict'.
8913         * modules/argp (Depends-on): Remove 'restrict'.
8914         * modules/base64 (Depends-on): Likewise.
8915         * modules/gc (Depends-on): Likewise.
8916         * modules/getaddrinfo (Depends-on): Likewise.
8917         * modules/glob (Depends-on): Likewise.
8918         * modules/inet_ntop (Depends-on): Likewise.
8919         * modules/inet_pton (Depends-on): Likewise.
8920         * modules/memxor (Depends-on): Likewise.
8921         * modules/regex (Depends-on): Likewise.
8922         * modules/strtok_r (Depends-on): Likewise.
8923         * modules/time_r (Depends-on): Likewise.
8924
8925 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8926
8927         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8928         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8929         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8930         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8931         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8932         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8933         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8934         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8935
8936         Merge from coreutils.
8937         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8938         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8939         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8940         * m4/time_r.m4 (gl_TIME_R): Likewise.
8941
8942 2006-08-09  Karl Berry  <karl@gnu.org>
8943
8944         * config/srclist.txt: no more gettext-tools, per Bruno.
8945
8946 2006-08-08  Eric Blake  <ebb9@byu.net>
8947
8948         * modules/verror: New module.
8949         * MODULES.html.sh: Document it.
8950
8951 2006-08-08  Eric Blake  <ebb9@byu.net>
8952
8953         * lib/verror.h, lib/verror.c: New files.
8954
8955 2006-08-08  Eric Blake  <ebb9@byu.net>
8956
8957         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8958         verror_at_line output complies with GNU Coding Standards even when
8959         file is NULL.
8960
8961 2006-08-07  Bruno Haible  <bruno@clisp.org>
8962
8963         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8964         versions of AIX.
8965         Reported by Ralf Wildenhues.
8966
8967 2006-08-07  Bruno Haible  <bruno@clisp.org>
8968
8969         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8970         in an AC_DEFUN. Needed so that the autoconf snippets can use
8971         AC_REQUIRE.
8972
8973 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8974
8975         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8976         Initialize pkgdata_DATA.
8977         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8978         overriding it.
8979
8980 2006-08-06  Eric Blake  <ebb9@byu.net>
8981
8982         * lib/error.h: Fold in some upstream changes from glibc.
8983         * lib/error.c: Likewise.
8984
8985 2006-08-04  Bruno Haible  <bruno@clisp.org>
8986
8987         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8988         Make the mostlyclean-local rule depend on mostlyclean-generic.
8989         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8990
8991 2006-07-31  Bruno Haible  <bruno@clisp.org>
8992
8993         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8994         <stdlib.h>, <string.h>.
8995
8996 2006-07-30  Bruno Haible  <bruno@clisp.org>
8997
8998         * modules/readlink (License): Change to LGPL.
8999
9000 2006-07-30  Bruno Haible  <bruno@clisp.org>
9001
9002         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9003         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9004         set PKGDATADIR to point to it.
9005
9006 2006-07-30  Bruno Haible  <bruno@clisp.org>
9007
9008         * modules/csharpexec (configure.ac): Comment out macro invocation.
9009         * modules/javaexec (configure.ac): Likewise.
9010         * modules/javacomp-script (configure.ac): Likewise.
9011
9012         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9013
9014 2006-07-30  Bruno Haible  <bruno@clisp.org>
9015
9016         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9017         linked-list.
9018
9019 2006-07-30  Bruno Haible  <bruno@clisp.org>
9020
9021         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9022
9023 2006-07-30  Bruno Haible  <bruno@clisp.org>
9024
9025         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9026         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9027         get removed.
9028
9029 2006-07-29  Bruno Haible  <bruno@clisp.org>
9030
9031         Make it possible for gnulib-tool to work with locally modified or
9032         augmented gnulib repositories.
9033         * gnulib-tool (func_usage): Document --local-dir option.
9034         (local_gnulib_dir): New variable.
9035         Handle --local-dir option.
9036         (func_lookup_file): New function.
9037         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9038         (func_get_description, func_get_filelist, func_get_description,
9039         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9040         func_get_automake_snippet, func_get_include_directive,
9041         func_get_license, func_get_maintainer): Use func_lookup_file.
9042         (func_import, func_create_testdir): Use func_lookup_file.
9043
9044 2006-07-29  Bruno Haible  <bruno@clisp.org>
9045
9046         * modules/setenv (Depends-on): Add unistd.
9047
9048 2006-07-29  Bruno Haible  <bruno@clisp.org>
9049
9050         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9051
9052 2006-07-29  Bruno Haible  <bruno@clisp.org>
9053
9054         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9055
9056 2006-07-29  Bruno Haible  <bruno@clisp.org>
9057
9058         * gnulib-tool (import, update): If there is no Makefile.am, look at
9059         aclocal.m4, instead of bailing out.
9060
9061 2006-07-29  Bruno Haible  <bruno@clisp.org>
9062
9063         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9064         Categorize the options by when they are useful.
9065
9066 2006-07-29  Bruno Haible  <bruno@clisp.org>
9067
9068         * gnulib-tool (func_usage): Document option --no-libtool.
9069         Handle option --no-libtool.
9070         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9071         for changed semantics of $libtool variable.
9072         (func_import): Likewise. If libtool is not used, show this through
9073         an option --no-libtool.
9074         (func_create_testdir): Update.
9075
9076 2006-07-29  Bruno Haible  <bruno@clisp.org>
9077
9078         * gnulib-tool (func_import): Extend error message about missing
9079         --doc-base.
9080
9081 2006-07-29  Bruno Haible  <bruno@clisp.org>
9082
9083         * gnulib-tool (func_import): Don't create the $docbase directory if
9084         there is no file to store there.
9085
9086 2006-07-29  Bruno Haible  <bruno@clisp.org>
9087
9088         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9089         relevant, look for configure.ac there, not in the current directory.
9090         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9091
9092 2006-07-29  Bruno Haible  <bruno@clisp.org>
9093
9094         * gnulib-tool (SORT): New variable.
9095         (func_usage): Undocument --assume-autoconf option.
9096         Remove --assume-autoconf option handling.
9097         (autoconf_minversion): Determine from the contents of configure.ac.
9098         (func_import): Remove autoconf_minversion handling.
9099         Suggested by Eric Blake.
9100
9101 2006-07-29  Bruno Haible  <bruno@clisp.org>
9102
9103         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9104
9105 2006-07-29  Bruno Haible  <bruno@clisp.org>
9106
9107         * config/srclist.txt (*setenv.[ch]): Remove rules.
9108
9109 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9110
9111         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9112
9113 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9114
9115         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9116         arpa/inet.h.
9117
9118 2006-07-28  Simon Josefsson  <jas@extundo.com>
9119
9120         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9121         * modules/inet_pton (Depends-on): Likewise.
9122
9123 2006-07-28  Simon Josefsson  <jas@extundo.com>
9124
9125         * m4/netinet_in_h.m4: New file.
9126
9127 2006-07-28  Simon Josefsson  <jas@extundo.com>
9128
9129         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9130         #include's.
9131
9132 2006-07-28  Simon Josefsson  <jas@extundo.com>
9133
9134         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9135         #include's.
9136
9137 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9138
9139         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9140         setgid on directories only if they set these bits.
9141         * lib/modechange.h: Remove obsolete comment about masks.
9142
9143 2006-07-28  Eric Blake  <ebb9@byu.net>
9144
9145         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9146         macro expansion.
9147
9148 2006-07-28  Bruno Haible  <bruno@clisp.org>
9149
9150         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9151
9152 2006-07-28  Bruno Haible  <bruno@clisp.org>
9153
9154         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9155
9156 2006-07-28  Bruno Haible  <bruno@clisp.org>
9157
9158         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9159         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9160         Define fallbacks.
9161         Avoids link error on FreeBSD 4.x.
9162         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9163
9164         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9165         encoding.
9166         * lib/mbswidth.c (iswcntrl): Likewise.
9167
9168 2006-07-27  Bruno Haible  <bruno@clisp.org>
9169
9170         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9171         test.
9172
9173 2006-07-27  Bruno Haible  <bruno@clisp.org>
9174
9175         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9176         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9177         defined.
9178
9179 2006-07-26  Eric Blake  <ebb9@byu.net>
9180
9181         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9182
9183 2006-07-26  Eric Blake  <ebb9@byu.net>
9184
9185         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9186         like mingw that lack mkstemp.
9187         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9188         avoid compilation warning on mingw.
9189
9190 2006-07-26  Bruno Haible  <bruno@clisp.org>
9191
9192         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9193         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9194         INT_FAST*_MIN, INTPTR_MIN.
9195
9196 2006-07-25  Bruno Haible  <bruno@clisp.org>
9197
9198         * modules/version-etc (Depends-on): Add stdarg.
9199
9200 2006-07-25  Bruno Haible  <bruno@clisp.org>
9201
9202         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9203         complex commands.
9204
9205 2006-07-25  Bruno Haible  <bruno@clisp.org>
9206
9207         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9208         defined in <stdarg.h> or config.h.
9209
9210 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9211
9212         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9213         (gl_STDIO_SAFER): Remove.
9214
9215 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         * MODULES.html.sh (File stream based Input/Output):
9218         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9219         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9220         * modules/fopen-safer, modules/tmpfile-safer: New files.
9221         * modules/stdio-safer: Remove.
9222
9223 2006-07-24  Bruno Haible  <bruno@clisp.org>
9224
9225         * modules/tmpdir: New file.
9226         * MODULES.html.sh (File system functions): Add it.
9227
9228 2006-07-24  Bruno Haible  <bruno@clisp.org>
9229
9230         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9231         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9232
9233 2006-07-24  Bruno Haible  <bruno@clisp.org>
9234
9235         * modules/clean-temp: New file.
9236
9237 2006-07-24  Bruno Haible  <bruno@clisp.org>
9238
9239         * m4/tmpdir.m4: New file, from GNU gettext.
9240
9241 2006-07-24  Bruno Haible  <bruno@clisp.org>
9242
9243         * lib/tmpdir.h: New file, from GNU gettext.
9244         * lib/tmpdir.c: New file, from GNU gettext.
9245
9246 2006-07-24  Bruno Haible  <bruno@clisp.org>
9247
9248         * lib/clean-temp.h: New file, from GNU gettext.
9249         * lib/clean-temp.c: New file, from GNU gettext.
9250
9251 2006-07-23  Eric Blake  <ebb9@byu.net>
9252
9253         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9254         (Depends-on): Add binary-io.
9255
9256 2006-07-23  Eric Blake  <ebb9@byu.net>
9257
9258         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9259
9260 2006-07-23  Eric Blake  <ebb9@byu.net>
9261
9262         * lib/tmpfile-safer.c: New file.
9263         * lib/stdio-safer.h (fopen_safer): Add prototype.
9264         * lib/stdio--.h (tmpfile): Make safer.
9265
9266 2006-07-23  Bruno Haible  <bruno@clisp.org>
9267
9268         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9269         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9270         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9271         gl_linked_remove_at): Use it.
9272
9273 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9274         and Simon Josefsson <jas@extundo.com>
9275
9276         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9277
9278         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9279
9280 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         * modules/close-stream: New file.
9283         * modules/closeout (Description): Make it clear that it exits
9284         with a diagnostic on error.
9285         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9286         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9287
9288 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9289
9290         * m4/close-stream.m4: New file.
9291
9292 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * lib/close-stream.c, lib/close-stream.h: New files.
9295
9296 2006-07-22  Bruno Haible  <bruno@clisp.org>
9297
9298         Merge from GNU gettext 0.15.
9299
9300         2006-05-01  Bruno Haible  <bruno@clisp.org>
9301
9302                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9303
9304         2006-07-22  Bruno Haible  <bruno@clisp.org>
9305
9306                 * modules/javaversion: New file.
9307                 * MODULES.html.sh (Java): Add javaversion.
9308
9309         2006-03-12  Bruno Haible  <bruno@clisp.org>
9310
9311                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9312
9313         2005-12-04  Bruno Haible  <bruno@clisp.org>
9314
9315                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9316                 (untested).
9317
9318         2006-06-21  Bruno Haible  <bruno@clisp.org>
9319
9320                 Avoid warnings from recent versions of mcs.
9321                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9322                 -o, -L, -r any more. Use options documented since mcs-1.0
9323                 instead. Similarly for -g.
9324
9325         2005-12-04  Bruno Haible  <bruno@clisp.org>
9326
9327                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9328                 .resources, not .resource.
9329
9330         2005-07-09  Bruno Haible  <bruno@clisp.org>
9331
9332                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9333                 add a .dll suffix.
9334                 Reported by Mark Junker <mjscod@gmx.de>.
9335
9336         2006-07-22  Bruno Haible  <bruno@clisp.org>
9337
9338                 * modules/gettext: Upgrade to gettext-0.15.
9339                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9340                 m4/visibility.m4.
9341                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9342
9343 2006-07-22  Bruno Haible  <bruno@clisp.org>
9344
9345         Merge from GNU gettext 0.15.
9346
9347         2006-03-25  Bruno Haible  <bruno@clisp.org>
9348
9349                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9350
9351         2006-07-21  Bruno Haible  <bruno@clisp.org>
9352
9353                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9354                 "1.1".
9355
9356         2006-05-09  Bruno Haible  <bruno@clisp.org>
9357
9358                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9359                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9360                 for the conftestver execution.
9361
9362         2006-05-01  Bruno Haible  <bruno@clisp.org>
9363
9364                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9365                 optional target-version argument. Verify that the compiler
9366                 groks source of the specified source-version, or add -source
9367                 option as necessary. Verify that the compiler produces
9368                 bytecode in the specified target-version, or add -target and
9369                 -source options as necessary. Make the result of the test
9370                 available as variable CONF_JAVAC. Also log error output in
9371                 config.log.
9372
9373         2006-03-11  Bruno Haible  <bruno@clisp.org>
9374
9375                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9376
9377         2006-05-09  Bruno Haible  <bruno@clisp.org>
9378
9379                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9380                 CLASSPATH_SEPARATOR to a semicolon.
9381
9382         2006-03-12  Bruno Haible  <bruno@clisp.org>
9383
9384                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9385                 available as variable CONF_JAVA, for subsequent autoconf
9386                 tests. Also log error output in config.log.
9387
9388         2006-07-19  Bruno Haible  <bruno@clisp.org>
9389
9390                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9391                 that getline works on glibc2 systems. Needed to avoid trouble
9392                 in relocatable.c.
9393                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9394
9395         2005-12-04  Bruno Haible  <bruno@clisp.org>
9396
9397                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9398                 launcher (untested).
9399
9400         2005-12-04  Bruno Haible  <bruno@clisp.org>
9401
9402                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9403
9404         2006-07-22  Bruno Haible  <bruno@clisp.org>
9405
9406                 * gettext.m4: Update from GNU gettext-0.15.
9407                 * nls.m4: Likewise.
9408                 * po.m4: Likewise.
9409                 * inttypes-pri.m4: Likewise.
9410                 * inttypes-h.m4: Renamed from inttypes.m4.
9411                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9412
9413 2006-07-22  Bruno Haible  <bruno@clisp.org>
9414
9415         Merge from GNU gettext 0.15.
9416
9417         2005-07-05  Bruno Haible  <bruno@clisp.org>
9418
9419                 * printf-args.c (printf_fetchargs): Work around broken
9420                 definition of wint_t on mingw.
9421
9422         2005-02-12  Bruno Haible  <bruno@clisp.org>
9423
9424                 * xallocsa.h: Add extern "C" for C++.
9425
9426         2006-05-17  Bruno Haible  <bruno@clisp.org>
9427
9428                 Cygwin portability.
9429                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9430
9431         2006-04-30  Bruno Haible  <bruno@clisp.org>
9432
9433                 * progreloc.c: Include <mach-o/dyld.h> if available.
9434                 (find_executable): Use _NSGetExecutablePath when possible.
9435
9436         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9437
9438                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9439                 function.
9440
9441         2005-12-29  Bruno Haible  <bruno@clisp.org>
9442
9443                 * progreloc.c (set_program_name_and_installdir): Fix
9444                 compilation error.
9445
9446         2005-12-04  Bruno Haible  <bruno@clisp.org>
9447
9448                 Cygwin portability.
9449                 * progreloc.c: Include <windows.h> also on Cygwin.
9450                 (find_executable): Add support for Cygwin.
9451                 (set_program_name_and_installdir): Handle also platforms with
9452                 nonempty EXEEXT.
9453
9454         2006-07-11  Bruno Haible  <bruno@clisp.org>
9455
9456                 * javacomp.c: Fix a comment.
9457                 Reported by Jim Meyering.
9458
9459         2006-04-30  Bruno Haible  <bruno@clisp.org>
9460
9461                 * javacomp.h (compile_java_class): Add source_version,
9462                 target_version arguments.
9463                 * javacomp.c: Rewritten to choose only a compiler that
9464                 respects the specified source_version and target_version.
9465
9466         2006-06-27  Bruno Haible  <bruno@clisp.org>
9467
9468                 Assume correct S_ISDIR macro.
9469                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9470
9471         2006-07-22  Bruno Haible  <bruno@clisp.org>
9472
9473                 * javaversion.h: New file, from GNU gettext.
9474                 * javaversion.c: New file, from GNU gettext.
9475                 * javaversion.java: New file, from GNU gettext.
9476                 * javaversion.class: New file, from GNU gettext.
9477
9478         2006-05-17  Bruno Haible  <bruno@clisp.org>
9479
9480                 Cygwin portability.
9481                 * javaexec.c (execute_java_class): Test for jview program
9482                 also on Cygwin.
9483
9484         2006-04-09  Bruno Haible  <bruno@clisp.org>
9485
9486                 * fatal-signal.c: Don't include string.h.
9487                 (at_fatal_signal): Use a copying loop instead of memcpy.
9488
9489         2005-12-04  Bruno Haible  <bruno@clisp.org>
9490
9491                 * csharpexec.c: Add support for 'clix' launcher (untested).
9492                 (execute_csharp_using_sscli): New function.
9493                 (execute_csharp_program): Call it.
9494
9495         2006-06-21  Bruno Haible  <bruno@clisp.org>
9496
9497                 Avoid warnings from recent versions of mcs.
9498                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9499                 -o, -L, -r any more. Use options documented since mcs-1.0
9500                 instead. Similarly for -g.
9501
9502         2005-07-09  Bruno Haible  <bruno@clisp.org>
9503
9504                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9505                 add a .dll suffix.
9506                 Reported by Mark Junker <mjscod@gmx.de>.
9507
9508         2006-06-17  Bruno Haible  <bruno@clisp.org>
9509
9510                 * config.charset: Update for NetBSD 3.0.
9511
9512         2006-05-17  Bruno Haible  <bruno@clisp.org>
9513
9514                 Cygwin portability.
9515                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9516
9517         2006-05-16  Bruno Haible  <bruno@clisp.org>
9518
9519                 * localcharset.c [CYGWIN]: Include <windows.h>.
9520                 (get_charset_aliases): For Cygwin, return the same CPxxx
9521                 aliases list as under WIN32.
9522                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9523                 the environment variables. Fall back to GetACP().
9524
9525         2006-04-05  Bruno Haible  <bruno@clisp.org>
9526
9527                 * config.charset: Update Juan Manuel Guerrero's address.
9528
9529         2005-02-12  Bruno Haible  <bruno@clisp.org>
9530
9531                 * allocsa.h: Add extern "C" for C++.
9532
9533         2005-02-10  Bruno Haible  <bruno@clisp.org>
9534
9535                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9536                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9537
9538         2006-07-22  Bruno Haible  <bruno@clisp.org>
9539
9540                 * gettext.h: Update to GNU gettext-0.15.
9541
9542 2006-07-22  Bruno Haible  <bruno@clisp.org>
9543
9544         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9545         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9546         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9547
9548 2006-07-21  Eric Blake  <ebb9@byu.net>
9549
9550         * modules/stdlib-safer: New file.
9551         * MODULES.html.sh (File stream based Input/Output): Add
9552         stdlib-safer.
9553
9554 2006-07-21  Eric Blake  <ebb9@byu.net>
9555
9556         * lib/stdlib-safer.h: New file from coreutils, required by
9557         stdlib--.h.
9558
9559 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9560
9561         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9562
9563 2006-07-20  Bruno Haible  <bruno@clisp.org>
9564
9565         * gnulib-tool: Recognize new option --assume-autoconf.
9566         (autoconf_minversion): New variable.
9567         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9568
9569 2006-07-20  Bruno Haible  <bruno@clisp.org>
9570
9571         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9572
9573 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9574
9575         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9576         Reindent and repaginate.
9577
9578 2006-07-19  Derek Price  <derek@ximbiot.com>
9579
9580         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9581         Correct grammar.
9582
9583 2006-07-17  Bruno Haible  <bruno@clisp.org>
9584
9585         * modules/list: New file.
9586         * modules/array-list: New file.
9587         * modules/carray-list, modules/carray-list-tests: New files.
9588         * modules/linked-list, modules/linked-list-tests: New files.
9589         * modules/avltree-list, modules/avltree-list-tests: New files.
9590         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9591         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9592         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9593         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9594         * modules/oset: New file.
9595         * modules/array-oset: New file.
9596         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9597         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9598         * tests/test-carray_list.c: New file.
9599         * tests/test-linked_list.c: New file.
9600         * tests/test-avltree_list.c: New file.
9601         * tests/test-rbtree_list.c: New file.
9602         * tests/test-linkedhash_list.c: New file.
9603         * tests/test-avltreehash_list.c: New file.
9604         * tests/test-rbtreehash_list.c: New file.
9605         * tests/test-avltree_oset.c: New file.
9606         * tests/test-rbtree_oset.c: New file.
9607         * MODULES.html.sh (Container data structures): New section.
9608
9609 2006-07-17  Bruno Haible  <bruno@clisp.org>
9610
9611         * m4/gl_list.m4: New file.
9612
9613 2006-07-17  Bruno Haible  <bruno@clisp.org>
9614
9615         * lib/gl_list.h: New file.
9616         * lib/gl_list.c: New file.
9617         * lib/gl_array_list.h: New file.
9618         * lib/gl_array_list.c: New file.
9619         * lib/gl_carray_list.h: New file.
9620         * lib/gl_carray_list.c: New file.
9621         * lib/gl_linked_list.h: New file.
9622         * lib/gl_linked_list.c: New file.
9623         * lib/gl_anylinked_list1.h: New file.
9624         * lib/gl_anylinked_list2.h: New file.
9625         * lib/gl_avltree_list.h: New file.
9626         * lib/gl_avltree_list.c: New file.
9627         * lib/gl_anyavltree_list1.h: New file.
9628         * lib/gl_anyavltree_list2.h: New file.
9629         * lib/gl_rbtree_list.h: New file.
9630         * lib/gl_rbtree_list.c: New file.
9631         * lib/gl_anyrbtree_list1.h: New file.
9632         * lib/gl_anyrbtree_list2.h: New file.
9633         * lib/gl_anytree_list1.h: New file.
9634         * lib/gl_anytree_list2.h: New file.
9635         * lib/gl_linkedhash_list.h: New file.
9636         * lib/gl_linkedhash_list.c: New file.
9637         * lib/gl_anyhash_list1.h: New file.
9638         * lib/gl_anyhash_list2.h: New file.
9639         * lib/gl_avltreehash_list.h: New file.
9640         * lib/gl_avltreehash_list.c: New file.
9641         * lib/gl_rbtreehash_list.h: New file.
9642         * lib/gl_rbtreehash_list.c: New file.
9643         * lib/gl_anytreehash_list1.h: New file.
9644         * lib/gl_anytreehash_list2.h: New file.
9645
9646         * lib/gl_oset.h: New file.
9647         * lib/gl_oset.c: New file.
9648         * lib/gl_array_oset.h: New file.
9649         * lib/gl_array_oset.c: New file.
9650         * lib/gl_avltree_oset.h: New file.
9651         * lib/gl_avltree_oset.c: New file.
9652         * lib/gl_rbtree_oset.h: New file.
9653         * lib/gl_rbtree_oset.c: New file.
9654         * lib/gl_anytree_oset.h: New file.
9655
9656 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9657
9658         * m4/mkancesdirs.m4: New file.
9659         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9660         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9661         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9662         it.
9663
9664 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9665
9666         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9667         * lib/mkancesdirs.h: New files.
9668         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9669         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9670         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9671         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9672         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9673         callers changed.  Revamp internals significantly, by not
9674         attempting to create directories that are temporarily more
9675         permissive than the final results.  Do not attempt to use
9676         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9677         This removes some race conditions, fixes some bugs, and simplifies
9678         things.  Use new dirchownmod function to do owner and mode changes.
9679         * lib/mkdir-p.h: Likewise.
9680         * lib/modechange.c (octal_to_mode): New function.
9681         (struct mode_change): New member mentioned.
9682         (make_node_op_equals): New arg mentioned.  All callers changed.
9683         (mode_compile): Keep track of which mode bits the user has explicitly
9684         mentioned.
9685         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9686         New arg PMODE_BITS, to keep track of which mode bits the user
9687         mentioned; it treats S_ISUID and S_ISGID speciall.
9688         All callers changed.
9689         * lib/modechange.h: Likewise.
9690
9691 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * MODULES.html.sh: Add mkancestors.
9694         * modules/mkancesdirs: New module.
9695         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9696         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9697         The chdir-safer and afs files are now orphans; I'll remove them
9698         unless someone speaks up.
9699         Add lib/dirchownmod.c, lib/dirchownmod.h.
9700         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9701         Add lchown, mkancesdirs.
9702         (Maintainer): Add self.
9703
9704 2006-07-15  Karl Berry  <karl@gnu.org>
9705
9706         * gnulib-tool: help message wording/arrangement.
9707
9708 2006-07-14  Simon Josefsson  <jas@extundo.com>
9709
9710         * doc/gnulib.texi (Libtool and Windows): New section.
9711
9712 2006-07-12  Simon Josefsson  <jas@extundo.com>
9713
9714         * modules/gendocs (License): Fix license, approved by Karl.
9715
9716 2006-07-12  Eric Blake  <ebb9@byu.net>
9717
9718         * MODULES.html.sh: Add gendocs.
9719
9720 2006-07-11  Eric Blake  <ebb9@byu.net>
9721
9722         * modules/fdl: New module, to install doc/fdl.texi.
9723         * MODULES.html.sh: Add new section for documentation modules.
9724         * gnulib-tool: Avoid space-tab.
9725         (--doc-base): New option, to manage files from doc.
9726
9727 2006-07-11  Eric Blake  <ebb9@byu.net>
9728
9729         * m4/absolute-header.m4: Fix comments to match recent change.
9730
9731 2006-07-11  Eric Blake  <ebb9@byu.net>
9732
9733         * gnulib-tool: List --doc-base before --tests-base.
9734
9735 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9736
9737         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9738
9739 2006-07-11  Bruno Haible  <bruno@clisp.org>
9740
9741         * README: Mention where to put documentation.
9742
9743 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9744
9745         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9746
9747 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9748
9749         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9750         to stdint.m4.
9751
9752 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9753
9754         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9755         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9756         "no/such/file/stdint.h" when there is no such file, so that
9757         the resulting C code can be parsed by dodgy compilers.
9758         Problems reported by Bob Proulx.
9759
9760 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9761
9762         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9763         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9764         macros into the GNU _D_EXACT_NAMLEN.
9765         * lib/savedir.c:  Likewise.
9766         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9767
9768 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9769         and Paul Eggert  <eggert@cs.ucla.edu>
9770
9771         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9772         * m4/savedir.m4:
9773         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9774         macros into the GNU _D_EXACT_NAMLEN.
9775
9776 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9779         around the absolute name, to work around a problem with the HP-UX
9780         11.23 native C compiler, reported by Bob Proulx.
9781
9782 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9783
9784         * doc/maintain.texi, make-stds.texi: Sync from
9785         <http://savannah.gnu.org/projects/gnustandards>.
9786
9787 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9790
9791 2006-07-09  Jim Meyering  <jim@meyering.net>
9792
9793         * m4/glob.m4: Remove a doubled word in a comment.
9794
9795 2006-07-09  Jim Meyering  <jim@meyering.net>
9796
9797         * lib/argp-pv.c: Remove a doubled word in a comment.
9798         * lib/check-version.c (check_version): Likewise.
9799         * lib/javacomp.c (compile_java_class): Likewise.
9800
9801 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9804         for the benefit of people using Autoconf 2.60.  If you want to
9805         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9806         (or m4/onceonly.m4, if pre-2.57) manually.
9807
9808 2006-07-08  Jim Meyering  <jim@meyering.net>
9809
9810         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9811         comment.
9812         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9813         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9814         comment.
9815
9816 2006-07-08  Jim Meyering  <jim@meyering.net>
9817
9818         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9819
9820 2006-07-07  Simon Josefsson  <jas@extundo.com>
9821
9822         * tests/test-crc.c: Change expected crc value, the test vector
9823         were probably computed using the old broken crc.c?
9824
9825 2006-07-06  Simon Josefsson  <jas@extundo.com>
9826
9827         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9828         now the canonical place for the M4 file).
9829
9830         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9831         from the sys_socket dependency now.
9832
9833         * modules/inet_pton (Files): Ditto.
9834
9835         * modules/inet_ntop (Files): Ditto.
9836
9837 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9838
9839         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9840         not gl_PREREQ_GETUSERSHELL.
9841
9842 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9843
9844         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9845         with only one argument, for Autoconf 2.60.
9846         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9847         expand to nothing, so add a shell command to avoid syntax error.
9848         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9849
9850 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9851
9852         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9853
9854 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9855
9856         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9857         no longer needed.  Check for isblank decl.
9858         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9859         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9860         of existence.
9861
9862 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         * lib/getloadavg.c: Use __VMS, not VMS.
9865         * lib/getopt.c: Likewise.
9866         * lib/getpagesize.h: Likewise.
9867         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9868         and probably does not work.
9869
9870 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9871
9872         * lib/.cppi-disable: Add wcwidth.
9873         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9874         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9875         (ISGRAPH): Remove.  All uses changed to isgraph.
9876         (FOLD) [!defined _LIBC]: Remove special case.
9877         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9878         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9879         HAVE_ISBLANK.
9880         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9881         case.
9882
9883 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9884
9885         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9886         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9887         brackets.  Other minor changes to suppress some compiler
9888         warnings.
9889
9890 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9891         and Paul Eggert  <eggert@cs.ucla.edu>
9892
9893         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9894         of invoking obsolescent AC_HEADER_DIRENT macro.
9895         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9896         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9897         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9898         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9899         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9900         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9901         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9902         * m4/readdir.m4: Remove; no longer needed.
9903
9904 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9905         and Paul Eggert  <eggert@cs.ucla.edu>
9906
9907         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9908         Don't worry about this obsolete case any more.
9909         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9910         directories.
9911         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9912         worry about this obsolete case any more.
9913         * lib/fts.c: Likewise.
9914         * lib/getcwd.c: Likewise.
9915         * lib/glob.h: Likewise.
9916         * lib/savedir.c: Likewise.
9917
9918 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9919
9920         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9921         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9922         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9923         needed.
9924         All uses removed.
9925         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9926         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9927         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9928         needed.
9929         * m4/getdate.m4 (gl_GETDATE): Likewise.
9930         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9931         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9932         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9933         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9934         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9935         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9936         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9937         needed.
9938
9939 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         * lib/memcasecmp.c: Include <limits.h>.
9942         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9943         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9944         Don't assume isdigit succeeds only on '0' through '9'.
9945
9946 2006-07-05  Eric Blake  <ebb9@byu.net>
9947
9948         * modules/getaddrinfo (Depends-on): Add snprintf.
9949
9950 2006-07-05  Eric Blake  <ebb9@byu.net>
9951
9952         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9953         to avoid 'header present but could not be compiled' on cygwin.
9954
9955 2006-07-05  Eric Blake  <ebb9@byu.net>
9956
9957         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9958         missing from netdb.h.
9959         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9960
9961 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9962
9963         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9964         no longer needed.
9965         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9966         * m4/getdate.m4 (gl_GETDATE): Likewise.
9967         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9968         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9969         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9970         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9971         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9972
9973 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9974
9975         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9976         All uses of is_space replaced by isspace.
9977         * lib/exit.h: Don't talk about STDC_HEADERS.
9978         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9979         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9980         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9981         replaced by isprint etc.
9982         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9983         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9984         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9985         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9986         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9987         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9988
9989 2006-07-05  Bruno Haible  <bruno@clisp.org>
9990
9991         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9992         the function exists, before testing against AIX.
9993         Reported by Martin Lambers <marlam@marlam.de>.
9994
9995 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9998         From Mark D. Baushke.
9999
10000 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10001
10002         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10003         to the absolute name, not just one, to bypass Sun C 5.8's
10004         "warning: #include of /usr/include/... may be non-portable".
10005
10006 2006-07-04  Eric Blake  <ebb9@byu.net>
10007
10008         * modules/dirname-tests: New test module.
10009         * tests/test-dirname.c: New file, replacing dirname.c
10010         TEST_DIRNAME section that was recently deleted.
10011
10012 2006-07-04  Bruno Haible  <bruno@clisp.org>
10013
10014         Assume ANSI C header files and <ctype.h> functions.
10015         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10016         (mbsnwidth): Use isprint, iscntrl instead.
10017
10018 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10019
10020         Merge from coreutils.
10021         * MODULES.html.sh: Add xstrtold.
10022         * modules/xstrtold: New file.
10023         * modules/cycle-check (Files): Add lib/same-inode.h.
10024         * modules/dirname (Files): Add m4/double-slash-root.m4.
10025         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10026         * modules/mkdir-p (Files): Add lib/same-inode.h.
10027         * modules/same (Files): Add lib/same-inode.h.
10028
10029 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10032         This is to keep the terminology clean; POSIX talks about
10033         "absolute pathnames", not "full pathnames", but the GNU
10034         Coding Standards say to use "path" for something else;
10035         so use "absolute" to keep both sides happy.
10036         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10037         Set gl_absolute_header, not gl_full_header_path.
10038         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10039         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10040         All uses changed.
10041
10042         Merge from coreutils.
10043
10044         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10045
10046         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10047         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10048         want to require the building of c-strtod.o.
10049         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10050         needs -lm directly.
10051         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10052
10053         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10054
10055         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10056         --as-needed option if available.  Problem reported by Albert Chin in
10057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10058         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10059         cc merely issues a bunch of annoying warnings for --as-needed
10060         (this problem was reported by Bob Proulx).  Also, try linking with
10061         -lm to detect a bug in binutils 2.16 (this problem was reported
10062         by Ralf Wildenhues).
10063
10064         2006-06-18  Jim Meyering  <jim@meyering.net>
10065
10066         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10067         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10068         macro.
10069         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10070         also check for glibc-2.4's abort-inducing bug.
10071
10072         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10073         Low-probability clean-up should be to use rmdir to get rid of
10074         the just-created directory, not unlink.
10075
10076         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10077         configure fail, and request a bug report to inform us about it.
10078         Add a comment that, barring reports to the contrary, in 2007 we'll
10079         assume ftruncate is universally available.
10080
10081         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10082
10083         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10084
10085         2006-03-12  Jim Meyering  <jim@meyering.net>
10086
10087         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10088         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10089         * m4/same.m4 (gl_SAME): Likewise.
10090         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10091
10092         2006-03-11  Eric Blake  <ebb9@byu.net>
10093
10094         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10095         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10096         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10097         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10098
10099 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10102         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10103         reported by Mark D. Baushke, one in
10104         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10105
10106         Merge from coreutils.
10107
10108         * lib/.cppi-disable: Add stdint_.h.
10109         * lib/.cvsignore: Add stdint.h.
10110
10111         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10112
10113         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10114         both double and long double versions.
10115         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10116         * lib/xstrtold.c: New file.
10117         * lib/xstrtod.h (xstrtold): New decl.
10118
10119         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10120
10121         * lib/filemode.c (setst): Remove.
10122         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10123         (arguably) clearer, and the generated code is a bit smaller on my
10124         Debian GNU/Linux stable x86 host.
10125
10126         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10127
10128         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10129         Assume that filemode.h includes sys/types.h and sys/stat.h.
10130         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10131         (ftypelet): Reorder to put common cases first, for efficiency.
10132         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10133         to do 'M'.
10134         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10135         of 10, for compatibility with FreeBSD.  All callers changed.
10136         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10137         types that can't be deduced solely from st_mode.  First arg is now a
10138         const pointer.
10139         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10140         (strmode): Renamed from mode_string.
10141         (filemodestring): New decl.
10142         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10143         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10144         needed.
10145         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10146
10147         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10148
10149         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10150         fsusage.h now does that.  Include fsusage.h first, to test interface.
10151         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10152         at most one method (the old code could have generated decls that
10153         didn't conform to C89, not that this was ever exercised).
10154         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10155
10156         2006-03-19  Jim Meyering  <jim@meyering.net>
10157
10158         Work even in a chroot where d_ino values for entries in "/"
10159         don't match the stat.st_ino values for the same names.
10160         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10161         number, iterate through all entries again, using lstat instead.
10162         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10163         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10164
10165         * lib/getcwd.c (__getcwd): Clarify a comment.
10166         Use memcpy in place of a call to strcpy.
10167
10168         2006-03-12  Jim Meyering  <jim@meyering.net>
10169
10170         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10171         matches that of the current directory (which we're about to chdir ".."
10172         out of), then save the dev-ino of the parent, instead.
10173
10174         * lib/same-inode.h (SAME_INODE): New file/macro.
10175         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10176         Include "same-inode.h", instead.
10177         * lib/same.c: Likewise.
10178         * lib/cycle-check.h: Include "same-inode.h".
10179         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10180         * lib/cycle-check.c (SAME_INODE): Remove definition.
10181         * lib/root-dev-ino.h: Include "same-inode.h".
10182
10183         2006-03-11  Eric Blake  <ebb9@byu.net>
10184
10185         * lib/same.c (same_name): s/base_name/last_component/
10186         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10187         * lib/filenamecat.c (file_name_concat): Likewise.
10188
10189         2006-03-11  Eric Blake  <ebb9@byu.net>,
10190                     Paul Eggert  <eggert@cs.ucla.edu>
10191
10192         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10193         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10194         drive prefix.
10195         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10196         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10197         (last_component): New method.
10198         * lib/dirname.c (dir_len): Determine when drive letters need a
10199         subsequent slash.  Preserve // when it is special.
10200         (dir_name): Don't append dot when drive letter is absolute.
10201         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10202         * lib/basename.c (base_name): New semantics - malloc the result.
10203         Preserve // when it is special.  Preserve relative files that look
10204         like drive letters.
10205         (base_len): Preserve // when it is special.
10206         (last_component): New method, similar to old base_name semantics.
10207         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10208         base_name.  Strip redundant slashes from ///.
10209
10210 2006-07-03  Jim Meyering  <jim@meyering.net>
10211
10212         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10213         macro is used before the first cycle_check call.
10214
10215 2006-07-03  Eric Blake  <ebb9@byu.net>
10216
10217         * modules/dirname (Depends-on): Add xstrndup.
10218
10219 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10222         test cases, so that config.log is a bit easier to follow.
10223
10224 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10227         both are 64 bits, since this seems to be the tradition, and this
10228         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10229         we ever run into a host that prefers long long to long in this
10230         case, we'll need another configure-time test.  Problem reported by
10231         Jim Meyering.
10232
10233 2006-07-02  Eric Blake  <ebb9@byu.net>
10234
10235         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10236
10237 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * modules/inttypes (Depends-on): No longer depends on stdint.
10240         * modules/stdint (Description): Say more about assumptions.
10241         Say that the fast types might differ.  Say macros are used.
10242         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10243         (Makefile.am): Revise list of substituted symbols to match
10244         new stdint.m4.
10245         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10246         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10247         * tests/test-stdint.c (verify_same_types)
10248         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10249         the code conforms to C99/C89.
10250         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10251         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10252
10253 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10254
10255         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10256         but fix a bug, by requiring at least 64 bits.
10257         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10258         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10259         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10260         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10261
10262         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10263         changes.  Make 2.59 a prerequisite.  Check and substitute for
10264         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10265         inttypes.h.  Do not use special include files; just use the
10266         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10267         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10268         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10269         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10270         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10271         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10272         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10273         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10274         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10275         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10276         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10277         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10278         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10279         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10280         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10281         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10282         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10283         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10284         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10285         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10286         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10287         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10288         not check for things that C99 does not require, e.g., int8_t.  If
10289         a test isn't needed unless <stdint.h> isn't working, and is
10290         unlikely to be needed for any other reason, then don't do it
10291         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10292         size_t, since we assume C89 freestanding at least.  Do not check
10293         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10294         the right thing even if the types are not defined.  Instead use:
10295         (gl_STDINT_TYPE_PROPERTIES): New macro.
10296         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10297         testing whether <sys/types.h> clashes, as Autoconf does this for
10298         us now.  All uses removed.
10299         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10300         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10301         (gl_CHECK_TYPE_SAME):
10302         Remove; no longer needed.
10303         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10304         exists, since we'll return 0 anyway in that case.
10305         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10306
10307 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10308
10309         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10310         possible collision with system files.
10311         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10312         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10313         WCHAR_MIN and WCHAR_MAX in this case.
10314         (<stddef.h>): Do not include; no longer needed.
10315         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10316         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10317         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10318         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10319         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10320         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10321         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10322         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10323         !defined(__c99))]: Include in this case too, since it's harmless
10324         now.
10325         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10326         dangerous to do so.
10327         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10328         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10329         (_STDINT_MIN, _STDINT_MAX): New macros.
10330         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10331         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10332         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10333         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10334         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10335         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10336         macros, not typedefs; this simplifies things quite a bit.
10337         Use long int for all types narrower than int64_t.
10338         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10339         Define in terms of long long int or int64_t or long int,
10340         not int64_t or int32_t.  This saves some compile-time testing.
10341         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10342         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10343         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10344         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10345         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10346         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10347         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10348         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10349         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10350         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10351         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10352         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10353         undef any previous version and define our own version, for
10354         simplicity and consistency with the new macros for types.
10355         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10356         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10357         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10358         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10359         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10360         @WINT_T_SUFFIX@ to keep things simple here.
10361         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10362         Simplify by assuming typical 8/16/32/64 host, since we're
10363         already doing that elsewhere anyway.
10364         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10365         and assume long long int is 64 bits if available.  This
10366         speeds up 'configure'.
10367
10368 2006-07-01  Eric Blake  <ebb9@byu.net>
10369
10370         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10371         Reported by Andreas Buening.
10372
10373 2006-07-01  Eric Blake  <ebb9@byu.net>
10374
10375         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10376
10377 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10378
10379         * lib/getaddrinfo.c: fixed typo
10380
10381 2006-06-29  Jim Meyering  <jim@meyering.net>
10382
10383         * modules/strftime (Maintainer): Add my name, since with the
10384         FPRINTFTIME changes strftime.c has forked from glibc.
10385
10386 2006-06-29  Eric Blake  <ebb9@byu.net>
10387
10388         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10389
10390 2006-06-29  Eric Blake  <ebb9@byu.net>
10391
10392         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10393
10394 2006-06-29  Eric Blake  <ebb9@byu.net>
10395
10396         * lib/stat_.h: New file.
10397
10398 2006-06-29  Eric Blake  <ebb9@byu.net>
10399
10400         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10401         unused static function.
10402
10403 2006-06-29  Eric Blake  <ebb9@byu.net>
10404
10405         * doc/functions.texi (Function Portability): Document missing lstat
10406         on mingw.
10407
10408 2006-06-29  Eric Blake  <ebb9@byu.net>
10409
10410         * MODULES.html.sh: Add sys_stat.
10411         * modules/sys_stat: New module.
10412         * modules/mkstemp (Depends-on): Add sys_stat.
10413
10414 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10415
10416         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10417
10418 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10419
10420         * m4/c-bs-a.m4: Removed.
10421
10422 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10423
10424         * lib/strftime.c: Assume strftime() exists.
10425
10426 2006-06-29  Derek Price  <derek@ximbiot.com>
10427
10428         * modules/c-bs-a: Removed - \a is C89.
10429         * MODULES.html.sh: Remove c-bs-a.
10430
10431 2006-06-29  Bruno Haible  <bruno@clisp.org>
10432
10433         * modules/wcwidth (License): Change to LGPL.
10434
10435 2006-06-28  Simon Josefsson  <jas@extundo.com>
10436
10437         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10438         on _WIN32.
10439
10440         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10441         getnameinfo.
10442
10443 2006-06-28  Simon Josefsson  <jas@extundo.com>
10444
10445         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10446
10447 2006-06-28  Simon Josefsson  <jas@extundo.com>
10448
10449         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10450         functions there.  It will succeed on Windows XP, but on Windows
10451         2000 and (presumably) earlier, it will fail, and use the internal
10452         re-implementation.
10453         (use_win32_p): New function.
10454         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10455         Support AI_NUMERICSERV to disable getservbyname.
10456         (getnameinfo): New function, only supports
10457         NI_NUMERICHOST|NI_NUMERICSERV for now.
10458
10459         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10460         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10461         getnameinfo.
10462
10463 2006-06-28  Eric Blake  <ebb9@byu.net>
10464
10465         * modules/wcwidth: New file.
10466         * modules/mbchar (Depends-on): Add wcwidth.
10467         * modules/mbswidth (Depends-on): Add wcwidth.
10468         * MODULES.html.sh: Add wcwidth.
10469
10470 2006-06-28  Eric Blake  <ebb9@byu.net>
10471
10472         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10473         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10474
10475 2006-06-28  Eric Blake  <ebb9@byu.net>
10476
10477         * lib/xvasprintf.h: Fix comments.
10478
10479 2006-06-28  Eric Blake  <ebb9@byu.net>
10480
10481         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10482         * lib/mbswidth.c (wcwidth): Move from here...
10483         * lib/wcwidth.h: ...to this new file.
10484
10485 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10486
10487         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10488
10489         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10490         it's obsolete.
10491         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10492
10493 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10494
10495         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10496         Autoconf 2.60 says this stuff was obsolete.
10497
10498 2006-06-28  Bruno Haible  <bruno@clisp.org>
10499
10500         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10501
10502 2006-06-28  Bruno Haible  <bruno@clisp.org>
10503
10504         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10505         gt_TYPE_WCHAR_T.
10506
10507 2006-06-28  Bruno Haible  <bruno@clisp.org>
10508
10509         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10510         declaration for wcwidth.
10511         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10512
10513 2006-06-28  Bruno Haible  <bruno@clisp.org>
10514
10515         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10516         (mkdir): Define using _mkdir.
10517
10518 2006-06-28  Bruno Haible  <bruno@clisp.org>
10519
10520         * lib/getaddrinfo.h: Fix POSIX URL.
10521         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10522         _WIN32.
10523         (use_win32_p): Make static.
10524         (getaddrinfo): Reject service name if it is empty or does not consist
10525         solely of decimal digits, or if its value is > 65535.
10526         (getnameinfo): Remove useless casts.
10527
10528 2006-06-27  Simon Josefsson  <jas@extundo.com>
10529
10530         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10531         Eggert and Martin Lambers.
10532
10533 2006-06-27  Simon Josefsson  <jas@extundo.com>
10534
10535         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10536         Eggert and Martin Lambers.
10537
10538 2006-06-27  Bruno Haible  <bruno@clisp.org>
10539
10540         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10541         result to 0, not to empty.
10542         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10543
10544 2006-06-27  Bruno Haible  <bruno@clisp.org>
10545
10546         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10547
10548 2006-06-26  Simon Josefsson  <jas@extundo.com>
10549
10550         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10551         present.
10552
10553 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10556         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10557         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10558
10559 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10560
10561         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10562
10563 2006-06-26  Bruno Haible  <bruno@clisp.org>
10564
10565         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10566
10567 2006-06-26  Bruno Haible  <bruno@clisp.org>
10568
10569         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10570
10571 2006-06-26  Bruno Haible  <bruno@clisp.org>
10572
10573         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10574         SGI C compiler in pre-C99 mode.
10575         Suggested by Mark D. Baushke and Larry Jones.
10576
10577 2006-06-26  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10580         WCHAR_MAX.
10581         Reported by Mark D. Baushke and Larry Jones.
10582
10583 2006-06-26  Bruno Haible  <bruno@clisp.org>
10584
10585         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10586         in pre-C99 mode.
10587         Suggested by Mark D. Baushke and Larry Jones.
10588
10589 2006-06-23  Simon Josefsson  <jas@extundo.com>
10590             Bruno Haible  <bruno@clisp.org>
10591
10592         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10593         Emit mostlyclean-local rule.
10594         (func_emit_tests_Makefile_am): Likewise.
10595         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10596
10597 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10598
10599         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10600
10601 2006-06-23  Bruno Haible  <bruno@clisp.org>
10602
10603         * tests/test-stdint.c: Update to match ISO C 99 Technical
10604         Corrigendum 1.
10605
10606 2006-06-23  Bruno Haible  <bruno@clisp.org>
10607
10608         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10609
10610 2006-06-23  Bruno Haible  <bruno@clisp.org>
10611
10612         * lib/stdint_.h: Treat IRIX like OpenBSD.
10613
10614 2006-06-23  Bruno Haible  <bruno@clisp.org>
10615
10616         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10617         ISO C 99 Technical Corrigendum 1.
10618
10619 2006-06-22  Simon Josefsson  <jas@extundo.com>
10620
10621         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10622         MinGW.
10623
10624 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10625
10626         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10627         needed.  Some compiler complained about some of them.  Problem reported
10628         by Larry Jones in
10629         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10630
10631 2006-06-21  Simon Josefsson  <jas@extundo.com>
10632
10633         * tests/test-getaddrinfo.c: New file.
10634
10635         * modules/getaddrinfo-tests: New file.
10636
10637         * MODULES.html.sh: Add inet_pton.
10638
10639         * modules/inet_pton: New file.
10640
10641 2006-06-21  Simon Josefsson  <jas@extundo.com>
10642
10643         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10644         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10645         of using the (limited) gnulib implementation on Windows XP.
10646
10647         * m4/inet_pton.m4: New file.
10648
10649 2006-06-21  Simon Josefsson  <jas@extundo.com>
10650
10651         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10652         variable.
10653
10654         * lib/socket_.h: Don't define WINVER.
10655
10656         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10657         slightly modified to work in gnulib.
10658
10659 2006-06-21  Simon Josefsson  <jas@extundo.com>
10660
10661         * doc/gnulib.texi (Windows sockets): Add.
10662
10663 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10664
10665         * lib/read-file.c (fread_file): Start with buffer allocation of
10666         0 bytes rather than 1 byte; this simplifies the code.
10667         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10668         code to free buffer and save/restore errno.
10669         (internal_read_file): Remove unused local.
10670
10671 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10672
10673         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10674         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10675         Problem reported by Denis Excoffier in
10676         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10677
10678 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10679
10680         * modules/sys_socket, modules/socklen: Include sys/types since
10681         FreeBSD 4.x's sys/socket.h needs it.
10682
10683 2006-06-19  Simon Josefsson  <jas@extundo.com>
10684
10685         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10686
10687 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10690
10691 2006-06-19  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10694         and FULL_PATH_INTTYPES_H in angle brackets.
10695         Reported by Mark D. Baushke <mdb@gnu.org>.
10696
10697 2006-06-17  Eric Blake  <ebb9@byu.net>
10698
10699         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10700         errno.
10701
10702 2006-06-17  Bruno Haible  <bruno@clisp.org>
10703
10704         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10705         <sys/inttypes.h>.
10706
10707 2006-06-17  Bruno Haible  <bruno@clisp.org>
10708
10709         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10710         whether errno is declared. Assume <errno.h> declares errno.
10711
10712 2006-06-17  Bruno Haible  <bruno@clisp.org>
10713
10714         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10715
10716 2006-06-17  Bruno Haible  <bruno@clisp.org>
10717
10718         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10719         problem on Solaris 2.5.1.
10720
10721 2006-06-16  Eric Blake  <ebb9@byu.net>
10722
10723         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10724         * lib/unicodeio.c [!defined errno]: Likewise.
10725         * lib/strtol.c [!defined errno]: Likewise.
10726         * lib/strtod.c [!defined errno]: Likewise.
10727
10728 2006-06-15  Eric Blake  <ebb9@byu.net>
10729
10730         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10731
10732 2006-06-15  Eric Blake  <ebb9@byu.net>
10733
10734         * config/srclist.txt (ssize_t.m4): Lose sync.
10735
10736 2006-06-15  Bruno Haible  <bruno@clisp.org>
10737
10738         * modules/stdint (Files): Include m4/full-header-path.m4,
10739         m4/size_max.m4, m4/wchar_t.m4.
10740         (Makefile.am): Many more substitutions.
10741         * modules/stdint-tests: New file.
10742         * tests/test-stdint.c: New file.
10743
10744 2006-06-15  Bruno Haible  <bruno@clisp.org>
10745
10746         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10747         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10748         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10749         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10750         gl_CHECK_TYPE_SAME): New macros.
10751
10752 2006-06-15  Bruno Haible  <bruno@clisp.org>
10753
10754         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10755
10756 2006-06-15  Bruno Haible  <bruno@clisp.org>
10757
10758         * lib/stdint_.h: Rewritten to be fully auto-configured.
10759         Fixes bug on HP-UX/IA64.
10760
10761 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         * lib/getdate.y (__attribute__): Don't define if already defined.
10764         Problem reported by Larry Jones.
10765         * lib/utimens.c (__attribute__): Likewise.
10766
10767 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10768
10769         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10770         reported by Andreas Schwab.
10771
10772 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10773             Bruno Haible  <bruno@clisp.org>
10774
10775         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10776         check for the declaration of strnlen and a run test that exposes the
10777         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10778         rpl_strndup.
10779
10780 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10781             Bruno Haible  <bruno@clisp.org>
10782
10783         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10784
10785 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10786
10787         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10788         compile test, for Tru64 4.0D.
10789
10790 2006-05-28  Karl Berry  <karl@gnu.org>
10791
10792         * config/srclist.txt (printf-args.c): lose sync.
10793
10794 2006-05-26  Martin Lambers  <marlam@marlam.de>
10795
10796         * lib/getpass.c: Updates the test for the native W32 API, and adds
10797         missing includes, thus fixing compilation warnings.
10798
10799 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10800
10801         * lib/exclude.c (exclude_fnmatch): New function.
10802         (excluded_file_name): Call exclude_fnmatch.
10803         * lib/exclude.h (excluded_file_name): New prototype
10804
10805 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         * lib/tempname.c (small_open, large_open): New macros.
10808         (__open, __open64) [!_LIBC]: Remove.
10809         (__gen_tempname): Use small_open and large_open instead of __open
10810         and __open64.  This fixes a portability bug on HP-UX 11.11i
10811         reported by Simon Wing-Tang in
10812         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10813
10814 2006-05-24  Bruno Haible  <bruno@clisp.org>
10815
10816         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10817         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10818         Reported by Thorsten Maerz <torte@netztorte.de> via
10819         Aaron Stone <aaron@serendipity.cx>.
10820
10821 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10822
10823         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10824         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10825         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10826         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10827         not really conditional on the cache.
10828         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10829
10830 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10831
10832         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10833         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10834         (my_usleep): Don't mishandle maximum value.
10835
10836 2006-05-19  Jim Meyering  <jim@meyering.net>
10837
10838         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10839
10840 2006-05-17  Bruno Haible  <bruno@clisp.org>
10841
10842         Cygwin portability.
10843         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10844
10845 2006-05-17  Bruno Haible  <bruno@clisp.org>
10846
10847         * lib/stdint_.h: Fix recognition of Cygwin.
10848
10849 2006-05-15  Bruno Haible  <bruno@clisp.org>
10850
10851         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10852         on libtool patch by Ralf Wildenhues.
10853
10854 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10855
10856         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10857         test for C99 conformance; (bool) 0.5 is an integer constant
10858         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10859         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10860
10861 2006-05-11  Simon Josefsson  <jas@extundo.com>
10862
10863         * m4/xvasprintf.m4: Fix obvious typo.
10864
10865 2006-05-11  Jim Meyering  <jim@meyering.net>
10866
10867         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10868         James Lemley.
10869
10870 2006-05-10  Simon Josefsson  <jas@extundo.com>
10871
10872         * lib/md4.c: Typo fix, update copyright years.
10873         (K1, K2): Don't use L because it turn computations into 64-bit on
10874         64-bit platforms.
10875
10876 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10879         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10880         unwanted sign propagation, e.g., on hosts with 64-bit int.
10881         There still are some problems with reeelly weird theoretical hosts
10882         (e.g., 33-bit int) but it's not worth worrying about now.
10883         * lib/sha1.c (rol): Likewise.
10884         (K1, K2, K3, K4): Remove unnecessary L suffix.
10885
10886 2006-05-10  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/des.c: Cast to avoid warnings.
10889
10890 2006-05-09  Bruno Haible  <bruno@clisp.org>
10891
10892         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10893         (Depends-on): Depend also on xsize, stdarg.
10894         (configure.ac): Add gl_XVASPRINTF.
10895
10896 2006-05-09  Bruno Haible  <bruno@clisp.org>
10897
10898         * m4/xvasprintf.m4: New file.
10899
10900 2006-05-09  Bruno Haible  <bruno@clisp.org>
10901
10902         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10903         (EOVERFLOW): Define fallback value.
10904         (xstrcat): New function.
10905         (xvasprintf): Recognize the special case of a string concatenation.
10906
10907 2006-05-08  Eric Blake  <ebb9@byu.net>
10908
10909         * gnulib-tool (func_version): Base copyright year on CVS date.
10910         (func_emit_copyright_notice): New function.
10911         (func_emit_lib_Makefile_am): Use it.
10912         (func_emit_tests_Makefile_am): Likewise.
10913         (func_import): Likewise.
10914
10915 2006-05-08  Bruno Haible  <bruno@clisp.org>
10916
10917         * modules/stdarg: New file.
10918         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10919
10920 2006-05-08  Bruno Haible  <bruno@clisp.org>
10921
10922         * m4/stdarg.m4: New file, from GNU gettext.
10923
10924 2006-05-08  Bruno Haible  <bruno@clisp.org>
10925
10926         * config/srclist.txt (build-aux/config.rpath): different from latest
10927         release.
10928
10929 2006-05-08  Bruno Haible  <bruno@clisp.org>
10930
10931         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10932
10933 2006-05-05  Jim Meyering  <jim@meyering.net>
10934
10935         * m4/warning.m4: New file, derived from bison's file by the same name.
10936
10937 2006-05-03  Bruno Haible  <bruno@clisp.org>
10938
10939         * lib/stdint_.h: Shorter URL.
10940         * lib/inttypes.h: Likewise.
10941
10942 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10943
10944         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10945
10946 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10947
10948         * lib/verify.h: Document the internals better.  Most of this change
10949         was written by Bruno Haible.
10950
10951 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10952
10953         * doc/verify.texi: New file, partly based on a proposal by
10954         Bruno Haible.
10955
10956 2006-05-02  Bruno Haible  <bruno@clisp.org>
10957
10958         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10959         test from here...
10960         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10961
10962 2006-04-29  Bruno Haible  <bruno@clisp.org>
10963
10964         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10965         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10966
10967 2006-04-29  Bruno Haible  <bruno@clisp.org>
10968
10969         * gnulib-tool: Make --update option actually work.
10970
10971 2006-04-29  Bruno Haible  <bruno@clisp.org>
10972
10973         * doc/gcd.texi: New file.
10974         * doc/gnulib.texi: Include it.
10975
10976 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         * lib/getdate.y (get_date): When adding relative date, start with the
10979         initial time, not with the result of the first mktime call.
10980
10981 2006-04-25  Bruno Haible  <bruno@clisp.org>
10982
10983         * gnulib-tool (func_import): Output the include directives in three
10984         blocks, sorted separately.
10985         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10986
10987 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10988
10989         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10990         to define main with arguments, for C++.  Reported by Eric Blake.
10991         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10992         Prefer 'int main ()' to 'int main (void)', for C++.
10993         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10994         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10995         for 'main', for C99 and C++.
10996
10997 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10998
10999         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11000         Don't assume that exit status -1 is valid.
11001         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11002         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11003         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11004         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11005         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11006         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11007         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11008         functions can be used without declaring them, or that you can
11009         exit with status -1.
11010         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11011
11012 2006-04-24  Karl Berry  <karl@gnu.org>
11013
11014         * config/srclist.txt (longdouble.m4): sync lost.
11015
11016 2006-04-24  Eric Blake  <ebb9@byu.net>
11017
11018         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11019
11020 2006-04-24  Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11023         poll() implementation in AIX.
11024         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11025
11026 2006-04-24  Bruno Haible  <bruno@clisp.org>
11027
11028         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11029         assigned exactly once.
11030
11031 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11032             Bruno Haible  <bruno@clisp.org>
11033
11034         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11035         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11036         for AM_CPPFLAGS.
11037
11038 2006-04-23  Bruno Haible  <bruno@clisp.org>
11039
11040         * modules/copy-file: Depend on unistd.
11041         * modules/execute: Likewise.
11042         * modules/fatal-signal: Likewise.
11043         * modules/findprog: Likewise.
11044         * modules/mkdtemp : Likewise.
11045         * modules/pipe: Likewise.
11046         * modules/wait-process: Likewise.
11047
11048 2006-04-23  Bruno Haible  <bruno@clisp.org>
11049
11050         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11051         condition was already detected.
11052         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11053
11054 2006-04-23  Bruno Haible  <bruno@clisp.org>
11055
11056         * lib/copy-file.c: Include <unistd.h> unconditionally.
11057         * lib/execute.c: Likewise.
11058         * lib/fatal-signal.c: Likewise.
11059         * lib/findprog.c: Likewise.
11060         * lib/mkdtemp.c: Likewise.
11061         * lib/pipe.h: Likewise.
11062         * lib/pipe.c: Likewise.
11063         * lib/wait-process.h: Likewise.
11064
11065 2006-04-23  Bruno Haible  <bruno@clisp.org>
11066
11067         * gnulib-tool (func_usage): Fix --import description. Document
11068         --update.
11069         (func_import): Create temporary file in a temporary directory, if
11070         --dry-run is specified. Silence errors from 'grep' when there are no
11071         m4 files in $m4dir.
11072         (func_create_testdir): Silence errors from 'grep' when there are no
11073         m4 files in $m4dir.
11074         Reported by Karl Berry <karl@freefriends.org>.
11075
11076 2006-04-20  Bruno Haible  <bruno@clisp.org>
11077
11078         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11079         one argument, so that the code will be portable to Autoconf 2.60.
11080         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11081         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11082         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11083
11084 2006-04-19  Derek Price  <derek@ximbiot.com>
11085             Eric Blake  <ebb9@byu.net>
11086
11087         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11088         rather than "/full/path.h".  Update comment to match.  Shorten &
11089         generalize m4_translit call via AS_TR_CPP.
11090
11091 2006-04-19  Derek Price  <derek@ximbiot.com>
11092             Eric Blake  <ebb9@byu.net>
11093
11094         * lib/inttypes.h: Correct grammar in comment.
11095
11096 2006-04-18  Derek Price  <derek@ximbiot.com>
11097             Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * modules/inttypes: New file.
11100         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11101
11102 2006-04-18  Derek Price  <derek@ximbiot.com>
11103             Paul Eggert  <eggert@cs.ucla.edu>
11104
11105         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11106         New files.
11107
11108 2006-04-18  Derek Price  <derek@ximbiot.com>
11109             Paul Eggert  <eggert@cs.ucla.edu>
11110
11111         * lib/inttypes.h: New file.
11112         * lib/strtoimax.c: Assume <inttypes.h>.
11113
11114 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11117         isn't mounted.  Problem reported by Kir Kolyshkin.
11118
11119 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11120
11121         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11122         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11123         Derek R. Price.
11124         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11125         implementation.
11126
11127 2006-04-12  Eric Blake  <ebb9@byu.net>
11128
11129         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11130         is now done automatically by the corresponding Autoconf macro.
11131
11132 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11133
11134         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11135         time_r.h.
11136
11137 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         Merge regex changes from libc, removing some of our
11140         POSIX-conformance changes that were rejected and redoing them in a
11141         less-intrusive way.
11142
11143         * lib/regcomp.c (re_compile_internal, init_dfa):
11144         Length arg is now size_t, not Idx.  All uses changed.
11145         (peek_token): Forward decl now says internal_function.
11146         (__re_error_msgid, __re_error_msgid_idx):
11147         Now static rather than extern with attribute_hidden.
11148         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11149         For some reason libc prefers K&R style defns for external functions.
11150         (regerror) [!defined _LIBC]: Likewise.
11151         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11152         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11153         (build_range_exp, build_collating_symbol):
11154         Use K&R-style defn.
11155         (re_compile_fastmap): Use '\0' to memset, not 0.
11156         (utf8_sb_map): Make the calculations more obvious.
11157         (init_dfa, parse_bracket_exp, build_charclass_op):
11158         Call calloc and cast result, as glibc does.
11159         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11160         (build_range_exp, build_collating_symbol):
11161         Now internal functions.
11162
11163         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11164
11165         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11166         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11167         Don't depend on VMS; depend on __VMS instead, for POSIX
11168         namespace cleanness.
11169         (regoff_t): Define to ssize_t, not long int.
11170
11171         Remove the REG_ macros named below.  Instead, make the old names
11172         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11173         __USE_GNU_REGEX.
11174         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11175         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11176         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11177         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11178         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11179         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11180         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11181         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11182         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11183         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11184         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11185         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11186         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11187         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11188         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11189         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11190         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11191         (REG_NREGS):
11192         Remove.  All uses replaced by the old RE_* names.
11193         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11194         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11195         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11196         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11197         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11198         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11199         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11200         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11201         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11202         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11203         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11204         Don't bother having these macros be independent of each others'
11205         values, since they no longer exist in the POSIX name space.
11206
11207         Rename the following member names back to their old names,
11208         unless !__USE_GNU_REGEX.  All uses changed back.
11209         (buffer): Renamed from re_buffer.
11210         (allocated): Renamed from re_allocated.
11211         (used): Renamed from re_used.
11212         (syntax): Renamed from re_syntax.
11213         (fastmap): Renamed from re_fastmap.
11214         (translate): Renamed from re_translate.
11215         (can_be_null): Renamed from re_can_be_null.
11216         (regs_allocated): Renamed from re_regs_allocated.
11217         (fastmap_accurate): Renamed from re_fastmap_accurate.
11218         (no_sub): Renamed from re_no_sub.
11219         (not_bol): Renamed from re_not_bol.
11220         (not_eol): Renamed from re_not_eol.
11221         (newline_anchor): Renamed from re_newline_anchor.
11222         (num_regs): Renamed from rm_num_regs.
11223         (start): Renamed from rm_start.
11224         (end): Renamed from rm_end.
11225
11226         (free_state): Move up a bit.
11227
11228         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11229         #define to be empty.
11230         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11231         when that is what is intended.
11232         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11233         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11234         (MAX): New macro.
11235         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11236         All uses changed back to re_malloc, etc.  It's now the caller's
11237         responsibility to check for overflow; all callers changed.
11238         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11239         (re_x2nrealloc): Remove.
11240         (free_state): Remove decl.
11241
11242         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11243         (re_set_registers, re_exec):
11244         Use K&R-style defn.
11245
11246         2006-01-31  Roland McGrath  <roland@redhat.com>
11247
11248         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11249         Reported by Mike Frysinger <vapier@gentoo.org>.
11250
11251         2006-01-15  Andreas Jaeger  <aj@suse.de>
11252
11253         [BZ #1950]
11254         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11255         build_wcs_upper_buffer change.
11256         (build_wcs_upper_buffer): Change return type.
11257
11258         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11259
11260         * lib/regex_internal.h: Include <stdint.h> if available.
11261
11262         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11263
11264         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11265
11266         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11267
11268         * lib/regcomp.c: Adjust for changed secondary hash function.
11269
11270         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11271
11272         * lib/regex.h: Pretty printing.
11273         Clean up namespace a bit.
11274
11275         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11276
11277         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11278         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11279
11280         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11281                     Ulrich Drepper  <drepper@redhat.com>
11282
11283         [BZ #1302]
11284         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11285         changed.
11286         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11287
11288         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11289
11290         [BZ #281]
11291         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11292         * lib/regcomp.c: Remove unnecessary uses of
11293         unsigned RE_TRANSLATE_TYPE.
11294         * lib/regex_internal.h: Likewise.
11295         * lib/regex_internal.c: Likewise.
11296         * lib/regexec.c: Likewise.
11297         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11298
11299         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11300
11301         * lib/regexec.c (find_recover_state): Remove unnecessary
11302         initialization.
11303         (transit_state_bkref): Make DFA a const pointer.
11304         (get_subexp): Likewise.
11305         (check_arrival): Likewise.
11306         (update_cur_sifted_state): Likewise.
11307         (re_search_internal): Likewise.
11308         (prune_impossible_nodes): Likewise.
11309         (acquire_init_state_context): Likewise.
11310         (proceed_next_node): Likewise.
11311         (set_regs): Likewise.
11312         (free_fail_stack_return): Likewise.
11313         (check_arrival_expand_ecl): Mark DFA parameter as const.
11314         (check_arrival_expand_ecl_sub): Likewise.
11315         (check_subexp_limits): Likewise.
11316         (sub_epsilon_src_nodes):  Likewise.
11317         (add_epsilon_src_nodes):  Likewise.
11318         (merge_state_array): Likewise.
11319         (update_regs): Likewise.
11320         (build_trtable): Likewise.
11321         (sift_states_backward): Mark MCTX parameter as const.
11322         (build_sifted_states): Likewise.
11323         (update_cur_sifted_state): Likewise.
11324         (sift_states_mkref): Likewise.
11325         (check_arrival_expand_ecl): Mark eclosure as const.
11326         (check_dst_limits_calc_pos_1): Likewise.
11327         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11328         pointer.
11329
11330         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11331
11332         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11333         (transit_state_sb): Likewise.
11334         (transit_state_mb): Likewise.
11335         (sift_states_iter_mb): Likewise.
11336         (check_arrival_add_next_nodes): Likewise.
11337         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11338         [_LIBC] (re_search_2_stub): Use mempcpy.
11339
11340         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11341         mbrtowc for very simple UTF-8 case.
11342
11343         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11344         a pointer-to-const.
11345         (re_acquire_state_context): Likewise.
11346         * lib/regex_internal.h: Adjust prototypes.
11347
11348         * lib/regex.c: Prevent using C++ compilers.
11349
11350         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11351         (re_acquire_state_context): Likewise.
11352
11353 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11354
11355         * modules/regex (Depends-on): Add ssize_t.
11356
11357 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11358
11359         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11360         translation table.
11361
11362 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11365
11366 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11367             Bruno Haible  <bruno@clisp.org>
11368
11369         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11370         <sys/types.h> and <inttypes.h>.
11371
11372 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11373
11374         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11375         `__error_t_defined', so argp.h will not typedef the former.
11376
11377 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11380         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11381         glibc names.  Even if glibc is changed to conform to POSIX, the
11382         traditional names will be available anyway, since regex depends on
11383         the extensions module.  Also, fix a longstanding typo in the
11384         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11385         reported by Emanuele Giaquinta.  Also, change sense of cached
11386         variable, so that the message makes sense.
11387
11388 2006-03-24  Simon Josefsson  <jas@extundo.com>
11389
11390         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11391         including some doc fixes.
11392         (base64_encode_alloc): Fix +1 bug on allocation failures.
11393
11394 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11395
11396         * lib/base64.c (base64_encode): Do not read past end of array with
11397         unsanitized input on systems with CHAR_BIT > 8.
11398
11399 2006-03-24  Eric Blake  <ebb9@byu.net>
11400
11401         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11402
11403 2006-03-22  Karl Berry  <karl@gnu.org>
11404
11405         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11406         * config/srclistvars.sh (COREUTILS): new var.
11407
11408 2006-03-17  Jim Meyering  <jim@meyering.net>
11409
11410         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11411         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11412
11413 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11416         no longer needs it.  Instead, check that regoff_t is as least
11417         as wide as ptrdiff_t.
11418
11419         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11420         so that our regex.h stays compatible with the installed regex.
11421         This is helpful for installers who configure --without-included-regex.
11422         Problem reported by Emanuele Giaquinta.
11423
11424 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11425
11426         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11427         Typedef to long int, not to off_, as POSIX will likely change
11428         in that direction.
11429
11430 2006-03-15  Eric Blake  <ebb9@byu.net>
11431
11432         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11433
11434 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11435
11436         * lib/argp-help.c (validate_uparams): Fix typo
11437         * lib/argp-parse.c (argp_default_options): Consistently begin help
11438         messages with a lowercase letter.
11439
11440 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11441
11442         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11443         overrun buffers and shouldn't be used (much as gets shouldn't be
11444         used).
11445         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11446
11447 2006-03-08  Simon Josefsson  <jas@extundo.com>
11448
11449         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11450         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11451
11452 2006-03-08  Simon Josefsson  <jas@extundo.com>
11453
11454         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11455         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11456
11457 2006-03-08  Simon Josefsson  <jas@extundo.com>
11458
11459         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11460         signal that configure disabled the device.
11461
11462 2006-03-08  Simon Josefsson  <jas@extundo.com>
11463
11464         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11465         languages.
11466
11467 2006-03-07  Simon Josefsson  <jas@extundo.com>
11468
11469         * modules/getopt (Depends-on): Add unistd.
11470
11471         * modules/unistd: New file.
11472
11473 2006-03-07  Simon Josefsson  <jas@extundo.com>
11474
11475         * modules/gc-random: New file.
11476
11477 2006-03-07  Simon Josefsson  <jas@extundo.com>
11478
11479         * m4/unistd_h.m4: New file.
11480
11481 2006-03-07  Simon Josefsson  <jas@extundo.com>
11482
11483         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11484         test to be side-effect free by storing the result in the cache
11485         variable gl_cv_lib_readline, and moving the assignment of
11486         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11487         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11488
11489 2006-03-07  Simon Josefsson  <jas@extundo.com>
11490
11491         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11492         error on missing devices (the functions will return an error).
11493
11494         * m4/gc.m4: Move random stuff to gc-random.m4
11495
11496 2006-03-07  Simon Josefsson  <jas@extundo.com>
11497
11498         * lib/unistd_.h: New file.
11499
11500 2006-03-07  Simon Josefsson  <jas@extundo.com>
11501
11502         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11503
11504 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11505
11506         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11507         Problem reported by Juan Manuel Guerrero.
11508
11509 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11510
11511         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11512         the unistd module.
11513         * lib/getlogin_r.c: Likewise.
11514         * lib/getlogin_r.h: Likewise.
11515         * lib/glob.c: Likewise.
11516         * lib/pagealign_alloc.c: Likewise.
11517         * lib/unistd_.h: Remove; no longer needed.
11518
11519 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11520
11521         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11522         Add unistd.
11523         * modules/c-stack (Depends-on): Add unistd.
11524         * modules/getlogin_r: Likewise.
11525         * modules/glob: Likewise.
11526         * modules/pagealign_alloc: Likewise.
11527         * modules/unistd (Files): Remove lib/unistd_.h.
11528         (EXTRA_DIST): Remove.
11529         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11530         need unistd_.h.
11531         (MOSTLYCLEANFILES): Remove unistd.h-t.
11532
11533 2006-03-03  Simon Josefsson  <jas@extundo.com>
11534
11535         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11536
11537 2006-03-03  Simon Josefsson  <jas@extundo.com>
11538
11539         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11540         libidn and bison.
11541
11542 2006-03-03  Simon Josefsson  <jas@extundo.com>
11543
11544         * build-aux/maint.mk: Add indent target.
11545
11546 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11547
11548         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11549         our replacement poll.h in any case, to avoid a differing
11550         declaration from a system header.  Seen on AIX.
11551
11552 2006-03-01  Simon Josefsson  <jas@extundo.com>
11553
11554         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11555         <kasal@ucw.cz>.
11556
11557 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11558
11559         * modules/gettime (Depends-on): Add extensions module.
11560         * modules/nanosleep (Depends-on): Likewise.
11561         * modules/settime (Depends-on): Likewise.
11562
11563 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11564
11565         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11566         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11567         pedantically.
11568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11569         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11570
11571         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11572         not "==".  Reported by Ralf Wildenhues.
11573
11574 2006-03-01  Karl Berry  <karl@gnu.org>
11575
11576         * doc/Copyright/request-*: new files, synced from gnuorg.
11577
11578 2006-03-01  Karl Berry  <karl@gnu.org>
11579
11580         * config/srclist.txt (Copyright/*): new entries.
11581
11582 2006-02-28  Simon Josefsson  <jas@extundo.com>
11583
11584         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11585
11586 2006-02-27  Simon Josefsson  <jas@extundo.com>
11587
11588         * lib/base64.h: Indent #define's.  From Jim Meyering
11589         <jim@meyering.net>.
11590
11591 2006-02-27  Jim Meyering  <jim@meyering.net>
11592
11593         Revert the change of 2006-02-24, so these files can continue
11594         to be sync'd from gettext.
11595         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11596         of `config.h'.
11597
11598 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * modules/intprops: New file.
11601         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11602         Add intprops.
11603         * modules/getloadavg (Files): Remove lib/intprops.h.
11604         (Depends-on): Add intprops.
11605         * modules/human: Likewise.
11606         * modules/inttostr: Likewise.
11607         * modules/openat: Likewise.
11608         * modules/sig2str: Likewise.
11609         * modules/userspec: Likewise.
11610         * modules/utimecmp: Likewise.
11611         * modules/xnanosleep: Likewise.
11612         * modules/xstrtol: Likewise.
11613
11614 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11615
11616         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11617         * modules/lock-tests (TESTS): Use $(EXEEXT).
11618         * modules/tls-tests: Likewise.
11619         * modules/argp-tests: Likewise.
11620         (check_PROGRAMS): New var, replacing...
11621         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11622
11623 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11624
11625         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11626         `config.h'.
11627
11628 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11629
11630         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11631
11632 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11633
11634         Sync from coreutils.
11635         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11636         gl_CHDIR_SAFER.
11637
11638 2006-02-22  Jim Meyering  <jim@meyering.net>
11639
11640         Sync from coreutils.
11641         * m4/chdir-safer.m4: New file.
11642
11643 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11644
11645         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11646         AT_FDCWD exceeds INT_MAX.
11647         * lib/openat.h (AT_FDCWD): Likewise.
11648
11649 2006-02-17  Eric Blake  <address@hidden>
11650
11651         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11652
11653 2006-02-16  Simon Josefsson  <jas@extundo.com>
11654
11655         * modules/getaddrinfo (Depends-on): Add sys_socket.
11656
11657 2006-02-15  Simon Josefsson  <jas@extundo.com>
11658
11659         * build-aux/maint.mk: Add dsyntax-check rule.
11660
11661 2006-02-15  Eric Blake  <ebb9@byu.net>
11662
11663         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11664         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11665         'present but cannot compile' warnings on cygwin.
11666         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11667         use ws2tcpip.h if sys/socket.h works.
11668         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11669         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11670
11671 2006-02-14  Simon Josefsson  <jas@extundo.com>
11672
11673         * modules/maintainer-makefile (Files): Rename.
11674
11675         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11676         and (the local) Makefile.cfg to maint-cfg.mk.
11677
11678         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11679         to the latter.
11680
11681         * modules/maintainer-makefile: New module.
11682
11683         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11684         severaly stripped to make it possible to build it up from scratch
11685         with reliable tests.
11686
11687         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11688         fixes to permit overriding the default actions when configure and
11689         makefile are not available.
11690
11691 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         Sync from coreutils.
11694         * modules/lstat (Depends-on): Don't depend on xalloc.
11695         (License): Change from GPL to LGPL, since this is now simply a
11696         replacement for a libc function.
11697
11698 2006-02-14  Jim Meyering  <jim@meyering.net>
11699
11700         Sync from coreutils.
11701
11702         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11703         failure on deficient systems, and simplify gnulib lgpl dependencies.
11704         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11705         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11706
11707         * lib/xalloc-die.c: Remove unused definition of N_.
11708
11709 2006-02-14  Jim Meyering  <jim@meyering.net>
11710
11711         Sync from coreutils.
11712         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11713         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11714         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11715         double-quote uses of that variable, to accommodate the rare case in
11716         which getmntent is available in none of the libraries checked.  This
11717         happens at least on FreeBSD 5.0.
11718
11719 2006-02-13  Simon Josefsson  <jas@extundo.com>
11720
11721         * gnulib-tool (Usage): Fix --import, from
11722         karl@freefriends.org (Karl Berry).
11723
11724 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11725
11726         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11727
11728 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11729
11730         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11731         "autoupdate" on 2005-12-12.
11732
11733 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11734
11735         * modules/closeout (Depends-on): Remove atexit.
11736
11737 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11740         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11741
11742 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11745         __EXTENSIONS__ if this causes compilation to fail.  Problem
11746         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11747         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11748
11749 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11752         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11753         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11754         All uses changed.
11755
11756 2006-01-26  Simon Josefsson  <jas@extundo.com>
11757
11758         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11759         prototype is visible on mingw32.
11760
11761         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11762         for mingw32.
11763
11764         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11765         mingw32).
11766
11767 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11770         attempt to open for write; this always fails, at least on POSIX
11771         hosts.  This reinstates the 2006-01-09 change, which was
11772         inadvertently removed.
11773
11774 2006-01-26  Bruno Haible  <bruno@clisp.org>
11775
11776         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11777         Reported by Paul Eggert.
11778
11779 2006-01-26  Bruno Haible  <bruno@clisp.org>
11780             Paul Eggert  <eggert@cs.ucla.edu>
11781
11782         * lib/stdbool_.h (_Bool)
11783         [(! (defined __cplusplus || defined __BEOS__)
11784           && !defined __GNUC__
11785           && !(defined __HP_cc || defined __xlc__
11786                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11787                || defined __sgi))]:
11788         #define to signed char in these cases too; this simplifies
11789         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11790         etc., separately) and makes it more conservative.
11791
11792 2006-01-25  Simon Josefsson  <jas@extundo.com>
11793
11794         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11795         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11796         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11797
11798 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11799
11800         * lib/argp-namefrob.h: Bugfix. Remove stray #
11801
11802 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11803
11804         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11805         so that we test the test.
11806         Check for yet another HP-UX cc bug involving *bool |= bool.
11807
11808 2006-01-25  Karl Berry  <karl@gnu.org>
11809
11810         * config/srclist.txt (vasnprintf.c): sync lost.
11811
11812 2006-01-25  Jim Meyering  <jim@meyering.net>
11813
11814         Sync from the stable (b5) branch of coreutils:
11815
11816         * lib/fts.c (fts_children): Don't let close() clobber errno from
11817         failed fchdir().
11818
11819         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11820         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11821         a dangling symlink.  That can also happen at least for ELOOP.
11822         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11823         FYI, this bug predates the inclusion of fts.c in coreutils.
11824
11825         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11826         in their own block, so pre-c99 compilers don't object.
11827
11828         Avoid the double-free (first in fts_read, second in fts_close) that
11829         would occur when an `active' directory is made inaccessible (e.g.,
11830         via chmod a-x) during a traversal.
11831         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11832         before returning.  Reproduce this failure by
11833         mkdir -p a/b; cd a; chmod a-x . b
11834         Reported by Stavros Passas.
11835
11836 2006-01-25  Jim Meyering  <jim@meyering.net>
11837
11838         * lib/fileblocks.c: Remove more useless parentheses.
11839         * lib/readutmp.h: Likewise.
11840
11841 2006-01-25  Bruno Haible  <bruno@clisp.org>
11842
11843         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11844         warnings.
11845         Reported by Paul Eggert.
11846
11847 2006-01-25  Bruno Haible  <bruno@clisp.org>
11848
11849         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11850         rid of a trap command. For Solaris sh.
11851         Reported by Mark D. Baushke <mdb@gnu.org>.
11852
11853 2006-01-24  Simon Josefsson  <jas@extundo.com>
11854
11855         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11856         Bruno.
11857
11858 2006-01-24  Karl Berry  <karl@gnu.org>
11859
11860         * config/srclist.txt (argp-namefrob.h): sync lost.
11861
11862 2006-01-24  Jim Meyering  <jim@meyering.net>
11863
11864         * modules/openat (Files): Add lib/intprops.h.
11865         From Mark D. Baushke.
11866
11867 2006-01-24  Jim Meyering  <jim@meyering.net>
11868
11869         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11870         Reported by Mark D. Baushke.
11871
11872 2006-01-24  Jim Meyering  <jim@meyering.net>
11873
11874         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11875
11876 2006-01-24  Bruno Haible  <bruno@clisp.org>
11877
11878         * modules/strnlen (Maintainer): Change from glibc to all.
11879
11880 2006-01-24  Bruno Haible  <bruno@clisp.org>
11881
11882         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11883         Patch by Paul Eggert.
11884
11885 2006-01-24  Bruno Haible  <bruno@clisp.org>
11886
11887         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11888         already has it.
11889         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11890         2005-11-26.
11891
11892         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11893         'signed char' to avoid problems with the built-in _Bool type.
11894         Reported by Paul Eggert on 2005-11-26.
11895
11896 2006-01-24  Bruno Haible  <bruno@clisp.org>
11897
11898         * gnulib-tool (func_import): Avoid constructing complicated sed
11899         expressions inside backquote.
11900         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11901
11902 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11903
11904         These changes imported from libc.
11905         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11906         test and two separate function calls.
11907         * lib/strndup.c (__strndup): Add libc_hidden_def.
11908
11909 2006-01-23  Simon Josefsson  <jas@extundo.com>
11910
11911         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11912         Remove the test_*_SOURCES variable: automake infers it by default.
11913         * modules/tls-tests: Likewise.
11914
11915 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11916
11917         Work around porting bugs reported by Dieter in
11918         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11919         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11920         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11921         Include "getopt.h" first, to check interface.
11922         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11923         !HAVE_DECL_GETENV.
11924         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11925         (__strndup): Revert to K&R-style function dfns, the glibc style.
11926         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11927         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11928         Include strnlen.h first, to get prototype properly.
11929         (strnlen): Renamed from __strnlen.
11930         Remove weak alias.
11931
11932 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11933
11934         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11935
11936 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11937
11938         * config/srclist.txt: Adjust to reflect glibc reorganization.
11939         This affects only comments.
11940
11941 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11942
11943          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11944          Reported by Bruce Korb <bkorb@gnu.org>.
11945
11946 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11947
11948         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11949         to pacify gcc -Wswitch-default.
11950
11951 2006-01-22  Bruno Haible  <bruno@clisp.org>
11952
11953         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11954         temporary buffer for sprintf, take into account the precision also
11955         for 'd', 'i', 'u', 'o', 'x', 'X'.
11956
11957 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11958
11959         * modules/argp-tests: New module
11960         * tests/test-argp.c: New file
11961         * tests/test-argp-2.sh: New file
11962
11963 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11964
11965         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11966         (__argp_base_name): Removed
11967         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11968         typo.
11969         (__argp_base_name): Provide macro definition or extern declaration
11970         depending on the configuration
11971
11972 2006-01-20  Simon Josefsson  <jas@extundo.com>
11973
11974         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11975
11976 2006-01-20  Simon Josefsson  <jas@extundo.com>
11977
11978         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11979
11980 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11981
11982         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11983         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11984         Suggested by Bruno Haible.
11985
11986 2006-01-20  Karl Berry  <karl@gnu.org>
11987
11988         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11989         until changes propagate, I guess.
11990
11991 2006-01-19  Simon Josefsson  <jas@extundo.com>
11992
11993         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11994
11995 2006-01-19  Simon Josefsson  <jas@extundo.com>
11996
11997         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11998
11999 2006-01-19  Simon Josefsson  <jas@extundo.com>
12000
12001         * gnulib-tool: Set check_PROGRAMS.
12002
12003         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12004         modules/des-tests, modules/gc-arcfour-tests,
12005         modules/gc-arctwo-tests, modules/gc-des-tests,
12006         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12007         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12008         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12009         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12010         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12011         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12012         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12013         test_*_SOURCES.
12014
12015 2006-01-18  Simon Josefsson  <jas@extundo.com>
12016
12017         * modules/socklen (Depends-on): Depend on sys_socket.
12018
12019 2006-01-18  Simon Josefsson  <jas@extundo.com>
12020
12021         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12022         modules/des-tests, modules/gc-arcfour-tests,
12023         modules/gc-arctwo-tests, modules/gc-des-tests,
12024         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12025         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12026         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12027         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12028         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12029         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12030         $(EXEEXT) to automake TESTS variable, for mingw32.
12031
12032 2006-01-17  Simon Josefsson  <jas@extundo.com>
12033
12034         * modules/socklen (Include): Need sys/socket.h.
12035
12036 2006-01-17  Bruno Haible  <bruno@clisp.org>
12037
12038         * modules/ssize_t (Include): Add <sys/types.h>.
12039
12040 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12043         it's not portable and it doesn't work with cross-compiles.
12044         Problem reported by Bruno Haible.  Fix missing-$ typo in
12045         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12046         -zignore from being used with Sun's C compiler.
12047
12048 2006-01-12  Simon Josefsson  <jas@extundo.com>
12049
12050         * lib/base64.c: Fix warning, reported by Bruno Haible
12051         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12052
12053 2006-01-12  Bruno Haible  <bruno@clisp.org>
12054
12055         * modules/ldd: New file.
12056         * build-aux/ldd.sh.in: New file.
12057         * MODULES.html.sh (Support for building libraries and executables): Add
12058         ldd.
12059
12060 2006-01-12  Bruno Haible  <bruno@clisp.org>
12061
12062         * m4/ldd.m4: New file.
12063
12064 2006-01-12  Bruno Haible  <bruno@clisp.org>
12065
12066         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12067         endless loop while replacing $auxdir with build-aux.
12068
12069 2006-01-11  Simon Josefsson  <jas@extundo.com>
12070
12071         * lib/stdint_.h (SIZE_MAX): Add missing (.
12072
12073 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12074
12075         Sync from coreutils.
12076         * lib/md5.c: Fix commentary typos.
12077         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12078         * lib/md5.h (__attribute__): Remove; unused.
12079         * lib/sha1.c: Fix commentary to match md5 better.
12080         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12081         so that we don't need to worry about alignment.  All uses changed.
12082         This merges the 2005-10-28 md5 change into sha1.
12083
12084 2006-01-11  Jim Meyering  <jim@meyering.net>
12085
12086         Sync from coreutils.
12087         * lib/md5.c (OP): Fix spacing.
12088
12089 2006-01-11  Bruno Haible  <bruno@clisp.org>
12090
12091         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12092         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12093         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12094
12095 2006-01-11  Bruno Haible  <bruno@clisp.org>
12096
12097         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12098         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12099         the "early" section as well.
12100
12101 2006-01-11  Bruno Haible  <bruno@clisp.org>
12102
12103         Avoid "ar: no archive members specified" error on MacOS X.
12104         * gnulib-tool (func_modules_add_dummy): New function.
12105         (func_import, func_create_testdir): Invoke it.
12106
12107 2006-01-11  Bruno Haible  <bruno@clisp.org>
12108
12109         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12110         with $auxdir in AC_CONFIG_FILES statements.
12111
12112 2006-01-11  Bruno Haible  <bruno@clisp.org>
12113
12114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12115         Initialize also noinst_HEADERS to empty.
12116
12117 2006-01-11  Bruno Haible  <bruno@clisp.org>
12118
12119         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12120         variables.
12121         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12122         autoreconf.
12123
12124 2006-01-11  Bruno Haible  <bruno@clisp.org>
12125
12126         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12127         overridable by the user.
12128         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12129
12130 2006-01-10  Simon Josefsson  <jas@extundo.com>
12131
12132         * modules/sys_socket: New file.
12133
12134 2006-01-10  Simon Josefsson  <jas@extundo.com>
12135
12136         * m4/sys_socket_h.m4: New file.
12137
12138 2006-01-10  Simon Josefsson  <jas@extundo.com>
12139
12140         * lib/socket_.h: New file.
12141
12142 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12143
12144         * modules/readutmp (Maintainer): Add myself.
12145
12146 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12149         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12150         People who are still concerned with buggy memcmp implementations
12151         can invoke gl_FUNC_MEMCMP themselves.
12152
12153 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * lib/regex_internal.h (BITSET_WORD_BITS):
12156         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12157         preprocessor mishandles large unsigned values as if they were signed.
12158         Problem reported by Claudio Fontana in
12159         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12160
12161 2006-01-10  Jim Meyering  <jim@meyering.net>
12162
12163         Avoid the double-free (first in fts_read, second in fts_close) that
12164         would occur when an `active' directory is made inaccessible (e.g.,
12165         via chmod a-x) during a traversal.
12166         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12167         before returning.  Reproduce this failure by
12168         mkdir -p a/b; cd a; chmod a-x . b
12169         Reported by Stavros Passas.
12170
12171         Sync from coreutils.
12172         * lib/sha1.c: Tweak grammar in a comment.
12173
12174 2006-01-10  Jim Meyering  <jim@meyering.net>
12175
12176         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12177         Patch by Joerg Sonnenberger.
12178
12179 2006-01-10  Bruno Haible  <bruno@clisp.org>
12180
12181         * modules/readutmp: Depend on module free.
12182         * modules/strtok_r: Depend on module restrict.
12183
12184 2006-01-10  Bruno Haible  <bruno@clisp.org>
12185
12186         * modules/gettext (configure.ac): Add an invocation of
12187         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12188
12189 2006-01-10  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12192         Reported by Werner Lemberg <wl@gnu.org>.
12193
12194 2006-01-10  Bruno Haible  <bruno@clisp.org>
12195
12196         * lib/localcharset.c: Update from GNU gettext.
12197
12198 2006-01-10  Bruno Haible  <bruno@clisp.org>
12199
12200         * lib/argp.h (__const): Remove macro. Use const instead.
12201         * lib/argp-fmtstream.h (__const): Likewise.
12202         * lib/glob_.h (__const): Remove macro.
12203         * lib/glob-libc.h: Use const instead of __const.
12204
12205 2006-01-10  Bruno Haible  <bruno@clisp.org>
12206
12207         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12208         variable.
12209         Needed to avoid an automake error regarding the 'gettext' module.
12210
12211 2006-01-09  Simon Josefsson  <jas@extundo.com>
12212
12213         * modules/inet_ntop (Depends-on): Add restrict.
12214
12215 2006-01-09  Simon Josefsson  <jas@extundo.com>
12216
12217         * modules/gc-rijndael-tests (License): Put under LGPL.
12218
12219         * modules/gc-des-tests (License): Likewise.
12220
12221         * modules/gc-arcfour-tests (License): Likewise.
12222
12223         * modules/gc-arctwo-tests (License): Likewise.
12224
12225         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12226
12227         * modules/gc-hmac-sha1-tests (Files): Likewise.
12228
12229         * modules/gc-hmac-md5-tests (License): Likewise.
12230
12231         * modules/gc-sha1-tests (License): Likewise.
12232
12233         * modules/gc-md5-tests (License): Likewise.
12234
12235         * modules/gc-md4-tests (License): Likewise.
12236
12237         * modules/gc-md2-tests (License): Likewise.
12238
12239         * modules/gc-tests (License): Likewise.
12240
12241         * modules/des-tests (License): Likewise.
12242
12243         * modules/md4-tests (License): Likewise.
12244
12245         * modules/md2-tests (License): Likewise.
12246
12247 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12248
12249         Sync from coreutils:
12250
12251         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12252         * modules/lib-ignore: New file.
12253         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12254         chdir-safer.m4, lchmod.m4.
12255         * modules/openat: Add mkdirat.c, openat-priv.h.
12256
12257 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12258
12259         Sync from coreutils.
12260         * m4/lib-ignore.m4: New file.
12261         * m4/lchmod.m4: New file.
12262
12263 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12264
12265         Sync from coreutils.
12266         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12267         for write access: POSIX says that must fail.
12268         * lib/fts.c (diropen): Likewise.
12269         * lib/save-cwd.c (save_cwd): Likewise.
12270         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12271         well, for minor improvements on hosts that lack O_DIRECTORY.
12272         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12273         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12274         Fall back on chown if open failed with EACCES.
12275
12276         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12277         Report an error at compile-time if only a 1-second nominal clock
12278         resolution is found.
12279
12280         * lib/lchmod.h: New file.
12281         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12282         (make_dir_parents): Use lchown rather than chown, and
12283         lchmod rather than chmod.
12284
12285         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12286         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12287         "proc" reported by n0dalus.
12288
12289         * lib/mountlist.c: Include <limits.h>.
12290         (dev_from_mount_options)
12291         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12292         New function.  It no longer assumes "dev=" has the System V meaning
12293         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12294         (read_file_system_list)
12295         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12296         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12297         dev= in that case.
12298
12299         * lib/posixtm.h (PDS_PRE_2000): New macro.
12300         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12301         allow_century.  All usages changed.  Reject dates outside the range
12302         1969-1999 if PDS_PRE_2000 is used.
12303
12304 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         Sync from coreutils.
12307         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12308         (Time of day items): Mention the possibility of leap seconds.
12309         Problem reported by Dr. David Alan Gilbert.
12310
12311 2006-01-09  Jim Meyering  <jim@meyering.net>
12312
12313         Sync from coreutils.
12314
12315         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12316
12317         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12318
12319         * lib/modechange.c (mode_compile): Reject an invalid mode string
12320         that starts with an octal digit.  From Andreas Gruenbacher.
12321
12322         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12323         and dup to open_safer and dup_safer, respectively.
12324         (openat_permissive): Fix typo in comment.
12325
12326         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12327         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12328         (_): Remove; no longer needed.
12329         (openat): Renamed from rpl_openat; no need for rpl_openat
12330         since openat.h renames openat for us.
12331         Replace most of the body with a call to openat_permissive,
12332         to avoid duplicate code.
12333         Port to (probably hypothetical) environments were mode_t is
12334         wider than int.
12335         (openat_permissive): Require mode arg, so that we can check
12336         types better.  Put it just after flags.  Change cwd failure
12337         indicator from pointer-to-bool to pointer-to-errno-value.
12338         All callers changed.
12339         Invoke openat_save_fail and/or openat_restore_fail if
12340         cwd_errno is null, so that openat can call us.
12341         (openat_permissive, fdopendir, fstatat, unlinkat):
12342         Simplify errno handling to avoid some duplicate code,
12343         as it's OK to set errno on success.
12344         * lib/openat.h: Revamp code so that function macros depend on
12345         __OPENAT_PREFIX only, not also on AT_FDCWD.
12346         (openat_ro): Remove.  Caller changed to use openat_permissive.
12347         (openat_permissive): Now a macro, if not a function.
12348         (openat_restore_fail, openat_save_fail): Now always functions,
12349         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12350
12351         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12352         and openat.c.
12353         * lib/mkdirat.c: Include openat-priv.h.
12354         Remove definitions of macros defined therein.
12355         * lib/openat.c: Likewise.
12356
12357         * lib/mkdirat.c (mkdirat): New file and function.
12358         * lib/openat.h (mkdirat): Declare.
12359
12360         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12361
12362         * lib/openat.h (openat_permissive): Declare.
12363         (openat_ro): Define.
12364
12365         * lib/openat.c (EXPECTED_ERRNO): New macro.
12366         (openat_permissive): New function -- used in remove.c rewrite.
12367         (all functions): Set errno just before returning, only if there
12368         was an actual failure.
12369         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12370
12371         Emulate openat-family functions using Linux's procfs, if possible.
12372         Idea and some code based on Ulrich Drepper's glibc changes.
12373
12374         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12375         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12376         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12377         before falling back on save_cwd and restore_cwd.
12378         (fdopendir, fstatat, unlinkat): Likewise.
12379
12380         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12381         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12382
12383         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12384         as second argument to va_arg.  Otherwise, some versions of gcc
12385         warn that `if this code is reached, the program will abort'.
12386
12387 2006-01-09  Jim Meyering  <jim@meyering.net>
12388
12389         Sync from coreutils.
12390         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12391         Require openat-priv.h.
12392
12393 2006-01-09  Bruno Haible  <bruno@clisp.org>
12394
12395         * modules/strnlen (Include): Use strnlen.h.
12396
12397 2006-01-09  Bruno Haible  <bruno@clisp.org>
12398
12399         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12400
12401 2006-01-09  Bruno Haible  <bruno@clisp.org>
12402
12403         * lib/sysexit_.h (EX_OK): New macro.
12404         Suggested by Martin Lambers <marlam@marlam.de>.
12405
12406 2006-01-09  Bruno Haible  <bruno@clisp.org>
12407
12408         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12409         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12410
12411 2006-01-09  Bruno Haible  <bruno@clisp.org>
12412
12413         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12414         numbers.
12415
12416 2006-01-09  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12419         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12420         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12421         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12422
12423 2006-01-09  Bruno Haible  <bruno@clisp.org>
12424
12425         * build-aux/javacomp.sh.in: New file, moved from lib/.
12426         * modules/javacomp-script (Files): Update.
12427         (configure.ac): Add AC_CONFIG_FILES invocation.
12428         (EXTRA_DIST): Remove variable.
12429
12430         * build-aux/javaexec.sh.in: New file, moved from lib/.
12431         * modules/javaexec (Files): Update.
12432         (configure.ac): Add AC_CONFIG_FILES invocation.
12433         (EXTRA_DIST): Remove javaexec.sh.in.
12434
12435         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12436         * modules/csharpcomp-script (Files): Update.
12437         (configure.ac): Add AC_CONFIG_FILES invocation.
12438         (EXTRA_DIST): Remove variable.
12439
12440         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12441         * modules/csharpexec (Files): Update.
12442         (configure.ac): Add AC_CONFIG_FILES invocation.
12443         (EXTRA_DIST): Remove csharpexec.sh.in.
12444
12445 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12446
12447         Sync from coreutils.
12448
12449         Add POSIX ACL support
12450         * lib/acl.h (copy_acl, set_acl): Add declarations.
12451         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12452         systems other than Linux.
12453         (chmod_or_fchmod): New function: use fchmod when possible,
12454         and chmod otherwise.
12455         (file_has_acl): Add a POSIX ACL implementation, with a
12456         Linux-specific subcase.
12457         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12458         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12459         acls are unsupported.
12460         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12461         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12462         are unsupported.
12463
12464 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12465
12466         Sync from coreutils.
12467         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12468
12469 2006-01-07  Bruno Haible  <bruno@clisp.org>
12470
12471         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12472         gl_EARLY.
12473
12474 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12475
12476         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12477         Problem reported for Mingw by Mark Junker.
12478
12479 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * README: Gnulib normally doesn't generate a tarball.
12482
12483 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12484
12485         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12486         long int, not int, for nanosecond counts, so that people who are
12487         used to POSIX struct timespec won't be surprised.  Reported by Jim
12488         Meyering.
12489
12490 2005-12-28  Bruno Haible  <bruno@clisp.org>
12491
12492         * build-aux/config.rpath: Update from GNU gettext.
12493
12494 2005-12-16  Jim Meyering  <jim@meyering.net>
12495
12496         * modules/fprintftime: New module.
12497         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12498
12499 2005-12-16  Jim Meyering  <jim@meyering.net>
12500
12501         * m4/fprintftime.m4: New file.
12502
12503 2005-12-16  Jim Meyering  <jim@meyering.net>
12504
12505         * lib/fprintftime.c, lib/fprintftime.h: New files.
12506
12507 2005-12-15  Simon Josefsson  <jas@extundo.com>
12508
12509         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12510         new m4/socklen.m4.
12511
12512 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12513
12514         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12515         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12516
12517 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12518
12519         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12520         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12521         struct uparams is valid. Fall back to the default values if it is
12522         not.
12523
12524 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12525
12526         * modules/argp (Files): Add argp-pin.c
12527         (Depends-on): dirname
12528         (lib_SOURCES): Add argp-pin.c
12529
12530 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12531
12532         * m4/argp.m4:  Check if program_invocation_name and
12533         program_invocation_short_name are declared and define appropriate
12534         macros if they are not.
12535
12536 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12537
12538         * lib/argp-help.c (__argp_base_name): New function
12539         (__argp_short_program_name): Rewrite using __argp_base_name
12540         * lib/argp-namefrob.h: Define program_invocation_name and
12541         program_invocation_short_name if requested
12542         (__argp_base_name): Add prototype
12543         * lib/argp-parse.c (argp_def): Use gettext wrappers
12544         (argp_default_parser): Use __argp_base_name
12545         * lib/argp-pin.c: New file. Defines program_invocation_name and
12546         program_invocation_short_name on systems that lack them.
12547
12548 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12549
12550         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12551         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12552         porting problem reported by Georg Schwarz in
12553         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12554
12555 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12556
12557         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12558         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12559         porting problem reported by Georg Schwarz in
12560         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12561
12562 2005-12-05  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12565         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12566         Reported by Mark Junker <mjscod@gmx.de>.
12567
12568 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12569
12570         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12571         Use implementation from Albert Chin, with some
12572         comments/corrections by Stepan Kasal and myself.
12573
12574 2005-12-02  Bruno Haible  <bruno@clisp.org>
12575
12576         * gnulib-tool (func_import): Accept GPLed build tool modules when
12577         --lgpl is given.
12578         * modules/csharpcomp-script: New file.
12579         * modules/csharpcomp: Depend on it.
12580         * modules/javacomp-script: New file.
12581         * modules/javacomp: Depend on it.
12582         Suggested by Simon Josefsson.
12583
12584 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12587         statement, to work around an HP-UX 10.20 compiler bug reported by
12588         Peter O'Gorman.
12589
12590 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12591
12592         * modules/savedir (Depends-on): Add openat.
12593
12594 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12595
12596         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12597         (uintmax_t) [defined uintmax_t]: Do not declare.
12598         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12599         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12600         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12601         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12602         sake of portability to weird hosts that C allows (though we don't
12603         know of any practical examples).
12604
12605         * lib/savedir.h (fdsavedir): New decl.
12606         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12607         contains most of the former guts of savedir.
12608         (savedir): Use savedirstream.
12609         Include "openat.h".
12610
12611 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12612
12613         * modules/obstack (Files): Add m4/ulonglong.m4.
12614         Problem reported by Davide Angelocola.
12615
12616 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12617
12618         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12619         coreutils no longer futzes with rounding modes.
12620
12621 2005-11-14  Jim Meyering  <jim@meyering.net>
12622
12623         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12624         replacement of mkstemp.
12625
12626 2005-11-10  Simon Josefsson  <jas@extundo.com>
12627
12628         * lib/readline.c: Remove EOL.
12629
12630 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         * modules/gethrxtime (Depends-on): Add gettime.
12633
12634 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12637         or gettimeofday; no longer needed.
12638
12639 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12640
12641         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12642         time business.
12643         (gethrxtime) [! (HAVE_NANOUPTIME
12644         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12645         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12646         our own approximation.
12647
12648 2005-11-08  Eric Blake  <ebb9@byu.net>
12649
12650         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12651
12652 2005-11-08  Eric Blake  <ebb9@byu.net>
12653
12654         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12655
12656 2005-11-04  Bruno Haible  <bruno@clisp.org>
12657
12658         * gnulib-tool: Implement --update mode.
12659
12660 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12661
12662         Fix porting problem reported by Theodoros V. Kalamatianos.
12663         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12664         Don't assume that futimes failing means we must fail.
12665
12666 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12667
12668         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12669         variables to suggest the intended function of the PATH_MAX check.
12670
12671 2005-10-30  Kean Johnston  <jkj@sco.com>
12672
12673         Trivial changes to support SCO systems.
12674         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12675         as PATH_MAX.
12676         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12677         where __ptr is null when no I/O is pending.
12678
12679 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12680
12681         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12682         leave errno alone.  Problem reported by Dmitry V. Levin.
12683
12684 2005-10-28  Simon Josefsson  <jas@extundo.com>
12685
12686         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12687         Test more.
12688
12689         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12690
12691         * modules/md2, modules/md2-tests: New files.
12692
12693 2005-10-28  Simon Josefsson  <jas@extundo.com>
12694
12695         * m4/inet_ntop.m4: More tests.
12696
12697         * m4/gc-md2.m4, md2.m4: New file.
12698
12699 2005-10-28  Simon Josefsson  <jas@extundo.com>
12700
12701         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12702         "restrict" keywords, as per POSIX.  Protect the function
12703         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12704         Don't use K&R prototypes.  Check the sprintf return values.
12705         Re-define EAFNOSUPPORT if not present.  Indent.
12706
12707         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12708         suggested by Bruno Haible <bruno@clisp.org>.
12709
12710         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12711
12712         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12713
12714         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12715         libgcrypt).
12716
12717         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12718
12719         * lib/md2.h, lib/md2.c: New files.
12720
12721 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12722
12723         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12724         errno alone.  Problem reported by Frederic Jolliton.
12725
12726 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         * modules/verify (License): Change from GPL to LGPL.  This is a
12729         tiny module and there are apparently near-equivalents that are
12730         under the BSD license.
12731
12732 2005-10-24  Simon Josefsson  <jas@extundo.com>
12733
12734         * modules/sha1: Relicense to LGPL.
12735
12736 2005-10-24  Simon Josefsson  <jas@extundo.com>
12737
12738         * lib/md4.h: Shrink buffer size, now that we changed the type.
12739
12740 2005-10-23  Simon Josefsson  <jas@extundo.com>
12741
12742         * gnulib-tool (func_import): Fix --tests-base.
12743
12744 2005-10-22  Simon Josefsson  <jas@extundo.com>
12745
12746         * modules/arcfour (Depends-on): Need stdint.
12747
12748 2005-10-22  Simon Josefsson  <jas@extundo.com>
12749
12750         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12751         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12752
12753 2005-10-22  Simon Josefsson  <jas@extundo.com>
12754
12755         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12756         suggested by Bruno Haible <bruno@clisp.org>.
12757
12758 2005-10-22  Simon Josefsson  <jas@extundo.com>
12759
12760         * lib/crc.h: Include stddef.h, for size_t.
12761
12762 2005-10-22  Simon Josefsson  <jas@extundo.com>
12763
12764         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12765         arcfour_context struct (simplify test vector testing in GNU
12766         Shishi).
12767
12768 2005-10-21  Simon Josefsson  <jas@extundo.com>
12769
12770         * modules/des, modules/des-tests: New files.
12771
12772         * modules/gc-des, modules/gc-des-tests: New files.
12773
12774         * tests/test-des.c, tests/test-gc-des.c: New file.
12775
12776 2005-10-21  Simon Josefsson  <jas@extundo.com>
12777
12778         * modules/arctwo, modules/arctwo-tests: New files.
12779
12780         * tests/test-arctwo.c: New file.
12781
12782         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12783
12784         * tests/test-gc-arctwo.c: New file.
12785
12786 2005-10-21  Simon Josefsson  <jas@extundo.com>
12787
12788         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12789         Bruno Haible <bruno@clisp.org>.
12790
12791         * m4/gc-des.m4: New file.
12792
12793 2005-10-21  Simon Josefsson  <jas@extundo.com>
12794
12795         * m4/arctwo.m4: New file.
12796
12797         * m4/gc-arctwo.m4: New file.
12798
12799 2005-10-21  Simon Josefsson  <jas@extundo.com>
12800
12801         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12802         block.
12803
12804 2005-10-21  Simon Josefsson  <jas@extundo.com>
12805
12806         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12807         <bruno@clisp.org>.
12808
12809         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12810
12811         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12812         Bruno Haible <bruno@clisp.org>.
12813
12814         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12815         <bruno@clisp.org>.
12816
12817 2005-10-21  Simon Josefsson  <jas@extundo.com>
12818
12819         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12820
12821 2005-10-21  Simon Josefsson  <jas@extundo.com>
12822
12823         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12824
12825 2005-10-21  Simon Josefsson  <jas@extundo.com>
12826
12827         * lib/des.h, lib/des.c: New files.
12828
12829         * lib/gc-gnulib.c: Support DES.c
12830
12831 2005-10-21  Simon Josefsson  <jas@extundo.com>
12832
12833         * lib/arctwo.h, lib/arctwo.c: New files.
12834
12835         * lib/gc-gnulib.c: Support ARCTWO.
12836
12837 2005-10-21  Simon Josefsson  <jas@extundo.com>
12838
12839         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12840         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12841
12842 2005-10-21  Simon Josefsson  <jas@extundo.com>
12843
12844         * gnulib-tool (func_import, func_create_testdir): Define automake
12845         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12846         Makefile.am snippet),
12847         suggested by Bruno Haible <bruno@clisp.org>.
12848
12849         * modules/gc (Makefile.am): Use it.
12850
12851 2005-10-21  Bruno Haible  <bruno@clisp.org>
12852
12853         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12854         patch.
12855
12856 2005-10-19  Simon Josefsson  <jas@extundo.com>
12857
12858         * tests/test-gc-rijndael.c: New file.
12859
12860         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12861
12862 2005-10-19  Simon Josefsson  <jas@extundo.com>
12863
12864         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12865         interface too.
12866
12867 2005-10-19  Simon Josefsson  <jas@extundo.com>
12868
12869         * tests/test-gc-arcfour.c: New file.
12870
12871         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12872
12873 2005-10-19  Simon Josefsson  <jas@extundo.com>
12874
12875         * modules/gc-md4, modules/gc-md4-tests: New file.
12876
12877         * tests/test-gc-md4.c: New file.
12878
12879 2005-10-19  Simon Josefsson  <jas@extundo.com>
12880
12881         * m4/gc-md4.m4: New file.
12882
12883 2005-10-19  Simon Josefsson  <jas@extundo.com>
12884
12885         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12886         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12887         <kasal@ucw.cz>.
12888
12889 2005-10-19  Simon Josefsson  <jas@extundo.com>
12890
12891         * m4/gc-arcfour.m4: New file.
12892
12893         * m4/gc-rijndael.m4: New file.
12894
12895 2005-10-19  Simon Josefsson  <jas@extundo.com>
12896
12897         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12898
12899 2005-10-19  Simon Josefsson  <jas@extundo.com>
12900
12901         * lib/gc-gnulib.c: Support ARCFOUR.
12902
12903 2005-10-19  Simon Josefsson  <jas@extundo.com>
12904
12905         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12906         support.
12907
12908         * lib/gc.h: Add ECB enum type.
12909
12910         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12911
12912 2005-10-18  Simon Josefsson  <jas@extundo.com>
12913
12914         * tests/test-md5.c: New file.
12915
12916         * modules/md5-tests: New file.
12917
12918 2005-10-18  Simon Josefsson  <jas@extundo.com>
12919
12920         * tests/test-md4.c: New file.
12921
12922         * modules/md4, modules/md4-tests: New files.
12923
12924 2005-10-18  Simon Josefsson  <jas@extundo.com>
12925
12926         * m4/md4.m4: New file.
12927
12928 2005-10-18  Simon Josefsson  <jas@extundo.com>
12929
12930         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12931
12932 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12933
12934         * gnulib-tool (func_create_testdir): Omit the second check whether
12935         BUILT_SOURCES in nonempty.
12936
12937 2005-10-17  Simon Josefsson  <jas@extundo.com>
12938
12939         * tests/test-rijndael.c: New file.
12940
12941 2005-10-17  Simon Josefsson  <jas@extundo.com>
12942
12943         * modules/sha1: Depend on stdint instead of md5.
12944
12945         * modules/md5: Depend on stdint, remove uint32_t.
12946
12947 2005-10-17  Simon Josefsson  <jas@extundo.com>
12948
12949         * modules/gc-sha1-tests: New file.
12950
12951         * tests/test-gc-sha1.c: New file.
12952
12953 2005-10-17  Simon Josefsson  <jas@extundo.com>
12954
12955         * m4/md5.m4: Remove call to uint32_t.m4.
12956
12957 2005-10-17  Simon Josefsson  <jas@extundo.com>
12958
12959         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12960
12961         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12962         md5.h.
12963
12964         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12965
12966         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12967
12968 2005-10-17  Simon Josefsson  <jas@extundo.com>
12969
12970         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12971
12972 2005-10-17  Simon Josefsson  <jas@extundo.com>
12973
12974         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12975
12976 2005-10-17  Simon Josefsson  <jas@extundo.com>
12977
12978         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12979
12980         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12981
12982 2005-10-17  Bruno Haible  <bruno@clisp.org>
12983
12984         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12985         that it can also be used in a test.
12986
12987 2005-10-16  Bruno Haible  <bruno@clisp.org>
12988
12989         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12990         TESTS_ENVIRONMENT, so that individual tests can augment it.
12991
12992         * gnulib-tool (func_create_testdir): Use an intermediate target for
12993         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12994         macros, like $(ALLOCA_H), which cannot be passed through the command
12995         line.
12996
12997 2005-10-15  Simon Josefsson  <jas@extundo.com>
12998
12999         * modules/rijndael-tests: New file.
13000
13001         * modules/rijndael: New file.
13002
13003 2005-10-15  Simon Josefsson  <jas@extundo.com>
13004
13005         * m4/rijndael.m4: New file.
13006
13007 2005-10-15  Simon Josefsson  <jas@extundo.com>
13008
13009         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13010
13011         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13012
13013 2005-10-14  Simon Josefsson  <jas@extundo.com>
13014
13015         * tests/test-arcfour.c: New file.
13016
13017         * modules/arcfour, modules/arcfour-tests: New files.
13018
13019 2005-10-14  Simon Josefsson  <jas@extundo.com>
13020
13021         * m4/arcfour.m4: New file.
13022
13023 2005-10-14  Simon Josefsson  <jas@extundo.com>
13024
13025         * lib/arcfour.h, lib/arcfour.c: New files.
13026
13027 2005-10-14  Roland McGrath  <roland@redhat.com>
13028
13029         Import from libc.  [BZ #1331]
13030         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13031         macro argument.
13032         Reported by Matej Vela <vela@debian.org>.
13033
13034 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13037         include <wchar.h>; no longer needed.
13038
13039 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13040
13041         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13042
13043 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13044         and  Ulrich Drepper  <drepper@redhat.com>
13045
13046         Import from libc.
13047         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13048         instead of inline stream orientation test and two separate
13049         function calls.  Pay no attention to USE_IN_LIBIO.
13050
13051 2005-10-13  Simon Josefsson  <jas@extundo.com>
13052
13053         * modules/gc-hmac-md5-tests: New file.
13054
13055         * tests/test-gc-hmac-sha1.c: New file.
13056
13057         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13058
13059         * modules/gc-hmac-md5-tests: New file.
13060
13061         * tests/test-gc-md5.c: New file.
13062
13063         * modules/gc-md5-tests: New file.
13064
13065 2005-10-13  Simon Josefsson  <jas@extundo.com>
13066
13067         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13068         Move memory allocation outside of loop.
13069
13070 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13071
13072         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13073         intermediate directory is in a read-only file system.  Problem
13074         reported by Eric Blake.
13075
13076 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13077
13078         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13079
13080 2005-10-12  Simon Josefsson  <jas@extundo.com>
13081
13082         * tests/test-hmac-sha1.c: New file.
13083
13084         * modules/hmac-sha1-tests: New file.
13085
13086         * modules/hmac-sha1: New file.
13087
13088 2005-10-12  Simon Josefsson  <jas@extundo.com>
13089
13090         * modules/gc-sha1: New file.
13091
13092 2005-10-12  Simon Josefsson  <jas@extundo.com>
13093
13094         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13095
13096         * tests/test-gc-pbkdf2-sha1.c: New file.
13097
13098 2005-10-12  Simon Josefsson  <jas@extundo.com>
13099
13100         * modules/gc-md5, modules/gc-hmac-md5: New files.
13101
13102         * modules/gc (Files): Remove md5, memxor and hmac files.
13103
13104 2005-10-12  Simon Josefsson  <jas@extundo.com>
13105
13106         * m4/gc-pbkdf2-sha1.m4: New file.
13107
13108         * m4/gc-hmac-sha1.m4: New file.
13109
13110         * m4/gc-sha1: New file.
13111
13112         * m4/hmac-sha1.m4: New file.
13113
13114 2005-10-12  Simon Josefsson  <jas@extundo.com>
13115
13116         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13117
13118         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13119
13120 2005-10-12  Simon Josefsson  <jas@extundo.com>
13121
13122         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13123         suggested by Bruno Haible <bruno@clisp.org>.
13124
13125 2005-10-12  Simon Josefsson  <jas@extundo.com>
13126
13127         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13128
13129 2005-10-12  Simon Josefsson  <jas@extundo.com>
13130
13131         * lib/gc-pbkdf2-sha1.c: New file.
13132
13133         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13134
13135 2005-10-12  Simon Josefsson  <jas@extundo.com>
13136
13137         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13138
13139         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13140
13141 2005-10-12  Simon Josefsson  <jas@extundo.com>
13142
13143         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13144         GC_USE_HMAC_MD5, respectively.
13145
13146         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13147         (gc_md5): Fix typo.
13148
13149         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13150
13151         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13152
13153         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13154
13155 2005-10-12  Bruno Haible  <bruno@clisp.org>
13156
13157         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13158         Reported by Stepan Kasal <kasal@ucw.cz>.
13159
13160 2005-10-11  Simon Josefsson  <jas@extundo.com>
13161
13162         * tests/test-crc.c: New file.
13163
13164         * modules/crc, modules/crc-tests: New files.
13165
13166 2005-10-11  Simon Josefsson  <jas@extundo.com>
13167
13168         * m4/crc.m4: New file.
13169
13170 2005-10-11  Simon Josefsson  <jas@extundo.com>
13171
13172         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13173
13174         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13175
13176         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13177
13178 2005-10-11  Simon Josefsson  <jas@extundo.com>
13179
13180         * lib/crc.h, lib/crc.c: New files.
13181
13182         * lib/gc.h (gc_hash_buffer): Add doc.
13183
13184 2005-10-11  Bruno Haible  <bruno@clisp.org>
13185
13186         * modules/c-strcasestr: New file.
13187         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13188
13189 2005-10-11  Bruno Haible  <bruno@clisp.org>
13190
13191         * modules/c-strcase: New file.
13192         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13193
13194 2005-10-11  Bruno Haible  <bruno@clisp.org>
13195
13196         * lib/strcasecmp.c: Include limits.h.
13197         (strcasecmp): Avoid integer overflow on exotic platforms.
13198         * lib/strncasecmp.c: Include limits.h.
13199         (strncasecmp): Avoid integer overflow on exotic platforms.
13200         Reported by Paul Eggert.
13201
13202 2005-10-11  Bruno Haible  <bruno@clisp.org>
13203
13204         * lib/c-strcasestr.h: New file, from GNU gettext.
13205         * lib/c-strcasestr.c: New file, from GNU gettext.
13206
13207 2005-10-11  Bruno Haible  <bruno@clisp.org>
13208
13209         * lib/c-strcase.h: New file, from GNU gettext.
13210         * lib/c-strcasecmp.c: New file, from GNU gettext.
13211         * lib/c-strncasecmp.c: New file, from GNU gettext.
13212
13213 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * modules/mempcpy (License): GPL -> LGPL.
13216         * modules/strchrnul (License): Likewise.
13217         * modules/sysexits (License): Likewise.
13218
13219 2005-10-08  Simon Josefsson  <jas@extundo.com>
13220
13221         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13222
13223 2005-10-07  Simon Josefsson  <jas@extundo.com>
13224
13225         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13226
13227 2005-10-06  Simon Josefsson  <jas@extundo.com>
13228
13229         * tests/test-hmac-md5.c: New file.
13230
13231         * modules/hmac-md5-tests: New file.
13232
13233         * modules/hmac-md5: New file.
13234
13235 2005-10-06  Simon Josefsson  <jas@extundo.com>
13236
13237         * m4/hmac-md5.m4: New file.
13238
13239         * m4/memxor.m4: Require gl_C_RESTRICT.
13240
13241 2005-10-06  Simon Josefsson  <jas@extundo.com>
13242
13243         * lib/memxor.c (memxor): Avoid casts and warnings.
13244
13245 2005-10-06  Simon Josefsson  <jas@extundo.com>
13246
13247         * lib/hmac-md5.c: New file.
13248
13249         * lib/hmac.h: New file.
13250
13251 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13254         promotes to int, not unsigned int, to catch the AIX 5.3
13255         compiler bug.
13256
13257 2005-10-05  Simon Josefsson  <jas@extundo.com>
13258
13259         * modules/memxor: New file.
13260
13261         * modules/iconv (Files): Move config.rpath to havelib, it is used
13262         there.
13263
13264         * modules/havelib (Files): Add config.rpath.
13265
13266 2005-10-05  Simon Josefsson  <jas@extundo.com>
13267
13268         * m4/memxor.m4: New file.
13269
13270 2005-10-05  Simon Josefsson  <jas@extundo.com>
13271
13272         * lib/memxor.c (memxor): Fix compiler error.
13273
13274         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13275         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13276
13277         * lib/memxor.h, lib/memxor.c: New files.
13278
13279         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13280         we assume all systems have it, suggested by Jim Meyering
13281         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13282         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13283         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13284         same reasons.
13285
13286 2005-10-05  Simon Josefsson  <jas@extundo.com>
13287
13288         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13289
13290 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13293         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13294         needed, since the source code now assumes these .h files.
13295
13296 2005-10-05  Derek Price  <derek@ximbiot.com>
13297
13298         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13299
13300 2005-10-05  Bruno Haible  <bruno@clisp.org>
13301
13302         * modules/stdint (License): Change to LGPL.
13303
13304 2005-10-04  Simon Josefsson  <jas@extundo.com>
13305
13306         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13307         D. Baushke" <mdb@gnu.org>.
13308
13309 2005-10-04  Bruno Haible  <bruno@clisp.org>
13310
13311         * lib/verify.h (verify_true): Provide alternative definition for C++.
13312
13313 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13316         (SSIZE_MAX): New macro, if not already defined.
13317         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13318         than 2 GiB.
13319
13320 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         Sync from coreutils.
13323         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13324         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13325         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13326         ULLONG_MAX doesn't work with 2.7.2.1.
13327
13328 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13329
13330         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13331         From Ben Pfaff.
13332
13333         * modules/exclude (Depends-on): Depend on verify.
13334         * modules/strtoimax (Depends-on): Likewise.
13335         * modules/utimecmp (Depends-on): Likewise.
13336
13337 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13338
13339         * lib/exclude.c: Include verify.h.
13340         (verify): Remove.  All callers changed to use verify.h's version.
13341         * lib/strtoimax.c: Likewise.
13342         * lib/utimecmp.c: Likewis.e
13343
13344         Sync from coreutils.
13345         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13346         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13347         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13348         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13349         bother returning ENOSYS if settimeofday or stime fails; just let
13350         them return whatever errno they want to return.
13351         * lib/utimens.c: Include unistd.h, for dup2.
13352         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13353         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13354
13355 2005-10-02  Jim Meyering  <jim@meyering.net>
13356
13357         Sync from coreutils.
13358         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13359         from glibc-2.2.5 that fails for read-only files.
13360
13361 2005-10-02  Jim Meyering  <jim@meyering.net>
13362
13363         Sync from coreutils.
13364         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13365         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13366         `#if HAVE_CONFIG_H'.
13367         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13368         Remove AT_FDCWD test.
13369         Do not consume the fd unless successful.
13370         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13371         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13372         block, so that we don't even try to compile it if settimeofday is
13373         available.  This works around a compilation failure on OSF1 V5.1,
13374         due to stime requiring a `long int*' while tv_sec is `int'.
13375
13376 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13377
13378         Sync from coreutils.
13379         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13380         against `yes', rather than just testing for nonempty.
13381
13382 2005-10-01  Simon Josefsson  <jas@extundo.com>
13383
13384         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13385         and Darwin.
13386
13387         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13388         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13389         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13390         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13391         Check if struct addrinfo is declared.
13392
13393 2005-10-01  Simon Josefsson  <jas@extundo.com>
13394
13395         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13396         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13397         AI_* and EAI_* definitions.  Protect function declarations.
13398
13399 2005-10-01  Jim Meyering  <jim@meyering.net>
13400
13401         Sync from coreutils.
13402
13403         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13404         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13405         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13406         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13407         in the inet and nsl libraries.  Required on Solaris 5.7.
13408
13409 2005-10-01  Jim Meyering  <jim@meyering.net>
13410
13411         Sync from coreutils.
13412         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13413         in the inet and nsl libraries.  Required on Solaris 5.7.
13414
13415 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13416
13417         * lib/getdelim.c (getdelim): Remove unused variables.
13418
13419 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13422         so that the code works even with ancient cpp.  Portability problem
13423         with GCC 2.7.2.1 reported by Thomas M.Ott.
13424
13425 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13426
13427         * modules/regex (Depends-on): Add strcase.
13428
13429         * modules/gethostname (Licence): Change from GPL to LGPL, since
13430         gethostname.c is a trivial implementation of a standard library
13431         function.
13432         * modules/poll (License): Change from GPL to LGPL, since it's
13433         derived from LGPL code.
13434
13435 2005-09-27  Jim Meyering  <jim@meyering.net>
13436
13437         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13438         HAVE_CONFIG_H.
13439
13440         * lib/intprops.h (signed_type_or_expr__): Define.
13441         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13442         for unsigned types.
13443
13444 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13445
13446         * lib/verify.h (verify_expr): Remove, replacing with:
13447         (verify_true): New macro that returns true instead of void.
13448         (verify_type__): Remove.
13449         (verify): Use verify_true rather than verify_type__.
13450
13451 2005-09-26  Bruno Haible  <bruno@clisp.org>
13452
13453         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13454         is necessary.
13455         (lib_SOURCES): Remove mbchar.c.
13456         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13457         (Files): Add m4/mbrtowc.m4.
13458         * modules/mbiter: Likewise.
13459         * modules/mbuiter: Likewise.
13460
13461 2005-09-26  Bruno Haible  <bruno@clisp.org>
13462
13463         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13464         compile mbchar.c if they are not both present.
13465         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13466         * m4/mbiter.m4 (gl_MBITER): Likewise.
13467         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13468         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13469         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13470
13471 2005-09-25  Jim Meyering  <jim@meyering.net>
13472
13473         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13474         also uses socklen_t.
13475
13476 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * lib/utimens.c (ENOSYS): Define if not already defined.
13479         (futimens): Support having a null PATH if the file descriptor
13480         is nonnegative.
13481
13482         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13483         Remove.
13484         (__attribute): Define to empty unless GCC 3.1 or later.
13485         This works around a core dump on OpenBSD 3.4, which has GCC
13486         2.95.3, which dumps core when given __attribute__(()).  It also
13487         simplifies other tests, since we really don't want to bother with
13488         worrying about which ancient version of GCC supported what.
13489         Original problem reported by Yoann Vandoorselaere, with part of
13490         the fix suggested by Derek Price.
13491
13492 2005-09-24  Jim Meyering  <jim@meyering.net>
13493
13494         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13495         so we can once again use a positive bitfield width of 1 -- now we
13496         don't have to explain why we were using a bitfield width of 2.
13497
13498 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13501         and similarly for the other external symbols.  Problem reported
13502         by James Gallager.
13503
13504         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13505         bug reported by Jim Meyering.
13506
13507         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13508         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13509         not needed, since socklen is a prerequisite module.
13510
13511 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13514         Problem reported by Eric Blake.
13515         (getaddrinfo): Initialize se so that it's not garbage.
13516         Redo internal storage allocation so that it doesn't make unportable
13517         assumptions about alignment.
13518         Fix a memory leak.
13519
13520         * lib/utimens.c (futimens): Use futimesat if available.
13521         Prefer it to futimes since it doesn't have the futimes bug.
13522
13523         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13524         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13525         Instead, declare a function that returns a pointer to an array,
13526         and use verify_type__ to declare the size of the array.
13527         Problem and germ of a solution reported by Bruno Haible.
13528         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13529         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13530
13531 2005-09-23  Jim Meyering  <jim@meyering.net>
13532
13533         Sync from coreutils.
13534         Correct build failure (socklen_t not defined) on at least
13535         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13536         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13537
13538 2005-09-23  Jim Meyering  <jim@meyering.net>
13539
13540         * modules/getaddrinfo (Depends-on): Add socklen.
13541
13542 2005-09-23  Bruno Haible  <bruno@clisp.org>
13543
13544         * tests/test-verify.c: New file.
13545
13546 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13547
13548         Sync from coreutils.
13549
13550         * modules/argmatch (Depends-on): Add verify.
13551         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13552         unistd-safer.
13553         * modules/save-cwd (Depends-on): Likewise.
13554
13555         * modules/openat (Files): Add lib/openat-die.c.
13556         (Depends-on): Remove error, exitfail.
13557         Add dirname.
13558
13559         * modules/verify: New file.
13560         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13561         with "verify" module.
13562
13563 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         Sync from coreutils.
13566
13567         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13568         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13569         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13570         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13571         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13572         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13573         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13574         Don't bother checking for string.h, stdlib.h, unistd.h.
13575         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13576         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13577         module's job.
13578         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13579         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13580
13581         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13582         (gl_GETDATE): Use it.
13583
13584         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13585
13586 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13587
13588         Sync from coreutils.
13589
13590         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13591         stat-time.h.
13592         * lib/argmatch.h: Include verify.h
13593         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13594         (ARGMATCH_ASSERT): Remove; unused.
13595         * lib/canonicalize.c: Assume STDC_HEADERS.
13596         * lib/exclude.c: Include "strcase.h".
13597         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13598         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13599         and stdio-safer.h.
13600         (getusershell): Call fopen, not fopen_safer.
13601         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13602         Do not include unistd-safer.h.
13603         (save_cwd): Don't call fd_safer; no longer needed
13604         now that we include fcntl--.h.
13605
13606         * lib/getdate.y (relative_time): New type.
13607         (RELATIVE_TIME_0): New constant.
13608         (parser_control): Use relative_time instead of doing it ourselves.
13609         (%union): Add new relative_time rel member.
13610         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13611         Now typeless.
13612         (relunit, relunit_snumber): Now of type rel.
13613         (zone, rel, relunit, get_date): Adjust to above changes.
13614
13615         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13616         Do not include unistd-safer.h.
13617         (getloadavg): Don't call fd_safer; no longer needed
13618         now that we include fcntl--.h.
13619
13620         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13621         (make_dir_parents): Treat ENOSYS like EEXIST.
13622
13623         Improve quality of diagnostics on restore_cwd failure.
13624         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13625         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13626         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13627         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13628         each time through the loop.  Do not diagnose restore_cwd failure;
13629         that is the caller's job (and perhaps the caller does not care).
13630
13631         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13632         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13633         If the file already exists but is not a directory, don't bother
13634         to try to make its parents.
13635         Close potential file descriptor leak if we can't chdir("/") (!).
13636         Don't always return true if chdir($PWD) fails; return true only
13637         if the requested action was done successfully (except for the
13638         chdir($PWD)).
13639         Don't log final directory unless we actually made it.
13640         Refactor to avoid duplicate code to fix up permissions.
13641         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13642
13643         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13644         to make it a bit faster and (I hope) clearer.
13645         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13646         Fix bug in formats like %2N.
13647
13648         * lib/verify.h: New file.
13649
13650 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13651
13652         Sync from coreutils.
13653         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13654
13655 2005-09-22  Jim Meyering  <jim@meyering.net>
13656
13657         Sync from coreutils.
13658
13659         * m4/lstat.m4 (gl_FUNC_LSTAT):
13660         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13661         Remove obsolete comment.
13662         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13663         * m4/xstrtod.m4: Likewise.
13664
13665         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13666
13667 2005-09-22  Jim Meyering  <jim@meyering.net>
13668
13669         Sync from coreutils.
13670
13671         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13672
13673         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13674         the .tm_year member, since otherwise gcc-4.0 would now warn about
13675         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13676
13677         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13678         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13679
13680         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13681         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13682         when run in a time zone for which daylight savings time is in effect
13683         for the starting date.
13684
13685         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13686         stop us from restricting permissions of just-created absolute-named
13687         directories.
13688         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13689         to restore initial working directory.
13690         * lib/mkdir-p.c (make_dir_parents): New parameter:
13691         different_working_dir, to tell caller if/when we change the working
13692         directory and are unable to return to the initial one.
13693         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13694         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13695         `return false'.  This fixes a bug introduced on 2004-07-30.
13696
13697         * lib/openat.c (fdopendir): Be sure to close the supplied
13698         file descriptor before returning.  This makes our replacement
13699         implementation a little closer to Solaris's, where fdopendir
13700         ties the file descriptor to the returned DIR* pointer.
13701         * lib/openat.c (unlinkat): New function.
13702         * lib/openat.h (unlinkat): Add prototype.
13703         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13704         (openat_restore_fail): Rename from openat_restore_die.
13705         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13706
13707         Provide an alternative to exiting immediately upon save_cwd or
13708         restore_cwd failure.  Now, an application can arrange e.g.,
13709         to perform a longjump in that case.
13710         * lib/openat.c: Include dirname.h.
13711         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13712         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13713         and openat_restore_die rather than calling error directly.
13714         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13715
13716         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13717         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13718         define.
13719
13720         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13721         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13722                             int utc, int nanoseconds);
13723         Background:
13724         date should not have to allocate a megabyte of virtual memory to
13725         handle a format argument like +%1048575T.  When implemented with
13726         strftime, it must allocate such a buffer, use strftime to fill it
13727         in, print it, then free it.
13728         With fprintftime, it simply prints everything and exits.
13729         With no need for memory allocation, that's one fewer way to fail.
13730         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13731         optional field width, not before, so we accept %9:z, not %:9z.
13732         (my_strftime): Be sure to use L_('x') for literals.
13733
13734         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13735         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13736         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13737         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13738         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13739         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13740         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13741         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13742         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13743         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13744         * lib/xgethostname.c, lib/xreadlink.c:
13745         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13746
13747         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13748         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13749         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13750         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13751         and don't include <sys/file.h>).
13752
13753 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13754
13755         Sync from coreutils.
13756
13757         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13758         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13759         [!LDAV_DONE]: Avoid unused variable warning.
13760
13761 2005-09-21  Bruno Haible  <bruno@clisp.org>
13762
13763         * lib/unicodeio.h (unicode_to_mb): New declaration.
13764
13765 2005-09-20  Derek Price  <derek@ximbiot.com>
13766
13767         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13768         getaddrinfo.h.
13769
13770 2005-09-20  Bruno Haible  <bruno@clisp.org>
13771
13772         * gnulib-tool: Remove trailing slashes from the values specified for
13773         --source-base, --m4-base, --tests-base, --aux-dir.
13774         Suggested by Simon Josefsson <jas@extundo.com>.
13775
13776 2005-09-20  Bruno Haible  <bruno@clisp.org>
13777
13778         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13779         func_modules_to_filelist, func_import, func_create_testdir): Make all
13780         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13781         change when gnulib-tool is invoked in a different locale.
13782
13783 2005-09-19  Simon Josefsson  <jas@extundo.com>
13784
13785         * m4/socklen.m4: Fix typo.
13786
13787 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13788
13789         Use a consistent style for including <config.h>.
13790         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13791         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13792         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13793         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13794         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13795         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13796         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13797         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13798         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13799         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13800         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13801         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13802         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13803         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13804         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13805         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13806         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13807         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13808         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13809         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13810         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13811         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13812         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13813         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13814         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13815         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13816         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13817         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13818         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13819         lib/xstrtoumax.c, lib/yesno.c:
13820         Standardize inclusion of config.h.
13821         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13822         lib/inttostr.h:  Removed inclusion of config.h from header files.
13823         * lib/inttostr.c:  Adjusted in-tree users.
13824         * lib/timespec.h: Remove superfluous warning to include config.h.
13825         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13826         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13827         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13828         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13829         config.h with HAVE_CONFIG_H.
13830
13831 2005-09-19  Jim Meyering  <jim@meyering.net>
13832
13833         * modules/pathmax (License): Change to LGPL.
13834
13835 2005-09-19  Derek Price  <derek@ximbiot.com>
13836
13837         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13838
13839 2005-09-19  Bruno Haible  <bruno@clisp.org>
13840
13841         * gnulib-tool (import): Provide default for --tests-base.
13842
13843 2005-09-19  Bruno Haible  <bruno@clisp.org>
13844
13845         * doc/quote.texi: New file, extracted from gnulib.texi.
13846         * doc/ctime.texi: New file, extracted from gnulib.texi.
13847         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13848         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13849         * doc/gnulib.texi: Include them.
13850
13851 2005-09-18  Bruno Haible  <bruno@clisp.org>
13852
13853         Portability fix.
13854         * gnulib-tool (func_readlink): New function.
13855         (func_ln_if_changed): Use it.
13856
13857 2005-09-18  Bruno Haible  <bruno@clisp.org>
13858
13859         * gnulib-tool: Support --with-tests also with --import.
13860         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13861         (func_import): Use variables $testsbase and $inctests. Emit a
13862         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13863         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13864         SUBDIRS += $testsdir.
13865         (func_create_testdir): Update.
13866
13867 2005-09-18  Bruno Haible  <bruno@clisp.org>
13868
13869         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13870         instead of $dry_run.
13871         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13872         (func_ln_if_changed): Don't handle dry-run here.
13873         (func_import): In dry-run mode, detect more precisely which actions
13874         would be performed, and don't use "...ing" verbs.
13875
13876 2005-09-18  Bruno Haible  <bruno@clisp.org>
13877
13878         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13879         (func_import): Use join on two temporary files instead of three nested
13880         loops, in order to determine which files are new or old.
13881
13882 2005-09-18  Bruno Haible  <bruno@clisp.org>
13883
13884         * gnulib-tool (func_import): Comment out code that spits out the
13885         new files with --dry-run.
13886
13887 2005-09-18  Bruno Haible  <bruno@clisp.org>
13888
13889         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13890
13891 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         * lib/stat-time.h: New file.
13894         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13895         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13896         in a different way.
13897         (timespec_cmp): New function.
13898         * lib/utimecmp.c: Include stat-time.h.
13899         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13900         members exist, not on the obsolescent ST_MTIM_NSEC.
13901         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13902
13903 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13906
13907 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13908
13909         * MODULES.html.sh (File system functions): Add stat-time.
13910         * modules/stat-time: New file.
13911         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13912         is now done in a different way, by the stat-time module.
13913         * modules/utimecmp (Depends-on): Add stat-time.
13914
13915 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13916
13917         * m4/st_mtim.m4: Remove.  Superseded by...
13918         * m4/stat-time.m4: New file.
13919         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13920         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13921
13922 2005-09-15  Derek Price  <derek@ximbiot.com>
13923
13924         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13925
13926 2005-09-15  Derek Price  <derek@ximbiot.com>
13927
13928         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13929         * lib/regex_internal.c: Ditto, using this...
13930         (__GNUC_PREREQ): ...new macro.
13931         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13932         using...
13933         (__GNUC_PREREQ): ...this new macro.
13934
13935         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13936
13937 2005-09-15  Derek Price  <derek@ximbiot.com>
13938             Paul Eggert  <eggert@cs.ucla.edu>
13939
13940         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13941         changes, consolidating in...
13942         * lib/regex_internal.h: ...this file.
13943
13944 2005-09-13  Jim Meyering  <jim@meyering.net>
13945
13946         * lib/canon-host.c: Filter through gnu indent and reword comments
13947         slightly.
13948         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13949
13950 2005-09-13  Derek Price  <derek@ximbiot.com>
13951
13952         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13953         failure.
13954         Reported by Jim Meyering  <jim@meyering.net>.
13955
13956 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13957
13958         * lib/base64.c: Typo.
13959         (base64_encode): Put b64str in initialized data section.
13960
13961 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13962
13963         Merge glibc and coreutils changes into gnulib, plus a few
13964         extra fixes.
13965         * lib/md5.c: Use #error rather than a string.
13966         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13967         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13968         (__attribute__): Define to empty for non recent-GCC.
13969         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13970         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13971         Renamed from their non-__ counterparts, with new macros replacing
13972         them if not _LIBC.  Add __THROW attribute.
13973         (rol): Remove.
13974         (struct md5_ctx): Align buffer if using GCC.
13975         * lib/sha1.h (struct sha1_ctx): Likewise.
13976         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13977         The old name was backwards.
13978         (NOTSWAP): Remove; not used.
13979         (rol): New macro, moved here from md5.h.
13980         (sha1_process_block): Remove a FIXME that doesn't make sense.
13981
13982 2005-09-12  Derek Price  <derek@ximbiot.com>
13983
13984         Return usable errors from canon-host.
13985         * lib/canon-host.h: New file.
13986         * lib/canon-host.c (canon_host): Wrap...
13987         (canon_host_r): ...this new function, which now relies exclusively on
13988         getaddrinfo.
13989         (ch_strerror): New function.
13990         (last_cherror): New global.
13991         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13992         interface.
13993         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13994         void *.
13995         (freeaddrinfo): Free ai->ai_canonname when set.
13996
13997 2005-09-12  Derek Price  <derek@ximbiot.com>
13998
13999         Make canon-host require getaddrinfo.
14000         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14001         AC_LIBSOURCE canon-host.h.  Call...
14002         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14003         gl_GETADDRINFO.
14004         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14005
14006 2005-09-12  Derek Price  <derek@ximbiot.com>
14007
14008         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14009         LGPL.
14010         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14011
14012 2005-09-12  Derek Price  <derek@ximbiot.com>
14013
14014         * lib/gai_strerror.c: Include config.h when available.  Include
14015         getaddrinfo.h before other headers to test interface.
14016         Reported by Larry Jones <lawrence.jones@ugs.com>.
14017
14018 2005-09-12  Derek Price  <derek@ximbiot.com>
14019             Paul Eggert  <eggert@cs.ucla.edu>
14020
14021         * modules/glob (Files): Add glob-libc.h.
14022
14023 2005-09-12  Derek Price  <derek@ximbiot.com>
14024             Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14027         glob_.h, glob-libc.h.
14028         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14029
14030 2005-09-12  Derek Price  <derek@ximbiot.com>
14031             Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14034         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14035         protecting things that should be done only in gnulib contexts.
14036         * lib/glob_.h: New file, containing only the glob things needed for
14037         gnulib.
14038         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14039         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14040         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14041         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14042         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14043         and to respect the namespace rules better.
14044
14045 2005-09-08  Simon Josefsson  <jas@extundo.com>
14046
14047         * modules/socklen: New file.
14048
14049 2005-09-08  Simon Josefsson  <jas@extundo.com>
14050
14051         * m4/socklen.m4: New file.
14052
14053 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * modules/utimens (Files): Add m4/utimbuf.m4, since
14056         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14057         Reported by Sergey Poznyakoff.
14058
14059 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14060
14061         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14062         definitions, since that's the preferred style in glibc.
14063         Fix a minor spacing issue, and update copyright notice to match
14064         glibc's.
14065
14066 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14067
14068         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14069
14070 2005-09-06  Simon Josefsson  <jas@extundo.com>
14071
14072         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14073         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14074
14075 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14078         warning.
14079
14080 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14081
14082         * config/srclist.txt: Add glibc bug 1302.
14083
14084 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         Change bitset word type from unsigned int to unsigned long int,
14087         as this has better performance on typical 64-bit hosts.
14088         Port bitset code to hosts with unusual word sizes.
14089         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14090         (build_collating_symbol):
14091         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14092         argument is a bitset.  This is merely a style issue, but it makes
14093         it clearer that an entire array is expected.
14094         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14095         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14096         Port to the case where bitset_word is not the same as unsigned int.
14097         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14098         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14099         Likewise.
14100         * lib/regexec.c (check_dst_limits_calc_pos_1,
14101         check_subexp_matching_top):
14102         (build_trtable, group_nodes_into_DFAstates):
14103         Likewise.
14104         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14105         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14106         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14107         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14108         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14109         * lib/regcomp.c (optimize_subexps, lower_subexp):
14110         Work even if bitset_word has holes in its bitwise representation.
14111         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14112         * lib/regexec.c (check_dst_limits_calc_pos_1,
14113         check_subexp_matching_top):
14114         Likewise.
14115         * lib/regex_internal.c (re_string_reconstruct):
14116         Don't assume UCHAR_MAX == 255.
14117         * lib/regex_internal.h (bitset_set_all): Likewise.
14118         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14119         All uses changed.
14120         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14121         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14122         All uses changed.
14123         (BITSET_WORD_MAX): New macro.
14124         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14125         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14126         (bitset_empty, bitset_copy):
14127         Prefer sizeof (bitset) to multiplying it out ourselves.
14128         (bitset_not_merge): Remove; unused.
14129         (bitset_contain): Return bool, not unsigned int with one bit on.
14130         All callers changed.
14131         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14132         alignment than re_node_set; do this by defining a new internal
14133         type struct dests_alloc and using it to allocate memory.
14134
14135 2005-09-05  Bruno Haible  <bruno@clisp.org>
14136
14137         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14138         links.
14139
14140 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14141
14142         * modules/size_max (Makefile.am): Add size_max.h
14143
14144 2005-09-04  Derek Price  <derek@ximbiot.com>
14145
14146         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14147
14148 2005-09-03  Simon Josefsson  <jas@extundo.com>
14149
14150         * gnulib-tool: Fix typo.
14151
14152 2005-09-03  Simon Josefsson  <jas@extundo.com>
14153
14154         * config/srclist.txt: Add glibc bug 1293.
14155
14156 2005-09-03  Derek Price  <derek@ximbiot.com>
14157
14158         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14159         From Larry Jones <lawrence.jones@ugs.com>.
14160
14161 2005-09-02  Simon Josefsson  <jas@extundo.com>
14162
14163         * modules/socklen: New file.
14164
14165 2005-09-02  Simon Josefsson  <jas@extundo.com>
14166
14167         * modules/havelib: New module.
14168
14169         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14170         Use havelib.
14171
14172 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         Check for arithmetic overflow when calculating sizes, to prevent
14175         some buffer-overflow issues.  These patches are conservative, in the
14176         sense that when I couldn't determine whether an overflow was possible,
14177         I inserted a run-time check.
14178         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14179         macros.
14180         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14181         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14182         (re_xnrealloc, re_x2nrealloc): New inline functions.
14183         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14184         parse_bracket_exp):
14185         (build_equiv_class, build_charclass): Check for arithmetic overflow
14186         in size expression calculations.
14187         * lib/regex_internal.c (re_string_realloc_buffers):
14188         (build_wcs_upper_buffer, re_node_set_add_intersect):
14189         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14190         (re_dfa_add_node, register_state): Likewise.
14191         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14192         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14193         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14194         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14195
14196 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14197
14198         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14199         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14200
14201 2005-09-02  Bruno Haible  <bruno@clisp.org>
14202
14203         Support for lib vs. lib64 distinction on biarch platforms.
14204         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14205         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14206         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14207
14208 2005-09-02  Bruno Haible  <bruno@clisp.org>
14209
14210         * gnulib-tool (import): In the other first-use case, provide defaults
14211         as well.
14212
14213 2005-09-02  Bruno Haible  <bruno@clisp.org>
14214
14215         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14216         patches not yet found in the latest gettext release.
14217
14218 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14221         to avoid a collision with bits/local_lim.h in glibc.
14222         All uses changed.  Problem reported by Dmitry V. Levin in
14223         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14224
14225         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14226         bugs in int versus size_t comparisons.
14227         (re_string_context_at): Fix bug where the code assumed that
14228         Idx is signed.
14229
14230         Use bool where appropriate.
14231         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14232         All callers changed.
14233         (calc_eclosure_iter): Likewise, for ROOT arg.
14234         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14235         (build_charclass_op): Likewise, for NON_MATCH arg.
14236         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14237         (re_string_construct_common): Likewise, for ICASE arg.
14238         * lib/regexec.c (re_search_2_stub, re_search_stub):
14239         Likewise, for RET_LEN arg.
14240         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14241         (set_regs): Likewise, for FL_BACKTRACK arg.
14242         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14243         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14244         (calc_eclosure_iter, parse_bracket_exp):
14245         Use bool for internal variables that are booleans.
14246         * lib/regexec.c (re_search_internal, check_matching,
14247         proceed_next_node):
14248         (set_regs, build_sifted_states, sift_states_bkref):
14249         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14250         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14251         (find_collation_sequence_value):
14252         Likewise.
14253         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14254         (re_node_set_compare):
14255         Return bool, not int. All callers changed.
14256         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14257         (build_trtable, check_node_accept): Likewise.
14258         * lib/regex_internal.h: Include stdbool.h.
14259
14260         Fix bugs uncovered when converting to bool.
14261         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14262         failure instead of charging ahead blindly.
14263         * lib/regex_internal.c (register_state): Likewise.
14264         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14265         for freeing internal storage.
14266         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14267         bitset pieces used as boolean, to avoid undefined behavior
14268         on hosts that do int overflow checking.
14269
14270 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         * config/srclist.txt: Add glibc bugs 1285-1287.
14273
14274 2005-09-01  Jim Meyering  <jim@meyering.net>
14275
14276         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14277         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14278         Require gl_STAT_MACROS, too.
14279
14280 2005-09-01  Bruno Haible  <bruno@clisp.org>
14281
14282         * gnulib-tool (import): In the first-use case, provide defaults.
14283
14284 2005-09-01  Bruno Haible  <bruno@clisp.org>
14285
14286         * gnulib-tool (func_import): Remove the .tmp files.
14287
14288 2005-09-01  Bruno Haible  <bruno@clisp.org>
14289
14290         * gnulib-tool (func_import): Fix handling of symbolic links.
14291
14292 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14293
14294         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14295         old glibc regex code mishandles strings longer than 2**31 bytes.
14296         This patch fixes this when the regex code is used in gnulib
14297         (i.e., outside glibc).
14298
14299         This patch should not affect the use of the regex code inside
14300         glibc.  No doubt this problem also needs to be handled for glibc
14301         as well, but the result will be an incompatible change to the
14302         glibc ABI, and the old ABI will have to be supported too.  That
14303         can be the the subject for another patch.
14304
14305         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14306         governing whether the rest of this patch is active.  By default,
14307         the macro is disabled and the patch has no effect.
14308         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14309         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14310         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14311         (re_match_2, re_set_registers): Use the new types.
14312         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14313         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14314         New macros.
14315         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14316         (re_string_context_at, bin_tree_t, re_dfastate_t):
14317         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14318         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14319         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14320         (re_string_char_size_at, re_string_wchar_at):
14321         (re_string_elem_size_at):
14322         Use the new types and macros to port to 64-bit hosts.
14323         Use unsigned types for internal values, so that the code
14324         mostly works even for arrays larger than SSIZE_MAX.
14325         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14326         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14327         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14328         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14329         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14330         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14331         (calc_inveclosure, parse_dup_op, build_range_exp):
14332         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14333         (fetch_number, create_token_tree, mark_opt_subexp):
14334         Likewise.
14335         * lib/regex_internal.c (re_string_construct_common,
14336         create_ci_newstate):
14337         (create_cd_newstate, re_string_allocate, re_string_construct):
14338         (re_string_realloc_buffers, build_wcs_upper_buffer):
14339         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14340         (re_string_reconstruct, re_string_peek_byte_case):
14341         (re_string_fetch_byte_case, re_string_context_at):
14342         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14343         (re_node_set_init_copy, re_node_set_add_intersect):
14344         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14345         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14346         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14347         (re_acquire_state, re_acquire_state_context, register_state):
14348         Likewise.
14349         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14350         search_cur_bkref_entry):
14351         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14352         (re_search_internal, re_search_2_stub, re_search_stub)
14353         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14354         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14355         (update_cur_sifted_state, check_dst_limits):
14356         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14357         (check_subexp_limits, sift_states_bkref, merge_state_array):
14358         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14359         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14360         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14361         (expand_bkref_cache, check_node_accept_bytes):
14362         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14363         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14364         (acquire_init_state_context, check_halt_node_context):
14365         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14366         (sift_states_backward, clean_state_log_if_needed):
14367         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14368         (find_recover_state, transit_state_sb, transit_state_mb):
14369         (transit_state_bkref, build_trtable, match_ctx_clean):
14370         Likewise.
14371         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14372         to work around an assumption that REG_MISSING is negative.
14373
14374         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14375         (seek_collating_symbol_entry) [defined _LIBC]:
14376         (lookup_collation_sequence_value) [defined _LIBC]:
14377         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14378         Use prototypes rather than old-style function definitions.
14379         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14380         (transit_state_sb) [0]:
14381         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14382
14383         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14384         rm_eo.
14385
14386         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14387         (optimize_subexps, lower_subexp):
14388         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14389         since the signed shift might overflow.  Use 1u<<31 instead.
14390         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14391         Likewise.
14392         * lib/regexec.c (check_dst_limits_calc_pos_1,
14393         check_subexp_matching_top): Likewise.
14394
14395         * lib/regcomp.c (optimize_subexps, lower_subexp):
14396         Use CHAR_BIT rather than 8, for clarity.
14397         * lib/regexec.c (check_dst_limits_calc_pos_1):
14398         (check_subexp_matching_top): Likewise.
14399         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14400         have to worry about portability issues when shifting it left.
14401         Remove no-longer-needed test for table_size > 0.
14402         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14403         in a word, as the resulting behavior is undefined.
14404         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14405         in one case, a <= should have been an <, and in another case the
14406         whole test was missing.
14407         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14408         the standard name CHAR_BIT.
14409         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14410         this is not true on one's complement and signed-magnitude hosts.
14411
14412         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14413         next_last_offset.
14414         (struct re_dfa_t): Remove unused member states_alloc.
14415         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14416
14417 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14418
14419         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14420         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14421         and large-file glibc and in 32-bit large-file Solaris.
14422
14423 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14426         lengths fit in regoff_t; this isn't true if regoff_t is the same
14427         width as size_t.
14428         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14429         (= START + RANGE) instead of RANGE.  This avoids overflow
14430         problems when regoff_t is the same width as size_t.
14431         All callers changed.
14432         (re_search_2_stub): Check for overflow when adding the
14433         sizes of the two strings.
14434         (re_search_stub): Check for overflow when adding START
14435         to RANGE; if it occurs, substitute the extreme value.
14436
14437 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14440
14441 2005-08-31  Jim Meyering  <jim@meyering.net>
14442
14443         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14444         a pointer-to-const.
14445         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14446         (register_state): Likewise.
14447         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14448         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14449         (group_nodes_into_DFAstates): Likewise.
14450
14451 2005-08-31  Jim Meyering  <jim@meyering.net>
14452
14453         * check-module: Add a FIXME comment.
14454
14455 2005-08-31  Eric Blake  <ebb9@byu.net>
14456
14457         * modules/unistd-safer (Files): Add unistd--.h.
14458         * modules/stdio-safer (Files): Add stdio--.h.
14459
14460 2005-08-31  Derek Price  <derek@ximbiot.com>
14461
14462         * lib/getdelim.c (getdelim): Return EOF on EOF.
14463         Reported by Larry Jones <lawrence.jones@ugs.com>.
14464
14465 2005-08-31  Bruno Haible  <bruno@clisp.org>
14466
14467         Avoid unnecessary diffs in the generated lib/Makefile.am.
14468         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14469         the generated files.
14470         (func_import): Don't set cmd.
14471
14472 2005-08-31  Bruno Haible  <bruno@clisp.org>
14473
14474         * lib/strstr.c: Include <stddef.h>, for NULL.
14475         * lib/strcasestr.c: Likewise.
14476         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14477
14478 2005-08-31  Bruno Haible  <bruno@clisp.org>
14479
14480         * gnulib-tool: New option --macro-prefix.
14481         (func_import): Use macro_prefix.
14482         (import): Handle option --macro-prefix.
14483
14484 2005-08-31  Bruno Haible  <bruno@clisp.org>
14485
14486         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14487         Also use new variables cached_lgpl, cached_libtool.
14488
14489 2005-08-31  Bruno Haible  <bruno@clisp.org>
14490
14491         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14492         always instantiating them.
14493
14494 2005-08-31  Bruno Haible  <bruno@clisp.org>
14495
14496         * gnulib-tool (func_import): Read the previous cached settings
14497         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14498         earlier added by gnulib but are now dropped. Warn when a gnulib file
14499         overwrites a non-gnulib file.
14500
14501 2005-08-31  Bruno Haible  <bruno@clisp.org>
14502
14503         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14504         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14505         projects that don't keep autogenerated files in CVS. Put into
14506         actioncmd only the specified modules, not the transitive closure.
14507
14508 2005-08-31  Bruno Haible  <bruno@clisp.org>
14509
14510         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14511         Create directories that shall be filled.
14512         (import): Don't look for gl_* macros in configure.ac. Recurse across
14513         all directories containing a gnulib-cache.m4 files, if meaningful.
14514
14515 2005-08-31  Bruno Haible  <bruno@clisp.org>
14516
14517         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14518         (import): Set seen_libtool when we see gl_LIBTOOL.
14519
14520 2005-08-31  Bruno Haible  <bruno@clisp.org>
14521
14522         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14523         declaration macro definitions from generated gnulib.m4.
14524
14525 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14526
14527         * lib/iconvme.h: Add prototype for iconv_alloc.
14528
14529 2005-08-29  Simon Josefsson  <jas@extundo.com>
14530
14531         * lib/iconvme.c: Fix errno.
14532
14533 2005-08-29  Bruno Haible  <bruno@clisp.org>
14534
14535         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14536         that it works when the directory contains spaces.
14537
14538 2005-08-29  Bruno Haible  <bruno@clisp.org>
14539
14540         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14541
14542 2005-08-29  Bruno Haible  <bruno@clisp.org>
14543
14544         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14545         Emit more advice.
14546
14547 2005-08-29  Bruno Haible  <bruno@clisp.org>
14548         and Stepan Kasal  <kasal@ucw.cz>
14549
14550         * check-module: If more parameters are given, check each of them
14551         separately; add more exceptions, as noted by Jim Meyering.
14552         (check_module): New procedure.
14553         (%exempt_header): Now contains all exceptions.
14554
14555 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14556
14557         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14558
14559 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14560
14561         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14562
14563 2005-08-28  Bruno Haible  <bruno@clisp.org>
14564
14565         * m4/gnulib-tool.m4: New file.
14566
14567 2005-08-27  Jim Meyering  <jim@meyering.net>
14568
14569         * modules/unistd-safer (Files): Add pipe-safer.c.
14570         * modules/fcntl-safer (Files): Add creat-safer.c.
14571
14572 2005-08-27  Jim Meyering  <jim@meyering.net>
14573
14574         * m4/stdlib-safer.m4: New file.  From coreutils.
14575         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14576         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14577         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14578         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14579         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14580
14581 2005-08-27  Jim Meyering  <jim@meyering.net>
14582
14583         * lib/fopen-safer.c: Merge minor changes from coreutils.
14584         * lib/dup-safer.c: Likewise.
14585         * lib/fd-safer.c: Likewise.
14586
14587         Merge from coreutils.
14588         * lib/stdio--.h: New file.
14589         * lib/stdlib--.h: New file.
14590         * lib/mkstemp-safer.c: New file.
14591
14592         GNU tar needs these.
14593         * lib/pipe-safer.c: New file.
14594         * lib/creat-safer.c: New file.
14595         * lib/fcntl--.h (creat): Define to creat_safer.
14596         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14597         * lib/unistd--.h (pipe): Define to pipe_safer.
14598         * lib/unistd-safer.h: Declare pipe_safer.
14599
14600 2005-08-26  Simon Josefsson  <jas@extundo.com>
14601
14602         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14603         Haible <bruno@clisp.org>.
14604
14605 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         * lib/regex_internal.h: Remove all references to
14608         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14609         or better.
14610         (bitset_not, bitset_merge, bitset_not_merge):
14611         (bitset_mask, re_string_allocate, re_string_construct):
14612         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14613         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14614         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14615         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14616         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14617         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14618         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14619         (re_acquire_state_context):
14620         Remove unnecessary forward decls.
14621         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14622         Put __attribute at function definition,
14623         now that the function decl has been removed.
14624         * lib/regex_internal.c (re_string_peek_byte_case):
14625         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14626         Likewise.
14627
14628 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14629
14630         * m4/regex.m4: Add AC_PREREQ(2.50).
14631         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14632
14633 2005-08-25  Simon Josefsson  <jas@extundo.com>
14634
14635         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14636         __fsetlocking.
14637
14638 2005-08-25  Simon Josefsson  <jas@extundo.com>
14639
14640         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14641         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14642         GLIBC specific code.
14643
14644 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         Make regex safe for g++.  This fixes one real bug (an "err"
14647         that should have been "*err").  g++ problem reported by
14648         Sam Steingold.
14649         * lib/regex_internal.h (re_calloc): New macro, consistent with
14650         re_malloc etc.  All callers of calloc changed to use re_calloc.
14651         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14652         not int.  All callers changed.
14653         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14654         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14655         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14656         (find_recover_state): Change "err" to "*err"; this fixes what
14657         appears to be a real bug.
14658         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14659         versus int.
14660
14661 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * modules/regex (Depends-on): Add malloc, since the code
14664         assumes that !malloc(0) means failure.
14665
14666 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14669
14670         alloca modernization/simplification for regex.
14671         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14672         needs to be at the start of the file, and can be moved into
14673         regex_internal.h and simplified.
14674         * lib/regex_internal.h: Include <alloca.h>.
14675         (__libc_use_alloca) [!defined _LIBC]: New macro.
14676         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14677         now works outside glibc.
14678
14679 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * config/srclist.txt: Add glibc bugs 1241, 1245.
14682
14683 2005-08-25  Jim Meyering  <jim@meyering.net>
14684
14685         * lib/open-safer.c: Include <config.h>.
14686         Otherwise, we'd lose LARGEFILE support in any file using
14687         e.g. "fcntl--.h"
14688
14689 2005-08-25  Bruno Haible  <bruno@clisp.org>
14690
14691         * m4/minmax.m4: Require autoconf 2.52.
14692         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14693         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14694         alternatives of translit over the alphabet.
14695         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14696
14697 2005-08-24  Simon Josefsson  <jas@extundo.com>
14698
14699         * tests/test-getpass.c: New file.
14700
14701 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14704         for GNU regex features.
14705
14706 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14709         * lib/regex.h (regerror): Likewise.
14710
14711         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14712         requires this.  (The code never needed it.)
14713
14714         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14715         All uses of recently-renamed identifiers changed to use the new,
14716         POSIX-compliant names.  The code will build and run just fine
14717         without these changes, but it's better to eat our own dog food
14718         and use the standard-conforming names.
14719
14720         * lib/regex.h: Fix a multitude of POSIX name space violations.
14721         These changes have an effect only for programs that define
14722         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14723         do not change anything for programs compiled in the normal way.
14724         Also, there is no effect on the ABI.
14725
14726         (_REGEX_SOURCE): New macro.
14727         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14728         defined and _GNU_SOURCE is not; this fixes a name space violation.
14729
14730         Rename the following macros to obey POSIX requirements.
14731         The old names are still visible as macros if _REGEX_SOURCE is defined.
14732         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14733         RE_BACKSLASH_ESCAPE_IN_LISTS.
14734         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14735         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14736         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14737         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14738         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14739         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14740         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14741         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14742         (REG_INTERVALS): renamed from RE_INTERVALS.
14743         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14744         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14745         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14746         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14747         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14748         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14749         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14750         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14751         RE_UNMATCHED_RIGHT_PAREN_ORD.
14752         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14753         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14754         (REG_DEBUG): renamed from RE_DEBUG.
14755         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14756         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14757         unusual, since we can't clash with the POSIX REG_ICASE.
14758         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14759         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14760         (REG_NO_SUB): renamed from RE_NO_SUB.
14761         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14762         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14763         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14764         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14765         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14766         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14767         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14768         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14769         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14770         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14771         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14772         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14773         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14774         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14775         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14776         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14777         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14778         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14779         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14780         (REG_FIXED): Renamed from REGS_FIXED.
14781         (REG_NREGS): Renamed from RE_NREGS.
14782
14783         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14784         of other REG_* macros, since POSIX says the user is allowed to
14785         #undef these macros selectively.
14786
14787         (reg_errcode_t): Update comment stating what other tables need
14788         to be consistent.
14789
14790         Rename the following enum values to obey POSIX requirements.
14791         The old names are still visible as macros.
14792         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14793         is not defined, since GNU is supposed to be a superset of POSIX as
14794         much as possible, and since we want reg_errcode_t to be a signed
14795         type for implementation consistency.
14796         (_REG_NOERROR): Renamed from REG_NOERROR.
14797         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14798         (_REG_BADPAT): Renamed from REG_BADPAT.
14799         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14800         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14801         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14802         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14803         (_REG_EBRACK): Renamed from REG_EBRACK.
14804         (_REG_EPAREN): Renamed from REG_EPAREN.
14805         (_REG_EBRACE): Renamed from REG_EBRACE.
14806         (_REG_BADBR): Renamed from REG_BADBR.
14807         (_REG_ERANGE): Renamed from REG_ERANGE.
14808         (_REG_ESPACE): Renamed from REG_ESPACE.
14809         (_REG_BADRPT): Renamed from REG_BADRPT.
14810         (_REG_EEND): Renamed from REG_EEND.
14811         (_REG_ESIZE): Renamed from REG_ESIZE.
14812         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14813         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14814         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14815         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14816         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14817
14818         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14819         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14820         changed.  But support the old name if the new one is not defined
14821         and if _REGEX_SOURCE.
14822
14823         Change the following member names in struct re_pattern_buffer.
14824         The old names are still supported if !_REGEX_SOURCE.
14825         The new names are always supported, regardless of _REGEX_SOURCE.
14826         (re_buffer): Renamed from buffer.
14827         (re_allocated): Renamed from allocated.
14828         (re_used): Renamed from used.
14829         (re_syntax): Renamed from syntax.
14830         (re_fastmap): Renamed from fastmap.
14831         (re_translate): Renamed from translate.
14832         (re_can_be_null): Renamed from can_be_null.
14833         (re_regs_allocated): Renamed from regs_allocated.
14834         (re_fastmap_accurate): Renamed from fastmap_accurate.
14835         (re_no_sub): Renamed from no_sub.
14836         (re_not_bol): Renamed from not_bol.
14837         (re_not_eol): Renamed from not_eol.
14838         (re_newline_anchor): Renamed from newline_anchor.
14839
14840         Change the following member names in struct re_registers.
14841         The old names are still supported if !_REGEX_SOURCE.
14842         The new names are always supported, regardless of _REGEX_SOURCE.
14843         (rm_num_regs): Renamed from num_regs.
14844         (rm_start): Renamed from start.
14845         (rm_end): Renamed from end.
14846
14847         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14848         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14849         Prepend __ to parameter names.
14850
14851         Undo yesterday's changes.
14852
14853 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14856         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14857         lib/regex.c.
14858
14859 2005-08-24  Jim Meyering  <jim@meyering.net>
14860
14861         Sync from coreutils.
14862         * m4/fcntl-safer.m4: New file.
14863
14864         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14865         and object files for this module.
14866
14867 2005-08-24  Jim Meyering  <jim@meyering.net>
14868
14869         Sync from coreutils.
14870         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14871
14872 2005-08-24  Jim Meyering  <jim@meyering.net>
14873
14874         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14875         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14876
14877 2005-08-24  Jim Meyering  <jim@meyering.net>
14878
14879         * modules/fcntl-safer: New module.
14880         * modules/fts (Depends-on): Add fcntl-safer.
14881         * MODULES.html.sh (File descriptor based Input/Output):
14882         Add fcntl-safer.
14883
14884 2005-08-24  Bruno Haible  <bruno@clisp.org>
14885
14886         Support for unit test modules.
14887         * modules/README: Mention tests modules.
14888         * modules/TEMPLATE-TESTS: New file.
14889         * gnulib-tool: New options --extract-tests-module, --with-tests and
14890         --tests-base (unused for the moment).
14891         (testsbase, inctests): New variables.
14892         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14893         (func_verify_module): Exclude TEMPLATE-TESTS.
14894         (func_verify_nontests_module, func_verify_tests_module): New functions.
14895         (func_get_dependencies): Add implicit dependency for tests modules.
14896         (func_get_tests_module): New function.
14897         (func_modules_transitive_closure): When --with-tests was specified,
14898         include the unit tests as well, unless explicitly avoided.
14899         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14900         (func_emit_tests_Makefile_am): New function.
14901         (func_create_testdir): When --with-tests was specified, emit a
14902         tests/ directory.
14903         * MODULES.html.sh (Future developments): Update.
14904
14905 2005-08-24  Bruno Haible  <bruno@clisp.org>
14906
14907         * modules/tls-tests: New file.
14908         * tests/test-tls.c: New file, from GNU gettext.
14909
14910 2005-08-24  Bruno Haible  <bruno@clisp.org>
14911
14912         * modules/lock-tests: New file.
14913         * tests/test-lock.c: New file, from GNU gettext.
14914
14915 2005-08-24  Bruno Haible  <bruno@clisp.org>
14916
14917         * lib/lock.h: Add multiple inclusion guard.
14918         * lib/tls.h: Add multiple inclusion guard.
14919
14920 2005-08-24  Bruno Haible  <bruno@clisp.org>
14921
14922         * gnulib-tool: Add support for the --aux-dir option to
14923         --create-testdir, --create-megatestdir, --test, --megatest.
14924         (func_create_testdir, func_create_megatestdir): Optionally emit a
14925         AC_CONFIG_AUX_DIR directive.
14926         (create-testdir, create-megatestdir, test, megatest): Provide a
14927         default value for $auxdir.
14928
14929 2005-08-24  Bruno Haible  <bruno@clisp.org>
14930
14931         * gnulib-tool (import): Use compound statement instead of subshell
14932         where possible.
14933
14934 2005-08-24  Bruno Haible  <bruno@clisp.org>
14935
14936         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14937
14938 2005-08-24  Bruno Haible  <bruno@clisp.org>
14939
14940         * gnulib-tool (func_version): Update.
14941
14942 2005-08-24  Bruno Haible  <bruno@clisp.org>
14943
14944         * gnulib-tool (func_import, func_create_testdir,
14945         func_create_megatestdir): Quote all autoconf macro arguments.
14946
14947 2005-08-24  Bruno Haible  <bruno@clisp.org>
14948
14949         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14950         option --force, because --force causes the aclocal.m4 of each
14951         subdirectory to be newer than the corresponding config.h.in.
14952
14953 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14956         All contents moved to gl_REGEX.
14957         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14958         assume that it does.
14959
14960 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/regex.h (REG_NOSYS)
14963         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14964         Define, since POSIX requires it as of 2001.
14965         (_REG_ENOSYS)
14966         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14967         New private symbol, used to keep the enum signed in all cases.
14968         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14969         Youngman in
14970         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14971
14972         * lib/regex_internal.c (re_string_skip_chars, register_state):
14973         (calc_state_hash):
14974         Remove forward decls; no longer needed now that we use prototypes.
14975         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14976         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14977         (clean_state_log_if_needed): Likewise.
14978
14979 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14980
14981         * config/srclist.txt: Add glibc bugs 1231-1233.
14982
14983 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         Fix problems reported by Sam Steingold in
14986         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14987         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14988         assumed that reg_errcode_t is a signed type, which is not
14989         necessarily true if _XOPEN_SOURCE is not defined.
14990         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14991         since some compilers warn about it otherwise.
14992
14993 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14996         (init_word_char, create_initial_state, duplicate_node_closure):
14997         (fetch_token, peek_token_bracket, build_range_exp):
14998         (build_collating_symbol): Remove forward decls; no longer needed
14999         now that we use prototypes.
15000
15001         * lib/regcomp.c:
15002         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15003         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15004         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15005         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15006         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15007         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15008         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15009         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15010         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15011         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15012         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15013         (build_charclass, build_charclass_op, fetch_number, create_tree):
15014         (create_token_tree, mark_opt_subexp, duplicate_tree):
15015         Use prototypes rather than old-style definitions.
15016
15017         * lib/regex_internal.c:
15018         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15019         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15020         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15021         (re_string_reconstruct, re_string_peek_byte_case):
15022         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15023         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15024         (re_node_set_init_copy, re_node_set_add_intersect):
15025         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15026         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15027         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15028         (re_acquire_state, re_acquire_state_context, register_state):
15029         (create_ci_newstate, create_cd_newstate, free_state):
15030         Likewise.
15031         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15032         re_search_2):
15033         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15034         (re_search_internal, prune_impossible_nodes):
15035         (acquire_init_state_context, check_matching, static):
15036         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15037         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15038         (update_regs, sift_states_backward, build_sifted_states):
15039         (clean_state_log_if_needed, merge_state_array):
15040         (update_cur_sifted_state, add_epsilon_src_nodes):
15041         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15042         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15043         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15044         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15045         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15046         (check_arrival, check_arrival_add_next_nodes):
15047         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15048         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15049         (check_node_accept_bytes, check_node_accept, extend_buffers):
15050         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15051         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15052         (sift_ctx_init):
15053         Likewise.
15054
15055         * lib/regex_internal.h:
15056         (re_string_allocate, re_string_construct, re_string_reconstruct):
15057         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15058         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15059         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15060         (re_string_context_at, re_string_peek_byte_case):
15061         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15062         is defined, since we now use prototypes always.
15063
15064         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15065         C89 or better.  All uses removed.
15066
15067 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15068
15069         * config/srclist.txt: Add glibc bugs 1220-1227.
15070
15071 2005-08-20  Jim Meyering  <jim@meyering.net>
15072
15073         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15074         of unused local, dfa.
15075
15076 2005-08-20  Bruno Haible  <bruno@clisp.org>
15077
15078         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15079
15080 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15081
15082         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15083         (re_node_set_insert_last, re_dfa_add_node):
15084         Rename local variables to avoid GCC shadowing warnings.
15085
15086 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15089         [defined lint]: Suppress bogus uninitialized-variable warnings.
15090
15091         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15092         and let the caller return REG_ESPACE if out of space.  This
15093         removes an uninitialied-variable warning with GCC 4.0.1, and also
15094         avoids taking the address of a local variable.  All callers
15095         changed.
15096
15097 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15100         $LIBCSRC/posix/regexec.c.
15101         Add glibc bug 1217 for regcomp.c.
15102
15103 2005-08-19  Jim Meyering  <jim@meyering.net>
15104
15105         * lib/regexec.c (proceed_next_node): Redo local variables to
15106         avoid GCC shadowing warnings.
15107
15108 2005-08-18  Bruno Haible  <bruno@clisp.org>
15109
15110         * lib/strstr.c (strstr): Fix return value in multibyte case.
15111         * lib/strcasestr.c (strcasestr): Likewise.
15112
15113 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15116
15117 2005-08-17  Jim Meyering  <jim@meyering.net>
15118
15119         Make the %s format (seconds since the epoch) work for a negative
15120         number and when used with a zero-padded field width, e.g. %015s.
15121
15122         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15123         label so that it precedes the code to set `digits'.  Otherwise,
15124         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15125         print `00-22'.  Now, it prints `-0022', as it should.
15126
15127 2005-08-17  Bruno Haible  <bruno@clisp.org>
15128
15129         * modules/strstr (Files): Add m4/mbrtowc.m4.
15130         (Depends-on): Add mbuiter.
15131
15132 2005-08-17  Bruno Haible  <bruno@clisp.org>
15133
15134         * modules/strcasestr: New file.
15135         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15136         strcasestr.
15137
15138 2005-08-17  Bruno Haible  <bruno@clisp.org>
15139
15140         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15141
15142 2005-08-17  Bruno Haible  <bruno@clisp.org>
15143
15144         * modules/mbuiter: New file.
15145         * MODULES.html.sh (Extended multibyte and wide character utilities):
15146         Add mbuiter.
15147
15148 2005-08-17  Bruno Haible  <bruno@clisp.org>
15149
15150         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15151         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15152
15153 2005-08-17  Bruno Haible  <bruno@clisp.org>
15154
15155         * m4/strcasestr.m4: New file.
15156
15157 2005-08-17  Bruno Haible  <bruno@clisp.org>
15158
15159         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15160         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15161
15162 2005-08-17  Bruno Haible  <bruno@clisp.org>
15163
15164         * lib/strcasestr.h: New file.
15165         * lib/strcasestr.c: New file.
15166
15167 2005-08-17  Bruno Haible  <bruno@clisp.org>
15168
15169         * lib/strcasecmp.c: Use mbuiter.h.
15170
15171 2005-08-17  Bruno Haible  <bruno@clisp.org>
15172
15173         * lib/mbuiter.h: New file.
15174
15175 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15176
15177         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15178         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15179         and gl_GETOPT are both invoked via different paths (as happens
15180         with GNU tar CVS because it uses both argp and getopt), the former
15181         wins.
15182
15183 2005-08-16  Bruno Haible  <bruno@clisp.org>
15184
15185         * modules/tls: New file.
15186         * MODULES.html.sh (Multithreading): Add tls.
15187
15188 2005-08-16  Bruno Haible  <bruno@clisp.org>
15189
15190         * modules/strnlen1: New file.
15191         * MODULES.html.sh (String handling): Add strnlen1.
15192
15193 2005-08-16  Bruno Haible  <bruno@clisp.org>
15194
15195         * modules/strcase (Files): Add m4/mbrtowc.m4.
15196         (Depends-on): Add strnlen1, mbchar.
15197
15198 2005-08-16  Bruno Haible  <bruno@clisp.org>
15199
15200         * modules/mbiter: New file.
15201         * MODULES.html.sh (Extended multibyte and wide character utilities):
15202         Add mbiter.
15203
15204 2005-08-16  Bruno Haible  <bruno@clisp.org>
15205
15206         * modules/mbfile: New file.
15207         * MODULES.html.sh (Extended multibyte and wide character utilities):
15208         Add mbfile.
15209
15210 2005-08-16  Bruno Haible  <bruno@clisp.org>
15211
15212         * modules/mbchar: New file.
15213         * MODULES.html.sh (Extended multibyte and wide character utilities):
15214         New section.
15215
15216 2005-08-16  Bruno Haible  <bruno@clisp.org>
15217
15218         * m4/tls.m4: New file, from GNU gettext.
15219
15220 2005-08-16  Bruno Haible  <bruno@clisp.org>
15221
15222         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15223         always.
15224         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15225
15226 2005-08-16  Bruno Haible  <bruno@clisp.org>
15227
15228         * m4/mbiter.m4: New file.
15229
15230 2005-08-16  Bruno Haible  <bruno@clisp.org>
15231
15232         * m4/mbfile.m4: New file.
15233
15234 2005-08-16  Bruno Haible  <bruno@clisp.org>
15235
15236         * m4/mbchar.m4: New file.
15237
15238 2005-08-16  Bruno Haible  <bruno@clisp.org>
15239
15240         * lib/tls.h: New file, from GNU gettext.
15241         * lib/tls.c: New file, from GNU gettext.
15242
15243 2005-08-16  Bruno Haible  <bruno@clisp.org>
15244
15245         * lib/strnlen1.h: New file.
15246         * lib/strnlen1.c: New file.
15247
15248 2005-08-16  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15251         (mbi_init): Update.
15252         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15253         NUL byte, not after it.
15254
15255 2005-08-16  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/strcase.h (strcasecmp): Add note in comments.
15258         * lib/strncasecmp.c: Use code from strcasecmp.c.
15259         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15260         (strcasecmp): Work correctly in multibyte locales.
15261
15262 2005-08-16  Bruno Haible  <bruno@clisp.org>
15263
15264         * lib/mbiter.h: New file.
15265
15266 2005-08-16  Bruno Haible  <bruno@clisp.org>
15267
15268         * lib/mbfile.h: New file.
15269
15270 2005-08-16  Bruno Haible  <bruno@clisp.org>
15271
15272         * lib/mbchar.h: New file.
15273         * lib/mbchar.c: New file.
15274
15275 2005-08-16  Bruno Haible  <bruno@clisp.org>
15276
15277         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15278         the valid ones. Makes the comparison operations transitive:
15279         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15280         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15281
15282 2005-08-15  Simon Josefsson  <jas@extundo.com>
15283
15284         * modules/ssize_t (License): Change to 'unlimited'.
15285
15286         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15287
15288 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15291         Add comments for each pending glibc patch.
15292
15293 2005-08-15  Bruno Haible  <bruno@clisp.org>
15294
15295         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15296         __cplusplus is defined.
15297
15298 2005-08-14  Jim Meyering  <jim@meyering.net>
15299
15300         Sync from coreutils.
15301
15302         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15303         Use the hash-table-based cycle-detection code not just when
15304         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15305         Reported by James Youngman in
15306         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15307         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15308         FTS_TIGHT_CYCLE_CHECK.
15309         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15310         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15311         once again.
15312         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15313         * lib/fts.c (fd_safer): Remove decl.
15314         Include fcntl--.h rather than unistd-safer.h
15315         (fts_safe_changedir): Don't call fd_safer; no longer needed
15316         now that we include fcntl--.h.
15317
15318 2005-08-12  Simon Josefsson  <jas@extundo.com>
15319
15320         * modules/getndelim2: Use ssize_t module.
15321         * modules/getnline: Likewise.
15322         * modules/safe-read: Likewise.
15323         * modules/xreadlink: Likewise.
15324
15325         * modules/ssize_t: New file.
15326
15327 2005-08-12  Simon Josefsson  <jas@extundo.com>
15328
15329         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15330
15331 2005-08-12  Simon Josefsson  <jas@extundo.com>
15332
15333         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15334         ssize_t.
15335
15336 2005-08-12  Simon Josefsson  <jas@extundo.com>
15337
15338         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15339         readline, getdelim and check_version.
15340         (Support for systems lacking ISO C 99: Sizes of integer types):
15341         Add size_max.
15342
15343 2005-08-12  Bruno Haible  <bruno@clisp.org>
15344
15345         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15346
15347 2005-08-11  Simon Josefsson  <jas@extundo.com>
15348
15349         * modules/readline: New file.
15350
15351         * modules/strnlen (Files): Add strnlen.h.
15352
15353 2005-08-11  Simon Josefsson  <jas@extundo.com>
15354
15355         * m4/readline.m4: New file.
15356
15357 2005-08-11  Simon Josefsson  <jas@extundo.com>
15358
15359         * lib/readline.h, readline.c: New file.
15360
15361 2005-08-11  Simon Josefsson  <jas@extundo.com>
15362
15363         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15364         gl_AVOID.
15365
15366 2005-08-11  Bruno Haible  <bruno@clisp.org>
15367
15368         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15369
15370 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15371
15372         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15373
15374 2005-08-10  Simon Josefsson  <jas@extundo.com>
15375
15376         * tests/test-iconvme.c: New file.
15377
15378 2005-08-10  Simon Josefsson  <jas@extundo.com>
15379
15380         * m4/strnlen.m4: New file.
15381
15382         * m4/strndup.m4: Don't check for strnlen declaration, done in
15383         strnlen.m4.
15384
15385 2005-08-10  Simon Josefsson  <jas@extundo.com>
15386
15387         * lib/strndup.c: Use strnlen.h.
15388
15389         * lib/strnlen.h: New file.
15390
15391 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15392
15393         * README: Typos.
15394
15395 2005-08-02  Simon Josefsson  <jas@extundo.com>
15396
15397         * modules/readline: New file.
15398
15399 2005-08-02  Simon Josefsson  <jas@extundo.com>
15400
15401         * modules/getdelim: New file.
15402
15403         * modules/getline: Rewrite, don't use getndelim2.
15404
15405 2005-08-02  Simon Josefsson  <jas@extundo.com>
15406
15407         * m4/getline.m4: Separate out getdelim stuff into separate module.
15408
15409         * m4/getdelim.m4: New file.
15410
15411 2005-08-02  Simon Josefsson  <jas@extundo.com>
15412
15413         * lib/getline.h, getline.c: Rewrite.
15414
15415         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15416
15417 2005-07-31  Bruno Haible  <bruno@clisp.org>
15418
15419         * lib/lock.h (gl_lock_initializer): New macro.
15420         (gl_lock_define_initialized): Use it.
15421         (gl_rwlock_initializer): New macro.
15422         (gl_rwlock_define_initialized): Use it.
15423         (gl_recursive_lock_initializer): New macro.
15424         (gl_recursive_lock_define_initialized): Use it.
15425
15426 2005-07-30  Karl Berry  <karl@gnu.org>
15427
15428         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15429         Report from Ben Pfaff, regarding getopt.
15430
15431 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15434         normal way.
15435         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15436         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15437         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15438         (gl_GETOPT): Use the new macros.  Most of the implementation
15439         is moved to the new macros.  This is for programs like Emacs
15440         that don't want all the functionality of gl_GETOPT.
15441
15442 2005-07-26  Bruno Haible  <bruno@clisp.org>
15443
15444         * m4/lock.m4: Update from GNU gettext.
15445
15446 2005-07-26  Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/lock.h: Update from GNU gettext.
15449         * lib/lock.c: Update from GNU gettext.
15450
15451 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15454         obsolescent AC_TRY_RUN.  Include the default includes files, for
15455         'exit'.
15456
15457 2005-07-24  Bruno Haible  <bruno@clisp.org>
15458
15459         * modules/visibility: New file.
15460         * MODULES.html.sh (Misc): Add visibility.
15461
15462 2005-07-24  Bruno Haible  <bruno@clisp.org>
15463
15464         * m4/visibility.m4: New file.
15465
15466 2005-07-24  Bruno Haible  <bruno@clisp.org>
15467
15468         * doc/visibility.texi: New file.
15469
15470 2005-07-22  Bruno Haible  <bruno@clisp.org>
15471
15472         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15473         $(ALLOCA_H), redundant through BUILT_SOURCES.
15474         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15475         redundant through BUILT_SOURCES.
15476         * modules/byteswap (Makefile.am): Remove explicit dependency on
15477         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15478         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15479         $(FNMATCH_H), redundant through BUILT_SOURCES.
15480         * modules/getopt (Makefile.am): Remove explicit dependency on
15481         $(GETOPT_H), redundant through BUILT_SOURCES.
15482         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15483         redundant through BUILT_SOURCES.
15484         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15485         redundant through BUILT_SOURCES.
15486         * modules/stdbool (Makefile.am): Remove explicit dependency on
15487         $(STDBOOL_H), redundant through BUILT_SOURCES.
15488         * modules/stdint (Makefile.am): Remove explicit dependency on
15489         $(STDINT_H), redundant through BUILT_SOURCES.
15490         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15491         Remove explicit dependency on $(SYSEXITS_H).
15492         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15493
15494 2005-07-18  Simon Josefsson  <jas@extundo.com>
15495
15496         * lib/check-version.c (check_version): Accept identical versions too.
15497
15498 2005-07-18  Bruno Haible  <bruno@clisp.org>
15499
15500         * modules/lock: New file.
15501         * MODULES.html.sh (Multithreading): New section.
15502
15503 2005-07-18  Bruno Haible  <bruno@clisp.org>
15504
15505         * m4/lock.m4: New file, from GNU gettext.
15506
15507 2005-07-18  Bruno Haible  <bruno@clisp.org>
15508
15509         * lib/lock.h: New file, from GNU gettext.
15510         * lib/lock.c: New file, from GNU gettext.
15511
15512 2005-07-18  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/lock.h (gl_once_t): New type.
15515         (gl_once_define, gl_once): New macros.
15516         * lib/lock.c (fresh_once): New variable.
15517         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15518         functions.
15519
15520 2005-07-16  Simon Josefsson  <jas@extundo.com>
15521
15522         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15523         workaround, suggested by Bruno.
15524
15525 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15526
15527         * modules/xalloc (Depends-on): Add xalloc-die.
15528         * modules/xvasprintf (Depends-on): Add xalloc-die.
15529
15530 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15533         with a minor change.
15534
15535 2005-07-15  Bruno Haible  <bruno@clisp.org>
15536
15537         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15538         When using lib/poll.c, define poll as rpl_poll.
15539
15540 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * modules/argp (Depends-on): Remove unlocked-io.
15543
15544 2005-07-14  Derek Price  <derek@ximbiot.com>
15545
15546         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15547         for glob symlink bug.
15548
15549 2005-07-14  Bruno Haible  <bruno@clisp.org>
15550
15551         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15552         Instead, test for *_unlocked function declarations directly.
15553
15554 2005-07-11  Simon Josefsson  <jas@extundo.com>
15555
15556         * modules/size_max: New file.
15557
15558         * modules/xsize: Depend on size_max module for size_max.m4.
15559
15560 2005-07-11  Simon Josefsson  <jas@extundo.com>
15561
15562         * lib/size_max.h: New file.
15563
15564 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15567         copyright symbol and the year.
15568         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15569         (version_etc_va): Use parameterized copyright notice.
15570         Reword to conform to the current GNU coding standards.
15571
15572 2005-07-11  Karl Berry  <karl@gnu.org>
15573
15574         * doc/gnulib.texi (Quoting): new node.
15575         (Initial import): more info, from Patrice.
15576
15577 2005-07-11  Bruno Haible  <bruno@clisp.org>
15578
15579         * gnulib-tool (func_usage): Document option --avoid.
15580         (Command line options): Handle --avoid.
15581         (func_acceptable): New function.
15582         (func_modules_transitive_closure): Use it.
15583
15584 2005-07-11  Bruno Haible  <bruno@clisp.org>
15585
15586         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15587         Reported by Jim Meyering.
15588
15589 2005-07-10  Bruno Haible  <bruno@clisp.org>
15590
15591         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15592         Needed when size_t is smaller than 'unsigned int'.
15593         Reported by Paul Eggert.
15594
15595 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15596
15597         * modules/argp (Depends-on): Add unlocked-io
15598
15599 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15600
15601         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15602         block of defines.
15603
15604 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15607         fix now.
15608
15609 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15610         and Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15613         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15614
15615 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         * modules/regex (Files): Add lib/regex_internal.c,
15618         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15619         (Depends-on): Add extensions.
15620         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15621
15622 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15625         pathconf.
15626         * m4/same.m4 (gl_SAME): Likewise.
15627         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15628
15629         * m4/regex.m4: Adjust to new libc regex implementation.
15630         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15631         all the .c and .h parts of (the new) regex.
15632         Quote the m4 stuff better.
15633         Check for RE_ICASE bug of old gnulib.
15634         Check for REG_STARTEND of recent libc.
15635         Rename local variables from jm_* to gl_*.
15636         Quote operand of "test -f".
15637         Say "recent enough" version of libc, not "version 2".
15638         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15639         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15640         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15641         Remove check for btowc, isascii.
15642         Require AM_LANGINFO_CODESET.
15643
15644 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * lib/regex.c, regex.h: Sync from libc.
15647         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15648         * lib/regexec.c:
15649         New files, synced from libc, except that regex_internal.h
15650         currently has a small porting fix.
15651
15652 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15655         regex_internal.c, regexec.c.
15656         Add regex_internal.h too, but as a comment, since the libc version
15657         is currently broken in gnulib mode.
15658
15659 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15660
15661         Support programs like Emacs that use gnulib but not gettext.
15662         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15663         * modules/gettext-h: New file.
15664         * modules/gettext (Files): Remove lib/gettext.h.
15665         (Depends-on): Add gettext-h.
15666         (Makefile.am): Remove lib_SOURCES.
15667         * modules/argmatch, modules/c-stack, modules/closeout:
15668         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15669         * modules/execute, modules/file-type, modules/getaddrinfo:
15670         * modules/getopt, modules/human, modules/javacomp:
15671         * modules/javaexec, modules/mkdir-p, modules/obstack:
15672         * modules/openat, modules/pagealign_alloc, modules/pipe:
15673         * modules/quotearg, modules/regex, modules/rpmatch:
15674         * modules/unicodeio, modules/userspec, modules/version-etc:
15675         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15676         * modules/xsetenv:
15677         Depend on gettext-h, not gettext.
15678
15679 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * gnulib-tool (func_import): Add support for 'public domain' license.
15682         * modules/alloca, modules/atexit, modules/memmove:
15683         Now public domain, not GPL.
15684         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15685         * modules/realloc, modules/strerror, modules/strtod:
15686         Now LGPL, not GPL.
15687
15688 2005-07-05  Bruno Haible  <bruno@clisp.org>
15689
15690         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15691         autoconf CVS. Needed for mingw.
15692
15693 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         Remove the dependency of the strftime module on the tzset module.
15696         * modules/strftime (Depends-on): Remove dependency on tzset.
15697
15698 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         Remove the dependency of the strftime module on the tzset module.
15701         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15702         gl_FUNC_TZSET_CLOBBER.
15703
15704 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15705
15706         Remove the dependency of the strftime module on the tzset module.
15707         * lib/strftime.c (my_strftime)
15708         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15709         Copy the input structure, to work around some of the bug with
15710         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15711         Solaris releases, you should also use the tzset module, but we won't
15712         require it as a dependency any more since we don't want LGPLed code
15713         to depend on GPLed code.
15714
15715 2005-07-02  Jim Meyering  <jim@meyering.net>
15716
15717         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15718         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15719         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15720         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15721
15722 2005-07-02  Jim Meyering  <jim@meyering.net>
15723
15724         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15725
15726 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15729         declares only 'struct timespec;' (!).
15730
15731 2005-07-01  Jim Meyering  <jim@meyering.net>
15732
15733         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15734         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15735         * lib/save-cwd.c, tempname.c:
15736         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15737         and don't include <sys/file.h>).
15738
15739 2005-06-29  Jim Meyering  <jim@meyering.net>
15740
15741         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15742         type name.  Use the variable name instead.
15743         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15744         Likewise.
15745
15746 2005-06-28  Simon Josefsson  <jas@extundo.com>
15747
15748         * modules/check-version (Files): Add check-version.m4.
15749
15750 2005-06-28  Simon Josefsson  <jas@extundo.com>
15751
15752         * m4/check-version.m4: New file, suggested by Jim Meyering
15753         <jim@meyering.net>.
15754
15755 2005-06-28  Simon Josefsson  <jas@extundo.com>
15756
15757         * lib/check-version.h, lib/check-version.c: New files.
15758
15759 2005-06-28  Simon Josefsson  <jas@extundo.com>
15760
15761         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15762         collision with global variable.  Better indentation.  Don't
15763         increment buffer pointer beyond buffer end.  Based on comments
15764         from Paul Eggert <eggert@cs.ucla.edu>.
15765
15766         * lib/base64.h: Indent.
15767
15768 2005-06-28  Simon Josefsson  <jas@extundo.com>
15769
15770         * doc/gnulib.texi (Library version handling): New section.
15771
15772 2005-06-28  Jim Meyering  <jim@meyering.net>
15773
15774         * check-module (find_included_lib_files): Hard-code another
15775         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15776         but modules/fts-lgpl (correctly) does not list those files.
15777
15778         * modules/canonicalize (Files): Add lib/pathmax.h.
15779
15780 2005-06-25  Simon Josefsson  <jas@extundo.com>
15781
15782         * modules/check-version: New file.
15783
15784 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15787         initializer of struct addrinfo, as an indication that we don't
15788         care how many members the structure has.
15789
15790 2005-06-24  Derek Price  <derek@ximbiot.com>
15791         and Bruno Haible  <bruno@clisp.org>
15792
15793         Remove stat module & update lstat.
15794         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15795         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15796         * m4/stat.m4: Remove this file.
15797
15798 2005-06-24  Derek Price  <derek@ximbiot.com>
15799         and Bruno Haible  <bruno@clisp.org>
15800
15801         Remove stat module & update lstat.
15802         * lib/stat.c: Remove this file...
15803         (slash_aware_lstat): ...moving this content and its support...
15804         * lib/lstat.c (rpl_lstat): ...into here.
15805         * lib/lstat.h: New file.
15806
15807 2005-06-24  Derek Price  <derek@ximbiot.com>
15808         and Bruno Haible  <bruno@clisp.org>
15809
15810         Remove stat module & update lstat.
15811         * config/srclist.txt (libc sources): Remove stat.
15812
15813 2005-06-24  Derek Price  <derek@ximbiot.com>
15814         and Bruno Haible  <bruno@clisp.org>
15815
15816         Remove stat module & update lstat.
15817         * MODULES.html.sh (stat): Remove.
15818         * MODULES.html: Regenerated.
15819         * modules/lstat (Description): Correct function name.
15820         (Files): Add "lstat.h".
15821         (Depends-on): Remove stat, add xalloc, stat-macros.
15822         * modules/stat: Remove this file.
15823         (Include): Add "lstat.h", remove <sys/stat.h>.
15824
15825 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15826
15827         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15828         (ranged_convert): Don't save conversion in a temporary struct.
15829         This causes a warning with GCC 4.0.0, and anyway in the typical
15830         case it's not worth the extra 100 bytes or so of code.
15831         (ranged_convert, __mktime_internal): When calling a function via a
15832         pointer P, use P () rather than (*P) (), as we now assume C89 or
15833         better.
15834
15835 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15838         "who -r" failed to give output.  Problem reported by Tim Waugh.
15839
15840         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15841         (xcalloc): Use it to avoid needless tests.
15842         Problem reported by Jim Meyering.
15843
15844 2005-06-20  Derek Price  <derek@ximbiot.com>
15845
15846         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15847         unnecessary for Autoconfs > 2.59c.
15848
15849 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15850
15851         * lib/argp.h (__option_is_short): Check upper limit of
15852         __key. Isprint() requires its argument to have the value
15853         of an unsigned char or EOF.
15854
15855 2005-06-16  Jim Meyering  <jim@meyering.net>
15856
15857         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15858         when either N or S is zero.
15859
15860 2005-06-16  Derek Price  <derek@ximbiot.com>
15861
15862         * m4/bison.m4: Declare YACC & YFLAGS precious.
15863
15864 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15867         multibyte string or pattern, fall back on unibyte matching.
15868         Problem reported by James Youngman.
15869
15870 2005-06-08  Bruno Haible  <bruno@clisp.org>
15871
15872         * modules/csharpcomp: New file.
15873         * MODULES.html.sh (C#): Add csharpcomp.
15874
15875 2005-06-08  Bruno Haible  <bruno@clisp.org>
15876
15877         * m4/csharpcomp.m4: New file, from GNU gettext.
15878
15879 2005-06-08  Bruno Haible  <bruno@clisp.org>
15880
15881         * lib/csharpcomp.h: New file, from GNU gettext.
15882         * lib/csharpcomp.c: New file, from GNU gettext.
15883         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15884
15885 2005-06-08  Bruno Haible  <bruno@clisp.org>
15886
15887         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15888         warning on mingw.
15889
15890 2005-06-07  Derek Price  <derek@ximbiot.com>
15891
15892         Sync from CVS.
15893         * lib/glob_.h: Indent nested #ifdef.
15894
15895 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15896
15897         Sync from coreutils.
15898         Use "file name" when talking about file names, instead of "filename"
15899         or "path", as per the GNU coding standards.
15900         * lib/mkdir-p.c: Renamed from makepath.c.
15901         (make_dir_parents): Renamed from make_path.  All callers changed.
15902         * lib/mkdir-p.h: Likewise.  All includers changed.
15903         * lib/filenamecat.c: Renamed from path-concat.c.
15904         (file_name_concat): Renamed from path_concat.  All callers changed.
15905         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15906         * lib/filenamecat.h: Likewise.  All includers changed.
15907         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15908         in comments or local variable names.
15909         * lib/basename.c: Likewise.
15910         * lib/canonicalize.c, canonicalize.h: Likewise.
15911         * lib/dirname.c, dirname.h: Likewise.
15912         * lib/euidaccess.c: Likewise.
15913         * lib/exclude.c: Likewise
15914         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15915         * lib/fsusage.c, fsuage.h: Likewise.
15916         * lib/fts.c, fts_.h: Likewise.
15917         * lib/getcwd.c: Likewise.
15918         * lib/getloadavg.c: Likewise.
15919         * lib/mkstemp.c: Likewise.
15920         * lib/mountlist.c, mountlist.h: Likewise.
15921         * lib/openat.c, openat.h: Likewise.
15922         * lib/readlink-stub.c: Likewise.
15923         * lib/readutmp.c, readutmp.h: Likewise.
15924         * lib/rename.c: Likewise.
15925         * lib/rmdir.c: Likewise.
15926         * lib/same.c: Likewise.
15927         * lib/savedir.c: Likewise.
15928         * lib/stripslash.c: Likewise.
15929         * lib/tempname.c: Likewise.
15930         * lib/xreadlink.c: Likewise.
15931         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15932         All uses changed.
15933         * lib/exclude.h: Likewise.
15934
15935         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15936         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15937         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15938         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15939         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15940         files have been getting away with it for years (MORE/BSD 4.3
15941         is extinct now).
15942         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15943         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15944
15945         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15946         Define to 256, not 255, as per modern POSIX.
15947
15948 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15949
15950         Sync from coreutils.
15951         Use "file name" when talking about file names, instead of "filename"
15952         or "path", as per the GNU coding standards.
15953         * MODULES.html.sh: mkdir-p renamed from makepath.
15954         filenamecat renamed from path-concat.
15955         * modules/filenamecat: Renamed from modules/path-concat.
15956         (Files): filenamecat.h and filenamecat.c renamed from
15957         path-concat.h and path-concat.c.
15958         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15959         (Include): filenamecat.h, not path-concat.h.
15960         * modules/mkdir-p: Renamed from modules/makepath.
15961         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15962         makepath.c.
15963         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15964         (Include): mkdir-p.h, not makepath.h.
15965
15966 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15967
15968         Sync from coreutils.
15969         * m4/mkdir-p.m4: Renamed from makepath.m4.
15970         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15971         Rename files from makepath.c to mkdir-p.c, and from
15972         makepath.h to mkdir-p.h.
15973         * m4/filenamecat.m4: Renamed from path-concat.m4.
15974         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15975         Rename files from path-concat.c to filenamecat.c,
15976         and from path-concat.h to filenamecat.h.
15977         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15978         "file name" in local variables or comments.
15979         * m4/rename.m4: Likewise.
15980
15981 2005-06-01  Bruno Haible  <bruno@clisp.org>
15982
15983         * modules/csharpexec: New file.
15984         * MODULES.html.sh (C#): New section.
15985
15986 2005-06-01  Bruno Haible  <bruno@clisp.org>
15987
15988         * m4/csharp.m4: New file, from GNU gettext.
15989         * m4/csharpexec.m4: New file, from GNU gettext.
15990
15991 2005-06-01  Bruno Haible  <bruno@clisp.org>
15992
15993         * lib/csharpexec.h: New file, from GNU gettext.
15994         * lib/csharpexec.c: New file, from GNU gettext.
15995         * lib/csharpexec.sh.in: New file, from GNU gettext.
15996
15997 2005-05-31  Derek Price  <derek@ximbiot.com>
15998             Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         Sync from cvs.
16001         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16002
16003 2005-05-31  Derek Price  <derek@ximbiot.com>
16004             Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         Sync from cvs.
16007         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16008
16009 2005-05-29  Derek Price  <derek@ximbiot.com>
16010
16011         * config/srclist.txt (glob_.h, glob.c): Add these files.
16012
16013 2005-05-29  Derek Price  <derek@ximbiot.com>
16014
16015         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16016         * modules/glob: New file.
16017         * modules/getlogin_r: Add link to POSIX spec in description.
16018
16019 2005-05-29  Derek Price  <derek@ximbiot.com>
16020             Paul Eggert  <eggert@cs.ucla.edu>
16021
16022         * m4/glob.m4: New file.
16023
16024 2005-05-29  Derek Price  <derek@ximbiot.com>
16025             Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * lib/glob_.h, lib/glob.c: New files.
16028
16029 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16032         * modules/fts-lgpl (Depends-on): Remove gettext.
16033
16034 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16037         and don't require gt_INTTYPES_PRI.
16038
16039 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16040
16041         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16042
16043         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16044         the configuration hassle isn't worth it.
16045         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16046         (LONGEST_MODIFIER, PRIuMAX): Remove.
16047
16048 2005-05-27  Bruno Haible  <bruno@clisp.org>
16049
16050         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16051
16052 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16053
16054         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16055         _POSIX_PTHREAD_SEMANTICS for Solaris.
16056
16057 2005-05-25  Derek Price  <derek@ximbiot.com>
16058
16059         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16060
16061 2005-05-25  Derek Price  <derek@ximbiot.com>
16062             Paul Eggert  <eggert@cs.ucla.edu>
16063
16064         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16065         * lib/getlogin_r.c, getlogin_r.h: New files.
16066
16067 2005-05-25  Bruno Haible  <bruno@clisp.org>
16068             Derek Price  <derek@ximbiot.com>
16069
16070         * lib/getlogin_r.h: Simplify API documentation.
16071
16072 2005-05-23  Derek Price  <derek@ximbiot.com>
16073
16074         * modules/minmax (Files): Add m4/minmax.m4.
16075         (configure.ac): Add gl_MINMAX.
16076
16077 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16078
16079         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16080         so that unistd-safer.h (GPL'ed code) need not be included.
16081
16082 2005-05-22  Bruno Haible  <bruno@clisp.org>
16083
16084         * m4/minmax.m4: New file.
16085         Based on a patch by Derek Price <derek@ximbiot.com>.
16086
16087 2005-05-22  Bruno Haible  <bruno@clisp.org>
16088
16089         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16090         (INT64_MIN): Fix definition.
16091         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16092
16093         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16094         NEED_SIGNED_INT_TYPES.
16095
16096         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16097         HAVE_SYSTEM_INTTYPES.
16098
16099 2005-05-22  Bruno Haible  <bruno@clisp.org>
16100
16101         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16102         Also include <sys/param.h> if it defines MIN, MAX.
16103         Based on a patch by Derek Price <derek@ximbiot.com>.
16104
16105 2005-05-21  Jim Meyering  <jim@meyering.net>
16106
16107         * modules/fts (Files): Add m4/inttypes-pri.m4.
16108         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16109
16110 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         New fts module.
16113         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16114         (setup_dir, free_dir): New functions.
16115         (enter_dir, leave_dir): Define trivial
16116         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16117         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16118         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16119         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16120         Move to fts-cycle.c.
16121         (fts_open): Use setup_dir.
16122         (fts_close): Use free_dir.
16123         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16124         This adds a label and some gotos, but the alternatives were messier.
16125         Check for memory allocation failure when entering a dir.
16126         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16127         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16128         (FTS): New member fts_cycle, that is a union that contains the
16129         old active_dir_ht and cycle_state.  All uses changed to mention
16130         fts_cycle.ht and fts_cycle.state.
16131         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16132         fts.c, with the following changes:
16133         (setup_dir, free_dir): New functions.
16134         (enter_dir): Now returns bool.  Return true if successful, false
16135         if memory exhausted.  All callers changed.
16136         Do not bother partly cleaning up on
16137         memory allocation failure; that is free_dir's job.
16138         However, free ad if hash_insert fails, to avoid memory leak.
16139         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16140         fts->fts_options to see which union member to use.
16141
16142 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16145         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16146
16147 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16150
16151 2005-05-20  Jim Meyering  <jim@meyering.net>
16152
16153         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16154         Now a macro, to pacify GCC.
16155
16156 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16157
16158         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16159         of -1.
16160
16161 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16162
16163         * lib/chown.c (rpl_chown): Return -1 on failure.
16164
16165 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16168         Don't check for stddef.h.
16169         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16170         don't use its results.
16171         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16172         since we include them unconditionally.  Don't require
16173         AM_STDBOOL_H, since stdbool is a prerequisite.
16174         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16175         since we assume C89 or better.
16176         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16177         as we don't use their results.
16178         Don't check for fchdir, memmove, memset, strrchr, as we use
16179         them unconditionally.
16180         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16181         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16182
16183 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16186         Include <stddef.h> unconditionally, since we assume C89 now.
16187         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16188         * lib/fts.c: Include fts_.h first, to check interface.
16189         Do not include intprops.h; no longer needed.
16190         Include cycle-check.h and hash.h, since fts_.h no longer does.
16191         Remove unnecessary casts of closedir to void.
16192         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16193         decide whether to decrement nlinks.
16194         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16195         (FTS): Use struct hash_table * instead of Hash_table, so that
16196         we no longer need to include hash.h here.
16197
16198 2005-05-18  Jim Meyering  <jim@meyering.net>
16199
16200         * modules/dirfd (License): Change to LGPL.  Most of the code
16201         is already in the public domain.
16202
16203 2005-05-18  Jim Meyering  <jim@meyering.net>
16204
16205         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16206         Reported by Yoann Vandoorselaere.
16207
16208 2005-05-17  Jim Meyering  <jim@meyering.net>
16209
16210         * m4/fts.m4: New file, from coreutils.
16211
16212 2005-05-17  Jim Meyering  <jim@meyering.net>
16213
16214         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16215
16216 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         Sync from coreutils.
16219         * m4/unlinkdir.m4: New file.
16220
16221 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16222
16223         Sync from coreutils.
16224         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16225         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16226         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16227         White space changes only.
16228         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16229         special.
16230         * lib/yesno.c: Include getline.h, not ctype.h.
16231         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16232         Use getline to remove arbitrary restriction on response length.
16233
16234 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * config/srclist-update: Spell out "Street" in FSF postal
16237         mail address; this is the style the FSF seems to prefer.
16238
16239         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16240         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16241         this updates FSF postal mail address.
16242
16243         Sync from coreutils.
16244         * modules/unlinkdir: New file.
16245         * modules/yesno (Depends-on): Add getline.
16246         * MODULES.html.sh (File system functions): Add unlinkdir.
16247
16248 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16251         lib/strsep.h:
16252         Change the initial comment to refer to GPL, not LGPL.
16253         gnulib-tool will change it to LGPL as needed.
16254
16255         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16256         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16257         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16258         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16259         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16260         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16261         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16262         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16263         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16264         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16265         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16266         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16267         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16268         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16269         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16270         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16271         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16272         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16273         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16274         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16275         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16276         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16277         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16278         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16279         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16280         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16281         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16282         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16283         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16284         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16285         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16286         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16287         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16288         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16289         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16290         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16291         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16292         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16293         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16294         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16295         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16296         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16297         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16298         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16299         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16300         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16301         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16302         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16303         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16304         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16305         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16306         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16307         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16308         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16309         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16310         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16311         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16312         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16313         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16314         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16315         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16316         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16317         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16318         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16319         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16320         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16321         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16322         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16323         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16324         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16325         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16326         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16327         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16328         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16329         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16330         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16331         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16332         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16333         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16334         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16335         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16336         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16337         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16338         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16339         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16340         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16341         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16342         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16343         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16344         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16345         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16346         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16347         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16348         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16349         lib/yesno.c, lib/yesno.h:
16350         Update FSF postal mail address.
16351
16352 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16353
16354         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16355         tests/test-memmem.c, tests/test-stpncpy.c:
16356         Update FSF postal mail address.
16357
16358 2005-05-13  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16361         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16362         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16363         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16364         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16365         Add support for 64-bit integers in the MSVC compiler.
16366
16367 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16368
16369         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16370
16371 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16372
16373         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16374
16375 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16376
16377         * doc/getdate.texi (General date syntax): Don't say that date
16378         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16379         Problem reported by Nic Ferrier.
16380
16381 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16382
16383         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16384         specified in ai_socktype. Fix invalid ai_protocol
16385         check. ai_protocol is usually set to 0 or depending on
16386         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16387         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16388         ai_socktype / ai_protocol in the returned addrinfo structure.
16389
16390 2005-05-10  Simon Josefsson  <jas@extundo.com>
16391
16392         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16393         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16394
16395 2005-05-10  Karl Berry  <karl@gnu.org>
16396
16397         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16398         (from http://www.gnu.org/licenses).
16399         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16400         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16401         fdl.texi suffices.
16402
16403 2005-05-10  Karl Berry  <karl@gnu.org>
16404
16405         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16406         (COPYING.DOC): remove.
16407
16408         * config/srclist-update: new FSF address.
16409
16410 2005-05-10  Derek Price  <derek@ximbiot.com>
16411
16412         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16413         possible.
16414
16415 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16416             Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/inet_ntop: New file.
16419         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16420         inet_ntop.
16421
16422 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16423             Bruno Haible  <bruno@clisp.org>
16424
16425         * m4/inet_ntop.m4: New file.
16426
16427 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16428             Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/inet_ntop.h: New file.
16431         * lib/inet_ntop.c: New file, from glibc with modifications.
16432
16433 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16434
16435         * modules/time_r (License): Change to LGPL.
16436         * modules/extensions (License): Change to LGPL.  Actually,
16437         the license is more permissive than that, but currently gnulib-tool
16438         doesn't know how to handle more-permissive licenses.
16439
16440         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16441         Problem reported by Dave Love.
16442
16443 2005-05-08  Jim Meyering  <jim@meyering.net>
16444
16445         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16446         blank.
16447
16448 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16449
16450         * modules/argmatch (Depends-on): Add stdbool.
16451         * modules/backupfile (Depends-on): Likewise.
16452         * modules/chdir-long (Depends-on): Likewise.
16453         * modules/closeout (Depends-on): Likewise.
16454         * modules/cycle-check (Depends-on): Likewise.
16455         * modules/dirname (Depends-on): Likewise.
16456         * modules/fnmatch (Depends-on): Likewise.
16457         * modules/fsusage (Depends-on): Likewise.
16458         * modules/fwriteerror (Depends-on): Likewise.
16459         * modules/getcwd (Depends-on): Likewise.
16460         * modules/getloadavg (Depends-on): Likewise.
16461         * modules/hard-locale (Depends-on): Likewise.
16462         * modules/makepath (Depends-on): Likewise.
16463         * modules/mountlist (Depends-on): Likewise.
16464         * modules/nanosleep (Depends-on): Likewise.
16465         * modules/posixtm (Depends-on): Likewise.
16466         * modules/quotearg (Depends-on): Likewise.
16467         * modules/readtokens (Depends-on): Likewise.
16468         * modules/readtokens0 (Depends-on): Likewise.
16469         * modules/readutmp (Depends-on): Likewise.
16470         * modules/save-cwd (Depends-on): Likewise.
16471         * modules/strftime (Depends-on): Likewise.
16472         * modules/userspec (Depends-on): Likewise.
16473         * modules/utimecmp (Depends-on): Likewise.
16474         * modules/xgetcwd (Depends-on): Likewise.
16475         * modules/xnanosleep (Depends-on): Likewise.
16476         * modules/xstrtod (Depends-on): Likewise.
16477         * modules/yesno (Depends-on): Likewise.
16478
16479 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16480
16481         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16482         needless checks.
16483
16484 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         Merge from coreutils.  Among other things,
16487         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16488         * lib/fd-safer.c: New file.
16489         * lib/fcntl-safer.h, open-safer.c: Remove.
16490         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16491         * lib/dup-safer.c: Include unistd-safer.h first.
16492         Don't include errno.h.
16493         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16494         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16495         * lib/file-type.c: Rely on file-type.h change.
16496         * lib/getloadavg.c: Include unistd-safer.h.
16497         (getloadavg): Use safer open.
16498         * lib/getusershell.c: Include "stdio-safer.h".
16499         (getusershell): Use safer fopen.
16500         * lib/long-options.c (long_options): Use NULL rather than 0.
16501         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16502         'free'.
16503         * lib/modechange.c: Likewise.
16504         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16505         (MODE_DONE): New constant.
16506         (struct mode_change): Remove 'next' member.
16507         (make_node_op_equals): New function; like the old one of the
16508         same name, except it allocates an array.
16509         (mode_compile, mode_create_from_ref): Use it.
16510         (mode_compile): Allocate result as an array, not a linked list.
16511         Parse octal string ourself, so that we catch mistakes like "+0".
16512         (mode_adjust): Arg is an array, not a linked list.
16513         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16514         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16515         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16516         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16517         Remove.  This is now stat-macros.h's job.
16518         (talloc): Remove.  All callers replaced by xalloc, so that
16519         our invokers don't have to worry about reporting memory failures.
16520         (make_node_op_equals): Remove.
16521         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16522         New constants.
16523         (struct mode_change): Moved here from modechange.h.
16524         (mode_append_entry): Remove.
16525         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16526         apps to have incorrect behavior.  Use simpler algorithm for head
16527         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16528         Detect more invalid usages rather than having somewhat-random behavior.
16529         Don't insert an "a=" action, as that leads to incorrect behavior.
16530         (mode_compile, mode_create_from_ref): Return NULL on error instead
16531         of an enum, since now there's only one way to have an error.  All
16532         callers changed.
16533         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16534         at the correct time.  Simplify calculation of "+u" and its ilk.
16535         Don't mishandle "+X".
16536         (mode_free): Remove "register" and localize decls.
16537         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16538         (struct mode_change): Move to modechange.c; callers don't
16539         need to see this stuff.
16540         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16541         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16542         (mode_change, mode_adjust): Reflect the new signatures noted above.
16543         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16544         that might redefine system include files.
16545         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16546         (my_usleep): Use NULL rather than (void *) 0.
16547         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16548         Use siginterrupt to specify that system calls should be interrupted.
16549         (rpl_nanosleep): Move initialization of suspended closer to call of
16550         my_usleep.
16551         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16552         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16553         (desirable_utmp_entry): New function.
16554         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16555         using x2nrealloc, to simplify logic.
16556         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16557         size calculation.  Do not assume utmp file is a regular file.
16558         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16559         (READ_UTMP_CHECK_PIDS): New constant.
16560         * lib/save-cwd.c: Include unistd-safer.h.
16561         (save_cwd): Use fd_safer.
16562         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16563         [!_LIBC] Include "stat-macros.h" instead.
16564         * lib/unistd-safer.h (fd_safer): New decl.
16565
16566 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16567
16568         * modules/getloadavg (Depends-on): Add unistd-safer.
16569         * modules/getusershell (Depends-on): Add stdio-safer.
16570         * modules/lstat (Depends-on): Remove xalloc.
16571         * modules/mkstemp (Depends-on): Add stat-macros.
16572         * modules/modechange (Depends-on): Remove xstrtol.
16573         Add stat-macros, xalloc.
16574         * modules/save-cwd (Depends-on): Add unistd-safer.
16575         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16576         * modules/unistd-safer (Files): Add lib/fd-safer.c
16577         (Makefile.am): Remove lib_SOURCES.
16578
16579         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16580         Remove fcntl-safer; unistd-safer supersedes it.
16581
16582 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16585         AC_HEADER_STAT.
16586         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16587         (gl_PREREQ_CHOWN): Remove.
16588         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16589         it.  Don't require AC_HEADER_STAT.
16590         (gl_PREREQ_LSTAT): Remove.
16591         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16592         Don't require AC_HEADER_STAT.
16593         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16594         (gl_PREREQ_RMDIR): Remove.
16595         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16596         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16597         the stat-macros module a prerequisite.
16598         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16599         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16600         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16601         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16602         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16603         variable names.
16604         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16605         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16606         variable prefixes.
16607         * m4/fcntl-safer.m4: Remove.
16608         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16609         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16610         Invoke gl_PREREQ_FD_SAFER.
16611         (gl_PREREQ_FD_SAFER): New macro.
16612         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16613         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16614         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16615         Remove duplicate call to AC_LIBOBJ(readutmp).
16616         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16617
16618         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16619         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16620
16621 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         * MODULES.html.sh (Misc): Add byteswap.
16624
16625 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16626
16627         * modules/getcwd (Depends-on): Add extensions.
16628         * modules/openat (Depends-on): Likewise.
16629
16630 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16631
16632         * modules/byteswap: New file.
16633
16634 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16635
16636         * m4/byteswap.m4: New file.
16637
16638 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16639
16640         * lib/byteswap_.h: New file.
16641
16642 2005-04-25  Karl Berry  <karl@gnu.org>
16643
16644         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16645
16646 2005-04-25  Albert Chin  <china@thewrittenword.com>
16647
16648         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16649         Toolkit C bug.
16650
16651 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16652
16653         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16654         (func_ln_if_changed) Remove forcibly for no error message
16655         in case file does not exist.
16656
16657 2005-04-19  Simon Josefsson  <jas@extundo.com>
16658
16659         * gnulib-tool (Options): Make --symlink mean --symbolic.
16660
16661 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16662
16663         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16664
16665 2005-04-16  Simon Josefsson  <jas@extundo.com>
16666
16667         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16668
16669 2005-04-15  Simon Josefsson  <jas@extundo.com>
16670
16671         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16672
16673 2005-04-15  Simon Josefsson  <jas@extundo.com>
16674
16675         * gnulib-tool: Rename --symlink to --symbolic.
16676
16677 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16678
16679         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16680         symbolic links to files instead of copying/moving.  Add --aux-dir,
16681         specifying directory relative --dir where auxiliary build tools
16682         are placed.
16683
16684 2005-04-14  Bruno Haible  <bruno@clisp.org>
16685
16686         * modules/allocsa (License): Change to LGPL.
16687         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16688
16689 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16692         that "UTC +1 second" continues to work.  Problem reported
16693         by Dmitry V. Levin.
16694         (relunit_snumber): New rule.
16695         (relunit): Use it.
16696
16697 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16698
16699         * lib/getdate.y (universal_time_zone_table): New constant.
16700         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16701         universal_time_zone_table.
16702         (lookup_zone): Prefer universal_time_zone_table to
16703         local_time_zone_table, so that "GMT" time stamps are allowed in
16704         London during the summer.  Problem reported by Ian Abbott.
16705
16706 2005-04-12  Jim Meyering  <jim@meyering.net>
16707
16708         * lib/human.c (humblock): Set *options even when returning due to
16709         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16710         warning from gcc-4.
16711
16712 2005-04-09  Jim Meyering  <jim@meyering.net>
16713
16714         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16715         -Wuninitialized: initialize tm0.tm_year.
16716
16717 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16720         count, since there's no maximum.  All uses changed.
16721         Add member dsts_seen.
16722         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16723         not being INT_MAX.
16724         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16725         Use pc_rels_seen to decide whther a date is absolute.
16726
16727         * lib/getdate.y (number): Don't overwrite year.
16728         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16729         check.
16730
16731 2005-04-02  Simon Josefsson  <jas@extundo.com>
16732
16733         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16734         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16735
16736 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16737
16738         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16739         where no absolute path name can be longer than PATH_MAX.
16740
16741 2005-03-27  Jim Meyering  <jim@meyering.net>
16742
16743         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16744
16745 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16748         "one's complement" -> "ones' complement" in comment, as per Knuth.
16749         "value of type" -> "type or expression" in comment.
16750         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16751
16752 2005-03-26  Jim Meyering  <jim@meyering.net>
16753
16754         Comment nits.
16755         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16756         Correct typos: s/or/of/.
16757
16758 2005-03-26  Jim Meyering  <jim@meyering.net>
16759
16760         * modules/check-include-files: Move to ../ and rename to...
16761         * check-module: ...this.
16762
16763 2005-03-25  Jim Meyering  <jim@meyering.net>
16764
16765         * modules/xvasprintf (Files): Add xalloc.h.
16766
16767 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * modules/gettext (Files): config/config.rpath ->
16770         build-aux/config.rpath
16771         * modules/iconv (Files): Likewise.
16772         Problem reported by Oskar Liljeblad.
16773
16774 2005-03-23  Jim Meyering  <jim@meyering.net>
16775
16776         * modules/check-include-files: New script to check for
16777         missing dependencies, multiple includes, etc.
16778
16779         * modules/c-strtold (Depends-on): Add xalloc.
16780         * modules/c-strtod (Depends-on): Add xalloc.
16781         * modules/hash (Depends-on): Add xalloc.
16782         (Files): Remove lib/xalloc.h.
16783
16784         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16785         * modules/userspec (Files): Add lib/inttostr.h.
16786
16787 2005-03-23  Jim Meyering  <jim@meyering.net>
16788
16789         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16790
16791 2005-03-22  Jim Meyering  <jim@meyering.net>
16792
16793         * modules/stat-macros: New module.
16794         * modules/canonicalize, modules/euidaccess, modules/file-type,
16795         * modules/filemode, modules/lchown, modules/makepath,
16796         * modules/rmdir, modules/stat: Depend on new stat-macros module
16797         rather than listing lib/stat-macros.h manually.
16798         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16799
16800 2005-03-22  Jim Meyering  <jim@meyering.net>
16801
16802         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16803
16804 2005-03-22  Bruno Haible  <bruno@clisp.org>
16805
16806         * config/srclist.txt: Replace target directory 'config' with
16807         'build-aux'.
16808         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16809         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16810         ../build-aux/.
16811
16812 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16813
16814         * modules/chdir-long (Depends-on): Add mempcpy.
16815
16816         * modules/acl, modules/backupfile, modules/c-strtod,
16817         modules/c-strtold, modules/canon-host, modules/canonicalize,
16818         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16819         modules/exclude, modules/exitfail, modules/file-type,
16820         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16821         modules/getdate, modules/getline, modules/getpagesize,
16822         modules/getpass, modules/getugroups, modules/group-member,
16823         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16824         modules/inttostr, modules/long-options, modules/makepath,
16825         modules/md5, modules/memcasecmp, modules/memcoll,
16826         modules/modechange, modules/mountlist, modules/path-concat,
16827         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16828         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16829         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16830         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16831         modules/strftime, modules/strndup, modules/strverscmp,
16832         modules/timespec, modules/unlocked-io, modules/userspec,
16833         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16834         modules/yesno:
16835         Remove lib_SOURCES line from Makefile.am section, as this is now
16836         done automatically by the corresponding Autoconf macro.
16837
16838 2005-03-21  Jim Meyering  <jim@meyering.net>
16839
16840         Changes imported from coreutils.
16841
16842         * lib/cycle-check.c: Don't include xalloc.h.
16843
16844         * lib/path-concat.c: Don't include assert.h.
16845         (path_concat): Remove assertion that would have triggered
16846         for ABASE starting with more than one slash.
16847         Reported by Andreas Schwab.
16848
16849         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16850         properly when ABASE is an absolute file name.
16851         Correct the description of this function.
16852         Include <assert.h>.
16853         Add an assertion and a test driver.
16854         This fixes a bug introduced on 2004-07-02.
16855         Andreas Schwab reported the resulting failure of cp --parents:
16856         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16857
16858 2005-03-21  Jim Meyering  <jim@meyering.net>
16859
16860         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16861         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16862
16863 2005-03-21  Jim Meyering  <jim@meyering.net>
16864         and  Paul Eggert  <eggert@cs.ucla.edu>
16865
16866         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16867         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16868         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16869         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16870         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16871         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16872         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16873         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16874         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16875         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16876         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16877         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16878         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16879         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16880         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16881         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16882         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16883         for these modules.
16884
16885 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16888         (which shouldn't happen), generate nothing instead of returning 0
16889         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16890
16891 2005-03-16  Bruno Haible  <bruno@clisp.org>
16892
16893         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16894         HAVE_LONGLONG_64BIT.
16895
16896 2005-03-16  Bruno Haible  <bruno@clisp.org>
16897
16898         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16899         HAVE_LONGLONG_64BIT.
16900
16901 2005-03-16  Bruno Haible  <bruno@clisp.org>
16902
16903         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16904         HAVE_LONGLONG_64BIT.
16905
16906 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16907
16908         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16909         reliably distinguish strftime failure from empty output on POSIX
16910         hosts.
16911
16912 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16913
16914         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16915         (iconv_string): Don't guess a size-zero buffer, as that might cause
16916         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16917         result would be 'too large', where 'too large' is (heuristically)
16918         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16919         overflow concerns.  This will prevent some unwanted malloc failures
16920         when the inputs are very large.
16921
16922 2005-03-15  Karl Berry  <karl@gnu.org>
16923
16924         * config/srclist.txt (config.rpath): from gettext.
16925         * config/config.rpath: update.
16926
16927 2005-03-15  Bruno Haible  <bruno@clisp.org>
16928
16929         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16930         to 'negate'.
16931
16932         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16933         variable.
16934
16935         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16936         results.
16937
16938 2005-03-14  Simon Josefsson  <jas@extundo.com>
16939
16940         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16941         <fx@gnu.org>.
16942
16943 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16944
16945         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16946         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16947         intprops.h.
16948         * lib/strtol.c: Likewise.
16949
16950 2005-03-14  Jim Meyering  <jim@meyering.net>
16951
16952         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16953         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16954         to be nonzero so that we (and caller) can detect the difference
16955         between a valid zero-length expansion and an error return, even
16956         when the underlying strftime fails before writing anything into
16957         that location.
16958
16959 2005-03-14  Bruno Haible  <bruno@clisp.org>
16960
16961         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16962         Update from GNU gettext 0.14.3.
16963
16964 2005-03-10  Jim Meyering  <jim@meyering.net>
16965
16966         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16967
16968 2005-03-10  Jim Meyering  <jim@meyering.net>
16969
16970         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16971         so that this module works on systems without fchdir.
16972
16973 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16974
16975         Factor int-properties macros into a single file, except for
16976         glibc-related files.
16977         * lib/intprops.h: New file.
16978         * lib/getloadavg.c: Include it instead of limits.h.
16979         (INT_STRLEN_BOUND): Remove.
16980         * lib/human.c: Include intprops.h.
16981         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16982         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16983         302/1000.
16984         * lib/inttostr.h: Include intprops.h instead of limits.h.
16985         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16986         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16987         for consistency with intprops.h.
16988         (time_t_is_integer, twos_complement_arithmetic): Use them.
16989         * lib/sig2str.h: Include <signal.h>, intprops.h.
16990         (INT_STRLEN_BOUND): Remove.
16991         * lib/strftime.c (TYPE_SIGNED): Remove.
16992         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16993         * lib/strtol.c: Adjust comments to match intprops.h.
16994         * lib/userspec.c: Include intprops.h.
16995         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16996         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16997         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16998         instead of rolling our own expressions.
16999         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17000
17001         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17002         instead of int.
17003         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17004         the right thing even if adding 1900 would overflow.  Similarly
17005         for tm_mon + 1 and tm_yday + 1.
17006         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17007         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17008         (DO_SIGNED_NUMBER): New macro.
17009         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17010
17011 2005-03-07  Bruno Haible  <bruno@clisp.org>
17012
17013         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17014
17015 2005-03-07  Bruno Haible  <bruno@clisp.org>
17016
17017         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17018
17019 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17020
17021         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17022         (func_import): Only replace files via --import when they have actually
17023         changed.
17024
17025 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17026
17027         * m4/mmap-anon.m4: New file.
17028         * m4/pagealign_alloc.m4: New file.
17029
17030 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17031             Bruno Haible  <bruno@clisp.org>
17032
17033         * modules/pagealign_alloc: New file.
17034         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17035
17036 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17037             Bruno Haible  <bruno@clisp.org>
17038
17039         * lib/pagealign_alloc.h: New file.
17040         * lib/pagealign_alloc.c: New file.
17041
17042 2005-03-03  Bruno Haible  <bruno@clisp.org>
17043
17044         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17045         Use an all-permissive copyright notice, recommended by RMS.
17046
17047 2005-03-02  Bruno Haible  <bruno@clisp.org>
17048
17049         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17050         of AIX, the replacement has to be done only after <string.h> is
17051         included, therefore not in config.h. stpncpy.h does the replacement,
17052         and stpncpy.c uses it.
17053
17054 2005-03-02  Bruno Haible  <bruno@clisp.org>
17055
17056         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17057         stpncpy.c uses it.
17058
17059 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17062         The workaround isn't strictly needed for POSIX conformance, and
17063         it's too much of a pain to configure and maintain.  We'll ask
17064         people to fix their kernels instead.
17065         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17066         (NANOSLEEP_BUG_WORKAROUND): Remove.
17067         (xnanosleep): Remove the workaround.
17068
17069 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17070
17071         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17072         Reported by Derek Price.
17073         (Include): Add "timespec.h".
17074
17075         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17076
17077 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17078
17079         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17080         to detect nanosleep bug.
17081
17082 2005-03-01  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17085
17086 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17087
17088         * modules/gethrxtime: New file.
17089         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17090         (Depends-on): Add gethrxtime.
17091         (configure.ac): Add gl_XNANOSLEEP.
17092         (Makefile.am): Remove lib_SOURCES line.
17093
17094 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17095
17096         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17097         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17098
17099 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17100
17101         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17102         * lib/timespec.h (gettime): Return void, since it always
17103         succeeds now.  All uses changed.
17104         * lib/gettime.c (gettime) Likewise.
17105         [HAVE_NANOTIME]: Prefer nanotime.
17106         Assume gettimeofday succeeds, as POSIX requires.
17107         Assime time () succeeds, since other code already does.
17108         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17109         (timespec_subtract): Remove.
17110         (NANOSLEEP_BUG_WORKAROUND): New constant.
17111         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17112         things considerably.  Use it only on GNU/Linux hosts, since the
17113         workaround shouldn't be needed elsewhere.
17114
17115 2005-02-24  Bruno Haible  <bruno@clisp.org>
17116
17117         * modules/gettext (Files): Add m4/glibc2.m4.
17118
17119 2005-02-24  Bruno Haible  <bruno@clisp.org>
17120
17121         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17122         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17123         * m4/progtest.m4:
17124         Update from GNU gettext 0.14.2.
17125         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17126
17127 2005-02-24  Bruno Haible  <bruno@clisp.org>
17128
17129         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17130         * lib/config.charset: Update from GNU gettext 0.14.2.
17131
17132 2005-02-24  Bruno Haible  <bruno@clisp.org>
17133
17134         * lib/gettext.h: Update from GNU gettext 0.14.2.
17135
17136 2005-02-23  Simon Josefsson  <jas@extundo.com>
17137
17138         * m4/iconvme.m4: New file.
17139
17140 2005-02-23  Jim Meyering  <jim@meyering.net>
17141
17142         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17143         change.
17144         Thanks to Bruno Haible for catching it.
17145
17146 2005-02-22  Simon Josefsson  <jas@extundo.com>
17147
17148         * modules/iconvme: New file.
17149
17150         * MODULES.html.sh: Add iconvme.
17151
17152 2005-02-22  Simon Josefsson  <jas@extundo.com>
17153
17154         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17155
17156 2005-02-22  Simon Josefsson  <jas@extundo.com>
17157
17158         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17159
17160 2005-02-22  Jim Meyering  <jim@meyering.net>
17161
17162         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17163         s/ifndef/ifdef/.
17164
17165 2005-02-20  Neil Conway  <neilc@samurai.com>
17166
17167         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17168         returned by OSX/Darwin if the specified buffer is not large
17169         enough for the hostname.
17170
17171 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17172
17173         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17174         pass it to _help, otherwise the latter coredumps trying to
17175         dereference state.root_argp.
17176
17177 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17178
17179         * modules/chdir-long (Depends-on): Add memrchr.
17180         * modules/memrchr (Files): Add lib/memrchr.h.
17181         (Include): "memrchr.h".
17182
17183 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17184
17185         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17186
17187 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17188
17189         * lib/memrchr.h: New file.
17190         * lib/chdir-long.c: Include it.
17191         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17192         Don't bother including stddef.h.
17193
17194 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17197         inclusion.
17198         Include <sys/types.h>, for dev_t.
17199         (ME_DUMMY, ME_REMOTE): Move from here....
17200         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17201         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17202         Dmitry V. Levin.
17203         Include mountlist.h first, to test the interface.
17204
17205 2005-01-29  Bruno Haible  <bruno@clisp.org>
17206
17207         * lib/progname.c (program_name): Initialize.
17208         Needed when linking statically on MacOS X.
17209
17210 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         Sync from coreutils.
17213         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17214         (Depends-on): Add c-strtod.
17215         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17216
17217 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17218
17219         Sync from coreutils.
17220         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17221
17222         Remove files that are specific to coreutils.
17223         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17224
17225 2005-01-28  Bruno Haible  <bruno@clisp.org>
17226
17227         * modules/javacomp: New file.
17228         * MODULES.html.sh (Java): Add javacomp.
17229
17230 2005-01-28  Bruno Haible  <bruno@clisp.org>
17231
17232         * m4/javacomp.m4: New file, from GNU gettext.
17233
17234 2005-01-28  Bruno Haible  <bruno@clisp.org>
17235
17236         * lib/javacomp.sh.in: New file, from GNU gettext.
17237         * lib/javacomp.h: New file, from GNU gettext.
17238         * lib/javacomp.c: New file, from GNU gettext.
17239
17240 2005-01-26  Simon Josefsson  <jas@extundo.com>
17241
17242         * lib/gai_strerror.c: Use GPL in header.
17243
17244 2005-01-26  Bruno Haible  <bruno@clisp.org>
17245
17246         * modules/javaexec: New file.
17247         * MODULES.html.sh (Java): Add javaexec.
17248
17249 2005-01-26  Bruno Haible  <bruno@clisp.org>
17250
17251         * m4/javaexec.m4: New file, from GNU gettext.
17252
17253 2005-01-26  Bruno Haible  <bruno@clisp.org>
17254
17255         * lib/javaexec.sh.in: New file, from GNU gettext.
17256         * lib/javaexec.h: New file, from GNU gettext.
17257         * lib/javaexec.c: New file, from GNU gettext.
17258
17259 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17260
17261         * modules/lchown (Depends-on): Remove lchown.h
17262
17263 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17264
17265         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17266         must be defined if the header file was not found, in order
17267         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17268
17269 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17270
17271         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17272         initializers for struct pentry_state.
17273         (__argp_error): Check return value of __asprintf
17274         (__argp_failure): Translate error message
17275
17276         * lib/argp-parse.c: Removed braces around the expansion of N_()
17277
17278 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17281         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17282         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17283         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17284         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17285         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17286         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17287         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17288         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17289         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17290         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17291         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17292         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17293         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17294         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17295         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17296         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17297         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17298         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17299         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17300         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17301         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17302         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17303         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17304         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17305         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17306         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17307         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17308         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17309         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17310         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17311         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17312         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17313         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17314         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17315         Use an all-permissive copyright notice, recommended by RMS.
17316
17317 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * modules/chdir-long (Depends-on): Remove mempcpy.
17320
17321 2005-01-21  Jim Meyering  <jim@meyering.net>
17322
17323         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17324         same value as for Solaris 9.
17325
17326         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17327         component length.  This included changing the parameter to be
17328         of type `char *' rather than `char const *'.
17329         * lib/chdir-long.h (chdir_long): Update prototype.
17330
17331         * lib/openat.c (fdopendir, fstatat): New functions.
17332         * lib/openat.h: Include headers required for use of DIR and struct
17333         stat.
17334         [AT_SYMLINK_NOFOLLOW]: Define.
17335         (fdopendir, fstatat): Add prototypes.
17336
17337 2005-01-21  Bruno Haible  <bruno@clisp.org>
17338
17339         * modules/classpath: New file.
17340         * MODULES.html.sh (Java): Add classpath.
17341
17342 2005-01-21  Bruno Haible  <bruno@clisp.org>
17343
17344         * lib/classpath.h: New file, from GNU gettext.
17345         * lib/classpath.c: New file, from GNU gettext.
17346
17347 2005-01-20  Simon Josefsson  <jas@extundo.com>
17348
17349         * modules/version-etc-fsf: New file.
17350
17351 2005-01-20  Simon Josefsson  <jas@extundo.com>
17352
17353         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17354         * lib/version-etc.c: Remove version_etc_copyright.
17355         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17356         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17357
17358 2005-01-20  Simon Josefsson  <jas@extundo.com>
17359
17360         * lib/base64.h (isbase64): Add.
17361
17362         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17363         using a unsigned prototype, don't inline.
17364         (base64_decode): Use it.
17365
17366 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17369         it.
17370
17371 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * lib/save-cwd.c (save_cwd): Remove code to support the case
17374         where fchdir is missing or flaky.
17375
17376 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17379
17380 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17381
17382         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17383         AC_LIBSOURCES now does this.
17384         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17385         with new ullong_max module.
17386
17387 2005-01-19  Bruno Haible  <bruno@clisp.org>
17388
17389         * modules/sh-quote: New file.
17390         * MODULES.html.sh (Executing programs): Add sh-quote.
17391
17392 2005-01-19  Bruno Haible  <bruno@clisp.org>
17393
17394         * lib/sh-quote.h: New file, from GNU gettext.
17395         * lib/sh-quote.c: New file, from GNU gettext.
17396
17397 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17398
17399         Merge from coreutils.
17400         * m4/ullong_max.m4: New file.
17401         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17402         (gl_MACROS): Assume localeconv exists.
17403
17404 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17405
17406         Merge changes from coreutils, as described below in several
17407         changelogs dated today.
17408
17409         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17410         (O_DIRECTORY): Remove; not needed here, since "." must be
17411         a directory.  All uses removed.
17412         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17413         universal on Suns, and we also need to test for IRIX.
17414         Revamp code to use 'if' rather than '#if'.
17415         Avoid unnecessary comparison of cwd->desc to 0.
17416
17417         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17418         for known valid error numbers rather than observed invalid ones.
17419
17420 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * modules/ullong_max: New file.
17423
17424         * modules/chdir-long, modules/openat: New files.
17425         * modules/save-cwd (Depends-on): Depend on chdir-long.
17426         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17427
17428 2005-01-18  Jim Meyering  <jim@meyering.net>
17429
17430         Merge from coreutils.
17431         * m4/chdir-long.m4, m4/openat.m4: New files.
17432         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17433         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17434         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17435         is sane and DOES follow symlinks.  Besides, testing 20 different
17436         systems found no broken chown implementations.
17437         Prompted by a change in rsync's copy of this macro.
17438         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17439
17440         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17441
17442         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17443         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17444         NULL-means-set-to-current-time semantics.
17445         Remove temporary file immediately, rather than waiting
17446         for configure's at-exit trap code to do it.
17447
17448 2005-01-18  Jim Meyering  <jim@meyering.net>
17449
17450         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17451
17452         * lib/utimens.c (futimens): Account for the fact that futimes
17453         can also fail with errno == ENOSYS or errno == ENOENT.
17454         Patch from Dmitry V. Levin.
17455
17456         Change the name of the robust chdir function from chdir to chdir_long.
17457         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17458         (restore_cwd): Use chdir_long, not chdir.
17459         * lib/chdir-long.c: Renamed from chdir.c.
17460         * lib/chdir-long.h: Renamed from chdir.h.
17461         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17462         Hurd.
17463
17464 2005-01-18  Bruno Haible  <bruno@clisp.org>
17465
17466         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17467         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17468         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17469         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17470         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17471         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17472         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17473         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17474         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17475         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17476         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17477         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17478         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17479         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17480         Use an all-permissive copyright notice, recommended by RMS.
17481
17482 2005-01-18  Bob Proulx  <bob@proulx.com>
17483
17484         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17485         simplify offsetof() macro construct to avoid compile failure with
17486         native HP-UX 11.0 ANSI C compiler.
17487
17488 2005-01-17  Bruno Haible  <bruno@clisp.org>
17489
17490         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17491         redundant because stpncpy.m4 takes care of it.
17492
17493 2005-01-17  Bruno Haible  <bruno@clisp.org>
17494
17495         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17496
17497 2005-01-17  Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17500         used.
17501
17502 2005-01-17  Bruno Haible  <bruno@clisp.org>
17503
17504         * lib/fwriteerror.h (fwriteerror): Change specification to include
17505         fclose.
17506         * lib/fwriteerror.c: Include <stdbool.h>.
17507         (fwriteerror): At the end, close the file stream. Record whether
17508         stdout was already closed.
17509
17510 2005-01-17  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/execute.c (environ): Declare if needed.
17513         * lib/pipe.c (environ): Likewise.
17514         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17515
17516 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17517
17518         * modules/argp: Depend on vsnprintf
17519
17520 2005-01-10  Jim Meyering  <jim@meyering.net>
17521
17522         * modules/closeout (Depends-on): Add atexit.
17523
17524 2005-01-06  Bruno Haible  <bruno@clisp.org>
17525
17526         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17527
17528 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17529
17530         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17531         definitions to be after all include files, to avoid collisions.
17532         Problem reported by Bob Proulx.
17533
17534 2005-01-04  Jim Meyering  <jim@meyering.net>
17535
17536         Changes imported from coreutils.
17537         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17538         as the mkstemp template, use a temporary directory and an
17539         8.3-friendly template to avoid trouble on systems like DJGPP.
17540         Reported by Juan M. Guerrero via Stepan Kasal.
17541         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17542         close. Remove the temporary directory right away, rather than waiting
17543         for configure's at-exit trap code to do it.
17544         Suggestion from Stepan Kasal.
17545
17546 2005-01-01  Simon Josefsson  <jas@extundo.com>
17547
17548         * gnulib-tool: Print #include directives when --import'ing.
17549
17550 2004-12-28  Simon Josefsson  <jas@extundo.com>
17551
17552         * tests/test-base64.c: Include required header files.  Remove
17553         unused variables.
17554
17555 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         * modules/error (Depends-on): Remove gettext.
17558
17559 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17560
17561         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17562         not needed.  This removes a dependency on the gettext module.
17563         [defined _LIBC]: Do not include <libintl.h>; not needed.
17564
17565 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17568         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17569
17570 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17571
17572         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17573         HAVE_DECL_STRTOLD.
17574
17575 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17576
17577         * modules/getdate (Depends-on): Remove alloca-opt.
17578
17579 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17582
17583 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17584
17585         * lib/argp-parse.c: Include <stddef.h>.
17586         (alignof, alignto): New macros.
17587         (parser_init): Don't assume that void * is aligned sufficiently
17588         for struct option.
17589
17590         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17591         need to extend the stack.
17592         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17593         large.
17594
17595 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17596
17597         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17598
17599 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17600
17601         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17602         (2004-10-24) change.  Apparently this was a false alarm.
17603
17604         * modules/getdate: Depend on alloca-opt, not alloca.
17605
17606 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17607
17608         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17609         Remove now-obsolete comment about AIX.
17610         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17611         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17612         (YYMAXDEPTH): New macro.
17613
17614 2004-12-18  Simon Josefsson  <jas@extundo.com>
17615
17616         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17617
17618 2004-12-18  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17621
17622 2004-12-18  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/fatal-signal.c (fatal_signals): Make non-const.
17625         (init_fatal_signals): New function.
17626         (uninstall_handlers, install_handlers): Ignore signals that were set to
17627         SIG_IGN.
17628         (at_fatal_signal): Call init_fatal_signals.
17629         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17630         SIG_IGN.
17631         Reported by Paul Eggert.
17632
17633 2004-12-18  Bruno Haible  <bruno@clisp.org>
17634
17635         * doc/alloca.texi: New file.
17636         * doc/alloca-opt.texi: New file.
17637
17638 2004-12-17  Jim Meyering  <jim@meyering.net>
17639
17640         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17641         Otherwise, install-sh could exit with improper exit status when
17642         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17643
17644 2004-12-16  Simon Josefsson  <jas@extundo.com>
17645
17646         * tests/test-base64.c: Add license.
17647
17648 2004-12-15  Stepan Kasal  <address@hidden>
17649
17650         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17651
17652 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         * modules/getcwd (Files): Add m4/d-ino.m4.
17655         Suggested by Mark D. Baushke.
17656
17657 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * lib/getdate.y (textint): New member "negative".
17660         (time_zone_hhmm): New function.
17661         Expect 14 shift-reduce conflicts, not 13.
17662         (o_colon_minutes): New rule.
17663         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17664         (yylex): Set the "negative" member of signed numbers.
17665
17666 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17667
17668         * doc/getdate.texi (Time of day items, Time zone items):
17669         Describe new formats +00:00, UTC+00:00.
17670
17671 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17674         spurious "-l"s.  Problem reported by Stepan Kasal.
17675
17676 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17679         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17680
17681 2004-12-04  Simon Josefsson  <jas@extundo.com>
17682
17683         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17684         Vandoorselaere <yoann@prelude-ids.org>.
17685
17686 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17687
17688         Changes imported from coreutils.
17689         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17690         exist.
17691         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17692
17693 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17694
17695         Changes imported from coreutils.
17696         * lib/hard-locale.c: Assume <locale.h> exists.
17697         Include "strdup.h".
17698         (GLIBC_VERSION): New macro.
17699         (hard_locale): Assume setlocale exists.
17700         Rewrite to avoid #ifdef.
17701         Use strdup rather than malloc + strcpy.
17702         * lib/human.c: Assume <locale.h> exists.
17703         (human_readable): Assume localeconv exists.
17704
17705 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17706
17707         * modules/hard-locale (Depends-on): Add strdup.
17708
17709 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17710
17711         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17712         convert T2, not T.  (Imported from libc.)
17713
17714 2004-11-30  Simon Josefsson  <jas@extundo.com>
17715
17716         * modules/restrict (License): Change to LGPL.
17717
17718 2004-11-30  Simon Josefsson  <jas@extundo.com>
17719
17720         * m4/restrict.m4: Add copyright and copying conditions.
17721
17722 2004-11-30  Simon Josefsson  <jas@extundo.com>
17723
17724         * m4/base64.m4: New file.
17725
17726 2004-11-30  Simon Josefsson  <jas@extundo.com>
17727
17728         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17729         base64.
17730
17731         * tests/test-base64.c: New file.
17732
17733         * modules/base64: New file.
17734
17735 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17736
17737         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17738         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17739
17740         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17741
17742 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17745         (__getcwd.c): Don't restore errno; glibc doesn't.
17746         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17747         first, falling back to our code only if its results look suspicious.
17748         Ensure that the resulting buffer is only as large as necessary.
17749
17750         * lib/readutmp.c: Include readutmp.h first.
17751         Include <errno.h>, since readutmp.h no longer does that.
17752         * lib/readutmp.h: Don't include <errno.h>,
17753         <sys/param.h>, <time.h>; not needed to establish interface.
17754         (errno): Remove decl.
17755         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17756         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17757         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17758
17759 2004-11-28  Simon Josefsson  <jas@extundo.com>
17760
17761         * lib/base64.h, base64.c: New file.
17762
17763 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17766
17767 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17768
17769         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17770         (Depends-on): Remove pathmax, same.  Add mempcpy.
17771         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17772         (Makefile.am): Append getcwd.h to lib_SOURCES.
17773         (Include): Add getcwd.h.
17774         (Maintainer): Change from Jim Meyering to "all, glibc",
17775         since getdate now uses intended-for-glibc code.
17776         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17777         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17778
17779 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17780
17781         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17782         HP's ANSI C compiler.
17783         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17784         Declaring int functions causes warnings on some modern systems and
17785         shouldn't be needed to compile on ancient ones.
17786         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17787         defined.
17788
17789         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17790         with the following changes.
17791         (__set_errno): Parenthesize properly.
17792         Include <stdbool.h>.
17793         (MIN, MAX, MATCHING_INO): New macros.
17794         (__getcwd): Define with prototype, not K&R form.
17795         Use heuristics to allocate default buffer on stack if possible.
17796         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17797         behavior, and to avoid the PATH_MAX limit when computing
17798         ../../../../...
17799         Use MATCHING_INO to compare inode number to file.
17800         Check for arithmetic overflow in size calculations.
17801         Fix bug in reallocation of dot array that caused getcwd to fail
17802         on directories nested deeper than 75.
17803         Be more careful about saving errno on error.
17804         Do not use realloc; use only free+malloc, as this is a bit
17805         more flexible and avoids a needless copy operation.
17806         Do not inspect st_dev and st_ino for symbolic links; POSIX
17807         doesn't specify the latter.
17808         Check for closedir errors.
17809         Avoid needless casts.
17810         Use "#ifdef weak_alias" around weak_alias, to be like other
17811         glibc code.
17812         The following changes to getcwd.c have effect only when used in
17813         gnulib; they have no effect inside glibc proper.
17814         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17815         as alloca isn't used.
17816         (alloca, __alloca): Likewise.
17817         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17818         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17819         unconditionally, as gnulib assumes C89 or better.
17820         Do not include <sys/param.h>.
17821         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17822         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17823         better.
17824         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17825         Include <dirent.h> in a way that is compatible with modern Autoconf.
17826         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17827         New macros, if not already defined.
17828         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17829         Use "_LIBC", not "defined _LIBC", for consistency.
17830         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17831         a mempcpy module.
17832         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17833         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17834         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17835         credit only to Jim Meyering and adjust the copyright dates.
17836         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17837         <stdlib.h>, <unistd.h>, "pathmax.h".
17838         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17839         (INITIAL_BUFFER_SIZE): Remove.
17840         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17841
17842 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17843
17844         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17845         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17846         Use the _ONCE methods, for efficiency.
17847         Check for fcntl.h.  In test program, include <errno.h>
17848         and <fcntl.h> if available.  Remove old K&R cruft from
17849         test program.  Check for common errors in GNU/Linux,
17850         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17851         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17852         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17853         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17854         name accordingly.
17855         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17856         accommodate new getcwd.c.
17857         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17858         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17859         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17860         that's all we need now.
17861
17862 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17863
17864         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17865         argp-parse.c depends on getopt internals, that means we should
17866         always use our getopt, to be on the safe side.
17867         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17868         order not to spoil the result of an eventual previous invocation
17869         of gl_GETOPT_SUBSTITUTE.
17870
17871 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17872
17873         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17874         redefinition warnings. To avoid them, include the defines
17875         in `#if !defined __need_getopt ... #endif'. The only place
17876         where __getopt_argv_const is used is in definitions
17877         of getopt_long and getopt_long_only below, which are as well
17878         protected by `#ifndef __need_getopt'.
17879         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17880         __need_getopt after including <stdio.h> and <unistd.h> These
17881         headers might have defined it.
17882
17883 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17886
17887 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17888
17889         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17890         (futimens): New function, which uses futimes if available.
17891         (futimens, utimens): Support timespec==NULL, with same semantics
17892         as utime and utimens.
17893         * lib/utimens.h (futimens): New decl.
17894
17895 2004-11-23  Jim Meyering  <jim@meyering.net>
17896
17897         * lib/getopt_.h: Remove trailing blanks.
17898
17899 2004-11-23  Jim Meyering  <jim@meyering.net>
17900
17901         * lib/__fpending.c: Add comment.
17902
17903 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17904
17905         * modules/canonicalize (Depends-on): Add xreadlink.
17906         Problem reported by James Youngman.
17907
17908 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17909
17910         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17911         New macros.
17912         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17913         optopt): Use them instead of invoking ## directly; otherwise, the
17914         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17915
17916 2004-11-19  Bruno Haible  <bruno@clisp.org>
17917
17918         * lib/strtok_r.c: Move comments from here...
17919         * lib/strtok_r.h: ... to here.
17920
17921 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17924         implementations that mishandle size_t overflow.
17925
17926 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17929         might fail.  Problem reported by Yoann Vandoorselaere.
17930         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17931         implementations that mishandle size_t overflow.
17932
17933 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17934
17935         * modules/canon-host (Depends-on): Add strdup.
17936
17937 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17940
17941 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17942
17943         * lib/canon-host.c: Include "strdup.h".
17944         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17945         Use strdup instead of malloc/strcpy to duplicate strings.
17946
17947         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17948         (human_space_before_unit): New constant.
17949         * lib/human.c (human_readable): Support it.
17950
17951         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17952         (xgetcwd): Set errno correctly when failing.
17953         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17954         the failure is actually due to a PATH_MAX problem.
17955
17956         Further getopt changes to make it more likely that glibc will
17957         buy the changes back.
17958         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17959         (getopt): Use it, so to preserve glibc semantic
17960         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17961         when compiling for libc.
17962         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17963         (getopt_long, getopt_long_only): Use it.
17964
17965         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17966         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17967         (getopt): Argv is now char * const *, as per standard.
17968         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17969         not char *__getopt_argv_const *.
17970         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17971         _getopt_long_only_r): Likewise.
17972         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17973         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17974         _getopt_long_r, _getopt_long_only_r): Likewise.
17975         * lib/getopt_.h (__getopt_argv_const): Remove.
17976         (getopt): Argv is now char * const *, as per standard.
17977
17978         * lib/getdate.y (tORDINAL): New token.
17979         (day, relunit): Allow it for relative times.
17980         (relative_time_table): Use tORDINAL for ordinals.
17981
17982 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17983
17984         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17985         Document that "second" isn't allowed as an ordinal number.
17986
17987 2004-11-16  Jim Meyering  <jim@meyering.net>
17988
17989         * modules/closeout (Depends-on): Add fpending.
17990
17991 2004-11-15  Jim Meyering  <jim@meyering.net>
17992
17993         * lib/closeout.c: Include "__fpending.h" once again.
17994         Include <stdbool.h>.
17995         (close_stdout): Don't fail just because stdout was closed initially,
17996         since some programs don't write to stdout in the normal course of
17997         operation (other than --version and --help), and we don't want this
17998         function to make e.g. `touch file >&-' fail.
17999         But do fail if it was closed and someone has tried to write to it.
18000         E.g., `printf foo >&-' must fail.
18001
18002 2004-11-13  Jim Meyering  <jim@meyering.net>
18003
18004         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18005
18006 2004-11-12  Simon Josefsson  <jas@extundo.com>
18007
18008         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18009         small doc fix is still pending.
18010
18011 2004-11-11  Simon Josefsson  <jas@extundo.com>
18012
18013         * modules/strtok_r: New file.
18014
18015         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18016         strtok_r.
18017
18018 2004-11-11  Simon Josefsson  <jas@extundo.com>
18019
18020         * m4/strtok_r.m4: New file.
18021
18022         * m4/getopt.m4: Replace opterr.
18023
18024 2004-11-11  Simon Josefsson  <jas@extundo.com>
18025
18026         * lib/strtok_r.h, strtok_r.c: New file.
18027
18028 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18031         of replacing opterr, getopt, etc.  This should handle the
18032         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18033
18034 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18035
18036         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18037         we can stop lying to compilers about the constness of argv when we
18038         are compiled outside glibc.
18039         (getopt, getopt_long, getopt_long_only): Use it.
18040         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18041         _getopt_internal, getopt): Likewise.
18042         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18043         _getopt_long_only_r): Likewise.
18044         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18045         _getopt_long_r, _getopt_long_only_r): Likewise.
18046
18047         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18048         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18049         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18050         the other external symbols.
18051         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18052         declaration, since the above renaming now works around collisions.
18053
18054 2004-11-11  Jim Meyering  <jim@meyering.net>
18055
18056         * lib/linebreak.c: Remove trailing blanks.
18057         * lib/alloca_.h: Likewise.
18058         * lib/acosl.c: Likewise.
18059         * lib/euidaccess.c: Likewise.
18060         * lib/allocsa.h: Likewise.
18061
18062 2004-11-10  Simon Josefsson  <jas@extundo.com>
18063
18064         * m4/getaddrinfo.m4: New file.
18065
18066 2004-11-10  Simon Josefsson  <jas@extundo.com>
18067
18068         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18069
18070 2004-11-10  Simon Josefsson  <jas@extundo.com>
18071
18072         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18073         getaddrinfo.
18074
18075         * modules/getaddrinfo: New file.
18076
18077 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18078
18079         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18080
18081 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18082
18083         * lib/mktime.c (SHR): New macro, which is a portable
18084         substitute for >> that should work even on Crays.
18085         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18086         Problem reported by Mark D. Baushke in
18087         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18088         * lib/getdate.y (SHR): Likewise.
18089         (tm_diff): Use it.
18090         * lib/strftime.c (SHR): Likewise.
18091         (tm_diff): Use it.
18092         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18093         quote_these_too, so that right shifts are well defined.  All uses
18094         changed.
18095
18096 2004-11-10  Jim Meyering  <jim@meyering.net>
18097
18098         Ensure that no close failure goes unreported.
18099         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18100         return early when it seems there's nothing to flush.
18101         Don't include __fpending.h.
18102
18103 2004-11-10  Jim Meyering  <jim@meyering.net>
18104
18105         * modules/closeout (Depends-on): Remove fpending.
18106
18107 2004-11-10  Jim Meyering  <jim@meyering.net>
18108
18109         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18110
18111 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18112
18113         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18114         gl_FUNC_STRFTIME.
18115         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18116         and AC_REQUIRE when possible, to avoid duplicate checks.
18117         Check for <wchar.h>.
18118
18119 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18120
18121         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18122
18123 2004-11-09  Bruno Haible  <bruno@clisp.org>
18124
18125         * m4/sockpfaf.m4: New file.
18126
18127 2004-11-05  Bruno Haible  <bruno@clisp.org>
18128
18129         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18130         Reported by Mark D. Baushke <mdb@cvshome.org>.
18131
18132 2004-11-04  Bruno Haible  <bruno@clisp.org>
18133
18134         2004-09-11  Bruno Haible  <bruno@clisp.org>
18135                 * allocsa.valgrind: New file.
18136         2004-02-06  Bruno Haible  <bruno@clisp.org>
18137                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18138                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18139                 Reported by Christopher Seip <chris.seip@hp.com>.
18140
18141 2004-11-04  Bruno Haible  <bruno@clisp.org>
18142
18143         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18144         (Makefile.am): Distribute it.
18145
18146 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18147
18148         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18149         with errno == ERANGE if the buffer is too small.
18150         Problem reported by Mark D. Baushke.
18151
18152 2004-11-03  Albert Chin  <china@thewrittenword.com>
18153             Paul Eggert  <eggert@cs.ucla.edu>
18154
18155         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18156         equivalent, substitute $ac_type for equivalent type rather than
18157         blindly using uint32_t *always* which won't work if uint32_t is not
18158         available.  Define _UINT32_T to work around typedef of uint32_t if
18159         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18160         2.5.1.
18161
18162 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18163
18164         * m4/jm-macros.m4: Sync from coreutils.
18165         (gl_MACROS): Check for mbrlen, for pathchk.
18166         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18167
18168 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18169
18170         * lib/xreadlink.c (MAXSIZE): New macro.
18171         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18172         size does not exceed MAXSIZE.  Avoid cast.
18173         As suggested by Mark D. Baushke in
18174         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18175         if readlink fails with buffer size just under MAXSIZE, try again
18176         with MAXSIZE.
18177
18178 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18181
18182 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18183         and  Paul Eggert  <eggert@cs.ucla.edu>
18184
18185         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18186         (get_date): Overparenthesize to avoid GCC warning.
18187
18188 2004-11-02  Bruno Haible  <bruno@clisp.org>
18189
18190         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18191         returns void.
18192
18193 2004-11-02  Bruno Haible  <bruno@clisp.org>
18194
18195         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18196         function returns void.
18197
18198 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18199
18200         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18201         fflush_unlocked, flockfile, funlockfile, funlockfile,
18202         fputs_unlocked, putc_unlocked.
18203
18204 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18205
18206         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18207         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18208         already declared.
18209
18210 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18211
18212         * modules/getdate (Files): Add doc/getdate.texi.
18213         (Depends-on): Add setenv, xalloc.
18214
18215 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18216
18217         * lib/getdate.y: Add support for TZ="foo" within a date string.
18218         Fix some bugs near time_t boundaries.  Reject dates with
18219         out-of-range components, e.g., "Sept 31".
18220         Include <stdlib.h>, "setenv.h", "xalloc.h".
18221         (ISDIGIT_LOCALE): Remove; unused.
18222         Note that the TZ and time functions used here are not reentrant.
18223         (mktime_ok, get_tz): New functions.
18224         (TZBUFSIZE): New constant.
18225         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18226         This requires that we sometimes generate our own TZ="XXX..." setting.
18227
18228 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         * doc/getdate.texi: New file, from coreutils with modifications for
18231         the new TZ parsing.
18232
18233 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18234
18235         * lib/mktime.c (not_equal_tm): Remove redundant check.
18236
18237 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18238
18239         * modules/regex (lib_SOURCES): Add regex.c.
18240         Reported by James Youngman in
18241         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18242
18243 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18244
18245         * lib/getdate.y: Use Bison 1.875 features, and some minor
18246         code cleanups.  This change does not affect semantics.
18247         Don't include <stdlib.h>; no longer needed.
18248         Don't include unlocked-io.h; only the "#if TEST" code uses
18249         stdio, and performance isn't crucial there.
18250         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18251         Bison 1.875 features as described below.
18252         All uses of "PC." replaced by "pc->".
18253         (YYSTYPE): Add a forward declaration.
18254         (yylex, yyerror): Use full prototypes in forward decls.
18255         Use "%pure-parser" rather than obsolescent "%pure_parser".
18256         Use %parse-param and %lex-param instead of obsolescent
18257         YYPARSE_PARAM and YYLEX_PARAM.
18258         (meridian_table, month_and_day_table, time_units_table,
18259         relative_time_table, time_zone_table, military_table,
18260         lookup_zone, lookup_word, get_date):
18261         Use NULL instead of 0 where appropriate.
18262         (to_hour): Avoid abort (), to avoid a dependency on
18263         stdlib.h.
18264         (yyerror, yylex): Now accepts parser_control * arg.
18265         (main) [TEST]: Use '\0' rather than 0 for char.
18266
18267 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18268
18269         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18270
18271 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18272
18273         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18274         It's now the caller's responsibility to handle the case where
18275         !HAVE_GETPAGESIZE && !defined getpagesize.
18276
18277         * lib/mktime.c (leapyear): Arg is long int, not int.
18278
18279 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18280
18281         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18282
18283 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18284
18285         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18286         missing.  Problem reported by James Youngman.
18287
18288 2004-10-16  Simon Josefsson  <jas@extundo.com>
18289
18290         * gnulib-tool: Fix comments.  Fix parse problem.
18291         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18292
18293 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18294
18295         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18296         implementation of getopt_long.  Problem reported by Alexander Taler in:
18297         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18298
18299 2004-10-15  Bruno Haible  <bruno@clisp.org>
18300
18301         * gnulib-tool: Untabify. Initialize supplied_libname.
18302         (func_usage): More homogenous output.
18303         (func_modules_transitive_closure, func_modules_to_filelist,
18304         func_emit_lib_Makefile_am): New functions.
18305         (func_import): New function, extracted from big case statement. Use
18306         func_get_license, func_modules_transitive_closure,
18307         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18308         opt_lgpl. Don't use test -a, as it's not portable.
18309         (func_create_testdir): Use func_modules_transitive_closure,
18310         func_modules_to_filelist, func_emit_lib_Makefile_am.
18311
18312 2004-10-15  Bruno Haible  <bruno@clisp.org>
18313
18314         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18315
18316 2004-10-15  Bruno Haible  <bruno@clisp.org>
18317
18318         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18319         the portions belonging to each module.
18320         Suggested by Derek Robert Price <derek@ximbiot.com>.
18321
18322 2004-10-12  Simon Josefsson  <jas@extundo.com>
18323
18324         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18325         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18326         to real functions.
18327
18328 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18329
18330         * modules/vsnprintf: New file.
18331
18332 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18333
18334         * m4/vsnprintf.m4: New file.
18335
18336 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18337
18338         * lib/vsnprintf.h: New file.
18339         * lib/vsnprintf.c: New file.
18340
18341 2004-10-11  Bruno Haible  <bruno@clisp.org>
18342
18343         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18344         vsnprintf.
18345
18346 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18349
18350 2004-10-07  Bruno Haible  <bruno@clisp.org>
18351
18352         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18353         fits into the provided buffer.
18354
18355 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18356
18357         * lib/diacrit.c, diacrit.h: Add GPL notice.
18358
18359         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18360         notice.
18361         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18362         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18363         This avoids a potential constant-folding bug.
18364
18365 2004-10-05  Bruno Haible  <bruno@clisp.org>
18366
18367         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18368         for the declaration of strsep.
18369
18370 2004-10-05  Bruno Haible  <bruno@clisp.org>
18371
18372         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18373
18374 2004-10-04  Simon Josefsson  <jas@extundo.com>
18375
18376         * modules/memmem: New file.
18377         * tests/test-memmem.c: New file.
18378         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18379
18380 2004-10-04  Simon Josefsson  <jas@extundo.com>
18381
18382         * m4/memmem.m4: New file.
18383
18384 2004-10-04  Simon Josefsson  <jas@extundo.com>
18385
18386         * lib/memmem.h: New file.
18387         * lib/memmem.c: New file, taken from glibc.
18388
18389 2004-10-04  Simon Josefsson  <jas@extundo.com>
18390
18391         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18392         '#ifdef USE_UNLOCKED_IO'.
18393
18394 2004-10-04  Simon Josefsson  <jas@extundo.com>
18395
18396         * config/srclist.txt: Add memmem from glibc.
18397
18398 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18401
18402         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18403         modules/exclude, modules/getdate, modules/getline,
18404         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18405         modules/getusershell, modules/linebuffer, modules/md5,
18406         modules/mountlist, modules/posixtm, modules/readtokens,
18407         modules/readutmp, modules/regex, modules/sha1,
18408         modules/version-etc, modules/yesno:
18409         Remove dependency on unlocked-io.
18410
18411 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18412
18413         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18414
18415         * m4/unlocked-io.m4: Add copyright notice.
18416         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18417
18418 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18419
18420         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18421         * lib/xmalloc.c (xmemdup): Likewise.
18422         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18423         XFREE): Remove these long-obsolescent macros.
18424         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18425         * lib/xstrdup.c: Remove.
18426
18427         * lib/regex.c (re_comp): Cast gettext return value to char *,
18428         Problem reported by Martin Neitzel via Mark D. Baushke.
18429
18430 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18433         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18434         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18435         regex.c, sha1.c, version-etc.c, yesno.c:
18436         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18437         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18438         the includer's responsibility.
18439
18440         Sync from coreutils.
18441
18442         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18443         points to the start of a string, as the C Standard says the
18444         resulting behavior is undefined.
18445
18446         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18447         simple -> simple_backups, numbered_existing ->
18448         numbered_existing_backups, numbered -> numbered_backups
18449         to avoid shadowing problems.  All uses changed.
18450         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18451         * lib/backupfile.c (check_extension, numbered_backup):
18452         Rename locals to avoid shadowing 'basename'.
18453         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18454         once.
18455
18456         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18457         * lib/.cvsignore: Add getopt.h.
18458
18459 2004-10-04  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/README: New file.
18462         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18463         not a module.
18464
18465 2004-10-02  Jim Meyering  <jim@meyering.net>
18466
18467         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18468
18469 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18470
18471         * modules/strsep: New file.
18472
18473 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18474
18475         * m4/strsep.m4: New file.
18476
18477 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18478
18479         * lib/strsep.h: New file.
18480         * lib/strsep.c: New file.
18481
18482 2004-10-01  Simon Josefsson  <jas@extundo.com>
18483
18484         * lib/snprintf.c (snprintf): Handle size==0.
18485
18486 2004-10-01  Simon Josefsson  <jas@extundo.com>
18487             Bruno Haible  <bruno@clisp.org>
18488
18489         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18490         (snprintf): Declare 'args'.
18491
18492 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18493
18494         * lib/snprintf.c: Remove comments as to why each header is needed.
18495
18496 2004-10-01  Bruno Haible  <bruno@clisp.org>
18497
18498         * MODULES.html.sh: Add strsep.
18499
18500 2004-09-30  Simon Josefsson  <jas@extundo.com>
18501
18502         * modules/snprintf: New file.
18503
18504 2004-09-30  Simon Josefsson  <jas@extundo.com>
18505
18506         * m4/snprintf.m4: New file.
18507
18508 2004-09-30  Simon Josefsson  <jas@extundo.com>
18509
18510         * lib/snprintf.h, lib/snprintf.c: New files.
18511
18512 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18513
18514         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18515         (hol_entry_help): Never translate an empty string.
18516         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18517         * lib/argp.h (OPTION_NO_TRANS): New option.
18518
18519 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18520
18521         * modules/argp (Maintainer): Replace Simon Josefsson
18522         by Sergey Poznyakoff.
18523
18524 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18525
18526         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18527         changes merged back into glibc.
18528
18529 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18530
18531         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18532
18533 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18534
18535         * lib/xvasprintf.c: Include xalloc.h.
18536         (xvasprintf): Use xalloc_die, not xmalloc_die.
18537
18538 2004-09-29  Bruno Haible  <bruno@clisp.org>
18539
18540         * modules/alloca-opt: New file, derived from modules/alloca.
18541         * modules/allocsa: Depend on alloca-opt instead of alloca.
18542         * modules/setenv: Likewise.
18543         * modules/vasnprintf: Likewise.
18544         * MODULES.html.sh: Add alloca-opt.
18545
18546 2004-09-28  Simon Josefsson  <jas@extundo.com>
18547
18548         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18549         LGPL, and to replace license template from GPL to LGPL.
18550
18551 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18552
18553         * modules/dummy: Change license to LGPL.
18554
18555 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18556
18557         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18558
18559 2004-09-24  Simon Josefsson  <jas@extundo.com>
18560
18561         * modules/minmax (License): Change from GPL to LGPL.
18562
18563 2004-09-23  Simon Josefsson  <jas@extundo.com>
18564
18565         * gnulib-tool (--import): Typo.
18566
18567 2004-09-23  Simon Josefsson  <jas@extundo.com>
18568
18569         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18570
18571 2004-09-22  Bruno Haible  <bruno@clisp.org>
18572
18573         * modules/*: Add 'License' field.
18574         * gnulib-tool: Accept --extract-license option.
18575         (func_get_license): New function.
18576
18577 2004-09-21  Bruno Haible  <bruno@clisp.org>
18578
18579         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18580         Reported by Simon Josefsson.
18581
18582 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18583
18584         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18585         gl_AC_TYPE_LONG_LONG.
18586
18587 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18590
18591 2004-09-18  Simon Josefsson  <jas@extundo.com>
18592         and  Paul Eggert  <eggert@cs.ucla.edu>
18593
18594         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18595         calls with autoreconf.  Define GL_LIB.
18596
18597 2004-09-14  Karl Berry  <karl@gnu.org>
18598
18599         * config/srclist.txt: unsync setenv.c, sigh.
18600
18601 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18602
18603         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18604         Problem reported by Bruno Haible in:
18605         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18606
18607 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * config/srclist.txt: Comment out argp-pvh.c.
18610
18611 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18612
18613         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18614         in case some system header has #define'd it.  Problem reported by
18615         Soeren D. Schulze in
18616         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18617
18618 2004-09-09  Karl Berry  <karl@gnu.org>
18619
18620         * regex.[ch]: delete from the root.  These were supposed to be
18621                 synced with emacs cvs, but this has not happened for about
18622                 a year, and anyway nothing else uses emacs regex.[ch].
18623                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18624                 lib/regex[.ch] is untouched.
18625
18626 2004-09-09  Bruno Haible  <bruno@clisp.org>
18627
18628         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18629
18630 2004-09-09  Bruno Haible  <bruno@clisp.org>
18631
18632         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18633         modifications.
18634         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18635
18636 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18637
18638         * modules/xvasprintf: New file.
18639         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18640
18641 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18642
18643         * lib/xvasprintf.h: New file.
18644         * lib/xvasprintf.c: New file.
18645         * lib/xasprintf.c: New file.
18646
18647 2004-09-08  Bruno Haible  <bruno@clisp.org>
18648
18649         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18650
18651 2004-09-08  Bruno Haible  <bruno@clisp.org>
18652
18653         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18654         length is > INT_MAX.
18655         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18656         more.
18657
18658 2004-09-08  Bruno Haible  <bruno@clisp.org>
18659
18660         * lib/stdint_.h: New file, taken from GNU clisp.
18661
18662 2004-09-08  Bruno Haible  <bruno@clisp.org>
18663             Oskar Liljeblad  <oskar@osk.mine.nu>
18664
18665         * modules/stdint: New file.
18666         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18667
18668 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         Import from coreutils.
18671         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18672         strings on unbounded length.  alloca's performance benefits aren't
18673         that important here.
18674         (V_STRDUP): Remove.
18675         (parse_with_separator): New function, with most of the internals
18676         of the old parse_user_spec.  Allow user to omit both user and group,
18677         for compatibility with FreeBSD.
18678         Clone only the user name, not the entire spec.
18679         Do not set *uid, *gid unless entirely successful.
18680         Avoid memory leak in some failing cases.
18681         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18682         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18683         (parse_user_spec): Rewrite to use parse_with_separator.
18684
18685 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18686
18687         * modules/userspec: Don't depend on alloca.
18688
18689 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18692
18693 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18696         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18697         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18698
18699 2004-08-16  Simon Josefsson  <jas@extundo.com>
18700
18701         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18702         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18703         Add --dry-run for --import.
18704         Let user provided command line parameters override configure.ac
18705         settings.
18706
18707 2004-08-12  Simon Josefsson  <jas@extundo.com>
18708
18709         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18710         as discussed with Paul Eggert in threads rooted at
18711         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18712         and
18713         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18714         Before, the test was empty, and relied on ELIDE_CODE in source
18715         code.)
18716         (gl_PREREQ_GETOPT): New macro.
18717         (gl_GETOPT): Use them.
18718
18719 2004-08-12  Simon Josefsson  <jas@extundo.com>
18720
18721         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18722         * lib/getopt_.h: Renamed from getopt.h.
18723
18724 2004-08-12  Simon Josefsson  <jas@extundo.com>
18725
18726         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18727         Change default library name from libfoo to libgnu.
18728         Now, if you have a configure.ac that says:
18729                 gl_SOURCE_BASE(gl)
18730                 gl_M4_BASE(gl/m4)
18731                 gl_MODULES(error getopt etcetera)
18732                 gl_INIT
18733         you can import all you need by running:
18734                 ../gnulib/gnulib-tool --import
18735
18736         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18737         (Makefile.am): Rewrite, use logic from argz.
18738         (Include): Use <getopt.h> instead of "getopt.h".
18739
18740 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * modules/argp (Files): Add m4/unlocked-io.m4.
18743         (Depends-on): Add extensions.
18744
18745 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18748         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18749         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18750         Check for program_invocation_name, program_invocation_short_name,
18751         flockfile, funlockfile, features.h, _getopt_long_only_r.
18752
18753 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18754
18755         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18756         its complicated substitute.
18757         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18758         and program_invocation_name.
18759         (__argp_basename) [!_LIBC]: Remove; the only use was
18760         replaced by its body.
18761         (__argp_short_program_name): Change condition from
18762         !defined __argp_short_program_name to
18763         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18764         to match argp-namefrob.h.
18765         (__argp_failure): Don't assume strerror_r returns char *.
18766         * lib/argp-parse.c (N_): Define unconditionally.
18767         (argp_default_options): Fill out initializers with 0 to avoid
18768         gcc warnings.
18769
18770 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18773         getopt1.c.
18774
18775 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18776
18777         Merge from coreutils.
18778
18779         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18780
18781         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18782         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18783
18784 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         Merge from coreutils.
18787
18788         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18789         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18790         for Reliant Unix 5.43.
18791
18792         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18793         (union fooround): Use uintmax_t, not long int.
18794         The rest is a merge from libc:
18795         [defined _LIBC]: Include <shlib-compat.h>.
18796         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18797
18798         * lib/settime.c (settime): Recode to avoid warning with
18799         Sun Forte C 6U2.
18800
18801         * lib/strverscmp.c: Convert to UTF-8.
18802
18803 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18804
18805         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18806         m4/uintmax_t.m4.
18807
18808 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18809
18810         * modules/xalloc-die: New file.
18811         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18812
18813         * modules/md5 (Files): Add m4/uint32_t.m4.
18814         * modules/sha1: Renamed from modules/sha.
18815         (Files):
18816         Rename lib/sha.h to lib/sha1.h.
18817         Rename lib/sha.c to lib/sha1.c.
18818         Rename m4/sha.m4 to m4/sha1.m4.
18819         (lib_SOURCES): Likewise.
18820         (configure.ac): Rename gl_SHA to gl_SHA1.
18821         (Include): sha.h -> sha1.h.
18822
18823 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18824
18825         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18826         * m4/sha1.m4: Renamed from sha.m4.
18827         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18828
18829 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * lib/obstack.h (obstack_empty_p):
18832         Don't assume that chunk->contents is suitably aligned.
18833         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18834         Likewise. Problem reported by Benno in
18835         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18836
18837         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18838         readable.  This could be improved further but it'd take some work.
18839
18840 2004-08-08  Simon Josefsson  <jas@extundo.com>
18841
18842         * modules/xgethostname (Depends-on): Remove exit and error (not
18843         used).
18844
18845         * modules/getpass-gnu: Add getpass.h.
18846         (Depends-on): Add stdbool.
18847         * modules/getpass: Add getpass.h.
18848
18849 2004-08-08  Simon Josefsson  <jas@extundo.com>
18850
18851         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18852         Check getpass declaration.
18853
18854 2004-08-08  Simon Josefsson  <jas@extundo.com>
18855
18856         * lib/xgethostname.c: Don't include error.h (not used).
18857
18858         * lib/getpass.h: Add.
18859         * lib/getpass.c: Include getpass.h first.
18860
18861 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18862
18863         * lib/xalloc-die.c: New file.
18864         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18865         All uses removed.
18866         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18867         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18868         xalloc-die.c.
18869         (_, N_, xalloc_die): Move to xalloc-die.c.
18870         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18871         so that we needn't mess with xalloc_msg_memory_exhausted.
18872
18873         * lib/sha1.h: Renamed from sha.h.
18874         (SHA1_H): Renamed from _SHA_H.
18875         (sha1_ctx): Renamed from sha_ctx.
18876         (sha1_init_ctx): Renamed from sha_init_ctx.
18877         (sha1_process_block): Renamed from sha_process_block.
18878         (sha1_process_bytes): Renamed from sha_process_bytes.
18879         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18880         (sha1_read_ctx): Renamed from sha_read_ctx.
18881         (sha1_stream): Renamed from sha_stream.
18882         (sha1_buffer): Renamed from sha_buffer.
18883         * lib/sha1.c: Likewise; renamed from sha.c.
18884         Do not include <sys/types.h>.
18885         Include <stddef.h> rather than <stdlib.h>.
18886
18887 2004-08-08  Bruno Haible  <bruno@clisp.org>
18888
18889         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18890         FILESYSTEM_PREFIX_LEN.
18891         * lib/progreloc.c: Likewise.
18892         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18893
18894 2004-08-06  Simon Josefsson  <jas@extundo.com>
18895
18896         * modules/progname (Depends-on): Don't depend on stdbool.
18897
18898 2004-08-06  Simon Josefsson  <jas@extundo.com>
18899
18900         * modules/getsubopt: New file.
18901         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18902         getsubopt.
18903
18904 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         More merge from coreutils.
18907
18908         * m4/utimens.m4, m4/utimecmp.m4: New files.
18909         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18910         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18911         prereq.m4, sha.m4: Import changes from coreutils.
18912
18913 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         More merge from coreutils.
18916         * modules/raise, modules/readtokens0, modules/utimens:
18917         * modules/utimecmp, module/xnanosleep: New files.
18918         * modules/strftime: Add lib/strftime.h.
18919         Change include from <time.h> to "strftime.h".
18920         * modules/yesno: Add lib/yesno.h.
18921         * modules/backupfile: Remove lib/addext.c.
18922         * modules/euidaccess: Add stat-macros.h.
18923         * modules/canonicalize, modules/euidaccess,
18924         modules/filemode, modules/lchown, modules/makepath,
18925         modules/rmdir, modules/stat: Likewise.
18926
18927 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18928
18929         Merge from tar.
18930         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18931         SIZE_MAX is a valid preprocessor constant.
18932         (__argp_basename): Change from "#ifndef _LIBC"
18933         to "#ifndef __argp_short_program_name", so that
18934         we don't compile these functions for tar.
18935
18936         More merges from coreutils.
18937         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18938         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18939         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18940         * lib/addext.c: Remove; no longer needed.
18941         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18942         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18943         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18944         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18945         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18946         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18947         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18948         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18949         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18950         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18951         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18952         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18953         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18954         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18955         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18956         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18957         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18958         Import changes from coreutils.
18959
18960 2004-08-05  Simon Josefsson  <jas@extundo.com>
18961
18962         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18963
18964 2004-08-05  Simon Josefsson  <jas@extundo.com>
18965
18966         * m4/getsubopt.m4: New file.
18967
18968 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         Merge from coreutils.
18971
18972         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18973         * m4/getcwd-path-max.m4: New files.
18974
18975         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18976         FILESYSTEM_PREFIX_LEN ->
18977         FILE_SYSTEM_PREFIX_LEN.
18978         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18979         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18980         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18981         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18982
18983         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18984         prerequisite modules now handle the DOS stuff.
18985         Don't check for unistd.h.
18986
18987 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18988
18989         Merge from coreutils.
18990
18991         * lib/.gdb-history: Remove; this doesn't belong here.
18992
18993         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18994         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18995         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18996         * lib/getcwd.c: New files.
18997
18998         * lib/dirname.h: Include <stdbool.h>.
18999         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19000         for consistency with POSIX terminology.  All uses changed.
19001         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19002         (strip_trailing_slashes): Use bool for booleans.
19003         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19004
19005         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19006         sometimes returns a positive errno value even when it succeeds.
19007         (print_errno_message) [!LIBC]: Fall back on strerror if
19008         __strerror_r fails.
19009
19010         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19011         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19012         (longest_relative_suffix): New function.
19013         (path_concat): Use it.  Assume first argument is not NULL.
19014         Port to DOS.  Omit redundant separators.
19015         Report an error instead of returning NULL.
19016         Use mempcpy instead of memcpy.
19017         (xpath_concat): Remove: not declared or used.
19018
19019         * lib/same.h: Include <stdbool.h>
19020         (same_name): Return bool, not int.
19021         * lib/same.c (same_name): Likewise.
19022         (errno): Don't declare; we assume C89 or better now.
19023
19024         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19025         if not already defined.
19026
19027         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19028         * lib/dup-safer.c (errno): Likewise.
19029
19030 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         Merge from coreutils.
19033         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19034         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19035         * modules/path-concat: Don't depend on strdup.
19036
19037 2004-08-03  Simon Josefsson  <jas@extundo.com>
19038
19039         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19040         * lib/progname.h: Don't include stdbool.h.
19041
19042 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19045         * MODULES.html.sh (func_all_modules): Remove fatal.
19046
19047 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19048
19049         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19050
19051 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19054         working.
19055
19056 2004-08-02  Simon Josefsson  <jas@extundo.com>
19057
19058         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19059         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19060         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19061
19062 2004-08-01  Simon Josefsson  <jas@extundo.com>
19063
19064         * lib/xgetdomainname.c: Include stdlib.h, for free().
19065
19066 2004-07-19  Bruno Haible  <bruno@clisp.org>
19067
19068         * MODULES.html.sh (func_all_modules): Add dummy.
19069
19070 2004-07-16  Simon Josefsson  <jas@extundo.com>
19071
19072         * modules/dummy: New file.
19073
19074 2004-07-16  Simon Josefsson  <jas@extundo.com>
19075
19076         * lib/dummy.c: New file.
19077
19078 2004-07-16  Bruno Haible  <bruno@clisp.org>
19079
19080         * lib/backupfile.h: Add extern "C" for C++.
19081         * lib/closeout.h: Likewise.
19082         * lib/copy-file.h: Likewise.
19083         * lib/findprog.h: Likewise.
19084         * lib/full-write.h: Likewise.
19085         * lib/pathname.h: Likewise.
19086         * lib/progname.h: Likewise.
19087         * lib/stpcpy.h: Likewise.
19088         * lib/stpncpy.h: Likewise.
19089         * lib/strcase.h: Likewise.
19090         * lib/strstr.h: Likewise.
19091         * lib/xalloc.h: Likewise.
19092
19093         * lib/mbswidth.h: Add extern "C" for C++.
19094         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19095
19096 2004-07-13  Robert Millan  <robertmh@gnu.org>
19097
19098         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19099
19100 2004-07-09  Simon Josefsson  <jas@extundo.com>
19101
19102         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19103         failed without this.)
19104
19105 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19106
19107         * modules/chown (Files): Add lib/fchown-stub.c, since
19108         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19109
19110 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19111
19112         * lib/fchown-stub.c: New file.
19113
19114 2004-06-24  Jim Meyering  <jim@meyering.net>
19115
19116         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19117
19118 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19119
19120         * modules/argz: Omit "#include".
19121
19122         * MODULES.html.sh (func_all_modules): Add calloc, to match
19123         2004-06-01 addition of calloc module.
19124
19125 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19126
19127         * m4/argz.m4: New file, which is autoupdated from libtool.
19128
19129 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19130
19131         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19132         libtool.
19133
19134 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19135
19136         * config/srclist-update: Don't insist on "USA." before the
19137         close-comment, as libtool omits the period and puts the */ on a
19138         separate line.
19139         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19140         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19141
19142 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19143
19144         * modules/argz: New file.
19145         * MODULES.html.sh (func_all_modules): Add argz.
19146
19147 2004-06-12  Jim Meyering  <jim@meyering.net>
19148         and  Paul Eggert  <eggert@cs.ucla.edu>
19149
19150         * modules/hash (Files): Add lib/xalloc.h.
19151         * modules/pipe (Depends-on): Add wait-process.
19152         * modules/stat (Depends-on): Add xalloc.
19153         * modules/userspec (Files): Add lib/userspec.h.
19154         * modules/xstrto
19155
19156         Upgrade from gettext-0.13.
19157         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19158         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19159         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19160
19161 2004-06-10  Jim Meyering  <jim@meyering.net>
19162
19163         * lib/calloc.c: New file.
19164
19165 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * lib/getdate.y (yylex): Allow space between sign and number.
19168         Problem reported by Dan Jacobson.
19169
19170 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         Merge from coreutils CVS.
19173
19174         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19175         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19176         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19177         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19178         xstrtol.m4: Fix copyright date and/or serial number.
19179
19180         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19181         See if we need an fchown replacement.
19182         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19183         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19184         and use the replacement function if we detect either defect.
19185
19186         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19187         gl_UTIMECMP.
19188
19189 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19190         and  Jim Meyering  <jim@meyering.net>
19191
19192         Merge from coreutils CVS.
19193
19194         * lib/stat-macros.h: New file, with contents from file-type.h
19195         and coreutils' system.h.
19196         * lib/file-type.c: Include "stat-macros.h".
19197         * lib/file-type.h (file_type): Move all macro definitions to new file,
19198         stat-macros.h.
19199
19200         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19201         Wrap old code with this conditional.
19202         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19203         function that does not dereference symlinks.
19204         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19205
19206         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19207         dependency problems.
19208         (xreadlink): Accept new arg SIZE, for efficiency.
19209         All decls and uses changed.
19210         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19211
19212         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19213         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19214
19215         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19216         sysexits.h.
19217
19218 2004-06-01  Jim Meyering  <jim@meyering.net>
19219
19220         * m4/calloc.m4: New file.
19221
19222 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19223
19224         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19225         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19226         Also, fix a typo in a diagnostic.
19227
19228 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19229
19230         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19231         or AC_FUNC_REALLOC.
19232
19233 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19234
19235         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19236         macros to be defined.
19237         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19238         the allocator returns NULL because the requested size is zero.
19239
19240 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19241
19242         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19243         var.  Add comment explaining why libc still defines it.  This
19244         merges the following patch from glibc:
19245         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19246
19247 2004-05-20  Andreas Schwab  <schwab@suse.de>
19248
19249         * m4/free.m4: Replace free if it not known to work, not the other
19250         way round.
19251
19252 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19255         present in glibc since revision 1.1 of this file.
19256         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19257         obstack_alignment_mask, obstack_alloc, obstack_base,
19258         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19259         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19260         obstack_grow0, obstack_init, obstack_int_grow,
19261         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19262         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19263         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19264         nonexistent functions.
19265
19266 2004-05-18  Karl Berry  <karl@gnu.org>
19267
19268         * config/srclist.txt: break link for vasnprintf.c.
19269
19270 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         Port obstack to the AS/400, where pointers are 16 bytes wide and
19273         you cannot cast an integer to a valid pointer.  This patch is
19274         currently waiting to be integrated into glibc; see
19275         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19276
19277         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19278         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19279         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19280         (struct obstack): temp member is now a union of a pointer and
19281         an integer, instead of an integer.  All integer uses changed.
19282         This does not affect the physical layout of struct obstack,
19283         except on hosts (like the AS/400) where the size or alignment of
19284         void * is greater than that of ptrdiff_t.
19285         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19286         __STDC__)]: Store temporary in pointer member of union, not
19287         integer member.
19288         * lib/obstack.c: Include <stddef.h>, for offsetof.
19289         (struct fooalign): Remove; it doesn't need a name.
19290         (union fooround): Change double to long double, and add void *.
19291         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19292         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19293         not a macro.  Hence the values are always int; so remove all
19294         casts-to-int in uses.
19295
19296 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19297
19298         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19299         we can get this patch merged into glibc.
19300
19301 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19302             Paul Eggert  <eggert@cs.ucla.edu>
19303
19304         * m4/argp: Depend on alloca.
19305
19306 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19307             Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19310         freecoding.
19311
19312 2004-05-17  Bruno Haible  <bruno@clisp.org>
19313
19314         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19315         precision that consists of a '.' followed by an empty digit string.
19316         Patch by Tor Lillqvist <tml@iki.fi>.
19317
19318 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19321         for backward compatibility with older code.  We need our own
19322         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19323         it under some other name, and our alloca.h will define it.
19324
19325 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19326             Derek Price  <derek@ximbiot.com>
19327
19328         * lib/alloca.c: Include <alloca.h>, to get our interface.
19329         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19330         include <alloca.h> first.  Use C89 prototype for alloca; this
19331         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19332         Use #elif for simplicity, since we can assume C89 now.
19333         Don't try to source the system alloca.h since it will not be found
19334         and to prevent recursively including its replacement.
19335         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19336         * lib/regex.c: Likewise.
19337
19338 2004-05-16  Derek Price  <derek@ximbiot.com>
19339             Paul Eggert  <eggert@cs.ucla.edu>
19340
19341         getline cleanup.  This changes the getndelim2 API: both order of
19342         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19343         no delimiter).
19344
19345         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19346         interface does that.
19347         (getline): Always use getdelim, so that we don't have two
19348         copies of this code.
19349         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19350         if available.
19351         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19352         (GETNDELIM2_MAXIMUM): New macro.
19353         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19354         instead of the old practice of delim2==0.  All callers changed.
19355         Return -1 on overflow, instead of returning junk.
19356         Do not set *linesize unless allocation succeeds.
19357         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19358         that we include sys/types.h.
19359         * lib/getnline.h: Likewise.
19360         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19361         (getndelim2): Reorder arguments.
19362         * lib/getnline.c (getnline, getndelim):
19363         Don't discard the NMAX argument.
19364         (getnline): Invoke getndelim, to avoid code duplication.
19365         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19366         of (size_t) -1 by callers of the getnline family.
19367
19368 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19369
19370         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19371         Check for gettimeofday.
19372         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19373         Check for settimeofday, stime.
19374
19375 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * lib/nanosleep.c (suspended): Change its type from int to
19378         sig_atomic_t volatile.
19379         (first_call): Make it private to rpl_nanosleep, and have it
19380         be zero initially as that's a bit faster.
19381         (my_usleep): Round up fractional times instead of truncating them,
19382         as this is the usual meaning for 'sleep'.
19383
19384         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19385         doesn't work.
19386         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19387         (ENOSYS): Define if not defined.
19388         (settime): Fall back on stime if it exists and settimeofday fails.
19389         But don't bother with fallbacks if a method fails with errno == EPERM.
19390
19391 2004-05-11  Jim Meyering  <jim@meyering.net>
19392
19393         Prior to this change, the save_cwd caller required read access to the
19394         current directory on most systems (ones with the fchdir function).
19395
19396         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19397         fails, try write-only, and finally, resort to using xgetcwd.
19398
19399 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19400
19401         * lib/obstack.c, obstack.h: Import changes from libc.
19402
19403 2004-04-28  Bruno Haible  <bruno@clisp.org>
19404
19405         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19406         also implicitly appends .exe to executables.
19407         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19408         accepts Windows pathnames.
19409         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19410         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19411         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19412         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19413         Reported by Derek Robert Price <derek@ximbiot.com>.
19414
19415 2004-04-21  Karl Berry  <karl@gnu.org>
19416
19417         * config/srclist.txt (localcharset.c): break sync.
19418
19419 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19420
19421         * m4/host-os.m4: Add a copyright notice.
19422
19423 2004-04-20  Jim Meyering  <jim@meyering.net>
19424
19425         Change UTILS_ to gl_ in AC_DEFINE'd names.
19426         Change utils_- and jm_-prefixed variables, too.
19427         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19428         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19429         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19430
19431         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19432         Don't emit trailing blanks.
19433         Also rename jm_-prefixed variables to have gl_ prefix.
19434
19435         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19436         Also rename jm_-prefixed variables to have gl_ prefix.
19437
19438         * m4/jm-macros.m4: Reflect the renamings.
19439         * m4/prereq.m4: Likewise.
19440
19441 2004-04-20  Jim Meyering  <jim@meyering.net>
19442
19443         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19444         memory.
19445
19446 2004-04-20  Jim Meyering  <jim@meyering.net>
19447             Bruno Haible  <bruno@clisp.org>
19448
19449         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19450         memory when realloc fails.
19451
19452 2004-04-19  Jim Meyering  <jim@meyering.net>
19453
19454         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19455         now that readutmp.c may call `free (0)'.
19456
19457 2004-04-19  Bruno Haible  <bruno@clisp.org>
19458
19459         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19460         * m4/inttypes_h.m4: Likewise.
19461         * m4/stdint_h.m4: Likewise.
19462         * m4/intmax_t.m4: Likewise.
19463         * m4/uintmax_t.m4: Likewise.
19464
19465 2004-04-18  Jim Meyering  <jim@meyering.net>
19466
19467         * m4/prereq.m4: Don't forbid jm_ prefix.
19468
19469         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19470         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19471         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19472         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19473         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19474         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19475         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19476         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19477         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19478         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19479         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19480         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19481         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19482         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19483         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19484         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19485         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19486         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19487         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19488
19489 2004-04-18  Jim Meyering  <jim@meyering.net>
19490
19491         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19492         failure, don't leak memory and do call END_UTMP_ENT.
19493
19494 2004-04-16  Jim Meyering  <jim@meyering.net>
19495
19496         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19497         coreutils' stat program.
19498         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19499
19500 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19501
19502         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19503         C89.
19504         (CHAR_BIT): Remove, since we assume C89.
19505         Include <stdint.h> if available, as per current Autoconf CVS advice.
19506
19507 2004-03-31  Jim Meyering  <jim@meyering.net>
19508
19509         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19510         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19511         * m4/xalloc.m4: Likewise.
19512
19513 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19514
19515         Merge from coreutils.
19516
19517         * m4/inttostr.m4: New file.
19518         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19519         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19520         Require gl_CLOCK_TIME.
19521         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19522
19523 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19524
19525         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19526         not bool, to be more consistent with Unix conventions.
19527         Suggested by Bruno Haible.
19528
19529         Merge from coreutils.
19530
19531         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19532         * lib/umaxtostr.c: New files.
19533
19534         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19535         the usual <time.h> dance.
19536         (get_date): Change signature to support fractional time stamps.
19537         All callers changed.
19538         * lib/getdate.y: Include "getdate.h" first, as we can now
19539         assume C89 and don't need to worry about 'const'.
19540         Similarly, include "unlocked-io.h" near start, not in middle.
19541         Include <limits.h>.
19542         (textint.value): Use long int rather than int.
19543         (textint.digits): Use size_t rather than int.
19544         (BILLION, LOG10_BILLION): New constants.
19545         (parser_control): New member rel_ns.  Members day_ordinal,
19546         time_zone, month, day, hour, minutes, rel_year, rel_month,
19547         rel_day, rel_hour, rel_minutes, rel_seconds
19548         are now long int, not int.  Member seconds is now struct timespec,
19549         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19550         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19551         not int.
19552         (%union.intval): Now long int, not int.
19553         New member timespec.
19554         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19555         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19556         (spec): Now is a timespec or an item list.
19557         (timespec, items): New nonterminals.
19558         (time, rel, relunit, number, get_date):
19559         Add support for fractional seconds.
19560         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19561         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19562         (to_hour): First arg is now long int, not int.
19563         (to_year): Returns long int, not int.
19564         Don't treat year -70 like 70.
19565         (tm_diff): Returns long int, not int.
19566         (lookup_word): Use bool instead of int when appropriate.
19567         (yylex): Use size_t for count, not int.
19568         Detect overflow when parsing large integer constants.
19569         Add support for fractions.
19570         (get_date): Make pointers 'const' if possible.
19571         Use more-portable code to detect integer overflow.
19572         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19573         Don't use ctime; it's not reliable if the year has >4 digits.
19574
19575         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19576         This is for compatibility with BSD.
19577
19578         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19579         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19580         From coreutils' system.h.
19581
19582         * lib/userspec.c: Don't include "posixver.h".
19583         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19584         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19585         compatible extension.  Simplify code by removing a boolean int
19586         that was always nonzero if a string was nonnull.
19587
19588 2004-03-30  Jim Meyering  <jim@meyering.net>
19589
19590         Merge from coreutils.
19591
19592         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19593         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19594         on some systems one must include <grp.h> before it.
19595         Reported by Christian Krackowizer.
19596
19597 2004-03-30  Jim Meyering  <jim@meyering.net>
19598
19599         Merge from coreutils.
19600
19601         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19602
19603         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19604         an empty input stream.
19605
19606         * lib/readtokens.c: Include <stdbool.h>.
19607         (readtoken): Use `size_t' rather than int/long.
19608         All callers adjusted.
19609         Use `bool' rather than `int' where appropriate.
19610         Use memset rather than an explicit loop.
19611         Use x2nrealloc rather than xrealloc.
19612         Allow the use of `\0' as a delimiter.
19613         (readtokens): Likewise.
19614         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19615
19616 2004-03-30  Jim Meyering  <jim@meyering.net>
19617
19618         * m4/realloc.m4: Remove file, since now it does no more than
19619         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19620         the `configure.ac' section of module/realloc.
19621         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19622
19623 2004-03-30  Bruno Haible  <bruno@clisp.org>
19624
19625         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19626         nonnull.
19627
19628 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19629
19630         Merge changes to getloadavg.c from coreutils and Emacs.
19631
19632         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19633         Define to an expression, not to the empty string.
19634         Include cloexec.h and xalloc.h.
19635         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19636         Use set_cloexec_flag rather than rolling our own.
19637         * lib/cloexec.c, lib/cloexec.h: New files.
19638
19639 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19640
19641         * m4/cloexec.m4: New file.
19642
19643 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19644
19645         * lib/getopt.h: Sync with libc CVS.
19646
19647 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19648             Bruno Haible  <bruno@clisp.org>
19649
19650         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19651         mbswidth.
19652
19653 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19654             Bruno Haible  <bruno@clisp.org>
19655
19656         * lib/mbswidth.h: Include <wchar.h> only if
19657         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19658         <wchar.h>.
19659         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19660
19661 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19662
19663         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19664         Sync with libc CVS.
19665         * lib/getopt_int.h: New file, also synced from libc.
19666
19667 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19668
19669         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19670         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19671         Bring back getopt.c, getopt.h, getopt1.c.
19672
19673 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19674
19675         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19676         All uses changed.  Check for sa_sigaction member; this fixes
19677         a bug first reported by Jason Andrade in
19678         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19679
19680 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19681
19682         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19683         '#if' expressions.  Unlike the code it replaces, it does not
19684         depend on (defined _SC_PAGESIZE).  However, it does depend on
19685         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19686         first reported by Jason Andrade in
19687         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19688
19689 2004-02-25  Simon Josefsson  <jas@extundo.com>
19690
19691         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19692
19693 2004-02-25  Simon Josefsson  <jas@extundo.com>
19694
19695         * lib/strdup.h: New file.
19696         * lib/strdup.c: Include it.
19697         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19698         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19699
19700 2004-02-23  Karl Berry  <karl@gnu.org>
19701
19702         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19703         (from fencepost.gnu.org:/gd/gnuorg).
19704
19705 2004-02-23  Karl Berry  <karl@gnu.org>
19706
19707         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19708         * config/srclist.txt: add maintain/standards documents.
19709
19710 2004-02-18  Bruno Haible  <bruno@clisp.org>
19711
19712         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19713         Reported by Derek Robert Price <derek@ximbiot.com>.
19714
19715 2004-02-16  Karl Berry  <karl@gnu.org>
19716
19717         * config/mkinstalldirs, install-sh: update from automake.
19718
19719 2004-02-06  Karl Berry  <karl@gnu.org>
19720
19721         * m4/po.m4: update from gettext 0.14.1.
19722
19723 2004-02-06  Karl Berry  <karl@gnu.org>
19724
19725         * lib/config.charset: update from gettext 0.14.1.
19726
19727 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19728
19729         Add comments and code, prompted by suggestions from Bruno Haible
19730         for sh-quote.
19731         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19732         describing the enum quoting_style values.
19733         * lib/quotearg.c (quotearg_alloc): New function.
19734         (quotearg_buffer_restyled): Treat lone { and } as special.
19735         Treat = as special.  Work around bug with older shells
19736         that "see" a '\' that is really the 2nd byte of a multibyte char.
19737         Quote empty string with shell_quoting_style.
19738
19739 2004-02-03  Bruno Haible  <bruno@clisp.org>
19740
19741         * m4/pipe.m4: New file, from GNU gettext.
19742
19743 2004-02-03  Bruno Haible  <bruno@clisp.org>
19744
19745         * lib/pipe.h: New file, from GNU gettext.
19746         * lib/pipe.c: New file, from GNU gettext.
19747
19748 2004-01-27  Bruno Haible  <bruno@clisp.org>
19749
19750         * m4/execute.m4: New file, from GNU gettext.
19751
19752 2004-01-27  Bruno Haible  <bruno@clisp.org>
19753
19754         * lib/execute.h: New file, from GNU gettext.
19755         * lib/execute.c: New file, from GNU gettext.
19756         * lib/w32spawn.h: New file, from GNU gettext.
19757
19758 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19759
19760         Merge from diffutils.
19761
19762         * lib/file-type.c (file_type): Add typed memory objects.
19763         * lib/file-type.h (S_TYPEISTMO): New macro.
19764
19765         * lib/c-stack.h (c_stack_action): Remove argv argument.
19766         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19767         (die): Don't calculate message unless segv_action returns.
19768         (get_stack_location, min_address_from_argv, max_address_from_argv,
19769         volatile stack_base, volatile_stack_size): Remove.
19770         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19771         that every segmentation violation is a stack overflow.  (Ouch!)
19772         See Debian bug 136249 (still outstanding) for more info about why
19773         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19774
19775 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19776
19777         Exit-status fix from coreutils.
19778
19779         Use exit_failure consistently in place of EXIT_FAILURE,
19780         so that program exit statuses are consistent on failure.
19781
19782         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19783         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19784         * lib/argmatch.h: Comment fix to match the above.
19785         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19786         Now a macro referring to exit_failure, instead of a separate
19787         variable.  Include "exitfail.h" to get it.
19788         * lib/xstrtol.h: Include "exitfail.h".
19789         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19790
19791         * lib/long-options.c (parse_long_options): Use prototype
19792         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19793         for clarity.
19794
19795 2004-01-21  Jim Meyering  <jim@meyering.net>
19796
19797         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19798         so as not to conflict with a different-sized __mktime_internal
19799         function in GNU libc.
19800         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19801         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19802
19803 2004-01-20  Karl Berry  <karl@gnu.org>
19804
19805         * config/config.guess: update from config.
19806
19807         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19808
19809 2004-01-20  Bruno Haible  <bruno@clisp.org>
19810
19811         Safer stack allocation.
19812         * lib/setenv.c: Include allocsa.h.
19813         (alloca): Remove fallback definition.
19814         (freea): Remove macro.
19815         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19816         instead of freea.
19817
19818 2004-01-20  Bruno Haible  <bruno@clisp.org>
19819
19820         * m4/eealloc.m4: New file, from GNU gettext.
19821
19822 2004-01-20  Bruno Haible  <bruno@clisp.org>
19823
19824         * m4/allocsa.m4: New file, from GNU gettext.
19825
19826 2004-01-20  Bruno Haible  <bruno@clisp.org>
19827
19828         * lib/xallocsa.h: New file, from GNU gettext.
19829         * lib/xallocsa.c: New file, from GNU gettext.
19830
19831 2004-01-20  Bruno Haible  <bruno@clisp.org>
19832
19833         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19834
19835 2004-01-20  Bruno Haible  <bruno@clisp.org>
19836
19837         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19838         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19839         specially.
19840
19841 2004-01-20  Bruno Haible  <bruno@clisp.org>
19842
19843         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19844         patch.
19845
19846 2004-01-20  Bruno Haible  <bruno@clisp.org>
19847
19848         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19849
19850 2004-01-20  Bruno Haible  <bruno@clisp.org>
19851
19852         * lib/eealloc.h: New file.
19853
19854 2004-01-20  Bruno Haible  <bruno@clisp.org>
19855
19856         * lib/binary-io.h: Avoid warnings on Cygwin.
19857
19858 2004-01-20  Bruno Haible  <bruno@clisp.org>
19859
19860         * lib/allocsa.h: New file, from GNU gettext.
19861         * lib/allocsa.c: New file, from GNU gettext.
19862
19863 2004-01-18  Karl Berry  <karl@gnu.org>
19864
19865         * doc/gpl.texi, doc/lgpl.texi: new files.
19866
19867 2004-01-18  Karl Berry  <karl@gnu.org>
19868
19869         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19870         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19871
19872 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19873
19874         Merge from coreutils.
19875
19876         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19877         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19878         (gl_DEFAULT_POSIX2_VERSION): Move
19879         the documentation from 'configure' into 'config.hin',
19880         so that 'configure --help' isn't burdened by it and
19881         we don't have to worry about its formatting there.
19882         Reword the documentation so that it's more succinct
19883         and can be run together into a single paragraph.
19884         * m4/same.m4 (gl_SAME): Check for pathconf.
19885
19886 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19887
19888         Merge from coreutils.
19889
19890         * lib/posixver.c: Include posixver.h.
19891
19892         * lib/same.c: Include <stdbool.h>, <limits.h>.
19893         (_POSIX_NAME_MAX): Define if not defined.
19894         (MIN): New macro.
19895         (same_name): If file names are silently truncated, report
19896         that the file names are the same if they are the same after
19897         the silent truncation.
19898
19899         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19900         conversion function.
19901         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19902         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19903         longer needed.
19904
19905 2004-01-15  Jim Meyering  <jim@meyering.net>
19906
19907         Merge from coreutils.
19908
19909         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19910         if no library is required.
19911         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19912         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19913         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19914         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19915         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19916         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19917         value, $ac_cv_search_crypt, if it's "none required".
19918         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19919         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19920         not gl_FUNC_GETLOADAVG.
19921         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19922         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19923
19924 2004-01-15  Jim Meyering  <jim@meyering.net>
19925
19926         Merge from coreutils.
19927
19928         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19929         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19930         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19931
19932         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19933         optional configure-time default.
19934
19935         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19936
19937         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19938
19939 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19940
19941         Merge from coreutils.
19942
19943         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19944         value, $ac_cv_search_nanosleep, if it's "none required".
19945
19946 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19947
19948         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19949         with like-named macro in fnmatch.c.
19950         (EXT): Use an internal constant instead.
19951
19952         Merge fnmatch patches from glibc.
19953         * lib/fnmatch.c (mbsinit): Remove define.
19954         Add libc_hidden_ver (__fnmatch, fnmatch).
19955         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19956         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19957
19958 2004-01-14  Karl Berry  <karl@gnu.org>
19959
19960         * config/install-sh: update from automake.
19961
19962 2004-01-13  Karl Berry  <karl@gnu.org>
19963
19964         * config/install-sh: update from automake.
19965
19966 2004-01-09  Karl Berry  <karl@gnu.org>
19967
19968         * config/install-sh: update from automake.
19969
19970 2004-01-05  Karl Berry  <karl@gnu.org>
19971
19972         * config/config.{sub,guess}: update from config.
19973
19974 2003-12-31  Karl Berry  <karl@gnu.org>
19975
19976         * config/depcomp: update from automake.
19977
19978 2003-12-14  Karl Berry  <karl@gnu.org>
19979
19980         * lib/config.charset: update from gettext-runtime.
19981
19982 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19983
19984         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19985         Bug reported by Alfred M. Szmidt.
19986
19987 2003-12-03  Bruno Haible  <bruno@clisp.org>
19988
19989         * m4/gettext.m4: Upgrade from gettext-0.13.
19990         * m4/po.m4: Upgrade from gettext-0.13.
19991         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19992         * m4/intmax.m4: New file, from gettext-0.13.
19993         * m4/printf-posix.m4: New file, from gettext-0.13.
19994
19995 2003-11-29  Karl Berry  <karl@gnu.org>
19996
19997         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19998
19999 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20000             Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/printf-parse.h: Don't include sys/types.h.
20003         (ARG_NONE): New macro.
20004         (char_directive): Change type of *arg_index fields to size_t.
20005         * lib/printf-parse.c: Don't include sys/types.h.
20006         (SSIZE_MAX): Remove macro.
20007         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20008         Remove unnecessary overflow check.
20009         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20010         fields.
20011
20012 2003-11-25  Bruno Haible  <bruno@clisp.org>
20013
20014         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20015
20016 2003-11-25  Bruno Haible  <bruno@clisp.org>
20017
20018         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20019         gt_TYPE_SSIZE_T.
20020
20021 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20022
20023         * modules/alloca: Remove dependency on xalloc.
20024
20025 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20026
20027         * lib/alloca.c: Remove dependency on xalloc module.
20028         (xalloc_die): Remove.
20029         (memory_full) [!defined emacs]: New macro.
20030         [!defined emacs]: Don't include xalloc.h.
20031         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20032         address arithmetic overflows.  Change datatypes a bit to avoid
20033         unnecessary casts.
20034
20035 2003-11-22  Jim Meyering  <jim@meyering.net>
20036
20037         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20038         s/size/size_t/.
20039
20040 2003-11-21  Karl Berry  <karl@gnu.org>
20041
20042         * config/config.{sub,guess}: update from config.
20043
20044 2003-11-18  Karl Berry  <karl@gnu.org>
20045
20046         * config/config.{sub,guess}: update from config.
20047
20048         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20049
20050 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20051
20052         * README: Mention that S+T cannot overflow if S is the size of
20053         an existing object and T is sufficiently small.
20054
20055 2003-11-17  Jim Meyering  <jim@meyering.net>
20056
20057         On systems without utime and without a utimes function capable of
20058         dealing with a NULL struct utimbuf* argument, this utime replacement
20059         could -- in unusual circumstances -- leak a file descriptor.
20060         * lib/utime.c: Include <unistd.h> and <errno.h>.
20061         (utime_null): Be sure to close `fd' and to preserve errno.
20062         Reported by Geoff Collyer via Arnold Robbins.
20063
20064 2003-11-17  Bruno Haible  <bruno@clisp.org>
20065
20066         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20067         (Depends-on): Add xsize.
20068
20069 2003-11-17  Bruno Haible  <bruno@clisp.org>
20070
20071         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20072
20073 2003-11-17  Bruno Haible  <bruno@clisp.org>
20074
20075         * lib/vasnprintf.c (alloca): Remove fallback definition.
20076         (freea): Remove definition.
20077         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20078         Reported by Paul Eggert.
20079
20080 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20081             Bruno Haible  <bruno@clisp.org>
20082
20083         Protect against address arithmetic overflow.
20084         * lib/printf-args.h: Include stddef.h.
20085         (arguments): Change type of field 'count' to size_t.
20086         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20087         'unsigned int' where appropriate.
20088         * lib/printf-parse.h: Include sys/types.h.
20089         (char_directive): Change type of *arg_index fields to ssize_t.
20090         (char_directives): Change type of fields 'count', max_*_length to
20091         size_t.
20092         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20093         (SSIZE_MAX): Define fallback value.
20094         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20095         instead of 'int' where appropriate. Check a_allocated, d_allocated
20096         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20097         * lib/vasnprintf.c: Include xsize.h.
20098         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20099         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20100         overflow. Avoid wraparound when converting a width or precision from
20101         decimal to binary.
20102
20103 2003-11-16  Bruno Haible  <bruno@clisp.org>
20104
20105         Update from GNU gettext.
20106         * lib/printf-parse.c: Generalize to it can be compiled for wide
20107         strings.
20108         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20109         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20110         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20111         SNPRINTF): New macros.
20112         Don't include <alloca.h> if the file is used inside libintl.
20113         (local_wcslen): New function, for Solaris 2.5.1.
20114         (VASNPRINTF): Use it instead of wcslen.
20115
20116 2003-11-16  Bruno Haible  <bruno@clisp.org>
20117
20118         * lib/xsize.h (xmax): New function.
20119         (xsum, xsum3, xsum4): Declare as "pure" functions.
20120
20121 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20122
20123         * modules/xalloc (Files): Undo latest change, since xalloc.h
20124         no longer needs SIZE_MAX or PTRDIFF_MAX.
20125
20126 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20127
20128         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20129         gl_PTRDIFF_MAX.
20130
20131 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20132
20133         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20134         "return", to pacify some unknown compiler.  Problem reported
20135         by Joerg Schilling.
20136
20137 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20138
20139         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20140         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20141         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20142         heuristic is just as accurate as far as we know, and it removes a
20143         dependency on size_max.m4 and ptrdiff_max.m4.
20144
20145 2003-11-11  Bruno Haible  <bruno@clisp.org>
20146
20147         * modules/xsize (Files): Add m4/size_max.m4.
20148         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20149
20150 2003-11-11  Bruno Haible  <bruno@clisp.org>
20151
20152         * m4/size_max.m4: New file.
20153         * m4/ptrdiff_max.m4: New file.
20154         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20155         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20156         (gl_XALLOC): Invoke it.
20157
20158 2003-11-11  Bruno Haible  <bruno@clisp.org>
20159
20160         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20161         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20162         defined.
20163
20164 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20165
20166         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20167         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20168         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20169         From Bruno Haible.
20170         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20171         not (size_t) -1, since it's defined here.
20172
20173 2003-11-09  Karl Berry  <karl@gnu.org>
20174
20175         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20176
20177 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20178
20179         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20180         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20181         Reject sizes of exactly SIZE_MAX bytes.
20182         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20183         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20184
20185 2003-11-05  Bruno Haible  <bruno@clisp.org>
20186
20187         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20188         SIZE_MAX defined in <limits.h> on Solaris.
20189
20190 2003-11-04  Jim Meyering  <jim@meyering.net>
20191
20192         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20193         variable names, rather than @VAR@.
20194         * modules/poll: Likewise.
20195
20196 2003-11-04  Bruno Haible  <bruno@clisp.org>
20197
20198         * modules/xsize: New file.
20199         * modules/linebreak: Depend on xsize.
20200         * MODULES.html.sh (func_all_modules): Add xsize.
20201
20202 2003-11-04  Bruno Haible  <bruno@clisp.org>
20203
20204         * m4/xsize.m4: New file.
20205
20206 2003-11-04  Bruno Haible  <bruno@clisp.org>
20207
20208         * lib/xsize.h: New file.
20209         * lib/linebreak.c: Include xsize.h.
20210         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20211         argument for overflow.
20212         Suggested by Paul Eggert.
20213
20214 2003-11-03  Karl Berry  <karl@gnu.org>
20215
20216         * config/config.{guess,sub}: update from config.
20217
20218 2003-11-03  Jim Meyering  <jim@meyering.net>
20219
20220         * modules/userspec (lib_SOURCES): Add userspec.h.
20221         (Include): Add "userspec.h".
20222         Improve description.
20223
20224 2003-11-03  Jim Meyering  <jim@meyering.net>
20225
20226         * lib/userspec.c: Include "userspec.h".
20227         * lib/userspec.h: New file.
20228
20229 2003-11-03  Bruno Haible  <bruno@clisp.org>
20230
20231         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20232
20233 2003-11-03  Bruno Haible  <bruno@clisp.org>
20234
20235         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20236         available, to avoid (extremely rare) race condition.
20237         Suggested by Paul Eggert.
20238
20239 2003-11-02  Karl Berry  <karl@gnu.org>
20240
20241         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20242
20243 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20244
20245         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20246         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20247         (read_filesystem_list): Set and use me_type_malloced.
20248         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20249         whatever the type happens to be), for brevity and consistency.
20250         Check for size calculation overflow on Alphas running OSF/1.
20251
20252 2003-10-31  Jim Meyering  <jim@meyering.net>
20253
20254         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20255
20256         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20257
20258 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20259             Bruno Haible  <bruno@clisp.org>
20260
20261         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20262         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20263
20264 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20265
20266         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20267         netbsd*-gnu*.  Suggested by Robert Millan.
20268
20269 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20270
20271         * modules/group-member: Depend on stdbool.
20272
20273 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20274
20275         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20276
20277 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20278
20279         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20280         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20281         after the 'gnu' in these cases.  This fixes some bugs in the
20282         previous change, and is based on suggestions by Robert Millan.
20283
20284 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20285
20286         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20287         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20288         no longer needed.
20289         * lib/quotearg.c (quotearg_n_options): Use it.
20290         * lib/group-member.c: Include <stdbool.h>.
20291         (free_group_info): Arg is now const *; don't free arg.
20292         (get_group_info): Now returns bool and accepts struct group_info *,
20293         rather than returning a malloc'ed struct group_info *.
20294         All uses changed.  Check for overflow in internal size calculation.
20295
20296         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20297         rather than xmalloc/xrealloc.
20298         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20299         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20300         conformance bug: the old code used a pointer after freeing the
20301         storage that it addressed.
20302         * lib/hash.c (hash_initialize): Simplify the code by using
20303         xalloc_oversized rather than doing it by hand.
20304         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20305         the buffer preserved.  Use free and xmalloc instead.
20306         * lib/quotearg.c (quotearg_n_options): Likewise.
20307         Use a simpler test for size overflow.  Don't use xalloc_oversized
20308         because unsigned int might be wider than size_t (!); this suggests
20309         that we should switch from unsigned int to size_t for slot numbers.
20310
20311 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20312
20313         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20314         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20315         NetBSD kernels.  Requested by Richard Stallman.
20316
20317 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20318
20319         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20320         to allocate the returned structure.  Do not allocate a subarray,
20321         as x2nrealloc will do that.
20322         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20323         instead of xnrealloc.
20324         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20325
20326 2003-10-27  Bruno Haible  <bruno@clisp.org>
20327
20328         * lib/stdbool_.h: Better support for BeOS.
20329
20330 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20331
20332         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20333         now uses inline.
20334
20335 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20336
20337         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20338         callers that want to do their own size-overflow checking.  Include
20339         <stdbool.h>, since xalloc_oversized returns bool.
20340         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20341         to use xalloc_oversized.
20342
20343         Add two functions x2realloc, x2nrealloc, for programs that grow
20344         arrays dynamically by doubling their sizes.
20345         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20346         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20347         New functions.
20348
20349         Port to C99 semantics for 'inline' of external functions.
20350         Bug reported by Bruno Haible.
20351         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20352         with the old contents of xnmalloc.
20353         (xnmalloc, xmalloc): Use it.
20354         (xnrealloc_inline): New static inline function,
20355         with the old contents of xnrealloc.
20356         (xnrealloc, xrealloc): Use it.
20357
20358         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20359         that.
20360
20361 2003-10-26  Karl Berry  <karl@gnu.org>
20362
20363         * config/srclist.txt (COPYING.DOC): no longer available from
20364         /gd/gnuorg; don't know where the ultimate source is.
20365
20366 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20367
20368         Fix several address-calculation bugs in the hash modules,
20369         plus some minor code cleanup.
20370
20371         * lib/hash.h: Include <stdbool.h>, for bool.
20372         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20373         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20374         hash_get_n_entries, hash_get_max_bucket_length,
20375         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20376         hash_rehash): Use size_t rather than unsigned.
20377         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20378         hash_get_n_buckets_used, hash_get_n_entries,
20379         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20380         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20381         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20382         Likewise.
20383         (SIZE_MAX): Define if not defined.
20384         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20385         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20386         hash_print):
20387         Use const * when possible.
20388         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20389         (check_tuning): Fix bug: if tuning parameters were very close to
20390         0 or 1, rounding errors could have caused subscript violations.
20391         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20392         (hash_initialize): Add 'fail:' label
20393         to free table and return NULL, and use it to simplify code.
20394         Use calloc rather than clearing the storage ourself.
20395         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20396         buffer size calculations.
20397         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20398         Include <stddef.h>, for size_t.
20399         * lib/hash-pjw.c (hash_pjw): Likewise.
20400         Switch to method described by Bruno Haible.
20401         Include <limits.h>, for CHAR_BIT.
20402         (SIZE_BITS): New macro.
20403
20404 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20405
20406         * m4/getline.m4 (AM_FUNC_GETLINE):
20407         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20408         hosts.  Problem reported by Derek Robert Price in
20409         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20410         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20411         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20412
20413 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20414
20415         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20416         ceiling the allocation at NMAX bytes rather than silently
20417         discarding input bytes before NMAX is reached.  This makes
20418         a difference only if NMAX exceeds SIZE_MAX / 2.
20419
20420         * lib/obstack.c: Merge from glibc.
20421         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20422         Add libc_hidden_def (_obstack_newchunk).
20423         (_obstack_free) [! defined _LIBC]: Remove.
20424         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20425         a clone of the function body.
20426         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20427         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20428
20429         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20430         glibc.
20431         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20432         arg to memcpy.
20433
20434         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20435         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20436         Don't use lvalue casts, as GCC plans to remove support for them
20437         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20438         was also present in the non-GCC version, indicating that this
20439         code had always been buggy and had never been widely used.
20440         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20441         Use the fast variant of each macro, rather than copying the
20442         definiens of the fast variant; that way, we'll be more likely to
20443         catch future bugs in the fast variants.
20444
20445 2003-10-20  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/wait-process: New file.
20448         * MODULES.html.sh (func_all_modules): Add wait-process.
20449
20450 2003-10-20  Bruno Haible  <bruno@clisp.org>
20451
20452         * m4/wait-process.m4: New file.
20453
20454 2003-10-20  Bruno Haible  <bruno@clisp.org>
20455
20456         * lib/wait-process.h: New file, from GNU gettext.
20457         * lib/wait-process.c: New file, from GNU gettext.
20458
20459 2003-10-19  Jim Meyering  <jim@meyering.net>
20460
20461         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20462         HPUX 10.20.
20463
20464 2003-10-18  Karl Berry  <karl@gnu.org>
20465
20466         * config/config.guess: update from config.
20467
20468 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20469
20470         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20471         (getgroups): First arg is int, not size_t.
20472         Don't let 'free' mangle errno.
20473
20474 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20475
20476         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20477
20478 2003-10-16  Karl Berry  <karl@gnu.org>
20479
20480         * config/config.{guess,sub}: update from config.
20481
20482 2003-10-16  Jim Meyering  <jim@meyering.net>
20483
20484         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20485         memcpy.
20486
20487 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20488
20489         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20490         (SIZE_MAX): Remove.
20491         (new_exclude, add_exclude_file): Initial size no longer needs to
20492         be a power of 2.
20493         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20494         our own address arithmetic overflow checking.
20495
20496         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20497         (fnmatch): Do not alloca more than 2000 wide characters;
20498         instead, use malloc for large buffers.
20499         Check for address arithmetic overflow, and return -1
20500         with errno set to ENOMEM in that case.
20501         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20502         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20503         instead, return -1.  Check for address arithmetic overflow.
20504
20505 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20506
20507         Handle invalid suffixes and overflow independently, so that
20508         callers can treat them independently as needed.  Fix some bugs in
20509         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20510         suffix for a human-readable blocksize.  The major caller-visible
20511         change is the addition of a new
20512         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20513         that both overflow and suffix chars were found.
20514
20515         * lib/human.c (humblock): Don't check separately for invalid suffix
20516         char; that is xstrtoumax's job (now that its bug is fixed).
20517         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20518         INTMAX_MAX]: New macros.
20519         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20520         TYPE_MAXIMUM): New macros.
20521         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20522         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20523         if overflow occurs, as it's what __strtol does and it's more useful
20524         in practice.
20525         (__xstrtol): If __strtol reports some error other than ERANGE,
20526         reflect it to the caller as LONGINT_INVALID.  If it reports
20527         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20528         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20529         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20530         value.
20531         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20532         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20533         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20534         [defined UINTMAX_MAX]: New macros.
20535
20536 2003-10-14  Bruno Haible  <bruno@clisp.org>
20537
20538         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20539
20540 2003-10-14  Bruno Haible  <bruno@clisp.org>
20541
20542         * m4/sig_atomic_t: New file, from GNU gettext.
20543         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20544
20545 2003-10-14  Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20548         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20549         Also use volatile where needed.
20550
20551 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20552
20553         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20554         Change maintainer from Bruno Haible to 'all'.
20555
20556 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20557
20558         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20559
20560 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20561
20562         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20563         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20564         and define in terms of the other primitives.
20565         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20566         (SIZE_MAX): Define if not already defined.
20567         (array_size_overflow): New function.
20568         (xalloc_die): Abort instead of exiting if 'error' returns.
20569         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20570         (xmalloc, xrealloc): Use them.
20571         (xcalloc): Check for address arithmetic overflow.
20572         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20573         a bit faster than strcpy.
20574
20575 2003-10-10  Simon Josefsson  <jas@extundo.com>
20576
20577         * modules/argp (Depends-on): Add restrict and strcase.
20578
20579 2003-10-10  Simon Josefsson  <jas@extundo.com>
20580
20581         * m4/argp.m4: Add AC_C_INLINE.
20582
20583 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20584
20585         Merge getpass from libc, plus a few fixes.
20586
20587         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20588         Include <stdbool.h>.
20589         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20590         __fsetlocking to empty.
20591         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20592         do include <bits/libc-lock.h>.
20593         Do not include <fcntl.h>; not needed.
20594         [_LIBC]: Include <wchar.h>.
20595         (NOTCANCEL_MODE): New macro.
20596         (flockfile, funlockfile) [_LIBC]: New macros.
20597         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20598         [!_LIBC]: New macros.
20599         (call_fclose): New function.
20600         (getpass): Use it.  Save tty stream separately; this simplifies the
20601         code and makes it more reliable if stdin happens to equal stdout.
20602         Invoke __fsetlocking on tty.
20603         Handle thread cancellation if needed.
20604         Namespace cleanup (use __tcgetattr, __getline).
20605         Use bool for Booleans.
20606         [USE_IN_LIBIO]: Handle wide streams.
20607         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20608         stream might go where.
20609
20610         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20611         doesn't have to include <stdio.h> before us.
20612         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20613         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20614         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20615         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20616         if not declared, so that we can use getpass.c code from libc without
20617         rewriting it.
20618         (flockfile, ftrylockfile, funlockfile): New macros.
20619
20620 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20621
20622         * modules/getpass: Depend on stdbool.
20623
20624 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20625
20626         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20627
20628 2003-10-07  Karl Berry  <karl@gnu.org>
20629
20630         * config/config.{guess,sub}: update from config.
20631
20632 2003-10-06  Jim Meyering  <jim@meyering.net>
20633             Bruno Haible  <bruno@clisp.org>
20634
20635         This lets translators provide better translations for the
20636         "Written by ..." part of --version output.
20637         * lib/version-etc.h: Include stdarg.h.
20638         (version_etc_copyright): Declare as readonly.
20639         (version_etc): Make this function variadic with a NULL-terminated list
20640         of author name strings.
20641         (version_etc_va): New declaration.
20642         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20643         (version_etc_copyright): Declare as readonly.
20644         (version_etc_va): New function. Provide a different translatable string
20645         for each possible number of authors < 10. Abbreviate when there are 10
20646         authors or more.
20647         (version_etc): Make this function variadic. Call version_etc_va.
20648         Suggestion from Gary V. Vaughan.
20649
20650         * lib/long-options.h (parse_long_options): Change prototype: the
20651         authors string is moved to the end and becomes variadic.
20652         * lib/long-options.c: Include stdarg.h.
20653         (parse_long_options): Make this function variadic, too.
20654         Call version_etc_va, not version_etc.
20655
20656 2003-10-06  Bruno Haible  <bruno@clisp.org>
20657
20658         * modules/version-etc-2: Remove file.
20659         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20660
20661 2003-10-06  Bruno Haible  <bruno@clisp.org>
20662
20663         * modules/fatal-signal: New file.
20664         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20665
20666 2003-10-06  Bruno Haible  <bruno@clisp.org>
20667
20668         * m4/fatal-signal.m4: New file.
20669         * m4/signalblocking.m4: New file, from GNU gettext.
20670
20671 2003-10-06  Bruno Haible  <bruno@clisp.org>
20672
20673         * lib/version-etc-2.h: Remove file.
20674         * lib/version-etc-2.c: Remove file.
20675
20676 2003-10-06  Bruno Haible  <bruno@clisp.org>
20677
20678         * lib/fatal-signal.h: New file, from GNU gettext.
20679         * lib/fatal-signal.c: New file, from GNU gettext.
20680
20681 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20682
20683         * README: Rework advice for preventing empty .o files.
20684         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20685         not <sys/types.h>.
20686
20687 2003-10-04  Karl Berry  <karl@gnu.org>
20688
20689         * lib/argp*: update from libc.
20690
20691 2003-10-04  Karl Berry  <karl@gnu.org>
20692
20693         * config/config.{guess,sub}: update from config.
20694
20695 2003-10-02  Bruno Haible  <bruno@clisp.org>
20696
20697         * modules/lchown (Include): Add lchown.h.
20698         * modules/time_r (Include): Use "..." syntax.
20699         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20700
20701 2003-10-01  Simon Josefsson  <jas@extundo.com>
20702
20703         * MODULES.html.sh (func_all_modules): Move gethostname from section
20704         'based on' to section 'lacking' POSIX:2001.
20705
20706 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20707
20708         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20709         to output mode on the same stream.
20710
20711 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20712
20713         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20714         Fix arg typo in previous patch.
20715
20716 2003-09-28  Jim Meyering  <jim@meyering.net>
20717
20718         * lib/error.c: Correct cpp indentation.
20719
20720 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20721
20722         * modules/free: New file.
20723
20724 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20725
20726         * m4/free.m4: New file.
20727
20728 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20729
20730         * lib/minmax.h (MIN, MAX)
20731         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20732         Omit the special code that used __typeof__, since we worry that
20733         it could be more trouble than it's worth.  See:
20734         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20735         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20736
20737         * lib/free.c: New file.
20738
20739 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20740
20741         Trivial fixes to Makefile.am parts of module listings.
20742         * modules/strstr: Append strstr.h to lib_SOURCES.
20743         * modules/strcase: Likewise, for strcase.h.
20744
20745 2003-09-27  Karl Berry  <karl@gnu.org>
20746
20747         * config/mkinstalldirs: update from automake.
20748
20749 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20750
20751         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20752         (error_tail): Do not loop, reallocating temporary buffer, since
20753         the output cannot contain more wide characters than the input
20754         contains bytes, the size must be big enough already.  This avoids
20755         one potential size overflow calculation.  Check for size overflow
20756         when calculating temporary buffer size.  Free temporary buffer
20757         when done, if it was allocated with malloc; this plugs a memory
20758         leak.  Remove casts from void * to pointers, that are no longer
20759         needed now that we're assuming C89 or better.
20760
20761         Merge error changes from glibc.
20762
20763         * lib/error.c, error.h: Update copyright notice header to match glibc.
20764         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20765         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20766         Disable cancellation while printing error.
20767         * lib/error.h: Prepend __ to parameter names.
20768
20769 2003-09-26  Jim Meyering  <jim@meyering.net>
20770
20771         * lib/error.c (error_tail): Move some declarations
20772         into inner scope where the local variables are used.
20773
20774 2003-09-26  Bruno Haible  <bruno@clisp.org>
20775
20776         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20777         stpncpy().
20778         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20779
20780 2003-09-26  Bruno Haible  <bruno@clisp.org>
20781
20782         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20783         (stpncpy): Define as alias for gnu_stpncpy.
20784         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20785
20786 2003-09-25  Simon Josefsson  <jas@extundo.com>
20787
20788         * lib/xgetdomainname.h: New file.
20789         * lib/xgetdomainname.c: New file.
20790
20791 2003-09-25  Simon Josefsson  <jas@extundo.com>
20792             Bruno Haible  <bruno@clisp.org>
20793
20794         * modules/getdomainname: New file.
20795         * modules/xgetdomainname: New file.
20796         * MODULES.html.sh (func_all_modules): Add getdomainname,
20797         xgetdomainname.
20798
20799 2003-09-25  Simon Josefsson  <jas@extundo.com>
20800             Bruno Haible  <bruno@clisp.org>
20801
20802         * m4/getdomainname.m4: New file.
20803
20804 2003-09-25  Simon Josefsson  <jas@extundo.com>
20805             Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/getdomainname.h: New file.
20808         * lib/getdomainname.c: New file.
20809
20810 2003-09-25  Karl Berry  <karl@gnu.org>
20811
20812         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20813
20814 2003-09-25  Karl Berry  <karl@gnu.org>
20815
20816         * config/install-sh: update from automake.
20817
20818 2003-09-25  Bruno Haible  <bruno@clisp.org>
20819
20820         * modules/version-etc-2: New file, from modules/version-etc with
20821         modifications.
20822         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20823
20824 2003-09-25  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20827         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20828
20829 2003-09-24  Simon Josefsson  <jas@extundo.com>
20830
20831         * modules/xgethostname: Add xgethostname.h.
20832
20833 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20834
20835         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20836         the buffer associated with the argument.  Bug reported by
20837         Simon Josefsson.
20838
20839 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20840
20841         * README: Document assumptions that 'int' is at least 32 bits
20842         wide, that integer arithmetic is 2's complement without overflow,
20843         that there are no holes in integer values, that adding sizes of
20844         two nonoverlapping objects can't overflow, and that all-bits-zero
20845         yields scalar zero.  Fix spelling and capitalization typos.
20846
20847 2003-09-19  Karl Berry  <karl@gnu.org>
20848
20849         * lib/argp.h: update from libc.
20850
20851 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20852
20853         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20854         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20855         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20856
20857 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20858
20859         * gnulib-tool: Use "test -h", not "test -L", for portability
20860         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20861         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20862         (sed_extract_prog): Issue s commands one-by-one, rather than
20863         using \| in one s command.
20864
20865 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20866
20867         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20868         input error, instead of returning NULL the next time we are called
20869         (and therefore losing track of errno).
20870
20871 2003-09-16  Bruno Haible  <bruno@clisp.org>
20872
20873         * gnulib-tool (func_create_testdir): Warn about duplicated
20874         dependencies.
20875
20876 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20877
20878         * modules/argmatch, modules/fatal, modules/obstack,
20879         modules/xalloc, modules/xgethostname: Sort dependencies by
20880         importance, not alphabetically.
20881
20882 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20883
20884         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20885         fails, so that the caller gets the proper errno.
20886
20887         * lib/readutmp.c (read_utmp): Likewise.
20888         Check for fstat error.  Close stream and free storage
20889         when failing.
20890
20891 2003-09-14  Karl Berry  <karl@gnu.org>
20892
20893         * config/srclist.txt (strdup.c): disable for c89 changes.
20894
20895 2003-09-14  Jim Meyering  <jim@meyering.net>
20896
20897         * lib/getloadavg.c: Correct cpp indentation.
20898         * lib/strdup.c: Likewise.
20899         * lib/vasnprintf.c: Likewise.
20900
20901 2003-09-14  Bruno Haible  <bruno@clisp.org>
20902
20903         * modules/fwriteerror: New file.
20904         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20905
20906 2003-09-14  Bruno Haible  <bruno@clisp.org>
20907
20908         * lib/fwriteerror.h: New file.
20909         * lib/fwriteerror.c: New file.
20910
20911 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20912
20913         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20914         modules/xgethostname, modules/xalloc: Depend on exit.
20915
20916 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20917
20918         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20919
20920         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20921         and AC_MINIX, too, so that their extensions are available.
20922
20923         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20924         This macro has been superseded by gl_BACKUPFILE.
20925
20926         More patches to assume C89 or better.
20927
20928         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20929
20930         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20931         unconditionally.
20932         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20933         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20934         Include <string.h>, <stdlib.h> unconditionally.
20935         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20936         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20937         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20938         headers or for string.h.
20939         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20940         or strtoul.
20941
20942         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20943         headers.
20944         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20945         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20946         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20947         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20948         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20949         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20950         memcpy, memset.
20951         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20952         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20953         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20954         strtol.
20955         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20956         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20957         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20958         strtoul.
20959
20960 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20961
20962         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20963         * lib/obstack.c [!defined _LIBC]: Likewise.
20964         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20965         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20966         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20967
20968         More changes to assume C89 or better.
20969
20970         * lib/error.c (error_tail): Assume vprintf.
20971
20972         * lib/argmatch.c (getenv): Remove decl.
20973         * lib/progreloc.c (get_full_program_name): Define via prototype.
20974         * lib/setenv.c (clearenv): Likewise.
20975         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20976         needed.
20977         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20978         (malloc, memcpy): Remove decls.
20979         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20980         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20981         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20982         (memcpy): Remove macro.
20983         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20984         (__P): Remove.  All uses removed.
20985         (PTR): Remove.  All uses changed to void *.
20986         (CHAR_BIT, NULL): Remove.
20987         (spaces, zeros, memset_space, memset_zero)
20988         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20989         Remove.
20990         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20991         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20992         Define with prototype.
20993         Remove now-unnecessary prototype decl.
20994         (extra_args_spec): Assume ANSI C.  All uses changed.
20995         (extra_args_spec_iso): Remove.
20996         (my_strftime, emacs_strftimeu): Define via prototype.
20997         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20998         unconditionally.
20999         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21000         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21001         (strtoul, strtol): Remove decls.
21002         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21003         LONG_MAX): Remove.
21004         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21005         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21006         (LOCALE_PARAM_PROTO): New macro.
21007         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21008         (INTERNAL (strtol), strtol): Define with a prototype.
21009         (PARAMS): Remove.  All uses removed.
21010         * lib/tempname.c: Include <string.h> unconditionally.
21011         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21012         * lib/xgethostname.c (main): Define with a prototype.
21013         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21014         Include <stdlib.h> unconditionally.
21015         (calloc, malloc, realloc, free): Remove decls.
21016         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21017         Include <stdlib.h> unconditionally.  Sort include file names.
21018         (strtod): Remove.
21019         (xstrtod): Define with a prototype.
21020         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21021         (strtol, strtoul): Remove decls.
21022
21023 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21024
21025         More patches to assume C89 or better.
21026         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21027         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21028         string.h, memchr, STDC_HEADERS.
21029
21030 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21031
21032         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21033         Include <stdlib.h>, <string.h> unconditionally.
21034         Remove now-unnecessary cast to char *.
21035         * lib/strnlen.c: Include <string.h> unconditionally.
21036         * lib/yesno.c (yesno): Define with a prototype.
21037
21038 2003-09-11  Bruno Haible  <bruno@clisp.org>
21039
21040         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21041
21042 2003-09-10  Jim Meyering  <jim@meyering.net>
21043
21044         * lib/error.c: Correct indentation of cpp directives.
21045
21046 2003-09-10  Bruno Haible  <bruno@clisp.org>
21047
21048         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21049         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21050         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21051         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21052         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21053         <stdlib.h> and <string.h> checks.
21054         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21055         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21056
21057 2003-09-10  Bruno Haible  <bruno@clisp.org>
21058
21059         * lib/strcspn.c: Include <string.h> unconditionally.
21060         * lib/strpbrk.c: Include <string.h> unconditionally.
21061         * lib/strstr.c: Include <string.h> unconditionally.
21062         * lib/unicodeio.c: Include <string.h> unconditionally.
21063         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21064         * lib/unsetenv.c: Likewise.
21065         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21066         * lib/yesno.c: Include <stdlib.h> unconditionally.
21067         (rpmatch): Add prototype.
21068
21069 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21070
21071         More patches to assume C89 or better.
21072         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21073         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21074         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21075         or for string.h.
21076         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21077         stdlib.h.
21078         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21079         C headers.
21080         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21081         string.h.
21082         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21083         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21084         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21085         or for string.h.
21086         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21087         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21088         C headers.
21089         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21090         memcpy.
21091         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21092         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21093         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21094         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21095         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21096         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21097         string.h, free.
21098         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21099         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21100         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21101         C headers, or for string.h.
21102         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21103         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21104         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21105         headers, memory.h, stdlib.h, string.h, strings.h.
21106         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21107         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21108         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21109         strchr.
21110         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21111         headers, memory.h, string.h.
21112         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21113         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21114         free.
21115         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21116         headers.
21117         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21118         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21119         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21120         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21121         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21122
21123 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21124
21125         More K&R removal.
21126
21127         * lib/acosl.c (main): Use a prototype.
21128         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21129         tanl.c: Likewise.
21130
21131         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21132
21133         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21134         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21135         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21136         with a prototype.
21137         * lib/getopt.c (const): Remove macro.
21138         Include <string.h> unconditionally.
21139         (my_index): Remove; all uses changed to strchr.
21140         (strlen): Remove decl.
21141         (exchange): Remove forward decl; no longer needed.
21142         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21143         Define with prototype.
21144         * lib/getopt1.c (const): Remove macro.
21145         (getopt_long, getopt_long_only, main): Define with prototype.
21146
21147         * lib/getugroups.c: Include <string.h> unconditionally.
21148
21149         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21150         (getusershell, setusershell, endusershell, readname, main):
21151         Define with prototypes.
21152
21153         * lib/group-member.c: Include group-member.h first.
21154         Include <stdlib.h> unconditionally.
21155
21156         * lib/hard-locale.c: Include hard-locale.h first.
21157         Include <stdlib.h>, <string.h> unconditionally.
21158
21159         * lib/hash.c (free, malloc): Remove decls.
21160         Include <stdlib.h> unconditionally.
21161
21162         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21163         (getenv): Do not declare.
21164
21165         * lib/idcache.c: Include <string.h> unconditionally.
21166
21167         * lib/long-options.c: Include long-options.h first, to test interface.
21168         Include <stdlib.h> unconditionally.
21169
21170         * lib/makepath.c: Include makepath.h first, to test interface.
21171         Include <stdlib.h> and <string.h> unconditionally.
21172
21173         * lib/linebuffer.c: Include <stdlib.h>.
21174         (free): Remove decl.
21175
21176         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21177         stddef.h. rpl_malloc returns void *, not char *.
21178         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21179         prototype.
21180
21181         * lib/md5.h: Include <limits.h> unconditionally.
21182         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21183         (__P): Remove; all uses removed.
21184         * lib/md5.c: Include "md5.h" first.
21185         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21186         md5_buffer, md5_process_bytes, md5_process_block):
21187         Define with prototypes.
21188         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21189         * lib/sha.c: Include "sha.h" first.
21190         Include <stdlib.h>, <string.h> unconditionally.
21191
21192         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21193         * lib/memcmp.c (__ptr_t): Likewise.
21194         * lib/memrchr.c (__ptr_t): Likewise.
21195         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21196         Include <string.h> unconditionally.
21197         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21198         * lib/memchr.c: Include <stdlib.h> unconditionally.
21199         * lib/memchr.c (LONG_MAX): Remove.
21200         * lib/memrchr.c (LONG_MAX): Likewise.
21201         * lib/memchr.c (__memchr): Define via a prototype.
21202         * lib/memrchr.c (__memrchr): Likewise.
21203         * lib/memcmp.c (__P): Remove, and remove all uses.
21204         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21205         Remove forward decls; no longer needed.
21206         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21207         Use types required by C89 in prototype.
21208
21209         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21210         * lib/savedir.c: Likewise.
21211         * lib/mkdir.c (free): Remove decl.
21212         * lib/rmdir.c (rmdir): Define with a prototype.
21213         * lib/savedir.c: Include savedir.h first, to test interface.
21214
21215         * lib/mktime.c (STDC_HEADERS): Remove.
21216         Include <stdlib.h>, <string.h> unconditionally.
21217
21218         * lib/modechange.c: Include <stdlib.h> unconditionally.
21219         (malloc): Remove decl.
21220
21221         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21222         (free): Remove decl.
21223
21224         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21225         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21226         (This type really should be intptr_t, but that's a C99ism.)
21227         (_obstack_memcpy): Remove: all uses changed to memcpy.
21228         Include <string.h> unconditionally.
21229         (struct obstack): Assume __STDC__ for types of members
21230         chunkfun, freefun, extra_arg.
21231         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21232         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21233         obstack_begin, obstack_specify_allocation,
21234         obstack_specify_allocation_with_arg, obstack_chunkfun,
21235         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21236         Remove unprototyped decls and the macros that use them.
21237         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21238         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21239         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21240         (defined __STDC__ && __STDC__)]:
21241         Remove nonprototyped code.
21242         Include <stdlib.h> unconditionally.
21243         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21244         _obstack_allocated_p, _obstack_free, obstack_free,
21245         _obstack_memory_used, print_and_abort):
21246         Define using prototypes.
21247         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21248         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21249         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21250         obstack_next_free, obstack_object_size, obstack_room) [0]:
21251         Remove unused, unprototyped code.
21252
21253         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21254
21255         * lib/physmem.c (physmem_total, physmem_available, main): Define
21256         with prototypes.
21257
21258         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21259         (main): Define with a prototype.
21260
21261         * lib/posixver.c (getenv): Remove decl.
21262
21263         * lib/putenv.c (malloc): Returns void *, not char *.
21264         Include <string.h> unconditionally.
21265         (strchr, memcpy, NULL): Do not define.
21266
21267         * lib/readtokens.c: Include readtokens.h first, to test interface.
21268         Include <stdlib.h>, <string.h> unconditionally.
21269         (init_tokenbuffer): Define with a prototype.
21270
21271         * lib/regex.c (PARAMS): Remove.  All uses removed.
21272         All uses of _RE_ARGS removed, too.
21273         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21274         unconditionally.
21275         (bzero): Assume memset exists.
21276         (memcmp, memcpy, NULL): Remove.
21277         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21278         char, or assignments to local vars of type signed char.
21279         (init_syntax_once, PREFIX(extract_number_and_incr),
21280         PREFIX(print_partial_compiled_pattern),
21281         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21282         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21283         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21284         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21285         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21286         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21287         wcs_compile_range, byte_compile_range, truncate_wchar,
21288         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21289         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21290         count_mbs_length, wcs_re_match_2_internal,
21291         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21292         PREFIX(alt_match_null_string_p),
21293         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21294         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21295         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21296         now-unnecessary declaration, if any.
21297         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21298         regcomp, regexec):
21299         Remove now-unnecessary casts among pointer types.
21300         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21301
21302         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21303         (free): Remove decl.
21304
21305         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21306
21307         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21308         (free): Remove decl.
21309
21310         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21311         * lib/xgetcwd.c: Likewise.
21312
21313         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21314         (free): Remove decl.
21315
21316         * lib/strchrnul.c (strchrnul): Define with a prototype.
21317         Fix bug: c_in was not converted to char before searching.
21318
21319         The following changes are not K&R related:
21320
21321         * lib/group-member.h: Include <sys/types.h>, so that this file is
21322         self-contained.
21323         * lib/makepath.h: Likewise.
21324
21325         * lib/getusershell.c (readname, default_index, line_size, readname):
21326         Use size_t, not int, for sizes.
21327         (readname): If the size overflows, report an error instead of
21328         looping forever.
21329
21330 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21331
21332         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21333         libc.
21334
21335 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21336
21337         * README: New section: portability guidelines.
21338
21339 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21340
21341         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21342         C89 spec.
21343
21344 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21345
21346         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21347
21348 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21349
21350         Assume C89 or better; remove K&R cruft.
21351         A few of these changes were first proposed by Derek Robert Price
21352         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21353
21354         * lib/addext.c: Include <string.h> unconditionally.
21355         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21356         Don't declare getenv or malloc.
21357
21358         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21359         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21360         (NULL): Remove.
21361         (find_stack_direction, alloca): Use prototypes.
21362
21363         * lib/atexit.c (atexit): Define using a prototype.
21364
21365         * lib/basename.c, dirname.c, stripslash.c:
21366         Include <string.h> unconditionally.
21367
21368         * lib/bcopy.c: Include <stddef.h>.
21369         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21370
21371         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21372
21373         * lib/error.h (error, error_at_line, error_print_progname)
21374         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21375         * lib/error.c: Include error.h first, to check interface.
21376         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21377         (VA_START): Remove; all uses changeed to va_start.
21378         (exit, strerror): Remove decls.
21379         (error_print_progname): Prototype uncondionally.
21380         Don't include <errno.h>; no longer needed.
21381         (private_strerror): Remove.
21382         (error_tail): Always define.
21383         (error, error_at_line): Assume C89 or better; always use prototypes.
21384         * lib/fatal.c: Include "fatal.h" first, to test interface.
21385         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21386         (VA_START): Remove; all uses changed to va_start.
21387         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21388         this case.
21389         (exit): Remove decl.
21390         (fatal): Prototype unconditionally.  Assume va_start works.
21391         Abort at end, to pacify gcc.
21392
21393         * lib/euidaccess.c (main): Define with a prototype.
21394
21395         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21396
21397         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21398
21399         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21400         prototypes.
21401         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21402         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21403         (getenv): Remove decl.
21404         (fnmatch): Define using a prototype.
21405         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21406         (FCT): Define using a prototype.
21407
21408         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21409
21410         * lib/gethostname.c: Include <stddef.h>.
21411         (gethostname): Define with prototype.  Length is size_t, not int.
21412
21413 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21414
21415         Assume C89 or better; remove K&R cruft.
21416         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21417         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21418         string.h, getenv, malloc.
21419         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21420         headers.
21421         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21422         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21423         do not check for strerror.
21424         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21425         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21426         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21427         do not check for doprnt or vprintf.
21428         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21429         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21430
21431 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21432
21433         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21434         getversion.c should have been removed then, but was accidentally
21435         preserved.
21436
21437         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21438         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21439
21440 2003-09-08  Karl Berry  <karl@gnu.org>
21441
21442         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21443                 config, forget about prep.
21444
21445         * config/depcomp, missing: update from automake.
21446
21447 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21448
21449         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21450         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21451
21452 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21453
21454         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21455         copy_tm_result.  Bug reported by Simon Josefsson in
21456         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21457
21458 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21459
21460         * m4/time_r.m4: New file.
21461         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21462         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21463         is. Check for timegm declaration.
21464         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21465         Do not check for gmtime_r.
21466         Replace mktime if __mktime_internal does not exist and if mktime
21467         hasn't been replaced already.
21468
21469 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21470
21471         * lib/time_r.c, lib/time_r.h: New files.
21472
21473         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21474         __localtime_r.
21475         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21476         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21477
21478         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21479         __gmtime_r.
21480         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21481         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21482         Include <time_r.h>.
21483
21484         * lib/timegm.c: Switch to glibc implementation, with the following
21485         changes:
21486         [defined HAVE_CONFIG_H]: Include <config.h>.
21487         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21488         (__mktime_internal) [!defined _LIBC]: New decl.
21489         (__gmtime_r) [!defined _LIBC]: New macro and function.
21490         (timegm): Use a prototype, since gnulib assumes C89.
21491         Do not bother declaring tmp to be const, as it's not really usefu.
21492         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21493         (timegm): Declare only if HAVE_DECL_TIMEGM.
21494
21495 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21496
21497         * MODULES.html.sh (func_all_modules): Add time_r.
21498         * modules/time_r: New file.
21499         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21500         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21501
21502 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21503
21504         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21505         Bug reported by Lute Kamstra in
21506         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21507
21508         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21509         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21510         course with correspondingly smaller numbers for tomorrow and
21511         yesterday.  From Tadayoshi Funaba.  Originally installed into
21512         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21513         coreutils merge?).
21514
21515 2003-08-31  Simon Josefsson  <jas@extundo.com>
21516
21517         * modules/timegm: New file.
21518         * MODULES.html.sh (func_all_modules): Add timegm.
21519
21520 2003-08-31  Simon Josefsson  <jas@extundo.com>
21521
21522         * m4/timegm.m4: New file.
21523
21524 2003-08-31  Simon Josefsson  <jas@extundo.com>
21525
21526         * lib/timegm.h: New file.
21527         * lib/timegm.c: New file.  Based on
21528         wget-1.8.2/src/http.c:mktime_from_utc.
21529
21530 2003-08-31  Karl Berry  <karl@gnu.org>
21531
21532         * lib/argp.h: update from libc.
21533
21534 2003-08-28  Bruno Haible  <bruno@clisp.org>
21535
21536         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21537         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21538         followed by '#define fnmatch fnmatch_posix' gives an error.
21539
21540 2003-08-28  Bruno Haible  <bruno@clisp.org>
21541
21542         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21543         warning on QNX, which defines O_BINARY to 000000.
21544
21545 2003-08-27  Jim Meyering  <jim@meyering.net>
21546
21547         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21548         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21549         would fail after 32.  Reported by Danny Levinson.  Details here:
21550         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21551
21552 2003-08-24  Bruno Haible  <bruno@clisp.org>
21553
21554         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21555         MSVC7 <stdio.h> is included later.
21556
21557 2003-08-22  Simon Josefsson  <jas@extundo.com>
21558
21559         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21560
21561 2003-08-20  Karl Berry  <karl@gnu.org>
21562
21563         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21564
21565 2003-08-20  Bruno Haible  <bruno@clisp.org>
21566
21567         * modules/progname: New file.
21568         * MODULES.html.sh (func_all_modules): Add progname.
21569
21570 2003-08-20  Bruno Haible  <bruno@clisp.org>
21571
21572         * lib/progname.h: New file, from GNU gettext.
21573         * lib/progname.c: New file, from GNU gettext.
21574         * lib/progreloc.c: New file, from GNU gettext.
21575
21576 2003-08-19  Jim Meyering  <jim@meyering.net>
21577
21578         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21579         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21580
21581 2003-08-19  Bruno Haible  <bruno@clisp.org>
21582
21583         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21584         more.
21585
21586 2003-08-19  Bruno Haible  <bruno@clisp.org>
21587
21588         * lib/xstrdup.c: Assume <string.h> exists.
21589
21590 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21591
21592         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21593         in makefile rules.
21594
21595 2003-08-18  Jim Meyering  <jim@meyering.net>
21596
21597         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21598         * m4/lib-ld.m4: Likewise.
21599
21600 2003-08-18  Jim Meyering  <jim@meyering.net>
21601
21602         * lib/setenv.h: Indent nested cpp directive.
21603         * lib/vasnprintf.c: Remove trailing blanks.
21604
21605 2003-08-17  Simon Josefsson  <jas@extundo.com>
21606
21607         * modules/xstrndup: New file.
21608         * MODULES.html.sh (func_all_modules): Add xstrndup.
21609
21610 2003-08-17  Simon Josefsson  <jas@extundo.com>
21611
21612         * modules/argp: Fix autoconf macro name. Add more dependencies.
21613
21614 2003-08-17  Simon Josefsson  <jas@extundo.com>
21615
21616         * m4/xstrndup.m4: New file.
21617
21618 2003-08-17  Simon Josefsson  <jas@extundo.com>
21619
21620         * m4/argp.m4: New file.
21621
21622 2003-08-17  Simon Josefsson  <jas@extundo.com>
21623             Bruno Haible  <bruno@clisp.org>
21624
21625         * lib/xstrndup.h: New file.
21626         * lib/xstrndup.c: New file.
21627
21628 2003-08-17  Bruno Haible  <bruno@clisp.org>
21629
21630         * modules/strndup (Files, Include): Add lib/strndup.h.
21631
21632 2003-08-17  Bruno Haible  <bruno@clisp.org>
21633
21634         * modules/euidaccess (Files): Add lib/euidaccess.h.
21635
21636 2003-08-17  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/strndup.h: New file.
21639
21640 2003-08-17  Bruno Haible  <bruno@clisp.org>
21641
21642         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21643         like AC_GNU_SOURCE.
21644         * modules/extensions (configure.ac): Comment out the invocation of
21645         gl_USE_SYSTEM_EXTENSIONS.
21646
21647 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21648
21649         Merges from coreutils, etc.
21650         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21651         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21652         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21653         fixing a typo.
21654         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21655         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21656
21657 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21658
21659         Document merge from coreutils.
21660         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21661         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21662         * modules/utime: Add m4/utimes-null.m4.
21663
21664 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21665
21666         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21667         space, undoing this 2003-08-12 change:
21668         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21669
21670 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21671
21672         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21673         strtoul.c from libc, undoing this 2003-08-12 change:
21674         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21675
21676 2003-08-16  Jim Meyering  <jim@meyering.net>
21677
21678         Merges from coreutils.
21679         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21680         prefix.  Adjust cache variables similarly.  Create 500 rather than
21681         just 300 files, to exercise bug on Darwin6.5, too.
21682         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21683         $missing_dir.
21684         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21685         AM_SYS_POSIX_TERMIOS.
21686         Reported by mkc@mathdogs.com.
21687         Also change use of $am_cv_sys_posix_termios
21688         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21689         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21690         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21691         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21692         in /proc/mounts until it finds one with matching device number.  This
21693         is unnecessary when the FILE argument *is* a mount point.  No stat call
21694         is necessary in that case.  So, disable the statvfs-testing code on
21695         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21696         as RedHat bug# 84846.
21697         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21698         to 1MB, so as not to render systems with no stack size limit (e.g.,
21699         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21700         Include <unistd.h>.  On some systems,
21701         it is required for the definition of _SC_PAGESIZE.
21702
21703 2003-08-16  Jim Meyering  <jim@meyering.net>
21704
21705         Merge from coreutils.
21706         * lib/xstrtoimax.c: #else #if -> #elif.
21707         * lib/xstrtoumax.c: Likewise.
21708
21709 2003-08-16  Jim Meyering  <jim@meyering.net>
21710
21711         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21712         * m4/utimes.m4: Removed.
21713         * m4/utimes-null.m4: Renamed from utimes.m4.
21714
21715         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21716         to 1MB, so as not to render systems with no stack size limit (e.g.,
21717         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21718         Include <unistd.h>.  On some systems,
21719         it is required for the definition of _SC_PAGESIZE.
21720
21721 2003-08-16  Jim Meyering  <jim@meyering.net>
21722         and Paul Eggert  <eggert@cs.ucla.edu>
21723
21724         Merges from coreutils, etc.
21725
21726         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21727         using the latest version from cvs.  This avoids problems with #line
21728         directives using a vendor (Sun) compiler.
21729         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21730         Don't set GETGROUPS_LIB here; now it's
21731         done via getgroups.m4's wrapper function.
21732         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21733         rather than just in sh-util/configure.in, so that the
21734         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21735         same.
21736         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21737         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21738         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21739         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21740         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21741         Remove code that is now done by the newly-required macros.
21742         Append $(EXEEXT) to DF_PROG.
21743         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21744         Do not invoke or require the following here,
21745         since prereq.m4 or some gnulib .m4 now does this for us:
21746         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21747         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21748         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21749         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21750         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21751         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21752         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21753         AC_FUNC_OBSTACK.
21754         Do not replace the following functions, as this is now the job
21755         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21756         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21757         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21758         atexit getpass, strdup, getpagesize.
21759         Replace 'raise'.
21760         Do not check for the following functions, as this is now the job
21761         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21762         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21763         setregid.
21764         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21765         Check for sys/sysctl.h.
21766         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21767         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21768         of checking for ssize_t ourselves.
21769
21770         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21771         Require every macro that gnulib/modules/* suggests for us.
21772         (jm_PREREQ_ADDEXT): New macro.
21773         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21774         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21775
21776         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21777         (gl_PHYSMEM): Use it.
21778         Also check for `table' function.
21779         Check for new headers and functions.
21780         Add check for sys/sysmp.h.
21781         With suggestions from Kaveh Ghazi.
21782         Ignore headers that are present but cannot be compiled.  This
21783         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21784         C 5.4.
21785
21786 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21787
21788         Document merge from coreutils.
21789         * modules/userspec: Depend on posixver.
21790         * modules/strftime: Depend on tzset.
21791
21792 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21793
21794         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21795         rather than tab, after '#' in shell-script copyright notices.
21796         Suggested by Bruno Haible.
21797
21798 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21799
21800         * config/srclist-update: Use three spaces, rather than tab, after '#'
21801         in shell-script copyright notices.  Suggested by Bruno Haible.
21802         Remove unnecessary parenthesization in regular expression.
21803
21804 2003-08-15  Jim Meyering  <jim@meyering.net>
21805
21806         Merge from coreutils.
21807         * lib/xgethostname.c: Include <stdlib.h>.
21808         (xghostname): Don't exit for anything other than memory-related
21809         failure; just return NULL.
21810         * lib/userspec.c: Include "posixver.h".
21811         (parse_user_spec): Accept `.' as a separator only
21812         in pre-POSIX-200112 mode.
21813         * lib/strtoimax.c: Use #elif rather than #else #if.
21814         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21815         Remove function, now that we can rely on a working tzset function.
21816         [!_LIBC]: Ensure that the required autoconf test has been run.
21817         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21818         Use underlying_strftime for %r.
21819         * lib/sha.c: Merge in some clean-up and optimization changes from
21820         glibc.
21821         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21822         Ensure that it is a multiple of 64.
21823         Rearrange loop exit tests so as to avoid performing an
21824         additional fread after encountering an error or EOF.
21825         * lib/realloc.c: Update copyright date.
21826
21827 2003-08-15  Jim Meyering  <jim@meyering.net>
21828         and Paul Eggert  <eggert@twinsun.com>
21829
21830         Merge from coreutils.
21831         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21832         member but strut utmpx does not.  Needed for AIX 4.3.3.
21833         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21834
21835 2003-08-15  Jim Meyering  <jim@meyering.net>
21836         and Paul Eggert  <eggert@cs.ucla.edu>
21837
21838         Merges from coreutils, etc.
21839         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21840         Require gl_FUNC_TZSET_CLOBBER.
21841         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21842         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21843         members.
21844
21845 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21846
21847         Help the merge from coreutils.
21848         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21849         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21850         * m4/tzset.m4: Use it too.
21851
21852 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21853
21854         * modules/tzset: New file.
21855
21856 2003-08-14  Jim Meyering  <jim@meyering.net>
21857
21858         Merges from coreutils.
21859         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21860         variable names, rather than @FNMATCH_H@.
21861         * modules/alloca: Likewise for $(ALLOCA_H).
21862
21863         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21864         the three copies of the literal target, `fnmatch.h'.
21865         * modules/alloca (alloca.h): Likewise.
21866
21867 2003-08-14  Jim Meyering  <jim@meyering.net>
21868
21869         Merge from coreutils.
21870         * m4/tzset.m4: New file.
21871         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21872         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21873         otherwise, AIX 5.1 systems would end up using the latter.
21874         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21875         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21876         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21877         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21878
21879 2003-08-14  Jim Meyering  <jim@meyering.net>
21880
21881         Merge from coreutils.
21882         * lib/obstack.h: Whitespace changes.
21883         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21884         and xcalloc return values.
21885         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21886         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21887         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21888         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21889         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21890         error from mntctl.
21891         Use mntctl's return value to drive the entry-processing loop, since
21892         we can't rely on the value of the vmt_length member in the last
21893         entry.  On some systems doing so could result in exhausting
21894         virtual memory.  Based in part on a patch from Mike Jetzer.
21895
21896 2003-08-14  Jim Meyering  <jim@meyering.net>
21897         and Paul Eggert  <eggert@twinsun.com>
21898
21899         Merges from coreutils, plus other fixes.
21900         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21901         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21902         for credits and details.  Thanks to Kaveh Ghazi for helping
21903         to keep these files in sync.
21904         (ARRAY_SIZE): Define it.
21905         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21906         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21907         (memcasecmp): Don't assume size_t fits in unsigned int.
21908         Remove casts and duplicate code.
21909         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21910         (memcpy): Remove definition.
21911         Merge in some clean-up and optimization changes from glibc.
21912         [BLOCKSIZE]: Move definition to top of file.
21913         Ensure that it is a multiple of 64.
21914         Rearrange loop exit tests so as to avoid performing an
21915         additional fread after encountering an error or EOF.
21916         * lib/md5.h (md5_uintptr): Define.
21917         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21918         return to the initial working directory.  Preserve errno
21919         for caller.
21920         * lib/idcache.c: Include "xalloc.h".
21921         (xmalloc, xrealloc): Remove decls.
21922         (getuser): Remove casts no longer required in C89.
21923         * lib/human.c: Include stdio.h, for sprintf.
21924         * lib/group-member.c: Include "xalloc.h".
21925         (xmalloc, xrealloc): Remove decls.
21926         (get_group_info): Remove casts no longer required in C89.
21927         * lib/getusershell.c (readname): Remove casts no longer required in
21928         C89.
21929         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21930         * lib/getline.c: Whitespace fix, from coreutils.
21931
21932 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21933
21934         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21935         Check for isascii.
21936
21937         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21938         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21939         Undo previous (whitespace-only) change.
21940
21941 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21942
21943         * lib/exclude.c: Include <ctype.h>
21944         (IN_CTYPE_DOMAIN): New macro.
21945         (is_space): New fn.
21946         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21947         and empty lines.
21948
21949         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21950         Undo previous (whitespace-only) change.
21951
21952 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21953
21954         * config/srclist-update: Change update back to the old behavior,
21955         leaving whitespace alone.  Use one 'sed' command rather than a
21956         pipeline.
21957         (fixlicense): Now a variable, not a function.
21958         (remove_trailing_blanks): Remove.
21959         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21960         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21961         Undo previous (whitespace-only) change.
21962
21963 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21964
21965         Merge from coreutils.
21966         * modules/euidaccess: Add lib_SOURCES, include for new
21967         file euidaccess.h
21968
21969 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21970
21971         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21972         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21973         Normalize leading white space and remove trailing white space.
21974
21975         Merge from coreutils
21976         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21977
21978         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21979         0.12.1.  These files are now being upgraded automatically by
21980         ../config/srclist-update.
21981
21982 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21983
21984         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21985         Normalize leading white space and remove trailing white space.
21986         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21987         notice, as per ../config/srclist-update.
21988
21989         Merge from coreutils.
21990         * lib/euidaccess.h: New file.
21991         * lib/euidaccess.c: Include it.
21992         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21993         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21994         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21995
21996 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21997
21998         * config/srclist-update: Add copyright notice.
21999         (remove_id_lines, remove_trailing_blanks): New constants.
22000         (fixfile): Use them to normalize spacing a bit in copied files.
22001         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22002         Normalize leading white space and remove trailing white space.
22003
22004         * config/texinfo.tex: Sync with texinfo.
22005
22006         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22007         strtoul.c from libc, to merge coreutils whitespace changes.
22008
22009         * config/srclist.txt: Get the following m4 files from gettext:
22010         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22011         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22012         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22013         wint_t.m4.
22014
22015 2003-08-12  Karl Berry  <karl@gnu.org>
22016
22017         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22018         been made.
22019
22020 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22021
22022         * modules/gnu-source, m4/gnu-source.m4:
22023         Remove; we're assuming Autoconf 2.54 or later now.
22024         Suggested by Bruno Haible.
22025         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22026
22027 2003-08-11  Bruno Haible  <bruno@clisp.org>
22028
22029         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22030
22031 2003-08-11  Bruno Haible  <bruno@clisp.org>
22032
22033         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22034         (vasnprintf): Use it instead of wcslen.
22035
22036 2003-08-11  Bruno Haible  <bruno@clisp.org>
22037
22038         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22039         value to ensure that _Bool promotes to int. Use #define for _Bool when
22040         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22041
22042 2003-08-10  Karl Berry  <karl@gnu.org>
22043
22044         * lib/regex.h: update from libc (whitespace fix).
22045
22046 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22047
22048         Merge some files from coreutils.  These changes were
22049         originally made by Jim Meyering.
22050         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22051         many older Unixes require this.
22052         * lib/alloca.c (alloca): Remove cast to argument of free;
22053         no longer needed in C89.
22054         * lib/alloca_.h, regex.h: Fix white space to match
22055         what GNU indent does.
22056
22057 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22058
22059         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22060         apparently Emacs's Unicode mode got confused before my 2003-08-05
22061         checkin.
22062
22063 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22064
22065         * m4/extensions.m4: New file.
22066         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22067         Require gl_USE_SYSTEM_EXTENSIONS.
22068         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22069         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22070
22071 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22072
22073         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22074         * modules/extensions, modules/gnu-source: New files.
22075         * modules/timespec, modules/unlocked-io: Depend on extensions.
22076
22077 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22078
22079         * modules/restrict: New file.
22080         * MODULES.html.sh (func_all_modules): Add restrict.
22081         * modules/regex: Depend on restrict.
22082
22083 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22084
22085         * m4/restrict.m4: New file.
22086         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22087
22088 2003-08-07  Bruno Haible  <bruno@clisp.org>
22089
22090         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22091         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22092
22093 2003-08-07  Bruno Haible  <bruno@clisp.org>
22094
22095         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22096         makes the module 'getndelim2' compatible with the module 'getline'.
22097
22098 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22099
22100         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22101         byte with "\201" to avoid glitches when editing that source file
22102         with multi-gnome-terminal.
22103
22104 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22105
22106         * lib/bumpalloc.h: Remove.
22107
22108 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22109
22110         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22111         * modules/bumpalloc: Remove.
22112
22113 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22114
22115         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22116         GNU coding style.
22117
22118         Merge from coreutils.
22119         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22120         1. From glibc.
22121         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22122         from Karl Berry, implemented by Jim Meyering.
22123         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22124         from Dmitry V. Levin.
22125         Remove anachronistic cast of xrealloc.
22126         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22127         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22128         type. Otherwise, it wouldn't compile with at least /bin/cc on
22129         ymp-cray-unicos9.0.2.X.
22130         Combine two mostly-identical uses of alloca into one.
22131         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22132
22133 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22134
22135         [From Emacs.]
22136
22137         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22138         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22139         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22140         obsolete NLIST_NAME_UNION.
22141         [__GNU__]: Undef BSD and FSCALE.
22142         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22143
22144 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22145
22146         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22147         an enum type, so that it's guaranteed to promote to int.  See:
22148         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22149
22150 2003-08-03  Karl Berry  <karl@gnu.org>
22151
22152         * config/depcomp: update from automake.
22153
22154 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22155
22156         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22157         (strerror): Don't assume that a printable int fits in 14 bytes.
22158
22159 2003-07-31  Bruno Haible  <bruno@clisp.org>
22160
22161         * modules/getpass-gnu: New file.
22162         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22163
22164 2003-07-31  Bruno Haible  <bruno@clisp.org>
22165
22166         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22167
22168 2003-07-24  Karl Berry  <karl@gnu.org>
22169
22170         * config/missing: update from automake.
22171
22172 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22173             Bruno Haible  <bruno@clisp.org>
22174
22175         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22176         * lib/getline.c (getline, getdelim): Likewise.
22177         Remove _GNU_SOURCE define; now it's defined in config.h through
22178         m4/getline.m4.
22179
22180 2003-07-23  Karl Berry  <karl@gnu.org>
22181
22182         * config/config.sub: update from prep.
22183
22184 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22185
22186         * modules/xalloc (Depends-on): Add exitfail.
22187         * modules/xmemcoll: Likewise.
22188
22189 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22190
22191         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22192         over-parenthesization in macros.
22193
22194         Sync with coreutils.
22195
22196         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22197         required by C99.
22198
22199         Use `exit_failure' for xalloc and xmemcoll instead of their own
22200         private exit-failure variables.
22201         * lib/xalloc.h (xalloc_exit_failure): Remove.
22202         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22203         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22204         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22205         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22206         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22207
22208 2003-07-20  Jim Meyering  <jim@meyering.net>
22209
22210         * modules/closeout (Depends-on): Add exitfail.
22211         Suggestion from Bruno Haible.
22212
22213 2003-07-19  Karl Berry  <karl@gnu.org>
22214
22215         * config/config.sub: update from prep.
22216
22217 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22218
22219         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22220         Remove.
22221         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22222         to test that it can stand by itself.  Include "exitfail.h".
22223         Clients should set exit_failure instead.
22224         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22225
22226 2003-07-18  Bruno Haible  <bruno@clisp.org>
22227
22228         * modules/getndelim2: New file.
22229         * modules/getline: Share files with module getndelim2.
22230         * modules/getnline: Depend on getndelim2 instead of sharing files with
22231         it. Add getnline.c to lib_SOURCES.
22232         * MODULES.html.sh (func_all_modules): Add getndelim2.
22233
22234 2003-07-18  Bruno Haible  <bruno@clisp.org>
22235
22236         * m4/getndelim2.m4: New file.
22237         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22238         invoke gl_PREREQ_GETNDELIM2.
22239         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22240         gl_PREREQ_GETNDELIM2.
22241         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22242         gl_GETNDELIM2.
22243
22244 2003-07-18  Bruno Haible  <bruno@clisp.org>
22245
22246         * lib/getndelim2.h: New file.
22247         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22248         getndelim2.h.
22249         (getndelim2): Make non-static. Change return type to ssize_t.
22250         * lib/getline.h: Change argument names.
22251         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22252         * lib/getnline.c: Include getndelim2.h.
22253
22254 2003-07-18  Andreas Schwab  <schwab@suse.de>
22255
22256         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22257
22258 2003-07-17  Karl Berry  <karl@gnu.org>
22259
22260         * config/config.sub: update from prep.
22261
22262 2003-07-17  Bruno Haible  <bruno@clisp.org>
22263
22264         * modules/getnline: New file.
22265         * modules/getline: Add lib/getndelim2.c to source file list.
22266         * MODULES.html.sh (func_all_modules): Add getnline.
22267
22268 2003-07-17  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/getnline.m4: New file.
22271
22272 2003-07-17  Bruno Haible  <bruno@clisp.org>
22273
22274         * m4/Makefile.am.in: Remove file.
22275         * m4/Makefile.am: Remove file.
22276         * m4/Makefile.in: Remove file.
22277
22278 2003-07-17  Bruno Haible  <bruno@clisp.org>
22279
22280         * lib/getnline.h: New file.
22281         * lib/getnline.c: New file.
22282         * lib/getndelim2.c: New file, extracted from getline.c.
22283         (getndelim2): Renamed from getdelim2, with added nmax argument.
22284         * lib/getline.c: Include getndelim2.c.
22285         (getdelim2): Moved out to getndelim2.c.
22286         (getline, getdelim): Update.
22287
22288 2003-07-17  Bruno Haible  <bruno@clisp.org>
22289
22290         * lib/Makefile.am: Remove file.
22291         * lib/Makefile.in: Remove file.
22292
22293 2003-07-17  Bruno Haible  <bruno@clisp.org>
22294
22295         * configure.in: Remove file.
22296         * Makefile.in: Remove file.
22297
22298 2003-07-17  Bruno Haible  <bruno@clisp.org>
22299
22300         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22301
22302 2003-07-16  Karl Berry  <karl@gnu.org>
22303
22304         * config/srclist-update: was running fixlicense twice, which caused
22305                 texinfo.tex to be nullified for some reason.  Simplify,
22306                 $gplsrc is no longer needed as far as I can see?
22307
22308 2003-07-16  Jim Meyering  <jim@meyering.net>
22309
22310         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22311
22312 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22313
22314         * config/srclist.txt: Get the following files from gettext-runtime/intl
22315         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22316         ref-del.sin.  From Bruno Haible.
22317         * config/srclist-update (fixfile): Change grep pattern again, since the
22318         previous fix didn't work (there was another trailing $).  Use
22319         '[$]' to escape the $s.
22320
22321 2003-07-15  Karl Berry  <karl@gnu.org>
22322
22323         * lib/vasnprintf.c: update from gettext.
22324
22325 2003-07-15  Karl Berry  <karl@gnu.org>
22326
22327         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22328         gets expanded when surrounded by '$'.
22329
22330 2003-07-15  Jim Meyering  <jim@meyering.net>
22331
22332         * modules/save-cwd: Don't depend on error.  From Derek Price.
22333
22334 2003-07-15  Jim Meyering  <jim@meyering.net>
22335
22336         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22337
22338 2003-07-14  Simon Josefsson  <jas@extundo.com>
22339
22340         * modules/mempcpy: New file.
22341         * MODULES.html.sh (func_all_modules): Add mempcpy.
22342
22343 2003-07-14  Simon Josefsson  <jas@extundo.com>
22344
22345         * m4/mempcpy.m4: New file.
22346
22347 2003-07-14  Simon Josefsson  <jas@extundo.com>
22348
22349         * lib/mempcpy.h: New file.
22350         * lib/mempcpy.c: New file.
22351
22352 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22353
22354         * modules/getdate, modules/posixtm: Depend on mktime.
22355
22356 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22357
22358         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22359         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22360         unicodeio.c, unicodeio.h, unlocked-io.h:
22361         Switch from LGPL to GPL.
22362
22363 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22364
22365         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22366         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22367         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22368         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22369         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22370         updated automatically by ../config/srclist-update.  This changes
22371         their license from LPGL to GPL.
22372
22373 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22374
22375         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22376         assumed to refer to the root of the most recent stable gettext version.
22377         * config/srclistvars.sh: Add defaults for eggert.
22378         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22379         Match "This program" as well as "The program".  This is needed
22380         for gettext.
22381
22382 2003-07-14  Jim Meyering  <jim@meyering.net>
22383
22384         Don't emit diagnostics.  Let callers do that.
22385         * lib/save-cwd.c: Don't include "error.h".
22386         (save_cwd): Don't call error.  Ensure that errno is valid
22387         when returning nonzero.
22388
22389         * lib/save-cwd.h (restore_cwd): Update prototype.
22390         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22391         Simplify.  Don't call error upon failure.  Let callers do that.
22392         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22393         when auditing is enabled.  But don't bother updating the #if.
22394
22395 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22396
22397         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22398         it breaks C++ compilation.
22399         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22400
22401 2003-07-10  Simon Josefsson  <jas@extundo.com>
22402
22403         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22404
22405 2003-07-10  Jim Meyering  <jim@meyering.net>
22406
22407         * m4/clock_time.m4: Remove trailing blank.
22408         * m4/intmax_t.m4: Likewise.
22409
22410 2003-07-10  Jim Meyering  <jim@meyering.net>
22411
22412         * lib/vasnprintf.c: Remove trailing blanks.
22413         Make cpp indentation consistent.
22414
22415 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22416
22417         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22418         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22419         Switch from LGPL to GPL.
22420
22421 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22422
22423         * config/srclist.txt: Sort sublists.  Add
22424         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22425         that differ from gnulib for one reason or another; we'd like this list
22426         to be smaller but for now let's document what we have.
22427
22428 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22429
22430         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22431         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22432         and sweeter "eval x=$x".
22433         * config/srclist.txt: Get lib/argp* from glibc.
22434
22435 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22436
22437         * lib/mktime.c: Fix some boundary cases and remove need for floating
22438         point.
22439
22440         Issue a compile-time diagnostic if time_t is floating point, or if
22441         two's complement arithmetic is not in effect, or if arithmetic
22442         right shift does not propagate the sign.  These assumptions were
22443         all in the original code but they weren't checked.
22444
22445         (TIME_T_MIDPOINT, verify): New macros.
22446         (__isleap): Remove; it has integer overflow problems.
22447         (leapyear): New function, without those problems.
22448         (ydhms_tm_diff): Remove; splitting into two parts.
22449         (ydhms_diff): New function, containing the arithmetic part of
22450         the old ydhms_tm_diff function.  Issue a compile-time
22451         diagnostic if we are not using C99 integer division.
22452         Avoid casts when possible.
22453         (guess_time_tm): New function, containing the checking part of
22454         the old ydhms_tm_diff function.  Return the new value, rather than
22455         the difference between it and the old.  Accept a new argument T
22456         so that *T specifies the old value.  Check for overflow in the result.
22457
22458         (__mktime_internal): Use a time_t offset, not a long int offset.
22459         This undoes the 2003-06-04 change, which is no longer needed now
22460         that we have better overflow checking.
22461         (localtime_offset): Likewise.
22462
22463         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22464         and long are 64-bit but int is only 32-bit.
22465         (ydhms_diff): Use long int to store year1 and yday1.
22466         Issue a compile-time diagnostic if long int is not wide enough.
22467
22468         (__mktime_internal): Use long int to store adjusted year and yday.
22469         Use plain C rather than preprocessor commands, if that doesn't
22470         affect efficiency.
22471         Check for overflow (and try to repair) after each probe
22472         rather than checking only at the very end.  This avoids some bugs
22473         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22474         does not equal GMT offset at maximum time).
22475         Use integer to check for overflow rather than floating point; this
22476         is more portable to non-IEEE hosts, and is a tad faster.
22477         When we detect that we are oscillating between two values,
22478         don't check whether tm_isdst has the requested value, since
22479         we already know the answer.  When tm_isdst has the wrong value,
22480         use a different heuristic to find the right one, based on the
22481         extreme values actually observed in practice in tz2003a,
22482         rather than the (overly optimistic) "previous 3 calendar quarters".
22483
22484         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22485         "T const" to accommodate glibc style.
22486         (check_result): Use less-confusing report format.  "long" -> "long int.
22487         (main): Likewise.
22488         Don't loop if the iteration overflows time_t.
22489         Allow a negative step in the iteration.
22490
22491 2003-07-06  Karl Berry  <karl@gnu.org>
22492
22493         * config/depcomp: update from automake.
22494         * config/config.sub: update from prep.
22495
22496 2003-07-03  Karl Berry  <karl@gnu.org>
22497
22498         * config/config.guess: update from prep.
22499
22500 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22501
22502         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22503         xreadlink.c now includes it unconditionally.
22504
22505 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22506
22507         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22508         having it depend on HAVE_SYS_TYPES_H.
22509
22510 2003-07-01  Bruno Haible  <bruno@clisp.org>
22511
22512         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22513         <sys/types.h> should be sufficient.
22514         Reported by Paul Eggert.
22515
22516 2003-06-26  Karl Berry  <karl@gnu.org>
22517
22518         * config/depcomp: update from automake.
22519
22520 2003-06-26  Bruno Haible  <bruno@clisp.org>
22521
22522         * modules/human: Depend on module stdbool.
22523
22524 2003-06-25  Bruno Haible  <bruno@clisp.org>
22525
22526         * modules/readlink: New file.
22527         * modules/xreadlink: Depend on it.
22528         * MODULES.html.sh (func_all_modules): Add readlink.
22529
22530 2003-06-25  Bruno Haible  <bruno@clisp.org>
22531
22532         * m4/readlink.m4: New file.
22533
22534 2003-06-25  Bruno Haible  <bruno@clisp.org>
22535
22536         * lib/readlink.c: New file.
22537
22538 2003-06-22  Karl Berry  <karl@gnu.org>
22539
22540         * config/srclist.txt: update mkinstalldirs from automake.
22541         * config/mkinstalldirs: update.
22542
22543 2003-06-22  Bruno Haible  <bruno@clisp.org>
22544
22545         Portability to mingw32.
22546         * m4/ssize_t.m4: New file, from GNU gettext.
22547         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22548         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22549
22550 2003-06-22  Bruno Haible  <bruno@clisp.org>
22551
22552         * modules/safe-read: Add m4/ssize_t.m4.
22553         * modules/xreadlink: Add m4/ssize_t.m4.
22554
22555 2003-06-20  Bruno Haible  <bruno@clisp.org>
22556
22557         Assume C89, so PARAMS isn't needed.
22558         * lib/unicodeio.h (PARAMS): Remove.
22559         * lib/unicodeio.c: Don't use PARAMS.
22560
22561 2003-06-18  Karl Berry  <karl@gnu.org>
22562
22563         * config/config.{guess,sub}: update from prep.
22564
22565 2003-06-18  Jim Meyering  <jim@meyering.net>
22566
22567         Merge changes from coreutils.
22568         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22569         Remove explicit declarations of xmalloc and realloc.
22570         Include xalloc.h.
22571         (read_utmp): Remove anachronistic cast of xmalloc.
22572
22573 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22574
22575         Assume C89, so PARAMS isn't needed.
22576         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22577         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22578         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22579         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22580         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22581         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22582         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22583         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22584         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22585         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22586         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22587         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22588         no longer needed. Anyway, config.h should always be included before any
22589         other file.
22590
22591 2003-06-11  Simon Josefsson  <jas@extundo.com>
22592
22593         * modules/sysexits: New file.
22594         * MODULES.html.sh (func_all_modules): Add sysexits.
22595
22596 2003-06-11  Simon Josefsson  <jas@extundo.com>
22597
22598         * lib/sysexit_.h: New file.
22599
22600 2003-06-11  Derek Price  <derek@ximbiot.com>
22601
22602         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22603         necessary.
22604
22605 2003-06-11  Bruno Haible  <bruno@clisp.org>
22606
22607         * m4/sysexits.m4: New file.
22608
22609 2003-06-10  Simon Josefsson  <jas@extundo.com>
22610
22611         * lib/argp.h: New file, from glibc.
22612         * lib/argp-ba.c: New file, from glibc.
22613         * lib/argp-eexst.c: New file, from glibc.
22614         * lib/argp-fmtstream.c: New file, from glibc.
22615         * lib/argp-fmtstream.h: New file, from glibc.
22616         * lib/argp-fs-xinl.c: New file, from glibc.
22617         * lib/argp-help.c: New file, from glibc.
22618         * lib/argp-namefrob.h: New file, from glibc.
22619         * lib/argp-parse.c: New file, from glibc.
22620         * lib/argp-pv.c: New file, from glibc.
22621         * lib/argp-pvh.c: New file, from glibc.
22622         * lib/argp-xinl.c: New file, from glibc.
22623
22624 2003-06-10  Simon Josefsson  <jas@extundo.com>
22625
22626         * modules/strchrnul: New file.
22627
22628 2003-06-10  Simon Josefsson  <jas@extundo.com>
22629
22630         * modules/argp: New file.
22631
22632 2003-06-10  Simon Josefsson  <jas@extundo.com>
22633
22634         * m4/strchrnul.m4: New file.
22635
22636 2003-06-10  Simon Josefsson  <jas@extundo.com>
22637
22638         * lib/strchrnul.h: New file.
22639         * lib/strchrnul.c: New file.
22640
22641 2003-06-10  Bruno Haible  <bruno@clisp.org>
22642
22643         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22644
22645 2003-06-07  Karl Berry  <karl@gnu.org>
22646
22647         * config/config.{guess,sub}: update from prep.
22648
22649 2003-06-07  Jim Meyering  <jim@meyering.net>
22650
22651         * modules/strtod: Use $(...) notation, not @...@ for
22652         AC_REPLACE'd variables.
22653         * modules/localcharset: Likewise.
22654
22655 2003-06-07  Jim Meyering  <jim@meyering.net>
22656
22657         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22658         in place of my name in the copyright comment.
22659         Remove definition and uses of __P.
22660
22661         From coreutils.
22662         * lib/stat.c: Don't declare xmalloc explicitly.
22663         Instead, include "xalloc.h".
22664         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22665         xrealloc, and xcalloc return values.
22666         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22667         Improve comment.
22668         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22669
22670 2003-06-07  Bruno Haible  <bruno@clisp.org>
22671
22672         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22673         avoid AC_CONFIG_LINKS.
22674         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22675         fnmatch.h, to avoid AC_CONFIG_LINKS.
22676         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22677
22678 2003-06-07  Bruno Haible  <bruno@clisp.org>
22679
22680         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22681         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22682         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22683         directory.
22684         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22685         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22686         directory.
22687
22688 2003-06-06  Jim Meyering  <jim@meyering.net>
22689
22690         Merge from coreutils.
22691         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22692         Consolidate declarations and initializations of *_base* locals.
22693
22694         Merge from coreutils.
22695         This avoids a core dump on systems without GNU putenv,
22696         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22697         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22698         (unsetenv): New static function, from GNU libc.
22699         (rpl_putenv): Use it.
22700
22701         * lib/modechange.c: Remove trailing blanks.
22702
22703         Merge from coreutils.
22704         * lib/fsusage.c: Remove declaration of statfs.
22705         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22706
22707         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22708
22709 2003-06-06  Jim Meyering  <jim@meyering.net>
22710
22711         * lib/stdbool_.h: Renamed from stdbool.h.in.
22712
22713 2003-06-06  Jim Meyering  <jim@meyering.net>
22714             Bruno Haible  <bruno@clisp.org>
22715
22716         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22717         Adjust Makefile.am snippet not to redirect directly to target.
22718         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22719
22720 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22721
22722         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22723         mismatch, look in future quarters as well as past.  This fixes a
22724         bug when processing fall-backwards gaps immediately after a long
22725         period of daylight-saving time.
22726
22727         * lib/mktime.c: Assume freestanding C89 or better.
22728         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22729         (__P): Remove; not used.
22730         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22731         (mktime, not_equal_tm, print_tm, check_result,
22732         main): Use prototypes.  Use const * where appropriate.
22733         (main): Fix typo in testing code that uncovered by above changes.
22734         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22735
22736 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22737
22738         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22739         locale.h, localeconv.  This merges changes from coreutils.
22740
22741         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22742         It can be removed after the next Autoconf is released.
22743         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22744         needed.
22745
22746 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22747
22748         * lib/mktime.c: Fix Debian bug 177940
22749         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22750         (localtime_offset): Now long int, not time_t, because we want it
22751         to be guaranteed to be signed.  All uses changed.
22752         (__mktime_internal): If overflow would occur when adding offset,
22753         don't add it.
22754
22755         Merge 'human' changes from coreutils.  Rewrite to support
22756         locale-specific notations like thousands separators.
22757         * lib/human.c: Simplify authorship notice.
22758         Include human.h immediately after config.h.
22759         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22760         <limits.h>: Do not include, since human.h does.
22761         (SIZE_MAX, UINTMAX_MAX): New macros.
22762         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22763         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22764         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22765         (power_letter): Renamed from suffixes.
22766         (generate_suffix_backwards): Remove.
22767         (adjust_value): Now takes int style (because of human.h changes)
22768         and long double value (for greater precision on some platforms).
22769         (group_number): New function.
22770         (human_readable): Use it.  Use integer options, not enum.
22771         Put the options before the sizes in the arg list.
22772         Support all the new options.
22773         The old human_readable function has been removed;
22774         use inttostr.h instead.
22775         (human_readable, default_block_size, humblock):
22776         Use uintmax_t, not int, for block sizes.
22777         (human_readable_inexact, block_size_types): Remove.
22778         (block_size_opts): New constant.
22779         (human_options): Renamed from human_block_size, with new signature
22780         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22781         * lib/human.h: Add copyright and authorship notice.
22782         Include <limits.h> and <stdbool.h> unconditionally.
22783         (PARAMS): Remove.  All uses removed.
22784         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22785         (enum human_inexact_style): Remove tag; now a nameless enum.
22786         (human_floor, human_ceiling, human_round_to_even): Now have
22787         values 2, 0, 1 rather than -1, 1, 0.
22788         (human_group_digits, human_suppress_point_zero, human_autoscale,
22789         human_base_1024, human_SI, human_B): New constants.
22790         (human_readable_inexact, human_block_size): Remove.
22791         (human_readable): Size args are now uintmax_t, not int.
22792         (human_options): New decl.
22793
22794         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22795         unnecessary now that we assume C89 or better.  This change
22796         imported from coreutils.
22797
22798         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22799         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22800         in the 2003-05-30 sync from glibc.
22801
22802         .h files should stand alone, but we shouldn't include <sys/types.h>
22803         if we can get away with just <stddef.h>.
22804
22805         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22806         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22807         rather than <sys/types.h>, as we merely need size_t.
22808         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22809         to get size_t.
22810         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22811         Include <stdio.h>, to get FILE.
22812         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22813         memcasecmp.h has included <stddef.h> and all we need is size_t.
22814         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22815         our interface, instead of including <sys/types.h>
22816
22817 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22818
22819         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22820         now, as glibc mktime is buggy on non-glibc systems.
22821
22822 2003-06-03  Karl Berry  <karl@gnu.org>
22823
22824         * config/config.sub: update from prep.
22825
22826 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22827
22828         [from coreutils]
22829         Fix some minor time-related bugs with POSIX time arguments.
22830         Some valid time stamps were being rejected (notably -1, and
22831         time stamps before 1900 on 64-bit hosts).  And some invalid
22832         time stamps were being accepted, e.g. September 31.
22833
22834         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22835         that we can return (time_t) -1 successfully.
22836         * lib/posixtm.c: Likewise.
22837         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22838         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22839         (t): Remove static var.
22840         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22841         of static var.  All uses changed.
22842         (year): Do not reject years before 1900; they can occur with
22843         64-bit time_t.
22844         (posix_time_parse): Do not check for out-of-range components;
22845         that is now the caller's responsibility, since our checks were
22846         only approximations.
22847         (posixtime): Use mktime to check for out-of-range components,
22848         since it knows them exactly.
22849         If mktime returns (time_t) -1, check whether an error actually occurred
22850         by invoking localtime on -1.
22851         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22852         posixtime failures better.
22853         Improve the test data (in comments only).
22854
22855 2003-06-02  Karl Berry  <karl@gnu.org>
22856
22857         * config/mkinstalldirs (version): new variable.
22858         (--version): new option.
22859         (usage): improve message.
22860
22861 2003-05-30  Karl Berry  <karl@gnu.org>
22862
22863         * lib/mktime.c: update from libc.
22864
22865 2003-05-30  Bruno Haible  <bruno@clisp.org>
22866
22867         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22868         * config/config.rpath: Upgrade to gettext-0.12.1.
22869
22870 2003-05-30  Bruno Haible  <bruno@clisp.org>
22871
22872         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22873         * m4/nls.m4: New file, from gettext-0.12.1.
22874         * m4/po.m4: New file, from gettext-0.12.1.
22875         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22876
22877 2003-05-30  Bruno Haible  <bruno@clisp.org>
22878
22879         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22880         * lib/localcharset.h: Likewise.
22881         * lib/localcharset.c: Likewise.
22882
22883 2003-05-29  Karl Berry  <karl@gnu.org>
22884
22885         * config/config.rpath: update from gettext.
22886
22887 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22888
22889         Assume the headers required for C89 freestanding compilers.
22890         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22891         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22892         * m4/human.m4 (gl_HUMAN): Likewise.
22893         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22894         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22895         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22896         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22897         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22898         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22899
22900 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22901
22902         Assume the headers required for C89 freestanding compilers.
22903         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22904         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22905         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22906         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22907         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22908         define, since <limits.h> is guaranteed to do that.
22909         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22910         * lib/exclude.c: Include <stdbool.h> unconditionally.
22911         * lib/tempname.c: Include <stddef.h> unconditionally.
22912         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22913         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22914         <stddef.h> does that.
22915         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22916         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22917         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22918         needed.
22919         * lib/xstrtol.c: Likewise.
22920         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22921         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22922
22923         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22924         warnings on some platforms.
22925
22926         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22927         arbitrarily.
22928
22929 2003-05-26  Jim Meyering  <jim@meyering.net>
22930
22931         Merge in a change from coreutils:
22932         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22933         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22934         that condition, rather than `-1' which is slightly misleading.
22935         Change the name of the cache variable to have the gl_ prefix.
22936         Prompted by a patch from Richard Dawe for DJGPP.
22937
22938 2003-05-24  Karl Berry  <karl@gnu.org>
22939
22940         * config/config.guess: update from prep.
22941
22942 2003-05-22  Karl Berry  <karl@gnu.org>
22943
22944         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22945
22946 2003-05-20  Karl Berry  <karl@gnu.org>
22947
22948         * config/config.guess: update from prep.
22949
22950 2003-05-18  Karl Berry  <karl@gnu.org>
22951
22952         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22953         might actually be set by the user.
22954
22955         * config/depcomp, install-sh, mdate-sh: update from automake.
22956
22957 2003-05-17  Bruno Haible  <bruno@clisp.org>
22958
22959         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22960         invalid expansion for AC_EGREP_CPP.
22961         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22962         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22963         Suggested by Akim Demaille <akim@epita.fr> in
22964         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22965
22966 2003-05-12  Jim Meyering  <jim@meyering.net>
22967
22968         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22969         the space-padded-by-default conversion specifiers, %e, %k, %l.
22970
22971 2003-05-12  Bruno Haible  <bruno@clisp.org>
22972
22973         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22974         the string is longer than 4 KB.
22975
22976 2003-05-11  Karl Berry  <karl@gnu.org>
22977
22978         * config/config.{guess,sub}: update from prep.
22979
22980 2003-05-09  Bruno Haible  <bruno@clisp.org>
22981
22982         * modules/error: Add m4/strerror_r.m4 to file list.
22983
22984 2003-05-03  Bruno Haible  <bruno@clisp.org>
22985
22986         Upgrade to Unicode-4.0.
22987         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22988         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22989         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22990         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22991         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22992         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22993         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22994         Change width of U+E0100..U+E01EF from 1 to 0.
22995
22996 2003-04-25  Jim Meyering  <jim@meyering.net>
22997
22998         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22999         of type size_t, not int.
23000
23001 2003-04-25  Bruno Haible  <bruno@clisp.org>
23002
23003         * lib/copy-file.c: Include <stddef.h>, for size_t.
23004
23005 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23006
23007         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23008         code which expansion is under static control.  Patch imported from
23009         Akim Demaille's patch to Bison; see
23010         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23011
23012 2003-04-14  Bruno Haible  <bruno@clisp.org>
23013
23014         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23015
23016 2003-04-11  Jim Meyering  <jim@meyering.net>
23017
23018         Merge changes from Coreutils.
23019
23020         2003-03-22  Jim Meyering  <jim@meyering.net>
23021
23022         * lib/strftime.c (widen): Cast alloca return value to proper type.
23023
23024         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23025
23026         From GNU libc.
23027         * lib/strftime.c (my_strftime): Handle very large width
23028         specifications for numeric values correctly.  Improve checks for
23029         overflow.
23030
23031         2003-01-19  Jim Meyering  <jim@meyering.net>
23032
23033         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23034         definitions.
23035         (nl_get_alt_digit) [! defined my_strftime]: Define.
23036         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23037         _nl_get_alt_digit and _nl_get_walt_digit.
23038
23039         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23040         libc. These changes have no effect outside of _LIBC.
23041
23042 2003-04-10  Bruno Haible  <bruno@clisp.org>
23043
23044         * modules/findprog: New file.
23045         * MODULES.html.sh (func_all_modules): Add it.
23046
23047 2003-04-10  Bruno Haible  <bruno@clisp.org>
23048
23049         * m4/findprog.m4: New file.
23050         * m4/eaccess.m4: New file.
23051
23052 2003-04-10  Bruno Haible  <bruno@clisp.org>
23053
23054         * lib/findprog.h: New file, from GNU gettext.
23055         * lib/findprog.c: New file, from GNU gettext.
23056
23057 2003-04-05  Jim Meyering  <jim@meyering.net>
23058
23059         Merge changes from Coreutils.
23060
23061         * lib/exclude.h (PARAMS): Remove definition and uses.
23062         * lib/exclude.c: Remove uses of `PARAMS'.
23063
23064         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23065         Add test-cases for DOS filenames. Declare program_name.
23066         (main): Set up program_name.  Patch by Rich Dawe.
23067
23068         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23069         error from mntctl.
23070         Use mntctl's return value to drive the entry-processing loop, since
23071         we can't rely on the value of the vmt_length member in the last
23072         entry.  On some systems doing so could result in exhausting
23073         virtual memory.  Based in part on a patch from Mike Jetzer.
23074
23075 2003-04-04  Bruno Haible  <bruno@clisp.org>
23076
23077         * modules/linebreak: New file.
23078         * MODULES.html.sh (func_all_modules): Add it.
23079
23080 2003-04-04  Bruno Haible  <bruno@clisp.org>
23081
23082         * m4/linebreak.m4: New file.
23083
23084 2003-04-04  Bruno Haible  <bruno@clisp.org>
23085
23086         * lib/linebreak.h: New file, from GNU gettext.
23087         * lib/linebreak.c: New file, from GNU gettext with slight
23088         modifications.
23089         * lib/lbrkprop.h: New file, from GNU gettext.
23090
23091 2003-04-03  Bruno Haible  <bruno@clisp.org>
23092
23093         * modules/utf8-ucs4: New file.
23094         * modules/utf16-ucs4: New file.
23095         * modules/ucs4-utf8: New file.
23096         * modules/ucs4-utf16: New file.
23097         * MODULES.html.sh (func_all_modules): Add them.
23098
23099 2003-04-03  Bruno Haible  <bruno@clisp.org>
23100
23101         * m4/utf-ucs4.m4: New file.
23102         * m4/ucs4-utf.m4: New file.
23103
23104 2003-04-03  Bruno Haible  <bruno@clisp.org>
23105
23106         * lib/utf8-ucs4.h: New file, from GNU gettext.
23107         * lib/utf16-ucs4.h: New file, from GNU gettext.
23108         * lib/ucs4-utf8.h: New file, from GNU gettext.
23109         * lib/ucs4-utf16.h: New file, from GNU gettext.
23110
23111 2003-04-02  Bruno Haible  <bruno@clisp.org>
23112
23113         * modules/binary-io: New file.
23114         * MODULES.html.sh (func_all_modules): Add it.
23115
23116 2003-04-02  Bruno Haible  <bruno@clisp.org>
23117
23118         * lib/binary-io.h: New file, from GNU gettext.
23119
23120 2003-04-01  Bruno Haible  <bruno@clisp.org>
23121
23122         * modules/pathname: New file.
23123         * MODULES.html.sh (func_all_modules): Add it.
23124
23125 2003-04-01  Bruno Haible  <bruno@clisp.org>
23126
23127         * lib/pathname.h: New file, from GNU gettext.
23128         * lib/concatpath.c: New file, from GNU gettext.
23129
23130 2003-03-30  Bruno Haible  <bruno@clisp.org>
23131
23132         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23133
23134 2003-03-30  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23137         function chown() doesn't exist.
23138
23139 2003-03-28  Bruno Haible  <bruno@clisp.org>
23140
23141         * modules/copy-file: New file.
23142         * MODULES.html.sh (func_all_modules): Add it.
23143
23144 2003-03-28  Bruno Haible  <bruno@clisp.org>
23145
23146         * m4/copy-file.m4: New file.
23147
23148 2003-03-28  Bruno Haible  <bruno@clisp.org>
23149
23150         * lib/copy-file.h: New file, from GNU gettext.
23151         * lib/copy-file.c: New file, from GNU gettext.
23152
23153 2003-03-18  Jim Meyering  <jim@meyering.net>
23154
23155         * lib/quote.c (quote_n): Fix typo in comment.
23156
23157 2003-03-18  Bruno Haible  <bruno@clisp.org>
23158
23159         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23160         checking.
23161         * m4/onceonly_2_57.m4: Likewise.
23162
23163 2003-03-17  Bruno Haible  <bruno@clisp.org>
23164
23165         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23166         (m4_quote): Remove macro.
23167         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23168
23169 2003-03-14  Jim Meyering  <jim@meyering.net>
23170
23171         Merge changes from Coreutils.
23172         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23173         to be const, in order to avoid warnings.
23174         (obstack_room): Likewise.
23175         (obstack_empty_p): Likewise.
23176
23177 2003-03-14  Bruno Haible  <bruno@clisp.org>
23178
23179         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23180         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23181
23182 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23183
23184         Merge changes from Bison.
23185         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23186         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23187         when compiling Bison 1.875's `bitset bset = obstack_alloc
23188         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23189         * lib/hash.c: Include <stdbool.h> unconditionally.
23190
23191 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23192
23193         * m4/onceonly.m4 (m4_quote): New macro.
23194         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23195         Quote AC_FOREACH variable-expansions properly.
23196
23197 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23198
23199         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23200
23201 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23202
23203         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23204         Reported by Bruce Becker; see:
23205         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23206
23207 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23208             Bruno Haible  <bruno@clisp.org>
23209
23210         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23211         Reported by John Hughes, see
23212         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23213
23214 2003-02-20  Bruno Haible  <bruno@clisp.org>
23215
23216         * MODULES.html.sh (func_all_modules): Add poll.
23217
23218 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23219
23220         * modules/poll: New file.
23221
23222 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23223
23224         * lib/poll_.h: New file.
23225         * lib/poll.c: New file.
23226
23227 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23228
23229         * m4/poll.m4: New file.
23230
23231 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23232
23233         * modules/mathl: New file.
23234
23235 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23236
23237         * lib/mathl.h: New file.
23238         * lib/acosl.c: New file.
23239         * lib/asinl.c: New file.
23240         * lib/atanl.c: New file.
23241         * lib/ceill.c: New file.
23242         * lib/cosl.c: New file.
23243         * lib/expl.c: New file.
23244         * lib/floorl.c: New file.
23245         * lib/frexpl.c: New file.
23246         * lib/ldexpl.c: New file.
23247         * lib/logl.c: New file.
23248         * lib/sincosl.c: New file.
23249         * lib/sinl.c: New file.
23250         * lib/sqrtl.c: New file.
23251         * lib/tanl.c: New file.
23252         * lib/trigl.c: New file.
23253         * lib/trigl.h: New file.
23254
23255 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23256
23257         * m4/mathl.m4: New file.
23258
23259 2003-02-18  Bruno Haible  <bruno@clisp.org>
23260
23261         * MODULES.html.sh (func_all_modules): Add mathl.
23262
23263 2003-02-17  Bruno Haible  <bruno@clisp.org>
23264
23265         * modules/mkdtemp: New module.
23266         * MODULES.html.sh (func_all_modules): Add it.
23267
23268 2003-02-17  Bruno Haible  <bruno@clisp.org>
23269
23270         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23271
23272 2003-02-17  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/mkdtemp.h: New file, from GNU gettext.
23275         * lib/mkdtemp.c: New file, from GNU gettext.
23276
23277 2003-02-02  Jim Meyering  <jim@meyering.net>
23278
23279         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23280         e.g. glibc-2.2.93.
23281
23282 2003-01-31  Bruno Haible  <bruno@clisp.org>
23283
23284         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23285         'rpl_rename'.
23286         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23287         'rpl_strnlen'.
23288         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23289         'rpl_strtod'.
23290         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23291         'rpl_utime'.
23292
23293 2003-01-31  Bruno Haible  <bruno@clisp.org>
23294
23295         * lib/rename.c: #undef rename before defining rpl_rename.
23296         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23297
23298 2003-01-30  Bruno Haible  <bruno@clisp.org>
23299
23300         * modules/vasnprintf, modules/vasprintf: New modules.
23301         * MODULES.html.sh (func_all_modules): Add them.
23302
23303 2003-01-30  Bruno Haible  <bruno@clisp.org>
23304
23305         * m4/signed.m4: New file, from GNU gettext.
23306         * m4/longdouble.m4: New file, from GNU gettext.
23307         * m4/wchar_t.m4: New file, from GNU gettext.
23308         * m4/wint_t.m4: New file, from GNU gettext.
23309         * m4/vasnprintf.m4: New file.
23310         * m4/vasprintf.m4: New file.
23311
23312 2003-01-30  Bruno Haible  <bruno@clisp.org>
23313
23314         * lib/printf-args.h: New file, from GNU gettext.
23315         * lib/printf-args.c: New file, from GNU gettext.
23316         * lib/printf-parse.h: New file, from GNU gettext.
23317         * lib/printf-parse.c: New file, from GNU gettext.
23318         * lib/vasnprintf.h: New file, from GNU gettext.
23319         * lib/vasnprintf.c: New file, from GNU gettext.
23320         * lib/asnprintf.c: New file, from GNU gettext.
23321         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23322         * lib/vasprintf.c: New file, from GNU gettext.
23323         * lib/asprintf.c: New file, from GNU gettext.
23324
23325 2003-01-29  Bruno Haible  <bruno@clisp.org>
23326
23327         * modules/stpncpy: New module.
23328         * MODULES.html.sh (func_all_modules): Add it.
23329
23330 2003-01-29  Bruno Haible  <bruno@clisp.org>
23331
23332         * m4/stpncpy.m4: New file.
23333
23334 2003-01-29  Bruno Haible  <bruno@clisp.org>
23335
23336         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23337         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23338
23339 2003-01-28  Bruno Haible  <bruno@clisp.org>
23340
23341         * modules/c-ctype: New module.
23342         * MODULES.html.sh (func_all_modules): Add it.
23343
23344 2003-01-28  Bruno Haible  <bruno@clisp.org>
23345
23346         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23347         Paul Eggert.
23348         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23349         Paul Eggert.
23350
23351 2003-01-27  Bruno Haible  <bruno@clisp.org>
23352
23353         * modules/xsetenv: New module.
23354         * MODULES.html.sh (func_all_modules): Add it.
23355
23356 2003-01-27  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/xsetenv.h: New file, from GNU gettext.
23359         * lib/xsetenv.c: New file, from GNU gettext.
23360
23361 2003-01-23  Jim Meyering  <jim@meyering.net>
23362
23363         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23364         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23365
23366 2003-01-23  Bruno Haible  <bruno@clisp.org>
23367
23368         * modules/minmax: New module.
23369         * MODULES.html.sh (func_all_modules): Add it.
23370
23371 2003-01-23  Bruno Haible  <bruno@clisp.org>
23372
23373         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23374         Eggert.
23375
23376 2003-01-22  Bruno Haible  <bruno@clisp.org>
23377
23378         * modules/exit: New module.
23379         * MODULES.html.sh (func_all_modules): Add it.
23380
23381 2003-01-22  Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/exit.h: New file, from GNU gettext.
23384
23385 2003-01-19  Bruno Haible  <bruno@clisp.org>
23386
23387         * gnulib-tool: Recognize option --extract-maintainer.
23388         (func_get_maintainer): New function.
23389         * modules/*: Add Maintainer entry.
23390
23391 2003-01-16  Jim Meyering  <jim@meyering.net>
23392
23393         * m4/regex.m4: The `regex' struct is both input and output.
23394         Initialize it before each use.  Patch by Tim Waugh.
23395
23396 2003-01-16  Bruno Haible  <bruno@clisp.org>
23397
23398         * MODULES.html.sh: Add a table of contents. Add the module name as
23399         leftmost column. Add hyperlinks.
23400
23401 2003-01-15  Bruno Haible  <bruno@clisp.org>
23402
23403         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23404
23405 2003-01-15  Bruno Haible  <bruno@clisp.org>
23406
23407         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23408         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23409         suffix.
23410
23411 2003-01-15  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23414
23415 2003-01-15  Bruno Haible  <bruno@clisp.org>
23416
23417         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23418         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23419
23420 2003-01-14  Jim Meyering  <jim@meyering.net>
23421
23422         * lib/same.c (same_name): Tweak a comment.
23423
23424 2003-01-14  Bruno Haible  <bruno@clisp.org>
23425
23426         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23427         when a string comparison is sufficient.
23428
23429 2003-01-14  Bruno Haible  <bruno@clisp.org>
23430
23431         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23432         'unsigned int'.
23433
23434 2003-01-14  Bruno Haible  <bruno@clisp.org>
23435
23436         * lib/hash-pjw.c: Add comment about low quality of this function.
23437
23438 2003-01-13  Bruno Haible  <bruno@clisp.org>
23439
23440         * modules/stpcpy: Distribute lib/stpcpy.h.
23441         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23442
23443 2003-01-13  Bruno Haible  <bruno@clisp.org>
23444
23445         * modules/*: Add a description.
23446         * modules/strpbrk: Fix Makefile.am snippet.
23447         * modules/strtoimax: Fix dependencies.
23448         * modules/strtoumax: Likewise.
23449
23450 2003-01-13  Bruno Haible  <bruno@clisp.org>
23451
23452         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23453         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23454         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23455
23456 2003-01-13  Bruno Haible  <bruno@clisp.org>
23457
23458         * gnulib-tool (func_create_testdir): Store config/* files in the main
23459         directory.
23460         * config.rpath: Move to ...
23461         * config/config.rpath: ... here.
23462         * modules/gettext: Contains config/config.rpath, not config.rpath.
23463         * modules/iconv: Likewise.
23464
23465 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23466
23467         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23468         to avoid collisions with libcurses and libreadline.
23469
23470         * m4/getstr.m4: Remove.
23471         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23472
23473 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23474
23475         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23476         to avoid collisions with libcurses and libreadline.
23477
23478         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23479         * lib/getstr.h, getstr.c: Remove.
23480         * lib/getline.c: Include "getline.h", to check interface.
23481         Move body of old getstr.c here: this defines MIN_CHUNK and
23482         declares getdelim2, which is renamed from getstr.
23483         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23484
23485         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23486         All uses changed.
23487         * lib/linebuffer.h: Likewise.
23488         (readline): Remove backward-compatibility macro.
23489
23490 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23491
23492         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23493         to avoid collisions with libcurses and libreadline.
23494         * getstr: Remove.
23495         * MODULES.html.sh: Remove getstr.
23496         * modules/getline: Depend on unlocked-io, not getstr.
23497
23498 2003-01-12  Jim Meyering  <jim@meyering.net>
23499
23500         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23501
23502 2003-01-10  Bruno Haible  <bruno@clisp.org>
23503
23504         * modules/alloca: Change Makefile.am requirements. Simplify Include
23505         requirements. Add lib/alloca_.h to file list.
23506
23507 2003-01-10  Bruno Haible  <bruno@clisp.org>
23508
23509         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23510
23511 2003-01-10  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/alloca_.h: New file.
23514         * lib/getdate.y: Unconditionally include alloca.h.
23515         * lib/makepath.c: Likewise.
23516         * lib/setenv.c: Likewise.
23517         * lib/userspec.c: Likewise.
23518
23519 2003-01-09  Karl Berry  <karl@gnu.org>
23520
23521         * MODULES.html.sh: include `dirname $0` in PATH, to find
23522         gnulib-tool.
23523
23524 2003-01-09  Bruno Haible  <bruno@clisp.org>
23525
23526         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23527         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23528
23529 2003-01-09  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23532
23533 2003-01-09  Bruno Haible  <bruno@clisp.org>
23534
23535         * lib/stdbool.h.in: New file.
23536
23537 2003-01-09  Bruno Haible  <bruno@clisp.org>
23538
23539         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23540         * MODULES.html.sh: Likewise.
23541
23542 2003-01-08  Jim Meyering  <jim@meyering.net>
23543
23544         * lib/full-write.c: Undefine and define-away `const' after inclusion
23545         of errno.h, not before.  Suggestion from Bruno Haible.
23546
23547 2003-01-08  Bruno Haible  <bruno@clisp.org>
23548
23549         * modules/full-read: Depend on full-write.
23550
23551 2003-01-08  Bruno Haible  <bruno@clisp.org>
23552
23553         * lib/safe-read.c: Include specification header first, to ensure its
23554         selfcontainedness.
23555         * lib/full-write.c: Likewise.
23556
23557 2003-01-07  Jim Meyering  <jim@meyering.net>
23558
23559         * lib/full-write.c: Rework so that it may serve to define full_read,
23560         too.
23561         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23562
23563 2003-01-07  Bruno Haible  <bruno@clisp.org>
23564
23565         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23566         <inttypes.h>.
23567         * lib/xstrtol.h: Likewise.
23568         * lib/xstrtoimax.c: Likewise.
23569         * lib/xstrtoumax.c: Likewise.
23570         * lib/human.h: Likewise.
23571
23572         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23573         on systems that have <inttypes.h> but not <stdint.h>.
23574
23575 2003-01-07  Bruno Haible  <bruno@clisp.org>
23576
23577         * MODULES.html.sh: Add copyright notice.
23578         (missed_files): Omit CVS directory entries.
23579         (func_module): Make it work with sed-3.02.
23580         * MODULES.txt: Remove file.
23581
23582 2003-01-06  Jim Meyering  <jim@meyering.net>
23583
23584         * lib/version-etc.c: Update year in translatable copyright string.
23585
23586 2003-01-03  Karl Berry  <karl@gnu.org>
23587
23588         * config/config.{guess,sub}: update from prep.
23589
23590 2003-01-02  Karl Berry  <karl@gnu.org>
23591
23592         * doc/COPYING.DOC: belatedly updated to 1.2.
23593
23594 2003-01-01  Karl Berry  <karl@gnu.org>
23595
23596         * gnulib-tool (func_verify_module): report module name $module in
23597         error message, not $1.
23598         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23599         be created, only if it doesn't exist.
23600         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23601
23602 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23603
23604         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23605
23606 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23607
23608         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23609         memcmp if strcoll doesn't work.
23610
23611 2002-12-31  Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23614         nonempty.
23615
23616 2002-12-31  Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/memcoll.c (STRCOLL): New macro.
23619         (memcoll): Use it.
23620
23621 2002-12-31  Bruno Haible  <bruno@clisp.org>
23622
23623         * lib/localcharset.h: New file.
23624         * lib/localcharset.c: Include it.
23625         * lib/unicodeio.c: Likewise.
23626
23627 2002-12-31  Bruno Haible  <bruno@clisp.org>
23628
23629         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23630         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23631
23632 2002-12-31  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/getline.h: Include <stddef.h>, for size_t.
23635
23636         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23637         * lib/unicodeio.c: Don't include <stddef.h>.
23638
23639 2002-12-31  Bruno Haible  <bruno@clisp.org>
23640
23641         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23642         HAVE_TM_ZONE.
23643
23644 2002-12-24  Karl Berry  <karl@gnu.org>
23645
23646         * config/config.guess: update from prep.
23647
23648 2002-12-24  Bruno Haible  <bruno@clisp.org>
23649
23650         General infrasructure.
23651         * m4/README: Rewritten.
23652         * m4/onceonly.m4: New file.
23653         * m4/onceonly_2_57.m4: New file.
23654
23655         Module atexit.
23656         * m4/atexit.m4: New file.
23657
23658         Module strtod.
23659         * m4/strtod.m4: New file.
23660
23661         Module strtol.
23662         * m4/strtol.m4: New file.
23663
23664         Module strtoul.
23665         * m4/strtoul.m4: New file.
23666
23667         Module memchr.
23668         * m4/memchr.m4: New file.
23669
23670         Module memcmp.
23671         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23672         (jm_FUNC_MEMCMP): Invoke it.
23673
23674         Module memcpy.
23675         * m4/memcpy.m4: New file.
23676
23677         Module memmove.
23678         * m4/memmove.m4: New file.
23679
23680         Module memset.
23681         * m4/memset.m4: New file.
23682
23683         Module strcspn.
23684         * m4/strcspn.m4: New file.
23685
23686         Module strpbrk.
23687         * m4/strpbrk.m4: New file.
23688
23689         Module strstr.
23690         * m4/strstr.m4: New file.
23691
23692         Module strerror.
23693         * m4/strerror.m4: New file.
23694
23695         Module mktime.
23696         * m4/mktime.m4: Renamed from jm-mktime.m4.
23697         (gl_PREREQ_MKTIME): New macro.
23698         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23699
23700         Module malloc.
23701         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23702         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23703         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23704
23705         Module realloc.
23706         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23707         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23708         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23709
23710         Module strftime.
23711         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23712         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23713         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23714         gl_TM_GMTOFF.
23715         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23716
23717         Module xalloc.
23718         * m4/xalloc.m4: New file.
23719
23720         Module alloca.
23721         * m4/alloca.m4: New file.
23722
23723         Module putenv.
23724         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23725         (jm_FUNC_PUTENV): Invoke it.
23726
23727         Module setenv.
23728         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23729         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23730         when invoked twice.
23731         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23732         gt_FUNC_SETENV.
23733
23734         Module memrchr.
23735         * m4/memrchr.m4: New file.
23736
23737         Module stpcpy.
23738         * m4/stpcpy.m4: New file.
23739
23740         Module strcase.
23741         * m4/strcase.m4: New file.
23742
23743         Module strdup.
23744         * m4/strdup.m4: New file.
23745
23746         Module strnlen.
23747         * m4/strnlen.m4: New file.
23748
23749         Module strndup.
23750         * m4/strndup.m4: New file.
23751
23752         Module xstrtod.
23753         * m4/xstrtod.m4: New file.
23754
23755         Module xstrtol.
23756         * m4/xstrtol.m4: New file.
23757
23758         Module getdate.
23759         * m4/getdate.m4: New file.
23760
23761         Module unlocked-io.
23762         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23763         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23764         * m4/jm-glibc-io.m4n: Remove file.
23765
23766         Module long-options.
23767         * m4/long-options.m4: New file.
23768
23769         Module md5.
23770         * m4/md5.m4: New file.
23771
23772         Module sha.
23773         * m4/sha.m4: New file.
23774
23775         Module getstr.
23776         * m4/getstr.m4: New file.
23777
23778         Module getline.
23779         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23780         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23781         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23782         simply getline. Infoke gl_PREREQ_GETLINE.
23783
23784         Module obstack.
23785         * m4/obstack.m4: New file.
23786
23787         Module hash.
23788         * m4/hash.m4: New file.
23789
23790         Module readtokens.
23791         * m4/readtokens.m4: New file.
23792
23793         Module strverscmp.
23794         * m4/strverscmp.m4: New file.
23795
23796         Module stdbool.
23797         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23798         OSF/1.
23799
23800         Module strtoll.
23801         * m4/strtoll.m4: New file.
23802
23803         Module strtoull.
23804         * m4/strtoull.m4: New file.
23805
23806         Module strtoimax.
23807         * m4/strtoimax.m4: New file.
23808
23809         Module strtoumax.
23810         * m4/strtoumax.m4: New file.
23811
23812         Module xstrtoimax.
23813         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23814         jm_AC_PREREQ_XSTRTOIMAX.
23815         Moved the strtol prerequisites to strtol.m4.
23816         Moved the strtoll prerequisites to strtoll.m4.
23817         Moved the strtoimax prerequisites to strtoimax.m4.
23818
23819         Module xstrtoumax.
23820         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23821         jm_AC_PREREQ_XSTRTOUMAX.
23822         Moved the strtoul prerequisites to strtoul.m4.
23823         Moved the strtoull prerequisites to strtoull.m4.
23824         Moved the strtoumax prerequisites to strtoumax.m4.
23825
23826         Module chown.
23827         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23828         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23829
23830         Module dup2.
23831         * m4/dup2.m4: New file.
23832
23833         Module ftruncate.
23834         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23835         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23836
23837         Module getgroups.
23838         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23839         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23840
23841         Module gettimeofday.
23842         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23843         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23844         gl_PREREQ_GETTIMEOFDAY.
23845
23846         Module mkdir.
23847         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23848         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23849
23850         Module mkstemp.
23851         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23852         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23853         jm_AC_TYPE_UINTMAX_T.
23854         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23855
23856         Module stat.
23857         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23858         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23859
23860         Module lstat.
23861         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23862         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23863
23864         Module timespec.
23865         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23866         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23867         * m4/st_mtim.m4: Indentation.
23868
23869         Module nanosleep.
23870         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23871         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23872         gl_PREREQ_NANOSLEEP.
23873
23874         Module regex.
23875         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23876         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23877         (gl_REGEX): New macro.
23878
23879         Module rename.
23880         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23881         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23882
23883         Module rmdir.
23884         * m4/rmdir.m4: New file.
23885
23886         Module utime.
23887         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23888         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23889         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23890
23891         Module dirname.
23892         * m4/dirname.m4: New file.
23893
23894         Module getopt.
23895         * m4/getopt.m4: New file.
23896
23897         Module unistd-safer.
23898         * m4/unistd-safer.m4: New file.
23899
23900         Module fnmatch.
23901         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23902         declaration.
23903         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23904         (gl_FUNC_FNMATCH_POSIX): New macro.
23905         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23906         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23907         simply fnmatch.
23908
23909         Module exclude.
23910         * m4/exclude.m4: New file.
23911
23912         Module human.
23913         * m4/human.m4: New file.
23914
23915         Module acl.
23916         * m4/acl.m4: Nop.
23917
23918         Module backupfile.
23919         * m4/backupfile.m4: New file.
23920         * m4/d-ino.m4: Indentation.
23921
23922         Module fsusage.
23923         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23924         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23925         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23926
23927         Module dirfd.
23928         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23929         requirements.
23930
23931         Module euidaccess.
23932         * m4/euidaccess.m4: New file.
23933
23934         Module file-type.
23935         * m4/file-type.m4: New file.
23936
23937         Module fileblocks.
23938         * m4/fileblocks.m4: New file.
23939
23940         Module filemode.
23941         * m4/filemode.m4: New file.
23942
23943         Module isdir.
23944         * m4/isdir.m4: New file.
23945
23946         Module lchown.
23947         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23948         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23949
23950         Module makepath.
23951         * m4/makepath.m4: New file.
23952
23953         Module modechange.
23954         * m4/modechange.m4: New file.
23955
23956         Module mountlist.
23957         * m4/mountlist.m4: New file.
23958         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23959         Indentation.
23960
23961         Module path-concat.
23962         * m4/path-concat.m4: New file.
23963
23964         Module pathmax.
23965         * m4/pathmax.m4: New file.
23966
23967         Module same.
23968         * m4/same.m4: New file.
23969
23970         Module save-cwd.
23971         * m4/save-cwd.m4: New file.
23972
23973         Module savedir.
23974         * m4/savedir.m4: New file.
23975
23976         Module xgetcwd.
23977         * m4/xgetcwd.m4: New file.
23978         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23979
23980         Module xreadlink.
23981         * m4/xreadlink.m4: New file.
23982
23983         Module safe-read.
23984         * m4/safe-read.m4: New file.
23985
23986         Module safe-write.
23987         * m4/safe-write.m4: New file.
23988
23989         Module closeout.
23990         * m4/closeout.m4: New file.
23991
23992         Module stdio-safer.
23993         * m4/stdio-safer.m4: New file.
23994
23995         Module getpass.
23996         * m4/getpass.m4: New file.
23997
23998         Module getugroups.
23999         * m4/getugroups.m4: New file.
24000
24001         Module group-member.
24002         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24003         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24004
24005         Module idcache.
24006         * m4/idcache.m4: New file.
24007
24008         Module userspec.
24009         * m4/userspec.m4: New file.
24010
24011         Module gettime.
24012         * m4/clock_time.m4: New file.
24013         * m4/gettime.m4: New file.
24014
24015         Module settime.
24016         * m4/settime.m4: New file.
24017
24018         Module posixtm.
24019         * m4/posixtm.m4: New file.
24020
24021         Module gethostname.
24022         * m4/gethostname.m4: New file.
24023
24024         Module canon-host.
24025         * m4/canon-host.m4: New file.
24026
24027         Module gettext.
24028         * m4/codeset.m4: New file, from gettext-0.11.5.
24029         * m4/gettext.m4: New file, from gettext-0.11.5.
24030         * m4/glibc21.m4: New file, from gettext-0.11.5.
24031         * m4/iconv.m4: New file, from gettext-0.11.5.
24032         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24033         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24034         * m4/inttypes.m4: New file, from gettext-0.11.5.
24035         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24036         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24037         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24038         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24039         * m4/lib-link.m4: New file, from gettext-0.11.5.
24040         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24041         * m4/progtest.m4: New file, from gettext-0.11.5.
24042         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24043         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24044         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24045
24046         Module localcharset.
24047         * m4/localcharset.m4: New file.
24048
24049         Module hard-locale.
24050         * m4/hard-locale.m4: New file.
24051
24052         Module mbswidth.
24053         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24054         onceonly macros.
24055         * m4/mbrtowc.m4: Add comment.
24056
24057         Module memcasecmp.
24058         * m4/memcasecmp.m4: New file.
24059
24060         Module memcoll.
24061         * m4/memcoll.m4: New file.
24062
24063         Module unicodeio.
24064         * m4/unicodeio.m4: New file.
24065
24066         Module rpmatch.
24067         * m4/rpmatch.m4: New file.
24068
24069         Module yesno.
24070         * m4/yesno.m4: New file.
24071
24072         Module exitfail.
24073         * m4/exitfail.m4: New file.
24074
24075         Module c-stack.
24076         * m4/c-stack.m4 (gl_C_STACK): New macro.
24077         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24078
24079         Module error.
24080         * m4/error.m4 (gl_ERROR): New macro.
24081         (jm_PREREQ_ERROR): Use onceonly macros.
24082
24083         Module fatal.
24084         * m4/fatal.m4: New file.
24085
24086         Module getloadavg.
24087         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24088         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24089
24090         Module getpagesize.
24091         * m4/getpagesize.m4: New file.
24092
24093         Module getusershell.
24094         * m4/getusershell.m4: New file.
24095
24096         Module physmem.
24097         * m4/physmem.m4: New file.
24098
24099         Module posixver.
24100         * m4/posixver.m4: New file.
24101
24102         Module quotearg.
24103         * m4/quotearg.m4: New file.
24104
24105         Module quote.
24106         * m4/quote.m4: New file.
24107
24108         Module readutmp.
24109         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24110
24111         Module sig2str.
24112         * m4/sig2str.m4: New file.
24113
24114         Other.
24115         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24116         ulonglong.m4.
24117         * m4/intmax_t.m4: New file.
24118         * m4/d-type.m4: Indentation.
24119         * m4/jm-macros.m4: Update.
24120         * m4/prereq.m4 (jm_PREREQ): Update.
24121         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24122         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24123         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24124         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24125         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24126         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24127         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24128         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24129         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24130         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24131         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24132         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24133         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24134         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24135         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24136         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24137         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24138         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24139         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24140
24141 2002-12-24  Bruno Haible  <bruno@clisp.org>
24142
24143         * MODULES.txt: Update according to m4/ changes.
24144
24145         Module gettext.
24146         * config.rpath: New file, from gettext-0.11.5.
24147
24148         * modules/*: New module descriptions.
24149         * gnulib-tool: New file.
24150         * MODULES.html.sh: New file.
24151
24152 2002-12-21  Karl Berry  <karl@gnu.org>
24153
24154         * doc/fdl.texi: update to version 1.2.
24155
24156 2002-12-19  Karl Berry  <karl@gnu.org>
24157
24158         * config/config.guess: update from prep.
24159
24160 2002-12-18  Bruno Haible  <bruno@clisp.org>
24161
24162         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24163         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24164
24165 2002-12-17  Bruno Haible  <bruno@clisp.org>
24166
24167         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24168         stdlib.h, string.h.
24169
24170 2002-12-17  Bruno Haible  <bruno@clisp.org>
24171
24172         * lib/canon-host.c (strdup): Remove unused declaration.
24173
24174         * lib/fsusage.c: Include full_read.h.
24175         (get_fs_usage): Use full_read instead of safe_read.
24176
24177         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24178
24179 2002-12-12  Karl Berry  <karl@gnu.org>
24180
24181         * config/config.guess: update from prep.
24182
24183 2002-12-11  Bruno Haible  <bruno@clisp.org>
24184
24185         * m4/setenv.m4: New file, from gettext-0.11.5.
24186
24187 2002-12-11  Bruno Haible  <bruno@clisp.org>
24188
24189         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24190         not unsetenv().
24191         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24192         modifications:
24193
24194         2002-12-11  Bruno Haible  <bruno@clisp.org>
24195
24196                 * setenv.c (alloca): Fall back to malloc.
24197                 (freea): New macro.
24198                 (setenv): Use freea() to free memory allocated with alloca().
24199
24200         2002-11-13  Bruno Haible  <bruno@clisp.org>
24201
24202                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24203                 function declarations.
24204                 * unsetenv.c (unsetenv): Likewise.
24205
24206         2002-03-04  Bruno Haible  <bruno@clisp.org>
24207
24208                 Portability to AIX 4.3.3.
24209                 * unsetenv.c: New file, extracted from setenv.c.
24210                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24211
24212         2001-12-20  Bruno Haible  <bruno@clisp.org>
24213
24214                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24215                 use malloc instead. For SunOS 4.
24216
24217         2001-12-11  Bruno Haible  <bruno@clisp.org>
24218
24219                 * setenv.c: Declare alloca.
24220                 (compar_fn_t): New typedef.
24221                 (KNOWN_VALUE, STORE_VALUE): Use it.
24222
24223         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24224         setenv.h.
24225
24226 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24227
24228         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24229         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24230         Choose values that are less likely to collide with system fnmatch
24231         options.
24232         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24233         defined (e.g., a pure POSIX system).
24234         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24235         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24236
24237 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24238
24239         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24240         a pain in practice to deal with generated m4 files.  This change
24241         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24242
24243         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24244         and jm-glibc-io.m4, as they are no longer a special case.
24245         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24246         kludge and the auto-generation stuff.  Check only whether the
24247         functions are declared, not whether they exist, since older hosts
24248         that don't declare the functions can't use the optimization anyway.
24249
24250 2002-12-06  Jim Meyering  <jim@meyering.net>
24251
24252         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24253
24254         Merge in changes from libc's misc/error.c, in preparation
24255         for the merge of gnulib's changes back into libc.
24256
24257         * lib/error.c (_): Define only if not already defined.
24258         Move definition to follow all #include directives.
24259         Include unlocked-io.h only if !_LIBC.
24260         [_LIBC]: Include <libio/libioP.h>.
24261         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24262         (fflush): Tweak definition to use INTUSE.
24263         (putc): Define.
24264
24265 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24266
24267         * lib/alloca.c [defined emacs]: Include "lisp.h".
24268         (xalloc_die) [defined emacs]: New macro.
24269         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24270         [! defined emacs]: Include <xalloc.h>.
24271         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24272         (pointer): Typedef to POINTER_TYPE *.
24273         (malloc): Remove decl; we now always use xmalloc.
24274         (alloca): Use old-style definition, since Emacs needs this.
24275         Check for arithmetic overflow when computing combined size.
24276
24277 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24278
24279         Do not generate unlocked-io.h automatically, since it's easier to
24280         maintain it by hand.
24281
24282         * lib/unlocked-io.h: New file, from GNU diffutils,
24283         but with proper copyright notice and attribution.
24284         * lib/gen-uio: Remove.
24285         * lib/Makefile.am: Add copyright notice.
24286         (libfetish_a_SOURCES): Add unlocked-io.h.
24287         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24288         (DISTCLEANFILES, io_functions): Remove macros.
24289         (EXTRA_DIST): Remove gen_uio.
24290         (unlocked-io.h): Remove rule.
24291
24292 2002-12-04  Jim Meyering  <jim@meyering.net>
24293
24294         Reflect the fact that stat.c and lstat.c are no longer generated.
24295         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24296         (DISTCLEANFILES): Likewise.
24297         (EXTRA_DIST): Likewise.
24298         (all_local): Don't depend on stat.c or lstat.c.
24299         (stat.c, lstat.c): Remove rules.
24300         (EXTRA_DIST): Remove xstat.in.
24301
24302         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24303         * lib/stat.c: New file.  Contents mostly from xstat.in.
24304         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24305         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24306
24307         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24308         too.
24309         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24310
24311 2002-12-03  Jim Meyering  <jim@meyering.net>
24312
24313         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24314         but not semantics, to minimize the differences between these two files.
24315         (safe_read): Change comment to mention SAFE_READ_ERROR.
24316
24317         * lib/safe-read.c (IS_EINTR): Define.
24318         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24319
24320 2002-12-02  Jim Meyering  <jim@meyering.net>
24321
24322         * lib/safe-read.c (EINTR): Define.
24323         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24324         (INT_MAX): Provide fallback.
24325         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24326
24327         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24328
24329 2002-12-02  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24332         Define, taken from safe-read.c.
24333         (INT_MAX): Provide fallback.
24334         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24335         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24336
24337         * lib/safe-read.c (EINTR): Remove definition.
24338         (safe_read): Don't use EINTR if it is absent.
24339
24340 2002-12-01  Jim Meyering  <jim@meyering.net>
24341
24342         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24343         zero.
24344         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24345
24346 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24347
24348         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24349         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24350         with `if (! (value < limit)) abort ();', for readability.
24351
24352 2002-11-26  Karl Berry  <karl@gnu.org>
24353
24354         * lib/strdup.c: copy from libc again, with jim's ok.
24355         * lib/.cppi-disable: re-add strdup.c
24356
24357 2002-11-25  Karl Berry  <karl@gnu.org>
24358
24359         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24360         instead of "strtol.c".
24361
24362 2002-11-25  Karl Berry  <karl@gnu.org>
24363
24364         * config/install-sh: update from automake for variable quoting, $0 in
24365         error msgs, etc.
24366
24367         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24368         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24369         entry.
24370
24371 2002-11-25  Jim Meyering  <jim@meyering.net>
24372
24373         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24374
24375 2002-11-24  Karl Berry  <karl@gnu.org>
24376
24377         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24378         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24379
24380 2002-11-24  Jim Meyering  <jim@meyering.net>
24381
24382         Update from coreutils:
24383
24384         * lib/mktime.c: Merge in changes from libc.
24385
24386         Avoid a link-time failure on some Linux systems.
24387         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24388         (otherwise).
24389         (__mon_yday): Declare with the STATIC attribute.
24390         (__mktime_internal): Likewise.
24391         Based on a report from Greg Schafer.
24392
24393 2002-11-23  Jim Meyering  <jim@meyering.net>
24394
24395         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24396         Use `unsigned', not `int', as type of index.
24397
24398         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24399
24400         * lib/fsusage.c: Remove unneeded parentheses around operands of
24401         `defined'.
24402
24403 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24404
24405         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24406         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24407         so that we can be included first.
24408         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24409         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24410         No need to include stddef.h or sys/types.h any more.
24411         Surround local include files with "", not "<>".
24412         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24413         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24414         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24415         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24416         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24417         (ISPRINT): Remove; no longer needed now that we assume C89.
24418
24419         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24420         Preserve errno.
24421
24422         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24423         quotearg_char): Use SIZE_MAX rather than
24424         (size_t) -1 when we are talking about "infinity".
24425
24426         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24427
24428 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24429
24430         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24431         hint that one should use `if (! x) abort ();' rather than `assert
24432         (x);', and anyway it's one less thing to worry about configuring.
24433         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24434         hash_rehash, hash_insert): Use abort rather than assert.
24435
24436 2002-11-22  Bruno Haible  <bruno@clisp.org>
24437
24438         * lib/safe-read.h: Assume C89. Add comments.
24439         (safe_read): Change return type to size_t.
24440         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24441         byte counts > SSIZE_MAX correctly.
24442         * lib/safe-write.h: New file.
24443         * lib/safe-write.c: New file.
24444         * lib/full-read.h: New file.
24445         * lib/full-read.c: New file.
24446         * lib/full-write.h: Assume C89. Add comments.
24447         * lib/full-write.c: Include safe-write.h.
24448         (full_write): Rewritten to use safe_write.
24449         Suggested by Jim Meyering and Paul Eggert.
24450
24451 2002-11-21  Jim Meyering  <jim@meyering.net>
24452
24453         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24454
24455         Merge in changes from the coreutils.
24456
24457         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24458         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24459         <stdint.h>.
24460         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24461         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24462         int.  Work more efficiently if X is the same width as uintmax_t.
24463         Do not compare X to -1, to avoid bogus compiler warning.
24464         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24465         Don't assume that f_frsize and f_bsize are the same type.
24466
24467         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24468         warning on FreeBSD.
24469
24470         * lib/makepath.c (make_path): Restore umask *before* creating the final
24471         component.
24472         (make_path): Minor reformatting.
24473
24474         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24475         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24476         HAVE_MALLOC/HAVE_REALLOC.
24477
24478         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24479         dummy ones.  At least on GNU/Linux systems, `auto' means something
24480         else.
24481         From Michael Stone.
24482
24483 2002-11-21  Bruno Haible  <bruno@clisp.org>
24484
24485         Remove case insensitive option matching.
24486         * lib/argmatch.h (argcasematch): Remove declaration.
24487         (ARGCASEMATCH): Remove macro.
24488         (__xargmatch_internal): Remove case_sensitive argument.
24489         (XARGMATCH): Update.
24490         (XARGCASEMATCH): Remove macro.
24491         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24492         case_sensitive argument.
24493         (argcasematch): Remove function.
24494         (__xargmatch_internal): Remove case_sensitive argument.
24495         (main): Use XARGMATCH instead of XARGCASEMATCH.
24496
24497         * lib/xmalloc.c: Change compile-time error message. Add comment about
24498         required autoconf version.
24499
24500 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24501
24502         Merge argmatch cleanups from Bison.  Assume C89.
24503
24504         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24505         Include stdlib.h, for EXIT_FAILURE.
24506         Always include <string.h>, since we assume C89.
24507         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24508         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24509         Include <stddef.h> instead, since it's all we need for size_t.
24510         (PARAMS): Remove.  All uses removed.
24511         (ARRAY_CARDINALITY): Do not bother to #undef.
24512         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24513         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24514         Remove unnecessary parentheses.
24515         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24516         Insert necessary parentheses.
24517         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24518         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24519
24520 2002-11-19  Bruno Haible  <bruno@clisp.org>
24521
24522         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24523         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24524
24525         * lib/mbswidth.h (PARAMS): Remove macro.
24526         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24527         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24528
24529         * lib/gcd.h (PARAMS): Remove macro.
24530         (gcd): Use ANSI C function declarations.
24531         * lib/gcd.c (gcd): Likewise.
24532
24533 2002-11-15  Bruno Haible  <bruno@clisp.org>
24534
24535         * lib/strcspn.c: Include <stddef.h>.
24536         (strcspn): Use ANSI C function declaration. Change return type to
24537         size_t. Use NULL.
24538         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24539         (strpbrk): Use NULL.
24540         * lib/strpbrk.h (PARAMS): Remove macro.
24541         (strpbrk): Use ANSI C function declaration.
24542         * lib/strstr.c: Don't include <sys/types.h>.
24543         * lib/strstr.h (PARAMS): Remove macro.
24544         (strstr): Use ANSI C function declarations.
24545
24546 2002-11-14  Karl Berry  <karl@gnu.org>
24547
24548         * config/mkinstalldirs: `do' on separate line, instead of
24549         `for var; do'.
24550
24551 2002-11-06  Bruno Haible  <bruno@clisp.org>
24552
24553         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24554         * lib/gcd.c (gcd): Likewise.
24555
24556 2002-11-05  Bruno Haible  <bruno@clisp.org>
24557
24558         * lib/gcd.h: New file, from gettext-0.11.5.
24559         * lib/gcd.c: New file, from gettext-0.11.5.
24560
24561 2002-11-05  Bruno Haible  <bruno@clisp.org>
24562
24563         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24564         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24565         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24566         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24567
24568         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24569         <libintl.h>.
24570         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24571         <libintl.h>.
24572
24573         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24574         * lib/human.c: Include gettext.h instead of <libintl.h>.
24575         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24576         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24577         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24578         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24579         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24580         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24581         (textdomain): Remove definition.
24582         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24583
24584         * lib/long-options.c: Remove include of <libintl.h> and definition of
24585         _.
24586         * lib/same.c: Remove include of <libintl.h> and definition of _.
24587
24588 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24589
24590         * lib/config.charset: A few additions for Solaris.
24591
24592 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24593
24594         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24595         * lib/localcharset.c (locale_charset): Declare as extern "C".
24596
24597 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24598
24599         * lib/config.charset: msdos in uk_UA uses CP1125.
24600
24601 2002-11-04  Bruno Haible  <bruno@clisp.org>
24602
24603         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24604         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24605         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24606         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24607         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24608
24609 2002-11-04  Bruno Haible  <bruno@clisp.org>
24610
24611         * lib/localcharset.c (locale_charset): Don't return an empty string.
24612
24613 2002-11-04  Bruno Haible  <bruno@clisp.org>
24614
24615         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24616         aliases.
24617
24618 2002-11-04  Bruno Haible  <bruno@clisp.org>
24619
24620         * lib/config.charset: Update for newest glibc. Add canonical names
24621         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24622
24623 2002-11-04  Bruno Haible  <bruno@clisp.org>
24624
24625         * lib/config.charset: Add support for NetBSD.
24626
24627 2002-11-04  Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24630
24631 2002-11-01  Bruno Haible  <bruno@clisp.org>
24632
24633         * configure.in: Add AC_CONFIG_AUX_DIR call.
24634         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24635         test/Makefile.
24636         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24637
24638 2002-09-28  Karl Berry  <karl@gnu.org>
24639
24640         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24641         installed automake until the next release, since changes have been
24642         made.
24643
24644 2002-09-25  Karl Berry  <karl@gnu.org>
24645
24646         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24647         * lib/getopt*: copy from libc/posix.
24648         * lib/gettext.h: copy from gettext.
24649         * lib/.cppi-disable: add strdup.c, gettext.h.
24650
24651 2002-09-25  Karl Berry  <karl@gnu.org>
24652
24653         * config/srclist.txt: enable gettext.h check.
24654         * config/config.{guess,sub}: update from prep.
24655         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24656                 from automake 1.6.3.
24657         See srclist*.
24658
24659 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24660
24661         * regex.c (PATFETCH): Remove the translating fetch.
24662         (PATFETCH_RAW): Rename to PATFETCH.
24663         (set_image_of_range): New fun.
24664         (SET_RANGE_TABLE_WORK_AREA): Use it.
24665         (regex_compile): Don't translate the pattern chars so eagerly.
24666         Only do it when inserting an `exactn' bytecode or when handling
24667         a char-range.
24668         (mutually_exclusive_p): Avoid empty statement.
24669
24670 2002-07-06  Jim Meyering  <meyering@lucent.com>
24671
24672         * m4/README: Don't mention Makefile.am.in.
24673         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24674
24675 2002-07-01  Jim Meyering  <meyering@lucent.com>
24676
24677         * lib/c-stack.c: Include sys/time.h.
24678         From Volker Borchert.
24679
24680 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24681
24682         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24683
24684 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24685
24686         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24687         New macro.  Use it uniformly instead of
24688         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24689         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24690         reported by Vin Shelton.
24691
24692 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24693
24694         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24695         Do not assume SA_SIGINFO behavior.
24696         Bug reported by Jim Meyering on NetBSD 1.5.2.
24697
24698 2002-06-22  Jim Meyering  <meyering@lucent.com>
24699
24700         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24701         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24702
24703         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24704         now that configure.ac uses AC_GNU_SOURCE.
24705         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24706         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24707
24708         Update to latest tools.  Suggestions from Paul Eggert.
24709         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24710         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24711         * m4/fnmatch.m4: Likewise.
24712         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24713         to AC_HEADER_STDBOOL
24714
24715 2002-06-22  Jim Meyering  <meyering@lucent.com>
24716
24717         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24718         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24719
24720 2002-06-22  Jim Meyering  <meyering@lucent.com>
24721
24722         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24723
24724         * lib/exitfail.c, exitfail.h: Likewise.
24725         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24726
24727         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24728         of fnmatch.h.
24729         (EXTRA_DIST): Add fnmatch_loop.c.
24730         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24731
24732         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24733         * lib/fnmatch.c: Update from diffutils-2.8.2.
24734         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24735         * lib/fnmatch.h: Remove file.
24736
24737 2002-06-21  Jim Meyering  <meyering@lucent.com>
24738
24739         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24740         * m4/mbrtowc.m4: Likewise.
24741
24742         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24743         * m4/mbswidth.m4: Reflect name change:
24744         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24745         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24746
24747         * m4/lib-link.m4: Update from gettext-0.11.2.
24748         * m4/gettext.m4: Likewise.
24749
24750         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24751         From Alfred M. Szmidt.
24752
24753 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24754
24755         * lib/file-type.h: Report an error if neither S_ISREG nor
24756         S_IFREG is defined, instead of using a test specific to glibc
24757         2.2.  This should be safe, since POSIX requires S_ISREG and
24758         Unix Version 7 had S_IFREG.  We don't need to check for
24759         <sys/types.h> since we don't use any symbols that it defines.
24760
24761 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24762
24763         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24764         $@-t, so that each temporary file name is unique and valid in the first
24765         8 characters, for operation under DOS.
24766
24767 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24768
24769         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24770
24771 2002-06-15  Jim Meyering  <meyering@lucent.com>
24772
24773         Work even with DJGPP 2.03, which lacks support for symlinks.
24774         From Richard Dawe.
24775         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24776         is defined.
24777         * lib/lchown.c (S_ISLNK): Likewise.
24778
24779 2002-06-15  Jim Meyering  <meyering@lucent.com>
24780
24781         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24782         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24783         have been included before this file.
24784
24785 2002-06-14  Jim Meyering  <meyering@lucent.com>
24786
24787         * lib/file-type.h: Use the version from diffutils-2.8.2.
24788         * lib/file-type.c: Likewise.
24789
24790 2002-06-07  Jim Meyering  <meyering@lucent.com>
24791
24792         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24793         They're needed at least for NetBSD 1.5.2.
24794         ($statxfs_includes): Include those same headers.
24795         ($statxfs_includes): Include sys/vfs.h if available.
24796         ($statxfs_includes): Likewise for sys/statvfs.h.
24797         Check for the following members in both structs statfs and statvfs:
24798         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24799
24800 2002-06-01  Jim Meyering  <meyering@lucent.com>
24801
24802         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24803         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24804
24805 2002-05-28  Jim Meyering  <meyering@lucent.com>
24806
24807         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24808         Reported by Volker Borchert.
24809
24810 2002-05-27  Jim Meyering  <meyering@lucent.com>
24811
24812         Fix a problem seen only on nonconforming systems whereby ls.c's
24813         use of localtime, and then of gettimeofday would cause trouble:
24814         the localtime call used to initialize rpl_gettimeofday's save
24815         mechanism would clobber ls's current local time information so
24816         that in any long listing the first file would always be listed
24817         with date 1970-01-01.  Analysis by Volker Borchert.
24818
24819         * lib/gettimeofday.c (localtime): Undefine.
24820         (rpl_localtime): New function.
24821
24822 2002-05-27  Jim Meyering  <meyering@lucent.com>
24823
24824         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24825         localtime.
24826
24827         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24828         use the replacement function; it wouldn't resolve at link time.
24829         Reported by Volker Borchert.
24830
24831 2002-05-22  Jim Meyering  <meyering@lucent.com>
24832
24833         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24834         file-type.h.
24835         * lib/file-type.h: New file.
24836         * lib/file-type.c (file_type): New file/function.  Extracted from
24837         diffutils.
24838
24839 2002-04-30  Jim Meyering  <meyering@lucent.com>
24840
24841         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24842
24843 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24844
24845         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24846
24847 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24848
24849         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24850         Do not check for alloca.h (no longer used) or stdbool.h (was never
24851         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24852
24853 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24854
24855         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24856
24857 2002-04-29  Jim Meyering  <meyering@lucent.com>
24858
24859         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24860         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24861         Use AC_FUNC_STRNLEN here instead.
24862
24863         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24864         With autoconf-2.53a, it's part of AC_PROG_CC.
24865
24866 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24867
24868         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24869         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24870
24871 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24872
24873         * lib/sig2str.h, lib/sig2str.c: New files.
24874         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24875
24876 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24877
24878         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24879         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24880         of 127, since 64 is the largest conceivable number for ancient
24881         nonstandard hosts.
24882         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24883
24884 2002-04-28  Jim Meyering  <meyering@lucent.com>
24885
24886         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24887
24888 2002-04-24  Jim Meyering  <meyering@lucent.com>
24889
24890         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24891         (jm_PREREQ): Use it.
24892
24893         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24894         mach/mach.h fcntl.h.
24895         Check for this function: setlocale.
24896
24897 2002-04-24  Jim Meyering  <meyering@lucent.com>
24898
24899         * lib/gettext.h: New file, from Gettext.
24900         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24901         (libfetish_a_SOURCES): Add gettext.h.
24902
24903 2002-04-16  Jim Meyering  <meyering@lucent.com>
24904
24905         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24906         ut_pid, ut_id, ut_exit.
24907
24908 2002-04-16  Jim Meyering  <meyering@lucent.com>
24909
24910         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24911         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24912         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24913
24914 2002-04-12  Jim Meyering  <meyering@lucent.com>
24915
24916         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24917         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24918         existence of the getmntinfo function.  Needed for Darwin 5.3.
24919
24920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24921         This is necessary at least on Darwin 5.3.
24922
24923         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24924         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24925         strnlen.o in the library, and that makes some versions of ranlib
24926         object.
24927
24928 2002-04-12  Jim Meyering  <meyering@lucent.com>
24929
24930         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24931
24932 2002-04-09  Jim Meyering  <meyering@lucent.com>
24933
24934         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24935         to be more precise.  Rather than saying we're checking whether the
24936         function `works', say what we're testing.
24937         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24938         Reported by Bruno Haible.
24939
24940 2002-03-10  Jim Meyering  <meyering@lucent.com>
24941
24942         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24943         Suggestion from Santiago Vila.
24944
24945 2002-03-08  Jim Meyering  <meyering@lucent.com>
24946
24947         * lib/rename.c: Mention that this wrapper is needed also on
24948         mips-dec-ultrix4.4 systems.
24949
24950 2002-03-02  Jim Meyering  <meyering@lucent.com>
24951
24952         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24953         not HAVE_CLOCK_SETTIME.
24954
24955 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24956
24957         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24958         Check for clock_settime.
24959
24960 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24961
24962         * lib/nanosleep.h: Rename to....
24963         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24964
24965         * lib/gettime.c: New file.
24966         * lib/settime.c: New file.
24967         * lib/stime.c: Remove.
24968
24969         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24970         timespec.h.  Remove nanosleep.h.
24971
24972 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24973
24974         * m4/acl.m4: New file.
24975         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24976         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24977
24978 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24979
24980         * lib/acl.c, lib/acl.h: New files.
24981         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24982
24983 2002-02-24  Jim Meyering  <meyering@lucent.com>
24984
24985         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24986         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24987         cause trouble.  Reported by Nelson Beebe.
24988
24989 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24990
24991         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24992         compilers that don't know that xalloc_die never returns.
24993
24994 2002-02-20  Jim Meyering  <meyering@lucent.com>
24995
24996         * lib/getdate.c: Regenerate using bison-1.33.
24997
24998 2002-02-17  Jim Meyering  <meyering@lucent.com>
24999
25000         * config/config.guess (main): Don't use `head -1'; it's no longer
25001         portable. Use `sed 1q' instead.
25002
25003 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25004
25005         * m4/codeset.m4: Upgrade to gettext-0.11.
25006         * m4/gettext.m4: Upgrade to gettext-0.11.
25007         * m4/glibc21.m4: Upgrade to gettext-0.11.
25008         * m4/iconv.m4: Upgrade to gettext-0.11.
25009         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25010         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25011         * m4/lib-ld.m4: New file, from gettext-0.11.
25012         * m4/lib-link.m4: New file, from gettext-0.11.
25013         * m4/lib-prefix.m4: New file, from gettext-0.11.
25014         * m4/progtest.m4: Upgrade to gettext-0.11.
25015
25016 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25017
25018         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25019         (jm_PREREQ): Use it.
25020
25021 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25022
25023         * lib/posixver.c, lib/posixver.h: New files.
25024         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25025
25026 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25027             Bruno Haible  <bruno@clisp.org>
25028
25029         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25030         (fwrite_success_callback): New declaration.
25031         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25032         print_unicode_char. Call failure callback instead of error.
25033         (fwrite_success_callback): New function.
25034         (exit_failure_callback): New function.
25035         (fallback_failure_callback): New function.
25036         (print_unicode_char): Call unicode_to_mb.
25037
25038 2002-01-26  Jim Meyering  <meyering@lucent.com>
25039
25040         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25041         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25042
25043 2002-01-26  Jim Meyering  <meyering@lucent.com>
25044
25045         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25046
25047 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25048
25049         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25050
25051 2002-01-22  Jim Meyering  <meyering@lucent.com>
25052
25053         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25054         Otherwise, some versions of automake would omit the rule that makes
25055         Makefile from Makefile.in.
25056
25057 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25058
25059         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25060         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25061         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25062         (memcoll): Set errno to zero if there is no error.
25063
25064         * lib/quotearg.c (quotearg_buffer_restyled):
25065         Fix bug with quoting buffers containing NUL when backslashing escapes.
25066         This bug was exposed by the other changes in this patch.
25067         (quotearg_n_options): New arg ARGSIZE.
25068         All callers changed.
25069         (quoting_options_from_style): New function.
25070         (quotearg_n_style): Use it.
25071         (quotearg_n_style_mem): New function.
25072
25073         * lib/quotearg.h (quotearg_n_style_mem): New function.
25074
25075 2002-01-19  Jim Meyering  <meyering@lucent.com>
25076
25077         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25078         Remove useless quotes: DF_PROG="df".
25079         * m4/strnlen.m4: New file.
25080
25081 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25082
25083         * lib/backupfile.c (ISDIGIT): Comment fix.
25084         * lib/getdate.y (ISDIGIT): Likewise.
25085         * lib/posixtm.c (ISDIGIT, year): Likewise.
25086         * lib/strverscmp.c (ISDIGIT): Likewise.
25087         * lib/userspec.c (ISDIGIT): Likewise.
25088
25089 2002-01-16  Jim Meyering  <meyering@lucent.com>
25090
25091         * lib/getdate.y: Add three semicolons, each just before a closing
25092         brace. Bison (as of version 1.31) no longer papers over that mistake.
25093
25094 2002-01-05  Jim Meyering  <meyering@lucent.com>
25095
25096         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25097
25098 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25099
25100         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25101         not silently exit merely because the output buffer happens to
25102         have nothing pending.
25103
25104 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25105
25106         See the big note in ../ChangeLog.
25107         * lib/human.c (suffixes): Prefer K to k for 1024.
25108         (generate_suffix_backwards): New function.
25109         (human_readable_inexact): Use it.
25110         * lib/xstrtol.c (__xstrtol): If there is no number but there
25111         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25112         Accept 'K' as well as 'k'.
25113
25114 2001-12-15  Jim Meyering  <meyering@lucent.com>
25115
25116         * lib/regex.h (__restrict_arr): Update from libc.
25117
25118         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25119         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25120         (STREQ): Define.
25121
25122 2001-12-14  Jim Meyering  <meyering@lucent.com>
25123
25124         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25125         Suggestion from Bruno Haible.
25126
25127 2001-12-10  Jim Meyering  <meyering@lucent.com>
25128
25129         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25130         xrealloc, Instead, include "xalloc.h".
25131         (initbuffer): Don't cast xmalloc return value to char*.
25132         (readline): Reword comment.
25133         Don't cast xrealloc return value to char*
25134         Return NULL, not 0.
25135
25136 2001-12-09  Jim Meyering  <meyering@lucent.com>
25137
25138         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25139         about `signed and unsigned type in conditional expression'.
25140         * lib/posixtm.c (posix_time_parse): Likewise.
25141
25142         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25143
25144         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25145         to avoid a pedantic warning.
25146
25147         * lib/getstr.c: Don't include assert.h.
25148         (getstr): Remove warning-evoking assertions.
25149         Return -1 if offset parameter is out of bounds.
25150         Change the type of a local from int to size_t.
25151
25152         * lib/strftime.c (my_strftime_localtime_r): Include this function
25153         definition in the `#if ! HAVE_TM_GMTOFF' block.
25154
25155         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25156         Include xalloc.h instead.
25157
25158 2001-12-02  Jim Meyering  <meyering@lucent.com>
25159
25160         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25161         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25162         included.
25163
25164         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25165         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25166
25167 2001-11-30  Akim Demaille  <akim@epita.fr>
25168
25169         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25170         before being defined.
25171
25172 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25173
25174         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25175         First arg is int, not unsigned.
25176         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25177         (SIZE_MAX, UINT_MAX): New macros.
25178         (quotearg_n_options): Abort if N is negative.
25179         Avoid overflow check on hosts where size_t is 64 bits and int
25180         is 32 bits, as overflow is impossible there.
25181         Fix off-by-one typo that caused unnecessary reallocation.
25182
25183 2001-11-27  Jim Meyering  <meyering@lucent.com>
25184
25185         * lib/tempname.c: Merge with version from libc.
25186         * lib/regex.c: Likewise.
25187
25188         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25189         systems for which STDC_HEADERS is 0, it was not included, resulting in
25190         a warning about an integer-to-pointer conversion problem with getenv.
25191         Reported by Volker Borchert.
25192
25193 2001-11-26  Jim Meyering  <meyering@lucent.com>
25194
25195         * lib/gtod.h: Remove file.
25196         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25197         * lib/gettimeofday.c: Don't include gtod.h.
25198         (GTOD_init): Remove function.
25199         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25200         Suggestion from Volker Borchert.
25201
25202 2001-11-23  Jim Meyering  <meyering@lucent.com>
25203
25204         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25205         it.
25206         * lib/hash.c (struct hash_table): Define it here instead.
25207
25208 2001-11-22  Jim Meyering  <meyering@lucent.com>
25209
25210         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25211
25212 2001-11-20  Jim Meyering  <meyering@lucent.com>
25213
25214         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25215         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25216
25217 2001-11-19  Jim Meyering  <meyering@lucent.com>
25218
25219         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25220         directory.  Use "conftestXXXXXX" as the template.
25221         Suggestion from Paul Eggert.
25222
25223         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25224         immediately, so the test doesn't mistakenly hit the max-open-files
25225         limit.
25226
25227 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25228
25229         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25230         (TEMPORARIES): New macro.
25231         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25232         removes an artificial limitation (e.g. HP-UX 10.20, where
25233         TMP_MAX is 17576).
25234
25235 2001-11-18  Jim Meyering  <meyering@lucent.com>
25236
25237         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25238
25239 2001-11-18  Jim Meyering  <meyering@lucent.com>
25240
25241         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25242         on SunOS 4.
25243
25244         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25245         files will be created before anything else.
25246
25247 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25248
25249         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25250         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25251
25252 2001-11-17  Jim Meyering  <meyering@lucent.com>
25253
25254         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25255         Prompted by a report from Bob Proulx.
25256
25257         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25258         Instead, require UTILS_FUNC_MKSTEMP.
25259
25260 2001-11-17  Jim Meyering  <meyering@lucent.com>
25261
25262         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25263         Now, that's done as part of AC_FUNC_STRTOD.
25264
25265 2001-11-17  Jim Meyering  <meyering@lucent.com>
25266
25267         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25268         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25269         rather than group writable.  Patch by Juan F. Codagnone.
25270
25271         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25272         xrealloc, Instead, include "xalloc.h".
25273
25274         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25275         Remove explicit declarations of xmalloc, xrealloc,
25276         and xstrdup.  Instead, include "xalloc.h".
25277
25278         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25279         unlocked-io.h.
25280         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25281         Likewise.
25282         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25283
25284         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25285         Reported by Padraig Brady.
25286
25287         * lib/mkstemp.c: #undef mkstemp.
25288         Include config.h.
25289         (rpl_mkstemp): Rename from mkstemp.
25290         Protoize.
25291
25292 2001-11-16  Jim Meyering  <meyering@lucent.com>
25293
25294         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25295         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25296         determine the amount of total physical memory, use pstat_getstatic.
25297         HPUX-11 doesn't define _SC_PHYS_PAGES.
25298         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25299         If sysconf couldn't be used to determine the amount of available
25300         physical memory, use both pstat_getstatic and pstat_getdynamic.
25301         Based on a patch from Bob Proulx.
25302
25303 2001-11-10  Jim Meyering  <meyering@lucent.com>
25304
25305         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25306         (jm_PREREQ): Use it.
25307
25308 2001-11-09  Jim Meyering  <meyering@lucent.com>
25309
25310         * m4/jm-macros.m4: Require autoconf-2.52f.
25311         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25312         Use these AC_-prefixed names, not the AM_-prefixed ones.
25313
25314         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25315
25316 2001-11-05  Jim Meyering  <meyering@lucent.com>
25317
25318         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25319
25320 2001-11-04  Jim Meyering  <meyering@lucent.com>
25321
25322         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25323         $DEFS.
25324
25325 2001-11-03  Jim Meyering  <meyering@lucent.com>
25326
25327         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25328         of AC_DEFUN.
25329
25330         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25331         know the name of the variable in the macro definition.
25332
25333 2001-11-03  Jim Meyering  <meyering@lucent.com>
25334
25335         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25336         in argmatch_to_argument call.
25337
25338         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25339         argument.
25340
25341         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25342         e.g., a fault due to an attempt to free a NULL pointer.
25343
25344 2001-11-01  Jim Meyering  <meyering@lucent.com>
25345
25346         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25347         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25348
25349 2001-11-01  Jim Meyering  <meyering@lucent.com>
25350
25351         * lib/dirfd.c, lib/dirfd.h: New files.
25352         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25353
25354         * lib/hash.c (hash_print) [TESTING]: Clean up.
25355
25356 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25357
25358         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25359         to avoid a warning if -Wall.
25360
25361 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25362
25363         * README: New file
25364         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25365         (per RMS's instructions, this is now the canonical source)
25366         * lgpl/, gpl/: New directories.
25367
25368 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25369
25370         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25371
25372 2001-10-21  Jim Meyering  <meyering@lucent.com>
25373
25374         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25375         this code would end up calling gettext even in packages built
25376         with --disable-nls.
25377         * lib/getopt.c (_): Likewise.
25378         * lib/regex.c (_): Likewise.
25379
25380 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25381
25382         * m4/error.m4 (jm_PREREQ_ERROR):
25383         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25384         AC_FUNC_STRERROR_R does that.
25385         Check for strerror declaration.
25386
25387         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25388         are supposed to have them these days.
25389         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25390         Merge changes from latest Autoconf CVS.
25391         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25392         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25393         POSIX decided to standardize on the int flavor of strerror_r.
25394
25395 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25396
25397         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25398         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25399         Use strerror_r that is only a macro, even if it is not a function.
25400         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25401         (private_strerror): Use prototypes, not old-style function definition.
25402         (print_errno_message): New function.
25403         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25404         char*-flavored one.
25405         (error_tail, error, error_at_line): Use it.
25406
25407 2001-10-11  Jim Meyering  <meyering@lucent.com>
25408
25409         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25410         and quote_n (1, ... to avoid clobbering a buffer.
25411
25412 2001-10-05  Jim Meyering  <meyering@lucent.com>
25413
25414         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25415         hash-pjw.h.
25416         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25417         * lib/hash-pjw.h: New file.
25418
25419 2001-09-30  Jim Meyering  <meyering@lucent.com>
25420
25421         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25422         `struct fsstat' has the `f_fstypename' member.
25423         Use that to define FS_TYPE, which is now used to make
25424         the getfsstat link test tighter.
25425
25426 2001-09-30  Jim Meyering  <meyering@lucent.com>
25427
25428         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25429         Include <sys/ucred.h>, for Apple Darwin.
25430         Include sys/mount.h and sys/fs_types.h only if available.
25431         (FS_TYPE): Define.
25432         (read_filesystem_list): Use FS_TYPE.
25433
25434 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25435
25436         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25437         a boolean context.
25438
25439 2001-09-29  Jim Meyering  <meyering@lucent.com>
25440
25441         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25442         [one-argument getmntent function]): Include stdio.h before mntent.h.
25443         SunOS 4.1.x needs it for the declaration of `FILE'.
25444         Patch by Volker Borchert.
25445
25446         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25447         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25448         sys/fs_types.h, and make the link-test for getfsstat guard #include
25449         directives with appropriate #if HAVE_*_H tests so that we can
25450         detect getfsstat on Apple Darwin1.3.7 systems.
25451         Reported by Nelson Beebe.
25452         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25453
25454 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25455
25456         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25457         #defines strtoimax.  Also treat the other strto* functions
25458         like strtoimax.
25459
25460         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25461         Check for strtoul and strtoumax,
25462         as those declarations are made even in the signed case.
25463         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25464         Likewise, for strtol and strtoimax.
25465
25466 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25467
25468         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25469         #defines strtoimax.  Also treat the other strto* functions
25470         like strtoimax.
25471
25472         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25473         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25474         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25475
25476 2001-09-26  Jim Meyering  <meyering@lucent.com>
25477
25478         Most macros in unlocked-io.h had the wrong number of arguments.
25479         * lib/gen-uio: New script.
25480         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25481         * lib/unlocked-io.hin: Remove file.
25482         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25483         rather than trying to embed it here.
25484         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25485         Reported by Padraig Brady.
25486
25487 2001-09-25  Volker Borchert  <bt@teknon.de>
25488
25489         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25490         `result'.
25491
25492 2001-09-24  Jim Meyering  <meyering@lucent.com>
25493
25494         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25495
25496 2001-09-23  Jim Meyering  <meyering@lucent.com>
25497
25498         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25499         instead of the mere test for existence of mntent.h.  The latter
25500         would get a false-positive on AIX 3.4 systems.
25501         In the outer getmntent if-block, don't die if neither of the getmntent
25502         tests succeeds.  Instead, just fall through and continue with the
25503         remaining tests.
25504
25505 2001-09-23  Jim Meyering  <meyering@lucent.com>
25506
25507         * lib/mountlist.c: Remove useless parentheses in #if directives.
25508         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25509         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25510
25511 2001-09-22  Jim Meyering  <meyering@lucent.com>
25512
25513         * m4/gettext.m4: New file.  From gettext.
25514         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25515         * m4/progtest.m4: Likewise
25516         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25517         * m4/glibc21.m4: Likewise.
25518
25519         * m4/libintl.m4: Remove.  No longer used.
25520
25521 2001-09-22  Jim Meyering  <meyering@lucent.com>
25522
25523         * lib/localcharset.c: Update from latest gettext.
25524         * lib/config.charset: Likewise.
25525
25526 2001-09-20  Jim Meyering  <meyering@lucent.com>
25527
25528         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25529         strtoimax.
25530         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25531         strtoumax.
25532
25533 2001-09-20  Jim Meyering  <meyering@lucent.com>
25534
25535         * lib/xstrtol.c (strtoimax): Guard declaration with
25536         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25537         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25538         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25539         (strtoumax): Likewise, for completeness (it wasn't necessary).
25540
25541 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25542
25543         * lib/strtoimax.c (HAVE_LONG_LONG):
25544         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25545         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25546         to work around bug in IBM C compiler.
25547
25548 2001-09-17  Jim Meyering  <meyering@lucent.com>
25549
25550         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25551         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25552         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25553         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25554         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25555         whenever the right hand side need not be expanded by the shell.
25556
25557 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25558
25559         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25560         library.  It's not correct, as some older glibcs are buggy.
25561         fnmatch wasn't fixed until glibc 2.2.
25562
25563         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25564         special shell magic here.
25565
25566 2001-09-16  Jim Meyering  <meyering@lucent.com>
25567
25568         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25569         * m4/jm-macros.m4: Require it.
25570
25571 2001-09-16  Jim Meyering  <meyering@lucent.com>
25572
25573         * lib/mkdir.c: New file.
25574
25575 2001-09-15  Jim Meyering  <meyering@lucent.com>
25576
25577         * m4/jm-macros.m4: Check for help2man.
25578
25579 2001-09-11  Jim Meyering  <meyering@lucent.com>
25580
25581         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25582         The body, by Paul Eggert, was moved here from configure.in.
25583         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25584
25585 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25586
25587         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25588         (jm_PREREQ): Use it.
25589
25590 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25591
25592         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25593         Use ssize_t, not int, to store result of readlink.
25594         Check for ssize_t overflow as well as size_t overflow,
25595         as POSIX says the result of readlink is implementation-defined
25596         when ssize_t overflows.
25597         Remove unnecessary cast to char*.
25598         Use free+malloc instead of realloc, as the storage doesn't need
25599         to be preserved and it's clearer and can be more efficient that way.
25600         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25601         * lib/xreadlink.h (xreadlink): Update prototype.
25602
25603 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25604
25605         * lib/xgetcwd.c: Revert some of the previous change; intead,
25606         fix the HAVE_GETCWD_NULL code to behave more like the
25607         !HAVE_GETCWD_NULL code used to.
25608
25609         Include "xalloc.h".
25610         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25611         invoke xalloc_die.
25612
25613 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25614
25615         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25616         sys/param.h, as pathmax.h includes them.
25617
25618 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25619
25620         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25621         (jm_PREREQ_XGETCWD): New macro.
25622
25623         * m4/getcwd.m4: New file.
25624
25625 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25626
25627         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25628         like the HAVE_GETCWD_NULL code.
25629         Include pathmax.h if not HAVE_GETCWD.
25630         Do not include xalloc.h.
25631         (INITIAL_BUFFER_SIZE): New symbol.
25632         Do not use xmalloc / xrealloc, since the caller is responsible for
25633         handling errors.  Preserve errno around `free' during failure.
25634         Do not overrun buffer when using getwd.
25635
25636 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25637
25638         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25639         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25640         getcwd (NULL, 0).
25641
25642 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25643
25644         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25645         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25646         spotted by Jim Meyering.
25647
25648 2001-09-03  Jim Meyering  <meyering@lucent.com>
25649
25650         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25651         failure.
25652
25653 2001-09-02  Jim Meyering  <meyering@lucent.com>
25654
25655         * lib/error.c: Update from GNU libc.
25656
25657 2001-09-01  Jim Meyering  <meyering@lucent.com>
25658
25659         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25660         Used by df.
25661
25662 2001-09-01  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/xreadlink.c: New file.
25665         * lib/xreadlink.h: New file.
25666         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25667         xreadlink.h.
25668
25669         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25670         doesn't conflict with sparc Solaris 7's definition in
25671         /usr/include/sys/int_types.h.
25672
25673         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25674         files.
25675         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25676         and strncasecmp as r-values.  Unixware didn't have declarations.
25677
25678 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25679
25680         * lib/xstrtol.h: Add copyright notice.
25681         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25682         LONGINT_INVALID_SUFFIX_CHAR.
25683
25684 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25685
25686         * lib/xstrtol.c (strtoimax): New decl.
25687
25688 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25689
25690         * lib/xgetcwd.c: Don't include pathmax.h.
25691         Include stdlib.h and unistd.h if available.
25692         Include xalloc.h.
25693         (xmalloc, xstrdup, free): Remove decls.
25694         (xgetcwd): Don't assume sizes fit in unsigned.
25695         Check for overflow when computing sizes.
25696         Simplify reallocation code.
25697
25698 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25699
25700         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25701         a directory's st_size can have an arbitrary value, so the old
25702         usage could waste an arbitrary amount of memory.  All uses
25703         changed.
25704         * lib/savedir.h: Update prototype.
25705
25706 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25707
25708         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25709
25710         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25711         old strtoimax.c.
25712
25713         Also, make the following further changes to make this file's
25714         configuration more similar to that of strtol.c:
25715         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25716         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25717         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25718         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25719         changed to signed values.
25720
25721         And make the following changes as well:
25722         Fix copyright notice, as 1999 was missing.
25723         (verify): New macro.
25724         (strtoimax): Check sizes at compile-time, not run-time.
25725         Prefer strtol to strtoll if both work.
25726         (main): Remove; it was not that useful and was a pain to maintain.
25727
25728         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25729
25730 2001-08-31  Jim Meyering  <meyering@lucent.com>
25731
25732         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25733         Use an initial, malloc'd, buffer of length 128 rather than
25734         a statically allocated one of length 1024.
25735
25736 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25737
25738         Simplify code, partly by assuming autoconf 2.52 semantics.
25739
25740         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25741
25742         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25743         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25744         All uses removed.
25745         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25746         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25747         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25748         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25749         jm_AC_HEADER_INTTYPES_H.
25750         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25751
25752         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25753
25754         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25755         Quote first arg of AC_DEFUN.
25756         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25757         since they are needed to parse the include file even if we need
25758         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25759         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25760         but with opposite signedness.
25761
25762 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25763
25764         Merge 'exclude' changes from tar 1.13.22.
25765         This fixes one or two unlikely storage allocation overflow bugs,
25766         but doesn't change user-visible behavior otherwise.
25767
25768 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25769
25770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25771         (jm_PREREQ_EXCLUDE): New macro.
25772
25773 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25774
25775         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25776         tm to be declared.
25777
25778 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25779
25780         * lib/hash.c: Remove '2001' from copyright notice.
25781
25782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25783
25784         * lib/full-write.h: New file.
25785         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25786         * lib/full-write.c: Correct credits, as cccp.c no longer
25787         exists and anyway it was so heavily changed from the old cccp
25788         code as to be unrecognizable.  Include full-write.h.
25789         (full_write) Return size_t, with short writes meaning failure.
25790         All callers changed.  This fixes a bug with large buffers
25791         on 64-bit hosts.
25792         * lib/utime.c: Include full-write.h.
25793
25794 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25795
25796         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25797         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25798         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25799         Include if available.
25800         (<xalloc.h>): Include
25801         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25802         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25803         collide with FNM macros.
25804         (struct patopts): New struct.
25805         (struct exclude): Use it, as exclude patterns now come with options.
25806         (new_exclude): Support above changes.
25807         (new_exclude, add_exclude_file):
25808         Initial size must now be a power of two to simplify overflow checking.
25809         (free_exclude, fnmatch_no_wildcards): New function.
25810         (excluded_filename): No longer requires options arg, as the options
25811         are determined by add_exclude.  Now returns bool, not int.
25812         (excluded_filename, add_exclude):
25813         Add support for the fancy new exclusion options.
25814         (add_exclude, add_exclude_file): Now takes int options arg.
25815         Check for arithmetic overflow when computing sizes.
25816         (add_exclude_file): xrealloc might modify errno, so don't
25817         realloc until after errno might be used.
25818
25819         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25820         New macros.
25821         (free_exclude): New decl.
25822         (add_exclude, add_exclude_file): Now takes int options arg.
25823         (excluded_filename): No longer requires options arg, as the options
25824         are determined by add_exclude.  Now returns bool, not int.
25825
25826 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25827
25828         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25829
25830 2001-08-27  Jim Meyering  <meyering@lucent.com>
25831
25832         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25833
25834         * lib/version-etc.c (N_): Remove definition.
25835         Revert most of last change.
25836         Instead, simply don't mark the `Copyright...' string for translation.
25837         Based on advice from Paul Eggert.
25838
25839         * lib/strtoxmax.c: Tweak comment.
25840
25841 2001-08-26  Jim Meyering  <meyering@lucent.com>
25842
25843         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25844
25845         * m4/xstrtoimax.m4: New file.
25846         * m4/xstrtoumax.m4: Add comments explaining why we
25847         AC_REPLACE_FUNCS(strtol).
25848
25849 2001-08-26  Jim Meyering  <meyering@lucent.com>
25850
25851         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25852         of copyright with `%s' so translators don't get an untranslated
25853         message in 2002.
25854         (COPYRIGHT_YEAR): Define.
25855         (version_etc): Use fprintf rather than fputs.
25856         Suggestion from Ulrich Drepper.
25857
25858         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25859
25860         * lib/strtoll.c: New file, from GNU libc.
25861         * lib/xstrtoimax.c: New file.
25862
25863         * lib/xstrtol.h: Add xstrtoimax.
25864         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25865         * lib/strtoimax.c: New file.  Likewise, but first define
25866         STRTOUXMAX_SIGNED.
25867
25868         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25869         ...
25870         * lib/strtoxmax.c: ... then renamed to this.
25871
25872 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25873
25874         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25875         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25876         (jm_AC_TYPE_INTMAX_T): New macro.
25877         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25878
25879         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25880
25881         * m4/longlong.m4: Renamed from ulonglong.m4.
25882         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25883         * m4/uintmax_t.m4: Removed.
25884
25885 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25886
25887         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25888         Port to Solaris 8, where 'sed' requires a space after the 'r'
25889         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25890         Redirect output to $tmp just once.
25891
25892 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25893
25894         * lib/addext.c (<errno.h>): Include.
25895         (errno): Declare if not defined.
25896         (addext): Work correctly when pathconf returns -1 and leaves
25897         errno alone because there is no limit.  Also, work even if
25898         pathconf returns a value greater than SIZE_MAX.
25899
25900 2001-08-12  Jim Meyering  <meyering@lucent.com>
25901
25902         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25903         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25904         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25905         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25906         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25907         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25908         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25909         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25910         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25911         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25912         utime.m4, utimes.m4, xstrtoumax.m4:
25913         Quote the first argument in each use of AC_DEFUN.
25914
25915 2001-08-12  Jim Meyering  <meyering@lucent.com>
25916
25917         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25918         Simply `return getcwd (NULL, 0);'.
25919         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25920         Use 1300 as initial value for length, not PATH_MAX.
25921
25922         * lib/pathmax.h: Clean up cpp syntax.
25923
25924 2001-08-12  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/gettimeofday.c: New file.
25927         * lib/gtod.h: New file.
25928         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25929
25930 2001-08-05  Jim Meyering  <meyering@lucent.com>
25931
25932         * m4/jm-macros.m4: Require autoconf-2.52.
25933
25934 2001-08-04  Jim Meyering  <meyering@lucent.com>
25935
25936         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25937         stmt, to get in sync with glibc.
25938
25939 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25940
25941         The following changes are from gettext 0.10.39 as maintained by
25942         Bruno Haible.
25943
25944         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25945         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25946         with inverted sense.  All uses changed.
25947
25948         * lib/mbswidth.c: Don't include <limits.h>.
25949         Include <stdlib.h> and <string.h> unconditionally.
25950         (iswcntrl, mbsinit, ISCNTRL): New macros.
25951         (mbsnwidth): Use K&R style function declarations.
25952         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25953         can optimize it when MB_CUR_MAX == 1.
25954         The width of control characters is zero, not 1.
25955
25956 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25957
25958         The following changes are from gettext 0.10.39 as maintained by
25959         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25960
25961         * m4/codeset.m4: Upgrade to serial AM1.
25962         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25963         all uses changed.  Quote first arg of AC_DEFUN.
25964         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25965
25966         * m4/iconv.m4: Upgrade to serial AM2.
25967         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25968         Add --with-libconv-prefix.
25969         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25970         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25971         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25972         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25973         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25974
25975         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25976         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25977         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25978         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25979         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25980         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25981         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25982         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25983         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25984
25985         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25986         string.h any more.
25987
25988         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25989         not the default value.
25990
25991         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25992         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25993         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25994         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25995         Also check for iswcntrl, used for wcwidth fallback.
25996         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25997         to Autoconf 2.13.
25998
25999 2001-08-03  Jim Meyering  <meyering@lucent.com>
26000
26001         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26002         as it was in the original.  Reported by Paul Eggert.
26003
26004 2001-07-16  Jim Meyering  <meyering@lucent.com>
26005
26006         * m4/gettimeofday.m4: New file.
26007         Prompted by a report from Bernhard Baehr.
26008
26009 2001-07-15  Jim Meyering  <meyering@lucent.com>
26010
26011         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26012         stuff. Now it's in ../Makefile.cfg.
26013
26014 2001-07-15  Jim Meyering  <meyering@lucent.com>
26015
26016         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26017         (BUILT_SOURCES): Add unlocked-io.h.
26018         (io_functions): Define.
26019         (unlocked-io.h): New rule.
26020         (DISTCLEANFILES): Add unlocked-io.h.
26021         (all-local): Depend on unlocked-io.h, to ensure it is created.
26022
26023         * lib/unlocked-io.hin: New file
26024
26025         * lib/regex.c: Update from glibc.
26026
26027 2001-07-05  Jim Meyering  <meyering@lucent.com>
26028
26029         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26030         recommendation.
26031         (libfetish_a_SOURCES): Put all .h files here instead.
26032         Remove a thus-exposed (better checks in automake) duplicate and
26033         two unnecessary .h files.
26034
26035 2001-07-04  Jim Meyering  <meyering@lucent.com>
26036
26037         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26038         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26039         distcheck failure.
26040
26041 2001-07-02  Jim Meyering  <meyering@lucent.com>
26042
26043         The following changes were prompted by suggestions from Bruno Haible.
26044
26045         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26046         is now generated.
26047         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26048         definition of EXTRA_DIST.
26049         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26050         ensure that the generated file is created/updated whenever the list
26051         of $(unlocked_functions) is changed.
26052         (jm-glibc-io.m4): New rule.
26053         (unlocked-io.h): New rule -- currently unused.
26054
26055 2001-06-24  Jim Meyering  <meyering@lucent.com>
26056
26057         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26058         unmatched right bracket, rather than kludging it with an extra,
26059         falsely-matching quote in a comment.  Patch by Akim Demaille.
26060
26061 2001-06-11  Jim Meyering  <meyering@lucent.com>
26062
26063         * lib/regex.c: Update from GNU libc.
26064
26065 2001-05-27  Jim Meyering  <meyering@lucent.com>
26066
26067         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26068         Check for ut_type in struct utmp.
26069
26070 2001-05-27  Jim Meyering  <meyering@lucent.com>
26071
26072         * lib/readutmp.h (UT_TYPE): Define.
26073
26074 2001-05-24  Jim Meyering  <meyering@lucent.com>
26075
26076         * lib/argmatch.c: Include "quote.h".
26077         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26078         quote function.  Reported by Göran Uddeborg.
26079
26080 2001-05-22  Jim Meyering  <meyering@lucent.com>
26081
26082         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26083         now that we use the package-supplied version unconditionally.
26084         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26085
26086 2001-05-21  Jim Meyering  <meyering@lucent.com>
26087
26088         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26089         shell syntax errors.
26090
26091 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26092
26093         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26094
26095 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26096
26097         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26098         Don't bother to check library strftime, since
26099         we'll be using our own my_strftime function anyway.
26100         Define my_strftime instead of strftime.
26101
26102 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26103
26104         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26105         which is not yet declared.
26106
26107 2001-05-15  Jim Meyering  <meyering@lucent.com>
26108
26109         * m4/regex.m4: Use proper quoting so brackets appear in the test
26110         program.
26111         Reported by, and with help from, Bruno Haible.
26112
26113 2001-05-13  Jim Meyering  <meyering@lucent.com>
26114
26115         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26116         undefined.
26117
26118 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26119
26120         dirname code cleanup.  base_name now behaves more compatibly
26121         with POSIX basename when given file names that have trailing
26122         slashes, and similarly for dir_name.  Add new primitives
26123         base_len and dir_len.  Put the directory-name-related decls
26124         into dirname.h.
26125
26126         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26127         * lib/backupfile.c (base_name): Likewise.
26128         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26129         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26130         * lib/makepath.c (strip_trailing_slashes): Likewise.
26131         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26132         ISSLASH): Likewise.
26133         * lib/rename.c (strip_trailing_slashes): Likewise.
26134         * lib/same.c (base_name): Likewise.
26135         * lib/stripslash.c (ISSLASH): Likewise.
26136
26137         * lib/addext.c: Include <dirname.h> after size_t is defined.
26138         * lib/backupfile.c: Likewise.
26139
26140         * lib/addext.c (addext): Use base_len to trim redundant
26141         trailing slashes instead of doing it ourselves.
26142         But do not trim the last slash if it is not redundant.
26143
26144         * lib/backupfile.c (find_backup_file_name,
26145         max_backup_version): Use base_len instead of rolling it ourselves.
26146         Handle the case of "" and (on DOS) "C:" correctly.
26147
26148         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26149         needed. Include <string.h>, <dirname.h>.
26150         (base_name): Allow file names ending in slashes, other than names
26151         that are all slashes.  In this case, return the basename followed
26152         by the slashes.  This is more general, and can be used in places
26153         where the original base_name purposely had an assertion failure.
26154         (base_len): New function.
26155
26156         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26157         Do not include <assert.h>; no longer needed.
26158         Include xalloc.h.
26159         (memrchr): Remove decl.
26160         (dir_name_r): Remove.
26161         (dir_len): Renamed from dirlen.  All callers changed.
26162         Rewrite in terms of base_name, for simplicity and consistency.
26163         (dir_name): Never return NULL.  All callers changed.
26164         Do not include <stdlib.h> in test program; no longer needed.
26165         return 0; is fine for test program.
26166
26167         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26168         New macros.
26169         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26170
26171         * lib/path-concat.c (path_concat): Use base_len to compute
26172         base length, not strlen; this means we cannot rely on memcpy
26173         to null-terminate.
26174
26175         * lib/same.c (STREQ): Remove.
26176         (same_name): Handle the case where the basename ends in trailing '/'.
26177
26178         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26179         a slash was stripped.  Do not strip the last slash after a
26180         file system prefix.
26181
26182 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/Makefile.am (libfetish_a_SOURCES):
26185         Add strftime.c, since we now compile it on all hosts.
26186
26187         * lib/strftime.c (my_strftime):
26188         Define to nstrftime if emacs, but only if my_strftime is not defined.
26189         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26190         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26191         Add one more extra argument: a nanoseconds value.
26192         All uses changed.
26193         (ns): New macro.
26194         (my_strftime function): Add %N format.
26195         (emacs_strftimeu): Renamed from emacs_strftime,
26196         with extra ut argument.
26197
26198 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26199
26200         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26201
26202 2001-04-21  Jim Meyering  <meyering@lucent.com>
26203
26204         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26205         doesn't interfere.
26206
26207 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26208
26209         * m4/ftruncate.m4: Check for chsize.
26210         Link with ftruncate.o unconditionally if ftruncate is missing.
26211         This was required when cross-compiling to i586-mingw32msvc.
26212
26213 2001-04-08  Jim Meyering  <meyering@lucent.com>
26214
26215         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26216         recomputed; that's necessary when the offset spans a DST transition.
26217         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26218
26219 2001-04-02  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/regex.h, regex.c: Update from GNU libc.
26222
26223 2001-03-24  Jim Meyering  <meyering@lucent.com>
26224
26225         * m4/jm-macros.m4: Require autoconf-2.49d.
26226
26227 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26228
26229         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26230
26231 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26232
26233         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26234
26235 2001-03-17  Jim Meyering  <meyering@lucent.com>
26236
26237         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26238         now that the version in autoconf is equivalent.
26239         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26240
26241         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26242         Suggestion from Akim Demaille.
26243
26244         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26245         (jm_PREREQ_TEMPNAME): New function.
26246
26247 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26248
26249         * lib/tempname.c (uint64_t): Define to uintmax_t if
26250         not defined, and if UINT64_MAX is not defined.
26251         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26252         Reported by John David Anglin.
26253
26254 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26255
26256         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26257         resolve alias if codeset is empty.
26258         * lib/config.charset (BeOS): Use wildcard syntax.
26259
26260 2001-03-13  Jim Meyering  <meyering@lucent.com>
26261
26262         * lib/path-concat.c (path_concat)
26263         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26264         concatenating e.g., `C:' and `foo'.
26265         From Bruno Haible.
26266
26267 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26268
26269         * lib/localcharset.c (locale_charset): Don't use
26270         setlocale(LC_CTYPE,NULL). Don't return NULL.
26271         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26272
26273 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26274
26275         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26276         support for DOS/DJGPP.
26277
26278 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26279
26280         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26281         lacks mkstemp.  Compile our own tempname.c if we compile our own
26282         mkstemp.c, as mkstemp relies on tempname.
26283
26284 2001-03-01  Jim Meyering  <meyering@lucent.com>
26285
26286         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26287         AH_VERBATIM really does output its argument verbatim.
26288
26289 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26290
26291         * lib/Makefile.am (libfetish_a_SOURCES):
26292         Add dup-safer.c, fopen-safer.c.
26293         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26294
26295         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26296         * lib/unistd-safer.h: New files.
26297
26298 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26299
26300         The mkstemp replacement is taken from glibc 2.2.2, with some
26301         portability fixes for use outside glibc, as follows:
26302
26303         * lib/tempname.c (struct_stat64): New macro.
26304         (direxists, __gen_tempname): Use it.
26305         This avoids a portability problem with Solaris 8.
26306
26307         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26308         (<stddef.h>, <stdint.h>, <string.h>):
26309         Include only if STDC_HEADERS || _LIBC.
26310         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26311         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26312         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26313         (__set_errno): Define this macro if <errno.h> doesn't.
26314         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26315         Define these macros if <stdio.h> doesn't.
26316         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26317         Define these macros if <sys/stat.h>
26318         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26319         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26320         __xstat64): Define if not _LIBC.
26321         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26322         (__gen_tempname): Invoke gettimeofday only if
26323         HAVE_GETTIMEOFDAY || _LIBC;
26324         otherwise, fall back on plain "time".
26325         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26326
26327         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26328
26329         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26330
26331 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26332
26333         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26334
26335 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26336
26337         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26338         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26339         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26340         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26341
26342 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26343
26344         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26345         Remove workaround macros for hosts that have mbrtowc but not
26346         mbstate_t, as we now insist on proper declarations for both
26347         before using mbrtowc.
26348
26349 2001-02-17  Jim Meyering  <meyering@lucent.com>
26350
26351         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26352         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26353         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26354         UnixWare 7.1.1.
26355
26356         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26357         rather than AC_CACHE_VAL.
26358
26359 2001-02-17  Jim Meyering  <meyering@lucent.com>
26360
26361         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26362         around included file name.
26363
26364         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26365
26366         * lib/strftime.c: Update from GNU libc (the only changes were to
26367         comments).
26368
26369 2001-02-17  Jim Meyering  <meyering@lucent.com>
26370
26371         * lib/regex.c: Update from libc.
26372
26373 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26374
26375         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26376         clash.
26377
26378 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26379
26380         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26381         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26382         Reported by Mark Hounschell via Paul Eggert.
26383
26384 2001-02-07  Jim Meyering  <meyering@lucent.com>
26385
26386         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26387
26388 2001-02-05  Jim Meyering  <meyering@lucent.com>
26389
26390         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26391         it includes the patch required for `large file' support with at least
26392         HP-UX's 10.20 /bin/cc.
26393
26394 2001-02-03  Jim Meyering  <meyering@lucent.com>
26395
26396         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26397         AS_IF, now that it works once again (mysteriously).
26398         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26399
26400 2001-01-30  Jim Meyering  <meyering@lucent.com>
26401
26402         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26403         * m4/chown.m4: Rename conftestchown to conftest.chown.
26404         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26405         s/conftestdir2/conftest.d2/.
26406         * m4/utimes.m4: s/conftestdata/conftest.data/
26407         Inspired by Pavel Roskin's change in autoconf.
26408
26409 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26410
26411         * lib/config.charset: Update for FreeBSD 4.2.
26412
26413 2001-01-27  Jim Meyering  <meyering@lucent.com>
26414
26415         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26416         a use of AS_IF.
26417         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26418
26419 2001-01-26  Jim Meyering  <meyering@lucent.com>
26420
26421         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26422         quotearg.c includes it.
26423
26424 2001-01-26  Jim Meyering  <meyering@lucent.com>
26425
26426         * lib/quotearg.c: Include stddef.h.
26427         * lib/quote.c: Include stddef.h.
26428         Reported by Axel Kittenberger.
26429
26430         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26431         line in double quotes so that it evokes a better diagnostic.
26432         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26433         Reported by Axel Kittenberger.
26434
26435 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26436
26437         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26438         as if it was a `charset'.
26439
26440 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26441
26442         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26443         has const.
26444
26445 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26446
26447         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26448         to avoid a warning.  Add back 'const' to inptr.
26449
26450 2001-01-20  Jim Meyering  <meyering@lucent.com>
26451
26452         Be sure that headers are checked before used in code compiled
26453         for the type checks.
26454         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26455         In place of that, invoke jm_CHECK_ALL_TYPES.
26456         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26457         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26458         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26459         The check for ssize_t was mistakenly run before the test for unistd.h.
26460
26461         The configure-time check for stdbool.h was missing.
26462         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26463         (jm_PREREQ_HASH): New function.
26464
26465 2001-01-17  Jim Meyering  <meyering@lucent.com>
26466
26467         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26468         for autoconf-2.49c.
26469         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26470
26471 2001-01-16  Jim Meyering  <meyering@lucent.com>
26472
26473         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26474         From Bruno Haible.
26475
26476 2001-01-14  Jim Meyering  <meyering@lucent.com>
26477
26478         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26479         foo and bar.  Create conftestdir/ in the script, not in the C code.
26480         Remove directories in the script, not in the C code.
26481         Remove conftestdir{,2} before trying to create the directory.
26482         Make the entire configure script fail if the mkdir fails.
26483
26484 2001-01-14  Jim Meyering  <meyering@lucent.com>
26485
26486         * lib/rename.c: New file.  From Volker Borchert.
26487         Include stdlib.h, string.h or strings.h, and xalloc.h.
26488         Use strip_trailing_slashes rather than open-coding it.
26489
26490 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26491
26492         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26493
26494 2001-01-03  Jim Meyering  <meyering@lucent.com>
26495
26496         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26497         of local `inptr' to avoid warning with some system declarations of
26498         iconv.
26499
26500 2001-01-02  Volker Borchert  <bt@teknon.de>
26501
26502         * m4/rename.m4: New file.
26503         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26504
26505 2001-01-01  Jim Meyering  <meyering@lucent.com>
26506
26507         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26508         even on systems with utmpx.h.  It's necessary for the declaration of
26509         utmp's ut_user member.  Reported by Andreas Jaeger.
26510
26511         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26512         available. They are required for the declarations of getgrgid and
26513         getpwuid resp.
26514         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26515         Reported by Andreas Jaeger.
26516
26517 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26518
26519         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26520         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26521         so `make install' also works in VPATH builds.
26522
26523 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26524
26525         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26526         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26527         can be used in subdirectories.
26528
26529 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26530
26531         * lib/modechange.c: Do not assume that mode_t uses the
26532         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26533         the other-execute bit of FOO even if S_IXOTH != 1.
26534
26535         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26536         WOTH, XOTH, ALLM): New macros.
26537         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26538          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26539         Use them.
26540         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26541         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26542         (mode_compile):
26543         No need to use uintmax_t; unsigned long is long enough.
26544         Don't bother to get suffix since we don't use it.
26545
26546 2000-12-26  Jim Meyering  <meyering@lucent.com>
26547
26548         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26549         better with autoheader.
26550
26551 2000-12-24  Jim Meyering  <meyering@lucent.com>
26552
26553         * lib/hash.c (is_prime): Return explicit boolean values.
26554         (hash_get_first): Return NULL to appease Irix5.6's 89.
26555         Reported by Nelson Beebe.
26556
26557 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26558
26559         * lib/localcharset.c (locale_charset): Add support for Win32.
26560
26561 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26562
26563         * lib/physmem.h, lib/physmem.c: New files.
26564
26565         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26566         (noinst_HEADERS): Add physmem.h.
26567
26568         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26569         't' for compatibility with Solaris 8 sort.
26570
26571 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26572
26573         * lib/config.charset: Add support for BeOS.
26574
26575 2000-12-17  Jim Meyering  <meyering@lucent.com>
26576
26577         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26578         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26579
26580 2000-12-16  Jim Meyering  <meyering@lucent.com>
26581
26582         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26583         N and M) would have treated it like `chown N:N FILE'.
26584
26585         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26586
26587 2000-12-16  Jim Meyering  <meyering@lucent.com>
26588
26589         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26590         SHELLS_FILE to a file name that's useful on djgpp systems.
26591         Include stdlib.h.
26592         (ADDITIONAL_DEFAULT_SHELLS): Define.
26593         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26594         Based mostly on a patch from Prashant TR.
26595
26596 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26597
26598         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26599         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26600         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26601
26602 2000-12-08  Andreas Schwab  <schwab@suse.de>
26603
26604         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26605         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26606
26607 2000-12-07  Jim Meyering  <meyering@lucent.com>
26608
26609         * lib/stripslash.c (ISSLASH): Define.
26610         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26611         `/'.
26612         From Prashant TR.
26613
26614         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26615         (dir_name_r): Declare this function as static.
26616         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26617         manifest itself on a name containing a mix of slashes and
26618         backslashes.
26619         Make this function work with names starting with a DOS-style
26620         drive letter and colon prefix.
26621         (dir_name): Append `.' if necessary.
26622         Based mostly on patches from Prashant TR and Eli Zaretskii.
26623
26624         * lib/dirname.h (dir_name_r): Remove prototype.
26625
26626 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26627
26628         * m4/off_t-format.m4: Remove this file.
26629         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26630
26631 2000-12-06  Jim Meyering  <meyering@lucent.com>
26632
26633         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26634         replacement strtoull, we may well need the replacement strtoul, too.
26635         Check for declarations of strtoul and strtoull.
26636         Check for strtol.  Mainly as a cue to cause automake to include
26637         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26638         Check for limits.h -- strtol.c needs it.
26639
26640 2000-12-05  Jim Meyering  <meyering@lucent.com>
26641
26642         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26643
26644 2000-12-04  Jim Meyering  <meyering@lucent.com>
26645
26646         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26647         Also include memory.h, stdlib.h, unistd.h if appropriate.
26648         Reported by Andreas Jaeger (conflicting declaration of malloc).
26649
26650 2000-12-02  Jim Meyering  <meyering@lucent.com>
26651
26652         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26653         * m4/jm-macros.m4 (jm_MACROS): require it.
26654
26655 2000-12-02  Jim Meyering  <meyering@lucent.com>
26656
26657         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26658
26659 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26660
26661         * lib/memrchr.c: Include <config.h> before any system include file.
26662
26663 2000-11-30  Jim Meyering  <meyering@lucent.com>
26664
26665         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26666
26667 2000-11-30  Jim Meyering  <meyering@lucent.com>
26668
26669         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26670
26671 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26672
26673         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26674
26675 2000-11-26  Jim Meyering  <meyering@lucent.com>
26676
26677         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26678
26679 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26680
26681         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26682         size of (size_t) -1; it's not portable.
26683
26684 2000-11-17  Jim Meyering  <meyering@lucent.com>
26685
26686         * lib/strstr.c: Update from GNU libc.
26687
26688 2000-11-17  Akim Demaille  <akim@epita.fr>
26689
26690         * lib/obstack.h: Formatting changes.
26691         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26692         prevent type checking.
26693         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26694         cast the value to (void *): assigning a `foo *' to a `void *'
26695         variable is valid.
26696         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26697
26698 2000-11-16  Jim Meyering  <meyering@lucent.com>
26699
26700         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26701
26702 2000-11-11  Jim Meyering  <meyering@lucent.com>
26703
26704         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26705
26706 2000-11-10  Jim Meyering  <meyering@lucent.com>
26707
26708         * lib/obstack.h: Update from GNU libc.
26709         * lib/obstack.c: Likewise.
26710
26711 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26712
26713         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26714
26715 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26716
26717         * lib/getusershell.c (setusershell): Use rewind rather than
26718         fseek/fseeko, to avoid configuration hassles with fseeko.
26719         Don't bother opening SHELLS_FILE if shellstream is NULL;
26720         it's not necessary.
26721
26722 2000-11-05  Jim Meyering  <meyering@lucent.com>
26723
26724         * lib/makepath.h (make_dir): Declare.
26725         * lib/makepath.c (make_dir): Remove `static' attribute.
26726         Tweak a comment.
26727
26728 2000-11-04  Jim Meyering  <meyering@lucent.com>
26729
26730         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26731
26732 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26733
26734         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26735         last one in a bucket, advance to the next bucket.
26736
26737 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26738
26739         * lib/fnmatch.c: Do not comment out all the code if we are using
26740         the GNU C library, because in some cases we are replacing buggy
26741         code in the GNU C library itself.
26742
26743 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26744
26745         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26746         (regex_compile): Catch bogus \(\1\).
26747
26748 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26749
26750         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26751         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26752         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26753
26754 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26755
26756         * lib/error.h, getline.h, modechange.h:
26757         Remove "2000" from Copyright line, as the file hasn't been
26758         changed this year other than in the copyright notice.
26759
26760         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26761         was changed this year.
26762
26763 2000-10-29  Jim Meyering  <meyering@lucent.com>
26764
26765         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26766         renaming.
26767         * m4/ls-mntd-fs.m4: Likewise
26768
26769 2000-10-29  Jim Meyering  <meyering@lucent.com>
26770
26771         * lib/xstat.in: Fix grammar in comment.
26772
26773 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26774
26775         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26776         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26777         doesn't define __restrict_arr.
26778
26779 2000-10-28  Jim Meyering  <meyering@lucent.com>
26780
26781         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26782         (jm_PREREQ_MEMCHR): New function.
26783
26784 2000-10-28  Jim Meyering  <meyering@lucent.com>
26785
26786         * lib/memchr.c: Update from libc.
26787         Adjust for portability:
26788         [HAVE_STDLIB_H]: Include stdlib.h.
26789         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26790         Undef __memchr, too.
26791         [!weak_alias]: Define __memchr to memchr.
26792
26793         * lib/regex.c: Update from libc.
26794         * lib/regex.h: Likewise.
26795         * lib/getopt1.c: Likewise.
26796         * lib/memcmp.c: Likewise.
26797
26798         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26799         Avoid using fseek, when possible -- it's broken by design.
26800         Patch by Ulrich Drepper.
26801
26802 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26803
26804         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26805         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26806         Giving in to popular pressure to shut up the compiler with casts.
26807
26808 2000-10-26  Jim Meyering  <meyering@lucent.com>
26809
26810         * lib/strftime.c: Update from libc.
26811
26812 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26813
26814         * regex.c: More `unsigned char' -> `re_char' changes.
26815         Also change several `int' into `re_wchar_t'.
26816         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26817         (PUSH_FAILURE_POINTER): Don't cast any more.
26818         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26819         We want GCC to complain, since this piece of code makes
26820         re_match non-reentrant, which *should* be fixed.
26821         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26822         (EXTEND_BUFFER): Use RETALLOC.
26823         (SET_LIST_BIT): Don't cast.
26824         (re_wchar_t): New type.
26825         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26826         that those two functions will always properly return.
26827         (IMMEDIATE_QUIT_CHECK): Cast to void.
26828         (analyse_first): Use recursion rather than an explicit stack.
26829         (re_compile_fastmap): Can't fail anymore.
26830         (re_search_2): Don't check re_compile_fastmap for failure.
26831         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26832         Now also sets the new value (passed in a new argument).
26833         (re_match_2_internal): Use it.
26834         Also, use a new var `reg' of type size_t when looping through regs
26835         rather than reuse the inappropriate `mcnt'.
26836
26837 2000-10-25  Jim Meyering  <meyering@lucent.com>
26838
26839         * lib/obstack.c: Update from libc.
26840
26841 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26842
26843         * regex.c (regex_compile): Change the way of handling a range from
26844         a char less than 256 to a char not less than 256.
26845
26846 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26847
26848         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26849         NT-Emacs only.
26850         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26851         so that re_search functions only quit when callers expect them to.
26852
26853 2000-10-23  Jim Meyering  <meyering@lucent.com>
26854
26855         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26856         wrong.  That set_locale call must not have any side effects.
26857         From Paul Eggert.
26858
26859 2000-10-22  Jim Meyering  <meyering@lucent.com>
26860
26861         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26862         [CYCLIC]: Remove now-unused definition.
26863
26864         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26865         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26866         Suggestion from Ulrich Drepper.
26867
26868 2000-10-21  Jim Meyering  <meyering@lucent.com>
26869
26870         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26871         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26872         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26873
26874 2000-10-21  Jim Meyering  <meyering@lucent.com>
26875
26876         * lib/dirname.c (memrchr): Declare if necessary.
26877         (dir_name): Remove the restriction that there be no
26878         trailing slashes.  Now, this code skips past them, effectively
26879         ignoring them.
26880         [TEST_DIRNAME] (main): New unit tests.
26881
26882         * lib/memrchr.c: New file from GNU libc.
26883         Undef __memrchr, too.
26884         [!weak_alias]: Define __memrchr to memrchr.
26885         Guard weak_alias use with `#ifdef weak_alias'.
26886
26887 2000-10-21  Jim Meyering  <meyering@lucent.com>
26888
26889         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26890         (dir_name): Use dir_name_r.
26891         * lib/dirname.h (dir_name_r): Declare it.
26892
26893 2000-10-17  Jim Meyering  <meyering@lucent.com>
26894
26895         * lib/quote.h (PARAMS): Define and use.
26896         Reported by Akim Demaille.
26897
26898         * lib/getopt.c: Update from libc.
26899
26900 2000-10-16  Jim Meyering  <meyering@lucent.com>
26901
26902         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26903         setlocale.
26904         From Jan Fedak.
26905
26906 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26907
26908         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26909
26910 2000-09-25  Jim Meyering  <meyering@lucent.com>
26911
26912         * lib/md5.h (rol): Define (from GnuPG).
26913
26914         * lib/sha.c: Give credit (GnuPG) where due.
26915         (M): Use rol rather than open-coding it.
26916         Add a FIXME comment.
26917
26918 2000-09-21  Jim Meyering  <meyering@lucent.com>
26919
26920         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26921         Reported by Michael Stone.
26922
26923 2000-09-20  Jim Meyering  <meyering@lucent.com>
26924
26925         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26926         (noinst_HEADERS): Add sha.h.
26927         Based on code from Scott G. Miller and from GnuPG.
26928
26929 2000-09-18  Jim Meyering  <meyering@lucent.com>
26930
26931         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26932         LIBS. Otherwise, everyone ends up linking with -lelf for some
26933         configurations.
26934         Reported by Mike Stone.
26935
26936 2000-09-15  Jim Meyering  <meyering@lucent.com>
26937
26938         * lib/regex.c: Update from libc.
26939
26940 2000-09-10  Jim Meyering  <meyering@lucent.com>
26941
26942         * lib/getopt.c (_getopt_internal): Update from glibc.
26943
26944 2000-09-09  Jim Meyering  <meyering@lucent.com>
26945
26946         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26947         think it should be used as a general replacement for isascii.
26948         * lib/fnmatch.c: Likewise.
26949         * lib/mbswidth.c: Likewise
26950         * lib/regex.c: Likewise.
26951
26952         Don't use atoi.
26953         * lib/userspec.c: Include sys/param.h and limits.h.
26954         Include xstrtol.h.
26955         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26956         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26957         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26958         UID, GID.  Check range.
26959
26960 2000-09-06  Jim Meyering  <meyering@lucent.com>
26961
26962         * lib/getopt.c (_getopt_internal): Update from glibc.
26963
26964 2000-08-30  Jim Meyering  <meyering@lucent.com>
26965
26966         * lib/strftime.c: Merge in changes from GNU libc.
26967
26968 2000-08-26  Jim Meyering  <meyering@lucent.com>
26969
26970         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26971         * m4/fpending.m4: New file.
26972
26973 2000-08-26  Jim Meyering  <meyering@lucent.com>
26974
26975         * lib/closeout.c: Include "__fpending.h".
26976         (close_stdout_status): Return right away if there's nothing to flush.
26977
26978         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26979         * lib/__fpending.c: New file.
26980         * lib/__fpending.h: New file.
26981
26982 2000-08-20  Jim Meyering  <meyering@lucent.com>
26983
26984         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26985         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26986         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26987
26988 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26989
26990         Improve fileutils installation on systems where running
26991         programs (like install) can't be unlinked.
26992         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26993         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26994
26995 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26996
26997         Standardize on "memory exhausted" instead of "Memory exhausted"
26998         or "virtual memory exhausted".
26999         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27000         "virtual memory exhausted".
27001         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27002         our own message.
27003         * lib/userspec.c (parse_user_spec): Likewise.
27004         * lib/bumpalloc.h: comment fix
27005         * lib/same.c, userspec.c: Include xalloc.h.
27006
27007         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27008         not char *const and pointing to a constant array.
27009         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27010         (xrealloc): Comment fix.
27011
27012         * lib/userspec.c (parse_user_spec):
27013         Don't translate a message until just before returning,
27014         to avoid unnecessary translation.
27015
27016 2000-08-07  Jim Meyering  <meyering@lucent.com>
27017
27018         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27019         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27020         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27021         getgroups.c, gethostname.c, getopt.h, group-member.c,
27022         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27023         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27024         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27025         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27026         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27027         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27028         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27029         yesno.c: Back out Copyright date changes for each file with no change
27030         this year.  This eases coordination with other programs using the same
27031         source code modules.  From Paul Eggert.
27032
27033 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27034
27035         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27036         not char, for compatibility with glibc 2.1.3 strftime.c.
27037
27038 2000-08-03  Greg McGary  <greg@mcgary.org>
27039
27040         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27041         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27042         (EXTEND_BUFFER): Use them.
27043
27044 2000-08-01  Jim Meyering  <meyering@lucent.com>
27045
27046         * lib/dirname.c (ISSLASH): Define.
27047         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27048         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27049         both `\' and `/' may be use as path separators.
27050         Based on a patch from Prashant TR.
27051
27052 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27053
27054         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27055         slot vector a constant, since it might get modified.
27056
27057 2000-07-31  Jim Meyering  <meyering@lucent.com>
27058
27059         * lib/xmalloc.c: Use `virtual memory exhausted', not
27060         `Memory exhausted'.
27061         * lib/obstack.c (print_and_abort): Likewise.
27062
27063 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27064
27065         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27066         buffer, so that the caller can always quote one small
27067         component of a "memory exhausted" message in slot 0.
27068         From a suggestion by Jim Meyering.
27069
27070 2000-07-30  Jim Meyering  <meyering@lucent.com>
27071
27072         * lib/makepath.c (make_path): Quote the other instance, too.
27073
27074         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27075         (STATIC_BUF_SIZE): Define.
27076         (quotearg_n_options): Use only statically allocated storage when
27077         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27078         than STATIC_BUF_SIZE.
27079
27080 2000-07-29  Jim Meyering  <meyering@lucent.com>
27081
27082         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27083         * lib/dirname.c (dir_name): Likewise.
27084
27085         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27086         `/'.
27087
27088         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27089         (dir_name): Assert that there are no trailing slashes.
27090
27091 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27092
27093         * lib/mbswidth.h (mbswidth): Add a flags argument.
27094         (mbswidth): New declaration.
27095         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27096         * lib/mbswidth.c (mbswidth): Add a flags argument.
27097         (mbsnwidth): New function.
27098
27099 2000-07-24  Jim Meyering  <meyering@lucent.com>
27100
27101         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27102
27103 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27104
27105         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27106
27107 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27108
27109         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27110         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27111         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27112         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27113         invoke multibyte primitives.
27114
27115 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27116
27117         * lib/quotearg.c:
27118         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27119         so that mbstate_t is always defined.
27120
27121         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27122         be 1 in at least one GCC installation, and this configuration
27123         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27124         performance on hosts that have mbrtowc but have only unibyte
27125         locales, but I assume these hosts are rare.
27126
27127 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27128
27129         * lib/mbswidth.c (_XOPEN_SOURCE):
27130         Don't define; this causes problems on Solaris 7.
27131         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27132
27133 2000-07-23  Jim Meyering  <meyering@lucent.com>
27134
27135         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27136         too: getgrgid, getpwuid, getuid.
27137
27138 2000-07-23  Jim Meyering  <meyering@lucent.com>
27139
27140         * lib/basename.c (base_name): Add an assertion.
27141
27142 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27143
27144         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27145         shadow its mbsinit function.
27146
27147 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27148
27149         * lib/mbswidth.h: New file.
27150         * lib/mbswidth.c: New file.
27151         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27152         (noinst_HEADERS): Add mbswidth.h.
27153
27154 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27155
27156         * lib/config.charset: Add support for FreeBSD. Improve support for
27157         HP-UX and IRIX 6.
27158
27159 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27160
27161         * m4/mbswidth.m4: New file.
27162         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27163
27164 2000-07-15  Jim Meyering  <meyering@lucent.com>
27165
27166         * lib/makepath.c: Include quote.h.
27167         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27168         corresponding argument in a `quote (...)' call.
27169         Give better diagnostics.
27170
27171         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27172         (noinst_HEADERS): Add quote.h.
27173
27174         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27175         from tar's src/misc.c.
27176         * lib/quote.h: New file.  Prototypes for same.
27177
27178 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27179
27180         From a suggestion by Bruno Haible.
27181         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27182         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27183         to decide whether to define the BeOS workaround macro;
27184         this adjusts to the change to AC_MBSTATE_T.
27185
27186 2000-07-14  Jim Meyering  <meyering@lucent.com>
27187
27188         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27189         jm_AC_TYPE_UINTMAX_T.
27190
27191 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27192
27193         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27194
27195         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27196         quotearg_buffer_restyled): Add support for
27197         clocale_quoting_style.  Undo previous change to
27198         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27199         and "{RIGHT QUOTATION MARK}" msgids.
27200
27201 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27202
27203         From a suggestion by Bruno Haible.
27204         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27205         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27206         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27207         and mbstate_t, to a single-part test that simply defines mbstate_t.
27208         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27209         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27210
27211 2000-07-10  Jim Meyering  <meyering@lucent.com>
27212
27213         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27214
27215         * m4/gnu-source.m4: Output to confdefs.h directly.
27216         Suggestion from Akim Demaille.
27217
27218 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27219
27220         The old behavior of quoting `like this' doesn't look good with
27221         newer, ISO-style fonts.  See:
27222         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27223
27224         Instead, quote "like this" by default.  Let the translator
27225         tailor the locale-specific quoting behavior by providing
27226         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27227
27228         * lib/quotearg.c (N_): New macro.
27229         (gettext_default): New function.
27230         (quotearg_buffer_restyled): Use
27231         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27232         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27233
27234 2000-07-09  Jim Meyering  <meyering@lucent.com>
27235
27236         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27237         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27238
27239         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27240         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27241
27242 2000-07-09  Jim Meyering  <meyering@lucent.com>
27243
27244         * lib/Most files: Update copyright dates to include 2000.
27245
27246 2000-07-08  Jim Meyering  <meyering@lucent.com>
27247
27248         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27249         if not defined.
27250         (xgethostname): Remove now-unnecessary #ifdef.
27251         Move declaration of `err' into loop where it's used.
27252
27253 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27254         and Bruno Haible  <haible@clisp.cons.org>
27255
27256         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27257         only if the test for an object-type mbstate_t fails.  This
27258         prevents us from mistakenly reporting that mbstate_t is a
27259         system object type after we "#define mbstate_t int" to work
27260         around its lack.
27261
27262 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27263         and Bruno Haible  <haible@clisp.cons.org>
27264
27265         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27266
27267 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27268
27269         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27270         to strerror_r.
27271         Include <ctype.h> for use of isalpha.
27272
27273 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27274
27275         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27276         by allocating a larger buffer. Test the gethostname return value for
27277         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27278         returns an error and ENAMETOOLONG isn't defined.
27279
27280 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27281
27282         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27283         dimension.
27284
27285 2000-07-04  Jim Meyering  <meyering@lucent.com>
27286
27287         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27288         of the deprecated AC_CHECKING.
27289
27290 2000-07-04  Jim Meyering  <meyering@lucent.com>
27291
27292         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27293         Reported by Bruno Haible.
27294
27295 2000-07-04  Jim Meyering  <meyering@lucent.com>
27296
27297         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27298         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27299         lacks mbrtowc.
27300
27301 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27302
27303         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27304         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27305
27306 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27307         and Bruno Haible  <haible@clisp.cons.org>
27308
27309         * lib/quotearg.c (mbrtowc):
27310         Assign to *pwc, and return 1 only if result is nonzero.
27311         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27312
27313 2000-07-03  Jim Meyering  <meyering@lucent.com>
27314
27315         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27316
27317 2000-07-03  Jim Meyering  <meyering@lucent.com>
27318
27319         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27320         This is necessary to get a definition of e.g., UTMP_FILE on
27321         HP-UX 10.20.
27322         From Bob Proulx.
27323
27324 2000-07-02  Jim Meyering  <meyering@lucent.com>
27325
27326         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27327
27328         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27329         AC_LIBOBJ(function_name).
27330         * m4/chown.m4: Likewise.
27331         * m4/fnmatch.m4: Likewise.
27332         * m4/ftruncate.m4: Likewise.
27333         * m4/getgroups.m4: Likewise.
27334         * m4/getline.m4: Likewise.
27335         * m4/group-member.m4: Likewise.
27336         * m4/jm-macros.m4: Likewise.
27337         * m4/lstat.m4: Likewise.
27338         * m4/malloc.m4: Likewise.
27339         * m4/memcmp.m4: Likewise.
27340         * m4/nanosleep.m4: Likewise.
27341         * m4/putenv.m4: Likewise.
27342         * m4/realloc.m4: Likewise.
27343         * m4/regex.m4: Likewise.
27344         * m4/stat.m4: Likewise.
27345         * m4/strftime.m4: Likewise.
27346
27347 2000-07-02  Jim Meyering  <meyering@lucent.com>
27348
27349         * lib/quotearg.c (mbstate_t): Don't define here.
27350
27351 2000-07-02  Jim Meyering  <meyering@lucent.com>
27352
27353         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27354
27355 2000-07-01  Jim Meyering  <meyering@lucent.com>
27356
27357         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27358
27359 2000-07-01  Jim Meyering  <meyering@lucent.com>
27360
27361         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27362         problem.
27363
27364 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27365
27366         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27367         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27368
27369 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27370
27371         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27372         per change in ../m4/ls-mntd-fs.m4.
27373         (read_filesystem_list): Ignore symbolic links.
27374
27375 2000-06-29  Jim Meyering  <meyering@lucent.com>
27376
27377         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27378         for declaration of strcmp.
27379
27380         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27381
27382         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27383         Avoid warning by casting result to `char *' to remove `const'.
27384
27385 2000-06-28  Jim Meyering  <meyering@lucent.com>
27386
27387         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27388         included by quotearg.c, for which we perform this test.  From
27389         Bruno Haible.
27390
27391 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27392
27393         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27394         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27395         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27396
27397 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27398
27399         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27400
27401 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27402
27403         savedir now sets errno on failure and invokes xmalloc to get memory.
27404         Fix a couple of other minor bugs while we're at it.
27405
27406         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27407         (NAMLEN): Remove macro.
27408         (malloc, realloc): Remove decls.
27409         (stpcpy): Likewise.
27410         ("xalloc.h"): Include.
27411         (NAME_SIZE_DEFAULT): New macro.
27412         (savedir): Use xmalloc / xrealloc to allocate memory.
27413         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27414         Skip "" directory entries.
27415         Use strlen to calculate directory entry length, since the old method
27416         is rarely used these days and isn't worth supporting.
27417         Don't use a pointer after freeing it.
27418         Check for integer overflow when calculating allocation size.
27419         Use memcpy to copy entries, instead of stpcpy.
27420         Set errno properly when returning NULL.
27421         Check for readdir error.
27422
27423 2000-06-26  Jim Meyering  <meyering@lucent.com>
27424
27425         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27426
27427 2000-06-25  Jim Meyering  <meyering@lucent.com>
27428
27429         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27430         Linux header bug when _XOPEN_SOURCE is defined to 500.
27431
27432 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27433
27434         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27435         deficiency.
27436
27437 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27438
27439         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27440         Include xalloc.h.
27441         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27442
27443 2000-06-24  Jim Meyering  <meyering@lucent.com>
27444
27445         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27446         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27447         for which strerror does return char*, but which lacks a conveniently
27448         accessible declaration of the function.  If the compile-test says
27449         strerror_r doesn't work, then resort to a `run'-test that works on
27450         BeOS and segfaults on DEC Unix.
27451
27452 2000-06-24  Jim Meyering  <meyering@lucent.com>
27453
27454         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27455
27456 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27457
27458         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27459         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27460
27461 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27462
27463         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27464         (mbrtowc, mbstate_t): Define substitutes if
27465         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27466         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27467         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27468
27469 2000-06-23  Jim Meyering  <meyering@lucent.com>
27470
27471         * m4/afs.m4: Add missing AC_MSG_RESULT.
27472         Reported by Bruno Haible.
27473
27474         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27475         Suggestion from Bruno Haible.
27476
27477 2000-06-23  Jim Meyering  <meyering@lucent.com>
27478
27479         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27480
27481 2000-06-21  Jim Meyering  <meyering@lucent.com>
27482
27483         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27484
27485 2000-06-21  Jim Meyering  <meyering@lucent.com>
27486
27487         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27488         (noinst_HEADERS): Add getstr.h.
27489
27490         * lib/getline.c (getstr): Move into a separate file.
27491         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27492         the following changes: new parameter, delim2; both delim[12]
27493         parameters have type `int', not `char'.  The latter would lose
27494         with 8-bit delimiters.
27495         * lib/getstr.h: New file.
27496
27497 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27498
27499         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27500         than 1024, return a memory chunk of least possible size, instead
27501         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27502         Use free/xmalloc instead of xrealloc to avoid copying for very long
27503         paths.
27504
27505 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27506
27507         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27508         the empty string.
27509
27510 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27511
27512         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27513         address, not strdup.  Include <stdlib.h> and don't declare free().
27514
27515 2000-06-19  Jim Meyering  <meyering@lucent.com>
27516
27517         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27518
27519 2000-06-18  Jim Meyering  <meyering@lucent.com>
27520
27521         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27522
27523         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27524         `checking whether...' message to be consistent with that of the
27525         lstat test.
27526
27527 2000-06-18  Jim Meyering  <meyering@lucent.com>
27528
27529         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27530         Besides, these days every porting target provides a mkdir function.
27531
27532         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27533         needed. (this snippet comes from src/system.h).
27534
27535 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27536
27537         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27538
27539 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27540
27541         * lib/human.c (adjust_value): New function.
27542         (human_readable_inexact): Apply rounding style even when
27543         printing approximate values.
27544
27545 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27546
27547         * lib/human.c (human_readable_inexact): Allow an input block
27548         size that is not a multiple of the output block size, and vice versa.
27549         Reported by Piergiorgio Sartor.
27550
27551 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27552
27553         * lib/getdate.y (get_date): Apply relative times after time
27554         zone indicator, not before.  Reported by Todd A. Jacobs.
27555
27556 2000-06-13  Jim Meyering  <meyering@lucent.com>
27557
27558         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27559
27560         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27561
27562 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27563
27564         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27565
27566 2000-06-12  Jim Meyering  <meyering@lucent.com>
27567
27568         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27569         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27570         optional argument.
27571         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27572         the optional argument, `lib'.
27573
27574 2000-06-08  Jim Meyering  <meyering@lucent.com>
27575
27576         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27577
27578 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27579
27580         Rewrite largefile configuration so that we don't need to run
27581         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27582         AC_CANONICAL_HOST in configure.in -- jmm]
27583
27584         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27585         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27586         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27587         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27588         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27589         All uses changed.
27590         Instead of inspecting the output of getconf, try to compile the
27591         test program without and with the macro definition.
27592         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27593         for getconf.  Instead, check for the needed flags by compiling
27594         test programs.
27595
27596 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27597
27598         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27599
27600 2000-06-04  Jim Meyering  <meyering@lucent.com>
27601
27602         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27603         SunOS 4.1.4 for which gid_t is an unsigned type.
27604
27605 2000-06-03  Jim Meyering  <meyering@lucent.com>
27606
27607         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27608         now that autoconf requires that.
27609
27610         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27611         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27612         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27613
27614 2000-06-03  Jim Meyering  <meyering@lucent.com>
27615
27616         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27617
27618 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27619
27620         * m4/glibc21.m4: New file.
27621         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27622
27623 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27624
27625         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27626         newer, don't install charset.alias.
27627         * lib/config.charset: Change the Linux/glibc rules so they become empty
27628         on glibc-2.1 or newer.
27629
27630 2000-06-02  Jim Meyering  <meyering@lucent.com>
27631
27632         * lib/mountlist.c: Back out last change.  Instead, do this...
27633         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27634         me_dummy member using the same `ignore'-testing code.
27635         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27636         fs_type strings.
27637         From Mark D. Roth.
27638
27639 2000-05-29  Jim Meyering  <meyering@lucent.com>
27640
27641         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27642         mounts with the `ignore' attribute.  Based on a patch from
27643         Mark D. Roth.
27644
27645 2000-05-28  Jim Meyering  <meyering@lucent.com>
27646
27647         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27648         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27649         * m4/stat.m4: Likewise.
27650         * m4/lstat.m4: Likewise.
27651         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27652
27653         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27654         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27655
27656 2000-05-26  Jim Meyering  <meyering@lucent.com>
27657
27658         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27659
27660 2000-05-24  Jim Meyering  <meyering@lucent.com>
27661
27662         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27663         autoconf requires that.
27664         * m4/lib-check.m4: Likewise.
27665         * m4/jm-macros.m4: Likewise.
27666         * m4/strftime.m4: Likewise.
27667
27668         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27669         AC_CHECK_DECLS, now that autoconf requires that.
27670
27671 2000-05-22  Jim Meyering  <meyering@lucent.com>
27672
27673         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27674         * m4/lstat.m4: Likewise.
27675
27676 2000-05-22  Jim Meyering  <meyering@lucent.com>
27677
27678         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27679
27680 2000-05-20  Jim Meyering  <meyering@lucent.com>
27681
27682         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27683         (jm_PREREQ): Use it.
27684
27685 2000-05-18  Jim Meyering  <meyering@lucent.com>
27686
27687         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27688         back, too, since it may have been modified by allocate_entry.
27689         (hash_delete): Rewrite to use neither the assignment operator
27690         nor the comma operator in an if-expression.
27691
27692 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27693
27694         * lib/closeout.c:
27695         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27696         Remove; no longer needed.
27697         "quotearg.h": Add include.
27698         (file_name): Do not bother to explicitly initialize to NULL; it's less
27699         efficient on some hosts.
27700         (close_stdout_status): Remove test as to whether stdout was already
27701         closed; it breaks for the case "echo x | sort >&-".
27702         Quote file name colons.
27703         Do not assume that _("write error") lacks format strings.
27704
27705 2000-05-15  Jim Meyering  <meyering@lucent.com>
27706
27707         * lib/version-etc.c (version_etc_copyright): Update the copyright
27708         string used in all --version output.
27709
27710 2000-05-14  Jim Meyering  <meyering@lucent.com>
27711
27712         * lib/closeout.c (close_stdout_set_file_name): New function.
27713         (close_stdout_status): Use new file-scoped global.
27714         Return right away if fstat says the stdout file descriptor is invalid.
27715         * lib/closeout.h (close_stdout_set_file_name): Declare.
27716
27717 2000-05-10  Jim Meyering  <meyering@lucent.com>
27718
27719         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27720         (close_stdout_set_status): New function.
27721         * lib/closeout.h (close_stdout_set_status): Declare.
27722
27723 2000-05-09  Jim Meyering  <meyering@lucent.com>
27724
27725         * m4/gettext.m4: Rename this...
27726         * m4/libintl.m4: ...to this.
27727
27728 2000-05-08  Jim Meyering  <meyering@lucent.com>
27729
27730         * lib/long-options.c: Don't include closeout.h.
27731         (parse_long_options): Don't call close_stdout for --version.
27732
27733 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27734
27735         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27736         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27737         2.1.3 bug.  This avoids a clash when files like regex.c define
27738         _GNU_SOURCE.
27739
27740 2000-05-06  Jim Meyering  <meyering@lucent.com>
27741
27742         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27743         (AC_REPLACE_FUNCS): Add strnlen.
27744
27745         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27746         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27747
27748         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27749         AC_SEARCH_LIBS call for nanosleep.
27750         (LIB_NANOSLEEP): Set and AC_SUBST.
27751
27752 2000-05-06  Jim Meyering  <meyering@lucent.com>
27753
27754         * lib/strnlen.c: Undefine __strnlen and strnlen.
27755         [!weak_alias]: Define __strnlen to strnlen.
27756
27757         * lib/atexit.c: New file, from libiberty.
27758
27759 2000-05-06  Jim Meyering  <meyering@lucent.com>
27760
27761         * lib/closeout.c (close_stdout_status): Also check for errors on the
27762         stderr stream.
27763
27764 2000-05-05  Jim Meyering  <meyering@lucent.com>
27765
27766         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27767         AC_SEARCH_LIBS call for clock_gettime.
27768         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27769
27770         * m4/search-libs.m4: Update from autoconf.
27771
27772         su doesn't work on Solaris 2.6.
27773         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27774         <shadow.h>.  Reported by Dragos Harabor.
27775
27776 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27777
27778         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27779         memcpy instead of xmalloc, xrealloc, path_concat.
27780         (locale_charset): Treat empty environment variables as absent.
27781         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27782
27783 2000-05-04  Jim Meyering  <meyering@lucent.com>
27784
27785         * lib/getopt.c: Update from glibc.
27786         * lib/obstack.c: Likewise.
27787         * lib/obstack.h: Likewise.
27788         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27789         file
27790
27791         * lib/regex.h: Likewise.
27792         * lib/strndup.c: Likewise.
27793         * lib/strnlen.c: New file, from glibc.
27794
27795 2000-05-03  Jim Meyering  <meyering@lucent.com>
27796
27797         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27798
27799 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27800
27801         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27802         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27803         compile-time test, rather than inspecting host and OS, to
27804         decide whether to define _LARGEFILE_SOURCE.
27805
27806 2000-05-01  Jim Meyering  <meyering@lucent.com>
27807
27808         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27809
27810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27811         Based on a patch from Bruno Haible.
27812
27813 2000-05-01  Jim Meyering  <meyering@lucent.com>
27814
27815         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27816
27817 2000-04-29  Jim Meyering  <meyering@lucent.com>
27818
27819         * lib/path-concat.c: Declare strdup only if it's not defined.
27820         * lib/canon-host.c: Likewise.
27821
27822 2000-04-28  Jim Meyering  <meyering@lucent.com>
27823
27824         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27825         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27826         is included first, then limits.h is included by locale.h by libintl.h.
27827         From John David Anglin.
27828
27829 2000-04-25  Jim Meyering  <meyering@lucent.com>
27830
27831         * lib/makepath.c (S_IRWXUGO): Define.
27832         (make_path): Always perform explicit chmod if MODE specifies any
27833         of the `special' permission bits.  Prompted by a bug report against
27834         install from Mate Wierdl and Joost van Baal.
27835
27836 2000-04-18  Jim Meyering  <meyering@lucent.com>
27837
27838         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27839         (jm_PREREQ): Use it.
27840
27841 2000-04-18  Jim Meyering  <meyering@lucent.com>
27842
27843         * lib/README: New file.
27844
27845         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27846         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27847
27848 2000-04-17  Jim Meyering  <meyering@lucent.com>
27849
27850         Get it right :-)
27851         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27852         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27853         Suggestion from Akim Demaille.
27854
27855 2000-04-17  Jim Meyering  <meyering@lucent.com>
27856
27857         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27858         the definition of it to rpl_strftime also defined-away the system's
27859         declaration.
27860
27861 2000-04-15  Jim Meyering  <meyering@lucent.com>
27862
27863         Use `C' to denote so-called `contiguous' files, the same way
27864         that tar does.
27865         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27866         (ftypelet): Use S_ISCTG.
27867         From Michael Deutschmann.
27868
27869 2000-04-14  Jim Meyering  <meyering@lucent.com>
27870
27871         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27872         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27873         clobbered.
27874
27875 2000-04-14  Jim Meyering  <meyering@lucent.com>
27876
27877         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27878
27879 2000-04-13  Jim Meyering  <meyering@lucent.com>
27880
27881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27882         AH_VERBATIM to insert required #ifndef into config.h.in.
27883         Suggestion from Akim Demaille.
27884
27885 2000-04-12  Jim Meyering  <meyering@lucent.com>
27886
27887         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27888         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27889         Christian Krackowizer.
27890
27891         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27892         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27893         (AC_SYS_LARGEFILE): Require.
27894         (AM_C_PROTOTYPES): Require.
27895
27896 2000-04-08  Jim Meyering  <meyering@lucent.com>
27897
27898         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27899         names don't conflict.  Reported by Eli Zaretskii.
27900
27901 2000-04-07  Jim Meyering  <meyering@lucent.com>
27902
27903         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27904         sys/types.h, to work around system header problems on AIX 3.2.5.
27905         From Bruno Haible.
27906
27907 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27908
27909         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27910         bug.  Deal with the different error behavior of Irix iconv.
27911
27912 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27913
27914         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27915         IRIX if the installer said otherwise.
27916
27917 2000-04-05  Jim Meyering  <meyering@lucent.com>
27918
27919         Portability tweaks required for ultrix4.3.
27920         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27921         (jm_CHECK_DECLS): Add getutent to the list of functions.
27922         (_jm_DECL_HEADERS): Add utmpx.h.
27923         From John David Anglin.
27924
27925         * m4/strftime.m4: Back out the 2000-04-02 change.
27926         Instead of that change, simply undefine putenv in the test program.
27927
27928 2000-04-05  Jim Meyering  <meyering@lucent.com>
27929
27930         Portability tweaks required for ultrix4.3.
27931         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27932         getutent.
27933         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27934         * lib/canon-host.c: Declare strdup.
27935         * lib/path-concat.c: Likewise.
27936         From John David Anglin.
27937
27938 2000-04-04  Jim Meyering  <meyering@lucent.com>
27939
27940         Be more DOS 8.3-friendly.
27941         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27942         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27943         * lib/Makefile.am: Reflect renaming.
27944         Reported by Eli Zaretskii.
27945
27946         Use a temporary file name that won't clash with `charset.alias'
27947         in the DOS 8.3 name space.
27948         * lib/Makefile.am (charset_tmp): Define.
27949         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27950         (uninstall-local): Likewise.
27951         Reported by Eli Zaretskii.
27952
27953 2000-04-03  Jim Meyering  <meyering@lucent.com>
27954
27955         * m4/gettext.m4: Fix typo in comment.
27956
27957         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27958         textutils/configure.in).  Suggestion from Paul Eggert.
27959         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27960
27961 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27962
27963         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27964         variable in the shell rather than using putenv, which isn't
27965         portable.  This avoids the configure-time inter-test dependency
27966         on the potentially-renamed putenv function.
27967
27968 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27969
27970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27971         before checking struct stat.st_blksize, so that
27972         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27973
27974 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27975
27976         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27977         since strftime.c uses HAVE_STRFTIME to decide whether to use
27978         the underlying strftime.
27979
27980 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27981
27982         * lib/time/strftime.c (my_strftime): Make sure we call the system
27983         strftime, not ourselves, when invoking the underlying strftime.
27984
27985 2000-03-24  Jim Meyering  <meyering@lucent.com>
27986
27987         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27988         (charset_alias): Define.
27989         (install-exec-local): Factor out common code.
27990         (uninstall-local): Split lines longer than 80.
27991         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27992         (SUFFIXES): Define.
27993         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27994         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27995
27996 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27997
27998         * lib/config.charset: Output a line containing "Packages using this
27999         file".
28000         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28001         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28002         ref-del.sed): New rules.
28003
28004 2000-03-17  Jim Meyering  <meyering@lucent.com>
28005
28006         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28007         Otherwise, include <strings.h>
28008
28009 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28010
28011         * lib/unicodeio.c (utf8_wctomb): New function.
28012         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28013         format instead of in UCS-4 with platform dependent endianness.
28014
28015 2000-03-10  Jim Meyering  <meyering@lucent.com>
28016
28017         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28018         From Marco Franzen.
28019
28020 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28021
28022         * lib/savedir.c (savedir): Work even if directory size is
28023         negative; this can happen with some screwy NFS configurations.
28024
28025 2000-03-06  Jim Meyering  <meyering@lucent.com>
28026
28027         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28028         if it's NULL (because we ran out of memory).  From Bruno Haible.
28029
28030 2000-03-05  Jim Meyering  <meyering@lucent.com>
28031
28032         * lib/localcharset.c ("path-concat.h"): Include.
28033         (get_charset_aliases): Use path_concat instead of ANSI string
28034         concatenation.
28035
28036         * lib/unicodeio.h (PARAMS): Define.
28037         Use it to guard prototype.
28038
28039 2000-03-04  Jim Meyering  <meyering@lucent.com>
28040
28041         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28042         for lib/localcharset.c.
28043
28044 2000-03-04  Jim Meyering  <meyering@lucent.com>
28045
28046         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28047         installing into it.
28048         (uninstall-local): Uncomment this rule so `make distcheck' works
28049         once again.
28050
28051         * lib/unicodeio.c (<errno.h>): Include it.
28052         (errno): Declare if not defined.
28053
28054         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28055
28056         * lib/config.charset: New version, incorporating remarks from a linux
28057         i18n mailing list.  From Bruno Haible.
28058
28059 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28060
28061         * m4/codeset.m4: New file.
28062         * m4/iconv.m4: New file.
28063         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28064
28065 2000-03-03  Jim Meyering  <meyering@lucent.com>
28066
28067         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28068
28069 2000-03-02  Jim Meyering  <meyering@lucent.com>
28070
28071         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28072         the messages come out on separate lines.
28073
28074         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28075         rather than jm_CHECK_DECLARATIONS.
28076         * m4/decl.m4: Remove now-unused file.
28077
28078         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28079         geteuid.
28080
28081 2000-03-02  Jim Meyering  <meyering@lucent.com>
28082
28083         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28084
28085 2000-03-01  Jim Meyering  <meyering@lucent.com>
28086
28087         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28088         * lib/unicodeio.c: Likewise.
28089
28090 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28091
28092         * lib/config.charset: New file.
28093         * lib/localcharset.c: New file.
28094         * lib/unicodeio.h, lib/unicodeio.c: New files.
28095         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28096         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28097         (noinst_HEADERS): Add unicodeio.h.
28098         (all-local, install-exec-local, charset.alias): New targets.
28099
28100 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28101
28102         * lib/quotearg.c (ALERT_CHAR): New macro.
28103         (quotearg_buffer_restyled): Use it.
28104
28105 2000-02-27  Jim Meyering  <meyering@lucent.com>
28106
28107         * m4/check-decl.m4: Add getenv to the list.
28108
28109 2000-02-27  Jim Meyering  <meyering@lucent.com>
28110
28111         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28112         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28113
28114         * lib/backupfile.c: Guard inclusion of stdlib.h with
28115         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28116         Declare malloc if needed.
28117
28118         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28119         `#ifndef HAVE_DECL..'
28120         now that autoconf always defines the HAVE_DECL_ symbols.
28121         * lib/human.c: Likewise.
28122         * lib/same.c: Likewise.
28123         * lib/strtoumax.c: Likewise.
28124
28125         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28126         declaration check was not run.
28127         * lib/hash.c: Likewise.
28128         * lib/human.c: Likewise.
28129         * lib/same.c: Likewise.
28130         * lib/strtoumax.c: Likewise.
28131
28132         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28133         `.', then first look up the entire `.'-containing string as a login
28134         name.
28135
28136 2000-02-23  Jim Meyering  <meyering@lucent.com>
28137
28138         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28139         in place of my hack.
28140
28141 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28142
28143         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28144         (textint): New typedef.
28145         (parser_control): Member year changed from int to textint.
28146         All uses changed.
28147         (YYSTYPE): Removed; replaced by %union with int and textint members.
28148         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28149         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28150         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28151         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28152         (date, number, to_year): Use width of number in digits, not its value,
28153         to determine whether it's a 2-digit year, or a 2-digit time.
28154         (yylex): Store number of digits of numeric tokens.
28155         Reported by John Kendall.
28156
28157         (parser_control): Changed from struct parser_control to typedef (for
28158         consistency).  All uses changed.
28159
28160         (tID): Removed; not used.
28161         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28162
28163 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28164
28165         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28166         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28167
28168 2000-02-12  Jim Meyering  <meyering@lucent.com>
28169
28170         * lib/userspec.c (ISDIGIT): Define it.
28171         (isdigit): Remove definition.
28172         (is_number): Use ISDIGIT, not isdigit.
28173         <libintl.h>: Include.
28174         (_ and N_): Define.
28175         (parse_user_spec): Mark translatable strings.
28176
28177 2000-02-10  Jim Meyering  <meyering@lucent.com>
28178
28179         With these changes, nanosleep.[ch] are finally enough like the other
28180         lib/* replacement files to compile on a few more losing systems.
28181
28182         * lib/nanosleep.h: Don't include config.h.
28183         Remove prototype from declaration of nanosleep.
28184         (PARAMS): Remove now-unneeded definition.
28185         * lib/nanosleep.c: #undef nanosleep.
28186         (rpl_nanosleep): Rename from nanosleep.
28187
28188 2000-02-10  Jim Meyering  <meyering@lucent.com>
28189
28190         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28191         gnu_nanosleep to rpl_nanosleep.
28192
28193 2000-02-09  Jim Meyering  <meyering@lucent.com>
28194
28195         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28196         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28197
28198 2000-02-08  Akim Demaille  <akim@epita.fr>
28199
28200         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28201         `[' and `]' and remove uses of `changequote'.
28202         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28203         (AC_SYS_LARGEFILE): Likewise.
28204         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28205         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28206         of changequote.
28207         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28208         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28209         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28210         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28211
28212 2000-02-05  Jim Meyering  <meyering@lucent.com>
28213
28214         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28215         Remove explicit use of AC_HEADER_TIME.  It is required by
28216         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28217         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28218         in autoconf whereby the expansion of the latter ended up preceding
28219         the expansion of its prerequisite, AC_HEADER_TIME.
28220         Reported by Volker Borchert.
28221
28222 2000-02-03  Jim Meyering  <meyering@lucent.com>
28223
28224         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28225
28226 2000-02-03  Jim Meyering  <meyering@lucent.com>
28227
28228         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28229         rather than with `#if HAVE_UTMPNAME'.
28230
28231 2000-02-02  Jim Meyering  <meyering@lucent.com>
28232
28233         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28234         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28235         Reported by Eli Zaretskii.
28236
28237 2000-02-01  Jim Meyering  <meyering@lucent.com>
28238
28239         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28240
28241 2000-01-31  Jim Meyering  <meyering@lucent.com>
28242
28243         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28244         functions.  Add the time.h and sys/time.h headers along with the
28245         AC_REQUIRE'ment of AC_HEADER_TIME.
28246
28247 2000-01-31  Jim Meyering  <meyering@lucent.com>
28248
28249         * lib/nanosleep.h (nanosleep): Guard declaration with
28250         `#if ! HAVE_DECL_NANOSLEEP'.
28251         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28252         the declaration in that vendor's sys/timers.h.
28253         Reported by Christian Krackowizer.
28254
28255         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28256         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28257         (ISPRINT): Likewise.
28258         Reported by Tom Tromey.
28259
28260 2000-01-30  Jim Meyering  <meyering@lucent.com>
28261
28262         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28263
28264         * m4/prereq.m4 (utmp_includes): Define.
28265         Check for ut_user and ut_name members in both struct utmpx
28266         and struct utmp.
28267
28268 2000-01-30  Jim Meyering  <meyering@lucent.com>
28269
28270         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28271         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28272         header files where only utmpx.ut_user is declared.
28273
28274         * lib/readutmp.h (UT_USER): Define.
28275
28276 2000-01-29  Jim Meyering  <meyering@lucent.com>
28277
28278         * m4/lib-check.m4: New file containing library-related checks from
28279         fileutils and sh-utils (textutils had none).
28280
28281 2000-01-28  Jim Meyering  <meyering@lucent.com>
28282
28283         * m4/perl.m4: Change format of warning message to look more like that
28284         from the missing script.  Suggestion from François Pinard.
28285
28286 2000-01-25  Jim Meyering  <meyering@lucent.com>
28287
28288         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28289         well as time.h in the compile check.
28290         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28291         Fix typo in cross-compiling case: s/yes/no/.
28292
28293 2000-01-23  Jim Meyering  <meyering@lucent.com>
28294
28295         * m4/jm-macros.m4: Move df-related tests here from
28296         fileutils/configure.in
28297
28298         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28299         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28300
28301         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28302         s/space/ac_fsusage_space/.
28303         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28304
28305         * m4/ftruncate.m4: New file (derived from part of
28306         fileutils/configure.in).
28307         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28308         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28309
28310         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28311         AC_SUBST these here, rather than just in sh-util/configure.in, so
28312         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28313         all the same.
28314         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28315         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28316         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28317         (AC_SUBST(POW_LIBM)): Likewise.
28318         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28319
28320 2000-01-23  Jim Meyering  <meyering@lucent.com>
28321
28322         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28323         obstack.c.
28324
28325 2000-01-22  Jim Meyering  <meyering@lucent.com>
28326
28327         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28328
28329         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28330
28331         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28332         configure.in
28333         (AC_CHECK_HEADERS): Likewise for sh-utils.
28334         (AC_CHECK_HEADERS): Likewise for textutils.
28335         Merge the three lists of headers.
28336
28337         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28338         from fileutils' configure.in.
28339
28340         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28341         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28342         check-decl.m4.
28343
28344         * m4/check-decl.m4: Use #if rather than #ifdef.
28345         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28346         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28347         (_jm_DECL_HEADERS): Define new function.
28348         (jm_CHECK_DECLARATIONS): Require it.
28349
28350 2000-01-22  Jim Meyering  <meyering@lucent.com>
28351
28352         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28353         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28354         Required for some AIX systems.  Reported by Christian Krackowizer.
28355         [TESTING] (main): New function.
28356
28357         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28358         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28359         letters.
28360
28361         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28362         iswprint.
28363
28364         * lib/strverscmp.c (ISDIGIT): Define.
28365         (strverscmp): Use ISDIGIT, not isdigit.
28366
28367 2000-01-19  Jim Meyering  <meyering@lucent.com>
28368
28369         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28370         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28371         defines `struct timespec' in <sys/time.h>
28372
28373         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28374         Thanks to Akim for explaining.
28375
28376 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28377
28378         * lib/nanosleep.c (nanosleep):
28379         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28380         POSIX.1 doesn't require SA_INTERRUPT and some systems
28381         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28382         it's been part of POSIX.1 since day 1 (in 1988).
28383
28384 2000-01-17  Jim Meyering  <meyering@lucent.com>
28385
28386         * lib/interlock: Remove unused file.  Reported by François Pinard.
28387
28388 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28389
28390         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28391         alert, backslash, formfeed, and vertical tab unnecessarily in
28392         shell quoting style.
28393
28394 2000-01-16  Jim Meyering  <meyering@lucent.com>
28395
28396         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28397         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28398         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28399         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28400
28401 2000-01-16  Jim Meyering  <meyering@lucent.com>
28402
28403         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28404         because the latter didn't work.
28405
28406 2000-01-15  Jim Meyering  <meyering@lucent.com>
28407
28408         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28409         (AC_REPLACE_FUNCS): Add memcpy and memset.
28410         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28411         Add strpbrk.
28412         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28413
28414 2000-01-12  Jim Meyering  <meyering@lucent.com>
28415
28416         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28417         (jm_PREREQ): Use it.
28418         (jm_PREREQ_READUTMP): New macro.
28419         (jm_PREREQ): Use it.
28420
28421 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28422
28423         Quote multibyte characters correctly.
28424         * m4/c-bs-a.m4: New file.
28425         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28426         (jm_PREREQ): Use it.
28427
28428 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28429
28430         * m4/uintmax_t.m4: Port to autoconf 2.13.
28431
28432 2000-01-08  Jim Meyering  <meyering@ascend.com>
28433
28434         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28435         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28436
28437 2000-01-04  Jim Meyering  <meyering@ascend.com>
28438
28439         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28440         jm_STRUCT_DIRENT_D_TYPE.
28441         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28442         jm_STRUCT_DIRENT_D_INO.
28443         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28444         jm_STRUCT_UTIMBUF.
28445         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28446         renamings.
28447         * m4/utime.m4: Likewise.
28448
28449         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28450         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28451
28452 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28453
28454         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28455         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28456
28457 2000-01-02  Jim Meyering  <meyering@ascend.com>
28458
28459         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28460         remember if this is necessary.
28461
28462 1999-12-26  Jim Meyering  <meyering@ascend.com>
28463
28464         * m4/jm-macros.m4: Use it here.
28465         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28466
28467 1999-12-23  Jim Meyering  <meyering@ascend.com>
28468
28469         * m4/jm-macros.m4: Check for clock_gettime (moved from
28470         fileutils/configure.in)
28471         Check for gettimeofday.
28472
28473 1999-12-20  Jim Meyering  <meyering@ascend.com>
28474
28475         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28476         autoconf-2.14a-1999-12-20.
28477
28478 1999-12-19  Jim Meyering  <meyering@ascend.com>
28479
28480         * m4/lstat-slash.m4: New file.
28481         * m4/jm-macros.m4: Use the new macro:
28482         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28483
28484 1999-12-07  Jim Meyering  <meyering@ascend.com>
28485
28486         * m4/perl.m4: Require that File::Compare be available, too.
28487         Too many systems seem to lack it.
28488
28489         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28490         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28491
28492 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28493
28494         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28495         problem with the QNX 4.25 shell, which doesn't propagate exit
28496         status of failed commands inside shell assignments.
28497
28498 1999-11-17  Jim Meyering  <meyering@ascend.com>
28499
28500         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28501
28502 1999-11-07  Jim Meyering  <meyering@ascend.com>
28503
28504         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28505
28506 1999-11-06  Jim Meyering  <meyering@ascend.com>
28507
28508         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28509         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28510
28511 1999-11-05  Jim Meyering  <meyering@ascend.com>
28512
28513         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28514         configure.in of textutils, fileutils, and sh-utils into this one
28515         (shared between those packages) file.
28516         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28517         AC_STRUCT_ST_BLKSIZE.
28518
28519 1999-11-03  Jim Meyering  <meyering@ascend.com>
28520
28521         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28522         of AC_CHECK_TYPE checks includes unistd.h.
28523         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28524         Suggestion from Akim Demaille.
28525
28526 1999-10-30  Jim Meyering  <meyering@ascend.com>
28527
28528         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28529         m4-quoted string.
28530         * m4/ls-mntd-fs.m4: Likewise.
28531         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28532         * m4/jm-winsz1.m4: Likewise.
28533
28534         * m4/const.m4: Remove file, since the fix made it into the experimental
28535         version of autoconf.
28536         * m4/mktime.m4: Likewise.
28537
28538         * m4/check-type.m4: Remove file, now that the latest version of
28539         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28540
28541         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28542         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28543         AC_CHECK_TYPE.
28544
28545 1999-10-04  Jim Meyering  <meyering@ascend.com>
28546
28547         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28548
28549 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28550
28551         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28552         2.95.1 bug with HP-UX 10.20.
28553
28554 1999-09-17  Jim Meyering  <meyering@ascend.com>
28555
28556         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28557         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28558         due to missing strdup (against sh-utils-2.0).
28559
28560 1999-08-29  Jim Meyering  <meyering@ascend.com>
28561
28562         * m4/jm-macros.m4: Require jm_BISON.
28563         * m4/bison.m4: New file.
28564
28565 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28566
28567         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28568         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28569
28570 1999-08-05  Jim Meyering  <meyering@ascend.com>
28571
28572         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28573         to avoid conflicts with `conftest' on 8+3 filesystems.
28574         Suggestion from Eli Zaretskii.
28575
28576 1999-08-04  Jim Meyering  <meyering@ascend.com>
28577
28578         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28579         fileutils and sh-utils (textutils's getline test was inadequate).
28580         (AM_FUNC_GETLINE): Run this test.
28581         (AC_CHECK_FUNCS): Check for getdelim.
28582         Reported by Bob Proulx.
28583
28584 1999-08-02  Jim Meyering  <meyering@ascend.com>
28585
28586         * m4/jm-macros.m4: Add a comment.
28587
28588 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28589
28590         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28591         <inttypes.h> defines strtoumax as a macro (and not as a
28592         function).
28593
28594 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28595
28596         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28597         that we can shift, multiply and divide unsigned long long
28598         values; Ultrix cc can't do it.
28599
28600 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28601
28602         * m4/mktime.m4: New file, which is a preview of what should appear
28603         in the next public autoconf release.
28604
28605 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28606
28607         * m4/lfs.m4: Remove this file.
28608         * m4/largefile.m4: New file.  It contains the old contents of
28609         lfs.m4, except that all names with prefix AC_LFS have been
28610         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28611         compatible with future autoconf versions.  Also, some minor m4
28612         quoting problems have been fixed.
28613
28614 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28615
28616         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28617         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28618         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28619         and simplify the shell code.
28620
28621 1999-08-01  Jim Meyering  <meyering@ascend.com>
28622
28623         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28624         m4.
28625
28626 1999-07-20  Jim Meyering  <meyering@ascend.com>
28627
28628         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28629
28630 1999-07-15  Jim Meyering  <meyering@ascend.com>
28631
28632         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28633
28634 1999-05-22  Jim Meyering  <meyering@ascend.com>
28635
28636         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28637
28638 1999-05-20  Jim Meyering  <meyering@ascend.com>
28639
28640         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28641         Add a colon after each `then' in case $4 is empty.
28642
28643 1999-05-16  Jim Meyering  <meyering@ascend.com>
28644
28645         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28646
28647 1999-05-10  Jim Meyering  <meyering@ascend.com>
28648
28649         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28650
28651         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28652         AC_FUNC_MKTIME.
28653
28654 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28655
28656         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28657
28658 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28659
28660         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28661         not CPPFLAGS, so that linking works correctly in IRIX.
28662
28663 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28664
28665         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28666
28667 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28668
28669         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28670         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28671         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28672         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28673         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28674
28675         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28676
28677 1999-04-20  Jim Meyering  <meyering@ascend.com>
28678
28679         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28680         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28681         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28682
28683 1999-04-18  Jim Meyering  <meyering@ascend.com>
28684
28685         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28686         * m4/jm-macros.m4: Use it.
28687
28688 1999-04-06  Jim Meyering  <meyering@ascend.com>
28689
28690         * m4/strftime.m4: Remove test for %f.
28691
28692 1999-03-29  Jim Meyering  <meyering@ascend.com>
28693
28694         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28695         superset of the AC_TYPE_* checks in the textutils, fileutils,
28696         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28697         AC_TYPE_PID_T.
28698
28699 1999-03-28  Jim Meyering  <meyering@ascend.com>
28700
28701         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28702         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28703         replaced e.g., in the *.sh files of the sh-utils.
28704
28705 1999-03-20  Jim Meyering  <meyering@ascend.com>
28706
28707         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28708         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28709         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28710
28711 1999-03-19  Jim Meyering  <meyering@ascend.com>
28712
28713         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28714
28715 1999-03-12  Jim Meyering  <meyering@ascend.com>
28716
28717         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28718
28719 1999-03-07  Jim Meyering  <meyering@ascend.com>
28720
28721         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28722         declared.
28723
28724 1999-02-17  Jim Meyering  <meyering@ascend.com>
28725
28726         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28727         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28728
28729 1999-02-07  Jim Meyering  <meyering@ascend.com>
28730
28731         * m4/group-member.m4: New file -- extracted from sh-utils'
28732         configure.in.
28733
28734         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28735         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28736
28737 1999-02-06  Jim Meyering  <meyering@ascend.com>
28738
28739         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28740         * m4/fnmatch.m4: Likewise.
28741         * m4/getgroups.m4: Likewise.
28742         * m4/lstat.m4: Likewise.
28743         * m4/malloc.m4: Likewise.
28744         * m4/putenv.m4: Likewise.
28745         * m4/realloc.m4: Likewise.
28746         * m4/regex.m4: Likewise.
28747         * m4/stat.m4: Likewise.
28748         * m4/strftime.m4: Likewise.
28749         Suggestion from Alain Magloire.
28750
28751         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28752         * m4/fnmatch.m4: Likewise.
28753         * m4/getgroups.m4: Likewise.
28754         * m4/getline.m4: Likewise.
28755         * m4/lstat.m4: Likewise.
28756         * m4/malloc.m4: Likewise.
28757         * m4/memcmp.m4: Likewise.
28758         * m4/putenv.m4: Likewise.
28759         * m4/realloc.m4: Likewise.
28760         * m4/regex.m4: Likewise.
28761         * m4/stat.m4: Likewise.
28762         * m4/strftime.m4: Likewise.
28763         Suggestion from Alain Magloire.
28764
28765         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28766         an argument.
28767
28768         * m4/regex.m4: Add a run-time Test for proper operation of
28769         re_compile_pattern.
28770
28771 1999-01-31  Jim Meyering  <meyering@ascend.com>
28772
28773         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28774
28775 1999-01-30  Jim Meyering  <meyering@ascend.com>
28776
28777         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28778
28779         * m4/jm-mktime.m4: Make this a wrapper around the official
28780         AM_FUNC_MKTIME rather than my private copy, now that the official one
28781         is up to date.
28782         * m4/mktime.m4: Remove file.
28783
28784         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28785         * m4/uptime.m4: Likewise.
28786         * m4/uintmax_t.m4: Likewise.
28787
28788 1999-01-28  Jim Meyering  <meyering@ascend.com>
28789
28790         * m4/jm-macros.m4: Use jm_AFS.
28791         * m4/afs.m4: New file (from fileutils' configure.in).
28792
28793         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28794         * m4/chown.m4: Likewise.
28795         * m4/d-ino.m4: Likewise.
28796         * m4/d-type.m4: Likewise.
28797         * m4/fnmatch.m4: Likewise.
28798         * m4/getgroups.m4: Likewise.
28799         * m4/gettext.m4: Likewise.
28800         * m4/jm-mktime.m4: Likewise.
28801         * m4/jm-winsz2.m4: Likewise.
28802         * m4/lcmessage.m4: Likewise.
28803         * m4/ls-mntd-fs.m4: Likewise.
28804         * m4/malloc.m4: Likewise.
28805         * m4/memcmp.m4: Likewise.
28806         * m4/putenv.m4: Likewise.
28807         * m4/realloc.m4: Likewise.
28808         * m4/st_mtim.m4: Likewise.
28809         * m4/strftime.m4: Likewise.
28810
28811 1999-01-16  Jim Meyering  <meyering@ascend.com>
28812
28813         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28814         (ARGMATCH_DIE_DECL): Define.
28815
28816 1999-01-12  Jim Meyering  <meyering@ascend.com>
28817
28818         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28819         Reported by Lars Hecking.
28820
28821 1999-01-10  Jim Meyering  <meyering@ascend.com>
28822
28823         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28824         gross kludge.
28825         * m4/inttypes_h.m4: Likewise.
28826         * m4/lstat.m4: Likewise.
28827         * m4/malloc.m4: Likewise.
28828         * m4/readdir.m4: Likewise.
28829         * m4/realloc.m4: Likewise.
28830         * m4/st_dm_mode.m4: Likewise.
28831         * m4/stat.m4: Likewise.
28832         * m4/utimbuf.m4: Likewise.
28833         * m4/utimes.m4: Likewise.
28834
28835         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28836         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28837         comments in config.h.in are meaningful.
28838
28839         * m4/jm-macros.m4: Require autoconf-2.13 here.
28840
28841         * m4/regex.m4: By default, don't use the included regex.c on systems
28842         with glibc 2.  Suggestion from Uli Drepper.
28843
28844 1999-01-02  Jim Meyering  <meyering@ascend.com>
28845
28846         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28847
28848 1998-12-18  Jim Meyering  <meyering@ascend.com>
28849
28850         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28851         Based on a suggestion from Lars Hecking.
28852
28853 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28854
28855         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28856
28857 1998-11-16  Jim Meyering  <meyering@ascend.com>
28858
28859         * m4/lfs.m4: Double-quote the `uname...` expression.
28860
28861 1998-11-14  Jim Meyering  <meyering@ascend.com>
28862
28863         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28864         * m4/stat.m4: Likewise.
28865
28866 1998-11-03  Jim Meyering  <meyering@ascend.com>
28867
28868         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28869         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28870
28871 1998-10-18  Jim Meyering  <meyering@ascend.com>
28872
28873         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28874
28875 1998-10-17  Jim Meyering  <meyering@ascend.com>
28876
28877         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28878         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28879         calls for those previously hard-coded headers.  Instead, take a new
28880         parameter.
28881         (jm_CHECK_DECLARATIONS): Reflect interface change.
28882         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28883         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28884
28885         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28886
28887 1998-10-14  Jim Meyering  <meyering@ascend.com>
28888
28889         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28890         instead of "TZ=America/Vancouver".  From Paul Eggert.
28891
28892 1998-10-11  Jim Meyering  <meyering@ascend.com>
28893
28894         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28895         This adds a test for a recently added compatibility fix for mktime.c.
28896         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28897
28898 1998-09-27  Jim Meyering  <meyering@ascend.com>
28899
28900         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28901
28902         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28903         ../configure.in, including a change from Gordon Matzigkeit to allow
28904         cross-compiling for the Hurd.
28905
28906         * m4/glibc.m4: New file/macro to test for the GNU C Library
28907         versions 1 and 2.  From Gordon Matzigkeit.
28908         Indent.
28909
28910 1998-09-21  Jim Meyering  <meyering@ascend.com>
28911
28912         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28913
28914 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28915
28916         Port nanosecond-resolution times to UnixWare 2.1.2 and
28917         pedantic Solaris 2.6.
28918
28919         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28920         AC_STRUCT_ST_MTIM.
28921         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28922         Generate name of ns member, instead of just 1 or undef.
28923         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28924
28925 1998-08-15  Jim Meyering  <meyering@ascend.com>
28926
28927         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28928         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28929         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28930         instead of jm_TYPE_SSIZE_T.
28931
28932 1998-08-12  Jim Meyering  <meyering@ascend.com>
28933
28934         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28935
28936 1998-08-02  Jim Meyering  <meyering@ascend.com>
28937
28938         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28939         in acconfig.h manually.
28940
28941 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28942
28943         * m4/st_mtim.m4: New file.
28944
28945 1998-07-28  Jim Meyering  <meyering@ascend.com>
28946
28947         * m4/utimes.m4: Undef stat.
28948
28949 1998-07-25  Jim Meyering  <meyering@ascend.com>
28950
28951         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28952         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28953
28954 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28955
28956         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28957         uid and gid actually remain unchanged.
28958
28959 1998-07-07  Jim Meyering  <meyering@ascend.com>
28960
28961         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28962
28963 1998-07-04  Jim Meyering  <meyering@ascend.com>
28964
28965         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28966         to prove that this macro can be used in packages without regex.c.
28967
28968 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28969
28970         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28971         is to be used.
28972
28973 1998-07-03  Jim Meyering  <meyering@ascend.com>
28974
28975         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28976
28977         * m4/gettext.m4: New file -- from gettext-0.10.35.
28978         * m4/lcmessage.m4: Likewise.
28979         * m4/progtest.m4: Likewise.
28980
28981         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28982         * m4/jm-macros.m4: Require the new macro.
28983
28984 1998-06-29  Jim Meyering  <meyering@ascend.com>
28985
28986         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28987         for the definition of NGROUPS (used in a system header included
28988         by sys/mount.h).
28989
28990 1998-06-28  Jim Meyering  <meyering@ascend.com>
28991
28992         * m4/ls-mntd-fs.m4: New file.
28993         * m4/fstypename.m4: New file.
28994
28995         * m4/jm-macros.m4: Require the new macro.
28996         * m4/jm-glibc-io.m4: New file.
28997
28998 1998-05-19  Jim Meyering  <meyering@ascend.com>
28999
29000         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29001         * m4/lchown.m4: New file.
29002
29003         * m4/Makefile.am.in: New file.
29004         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29005
29006 1998-05-14  Jim Meyering  <meyering@ascend.com>
29007
29008         * m4/Makefile.am (EXTRA_DIST): Add them.
29009         * m4/jm-macros.m4: New file.
29010         * m4/utimbuf.m4: New file.
29011
29012 1998-05-12  Jim Meyering  <meyering@ascend.com>
29013
29014         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29015
29016 1998-05-11  Jim Meyering  <meyering@ascend.com>
29017
29018         * m4/isc-posix.m4: New file.
29019
29020 1998-05-10  Jim Meyering  <meyering@ascend.com>
29021
29022         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29023
29024 1998-05-09  Jim Meyering  <meyering@ascend.com>
29025
29026         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29027         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29028         with automake.
29029
29030         * m4/ssize_t.m4: New file.
29031         * m4/mktime.m4: Remove file -- the new automake has this now.
29032
29033 1998-04-26  Jim Meyering  <meyering@ascend.com>
29034
29035         * m4/assert.m4: New file.
29036         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29037
29038 1998-04-05  Jim Meyering  <meyering@ascend.com>
29039
29040         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29041         (jm_PREREQ): Use it here.
29042
29043 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29044
29045         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29046         in acconfig.h.
29047
29048 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29049
29050         * m4/prereq.m4: New file.
29051         * m4/error.m4: New file.
29052         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29053
29054 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29055
29056         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29057         cache-check for the same variable -- that defeated the purpose of
29058         the test; the test program was never run.  This was a problem only
29059         on systems with losing getline functions -- HP-UX 10.20 is one.
29060         Reported by Bjorn Helgaas.
29061
29062 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29063
29064         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29065
29066 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29067
29068         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29069
29070         * m4/const.m4: New file.  Use an initializer in this declaration
29071         typedef int charset[2]; const charset x;
29072         Reported by Bob Glickstein.
29073
29074 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29075
29076         * m4/chown.m4: Fix reversed types on -1 args to chown.
29077         From Kaveh Ghazi.
29078
29079 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29080
29081         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29082         Add lseek and memchr.
29083
29084         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29085         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29086         have a 20-character limit on names.
29087
29088 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29089
29090         * m4/inttypes_h.m4: New file.
29091         * m4/uintmax_t.m4: New file.
29092         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29093
29094 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29095   Free Software Foundation, Inc.
29096 Copying and distribution of this file, with or without modification,
29097 are permitted provided the copyright notice and this notice are preserved.