Update to Unicode 5.0.
[gnulib.git] / ChangeLog
1 2007-07-08  Bruno Haible  <bruno@clisp.org>
2
3         Update to Unicode 5.0.
4         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
5         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
6         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
8         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
9         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
10         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
11         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13         U+10A3F, U+1D242..U+1D244.
14         (nonspacing_table_ind): Update.
15         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
16         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
17
18 2007-07-08  Bruno Haible  <bruno@clisp.org>
19
20         Update to Unicode 5.0.
21         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
22         code transform. Extend the name index field of unicode_name_to_code and
23         unicode_code_to_name from 16 to 24 bits.
24         * lib/uniname/uniname.c (unicode_character_name,
25         unicode_name_character): Add the range 0x12xxx to the code transform.
26         * lib/uniname/uninames.h: Regenerated.
27         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
28
29 2007-07-07  Bruno Haible  <bruno@clisp.org>
30
31         * modules/wcwidth-tests: New file.
32         * tests/test-wcwidth.c: New file.
33
34         Work around MacOS X wcwidth() bug.
35         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
36         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
37         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
38         original wcwidth in non-UTF-8 locales.
39         * modules/wcwidth (Depends-on): Add localcharset, streq,
40         uniwidth/width.
41         * doc/functions/wcwidth.texi: Update.
42
43 2007-07-07  Bruno Haible  <bruno@clisp.org>
44
45         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
46         (wcwidth): New declaration.
47         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
48         macros.
49         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
50         here. Prepare for creating <wchar.h> unconditionally.
51         * modules/wchar (Depends-on): Add link-warning.
52         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
53         REPLACE_WCWIDTH, and GL_LINK_WARNING.
54         * lib/wcwidth.h: Remove file.
55         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
56         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
57         * modules/wcwidth (Files): Remove lib/wcwidth.h.
58         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
59         (Include): Replace wcwidth.h with <wchar.h>.
60         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
61         * lib/mbchar.h: Don't include wcwidth.h.
62         * lib/mbswidth.c: Likewise.
63         * NEWS: Mention the change.
64
65 2007-07-07  Bruno Haible  <bruno@clisp.org>
66
67         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
68         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
69         definition with an external declaration.
70         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
71         defined as a function. Remove AC_C_INLINE requirement.
72         * modules/wcwidth (Files): Add lib/wcwidth.c.
73         (Makefile.am): Remove redundant statement.
74
75 2007-07-07  Bruno Haible  <bruno@clisp.org>
76
77         * MODULES.html.sh (Unicode string functions): Add the new modules.
78
79         * tests/uniwidth/test-u32-strwidth.c: New file.
80         * modules/uniwidth/u32-strwidth-tests: New file.
81
82         * lib/uniwidth/u32-strwidth.c: New file.
83         * modules/uniwidth/u32-strwidth: New file.
84
85         * tests/uniwidth/test-u16-strwidth.c: New file.
86         * modules/uniwidth/u16-strwidth-tests: New file.
87
88         * lib/uniwidth/u16-strwidth.c: New file.
89         * modules/uniwidth/u16-strwidth: New file.
90
91         * tests/uniwidth/test-u8-strwidth.c: New file.
92         * modules/uniwidth/u8-strwidth-tests: New file.
93
94         * lib/uniwidth/u8-strwidth.c: New file.
95         * modules/uniwidth/u8-strwidth: New file.
96
97         * tests/uniwidth/test-u32-width.c: New file.
98         * modules/uniwidth/u32-width-tests: New file.
99
100         * lib/uniwidth/u32-width.c: New file.
101         * modules/uniwidth/u32-width: New file.
102
103         * tests/uniwidth/test-u16-width.c: New file.
104         * modules/uniwidth/u16-width-tests: New file.
105
106         * lib/uniwidth/u16-width.c: New file.
107         * modules/uniwidth/u16-width: New file.
108
109         * tests/uniwidth/test-u8-width.c: New file.
110         * modules/uniwidth/u8-width-tests: New file.
111
112         * lib/uniwidth/u8-width.c: New file.
113         * modules/uniwidth/u8-width: New file.
114
115         * tests/uniwidth/test-uc_width.c: New file.
116         * modules/uniwidth/width-tests: New file.
117
118         * lib/uniwidth/width.c: New file, from GNU libiconv.
119         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
120         * modules/uniwidth/width: New file.
121
122         * lib/uniwidth.h: New file, from GNU libiconv.
123         * modules/uniwidth/base: New file.
124
125 2007-07-07  Bruno Haible  <bruno@clisp.org>
126
127         * lib/uniname.h: New file, from GNU gettext.
128         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
129         * lib/uniname/uninames.h: New file, from GNU gettext.
130         * lib/uniname/uniname.c: New file, from GNU gettext.
131         * tests/uniname/test-uninames.sh: New file.
132         * tests/uniname/test-uninames.c: New file, from GNU gettext.
133         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
134         * modules/uniname/base: New file.
135         * modules/uniname/uniname: New file.
136         * modules/uniname/uniname-tests: New file.
137         * MODULES.html.sh (Unicode string functions): Add the new modules.
138
139 2007-07-06  Bruno Haible  <bruno@clisp.org>
140
141         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
142
143 2007-07-06  Bruno Haible  <bruno@clisp.org>
144
145         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
146         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
147         includes <cygwin/sys_time.h> which includes <sys/select.h> which
148         include <sys/time.h>.
149         Reported by Eric Blake.
150
151 2007-07-06  Eric Blake  <ebb9@byu.net>
152
153         Fix testing canonicalize on cygwin.
154         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
155         Revert patch from 2007-06-19.
156         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
157         canonicalize module is also in use.
158         * tests/test-canonicalize.c: New file.
159         * tests/test-canonicalize.sh: Likewise.
160         * modules/canonicalize-tests: Likewise.
161
162 2007-07-06  Jim Meyering  <jim@meyering.net>
163
164         * lib/getugroups.c (getugroups): Detect getgrent failure.
165         Adjust comment to reflect reality: this function may return -1.
166
167 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
168
169         * build-aux/bootstrap (TP_URL,get_translations): Update to use
170         the new TP address.
171         (usage): Fix typo
172         (gnulib_mk): New variable.
173
174 2007-07-05  Jim Meyering  <jim@meyering.net>
175
176         Don't let endgrent clobber errno, no matter how improbable.
177         * lib/getugroups.c (getugroups): Save and restore errno around
178         endgrent call.
179
180         Close the group DB even when failing with 2^31 or more members.
181         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
182
183 2007-07-04  Jim Meyering  <jim@meyering.net>
184
185         * lib/getugroups.h: New file.
186         * lib/getugroups.c: Include "getugroups.h".
187         Remove uses of "register" keyword.
188         Move local variable, "cp", down into scope where used.
189         Give "username" parameter the "const" attribute.
190         * modules/getugroups (Files): Add lib/getugroups.h
191
192 2007-07-04  Karl Berry  <karl@gnu.org>
193
194         * MODULES.html.sh (func_all_modules): Complete rename of
195         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
196
197 2007-07-02  Bruno Haible  <bruno@clisp.org>
198
199         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
200         mode, when inttypes.h comes from gnulib.
201         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
202
203 2007-07-02  Simon Josefsson  <simon@josefsson.org>
204
205         * NEWS: Mention lgpl module name change.
206
207         * modules/lgpl-2.1: Renamed from lgpl.
208
209         * NEWS: Mention gpl module name change.
210
211         * modules/gpl-3.0: New file, based on gpl-2.0.
212
213         * modules/gpl-2.0: Renamed from gpl.
214
215         * modules/gpl: Fix filename, doc/gpl.texi is now found at
216         doc/gpl-2.0.texi.
217
218 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
219
220         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
221         #define __STDC_LIMIT_MACROS temporarily while including
222         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
223         Problem reported by Joel E. Denny in
224         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
225
226 2007-07-01  Bruno Haible  <bruno@clisp.org>
227
228         * lib/unistdio.h: New file.
229         * lib/unistdio/u-asnprintf.h: New file.
230         * lib/unistdio/u-asprintf.h: New file.
231         * lib/unistdio/u-printf-args.c: New file.
232         * lib/unistdio/u-printf-args.h: New file.
233         * lib/unistdio/u-printf-parse.h: New file.
234         * lib/unistdio/u-snprintf.h: New file.
235         * lib/unistdio/u-sprintf.h: New file.
236         * lib/unistdio/u-vasprintf.h: New file.
237         * lib/unistdio/u-vsnprintf.h: New file.
238         * lib/unistdio/u-vsprintf.h: New file.
239         * lib/unistdio/ulc-asnprintf.c: New file.
240         * lib/unistdio/ulc-asprintf.c: New file.
241         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
242         * lib/unistdio/ulc-printf-parse.c: New file.
243         * lib/unistdio/ulc-snprintf.c: New file.
244         * lib/unistdio/ulc-sprintf.c: New file.
245         * lib/unistdio/ulc-vasnprintf.c: New file.
246         * lib/unistdio/ulc-vasprintf.c: New file.
247         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
248         * lib/unistdio/ulc-vsnprintf.c: New file.
249         * lib/unistdio/ulc-vsprintf.c: New file.
250         * lib/unistdio/u8-asnprintf.c: New file.
251         * lib/unistdio/u8-asprintf.c: New file.
252         * lib/unistdio/u8-printf-parse.c: New file.
253         * lib/unistdio/u8-snprintf.c: New file.
254         * lib/unistdio/u8-sprintf.c: New file.
255         * lib/unistdio/u8-vasnprintf.c: New file.
256         * lib/unistdio/u8-vasprintf.c: New file.
257         * lib/unistdio/u8-vsnprintf.c: New file.
258         * lib/unistdio/u8-vsprintf.c: New file.
259         * lib/unistdio/u8-u8-asnprintf.c: New file.
260         * lib/unistdio/u8-u8-asprintf.c: New file.
261         * lib/unistdio/u8-u8-snprintf.c: New file.
262         * lib/unistdio/u8-u8-sprintf.c: New file.
263         * lib/unistdio/u8-u8-vasnprintf.c: New file.
264         * lib/unistdio/u8-u8-vasprintf.c: New file.
265         * lib/unistdio/u8-u8-vsnprintf.c: New file.
266         * lib/unistdio/u8-u8-vsprintf.c: New file.
267         * lib/unistdio/u16-asnprintf.c: New file.
268         * lib/unistdio/u16-asprintf.c: New file.
269         * lib/unistdio/u16-printf-parse.c: New file.
270         * lib/unistdio/u16-snprintf.c: New file.
271         * lib/unistdio/u16-sprintf.c: New file.
272         * lib/unistdio/u16-vasnprintf.c: New file.
273         * lib/unistdio/u16-vasprintf.c: New file.
274         * lib/unistdio/u16-vsnprintf.c: New file.
275         * lib/unistdio/u16-vsprintf.c: New file.
276         * lib/unistdio/u16-u16-asnprintf.c: New file.
277         * lib/unistdio/u16-u16-asprintf.c: New file.
278         * lib/unistdio/u16-u16-snprintf.c: New file.
279         * lib/unistdio/u16-u16-sprintf.c: New file.
280         * lib/unistdio/u16-u16-vasnprintf.c: New file.
281         * lib/unistdio/u16-u16-vasprintf.c: New file.
282         * lib/unistdio/u16-u16-vsnprintf.c: New file.
283         * lib/unistdio/u16-u16-vsprintf.c: New file.
284         * lib/unistdio/u32-asnprintf.c: New file.
285         * lib/unistdio/u32-asprintf.c: New file.
286         * lib/unistdio/u32-printf-parse.c: New file.
287         * lib/unistdio/u32-snprintf.c: New file.
288         * lib/unistdio/u32-sprintf.c: New file.
289         * lib/unistdio/u32-vasnprintf.c: New file.
290         * lib/unistdio/u32-vasprintf.c: New file.
291         * lib/unistdio/u32-vsnprintf.c: New file.
292         * lib/unistdio/u32-vsprintf.c: New file.
293         * lib/unistdio/u32-u32-asnprintf.c: New file.
294         * lib/unistdio/u32-u32-asprintf.c: New file.
295         * lib/unistdio/u32-u32-snprintf.c: New file.
296         * lib/unistdio/u32-u32-sprintf.c: New file.
297         * lib/unistdio/u32-u32-vasnprintf.c: New file.
298         * lib/unistdio/u32-u32-vasprintf.c: New file.
299         * lib/unistdio/u32-u32-vsnprintf.c: New file.
300         * lib/unistdio/u32-u32-vsprintf.c: New file.
301         * tests/unistdio/test-ulc-asnprintf1.c: New file.
302         * tests/unistdio/test-ulc-asnprintf1.h: New file.
303         * tests/unistdio/test-ulc-printf1.h: New file.
304         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
305         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
306         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
307         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
308         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
309         * tests/unistdio/test-ulc-vasprintf1.c: New file.
310         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
311         * tests/unistdio/test-ulc-vsprintf1.c: New file.
312         * tests/unistdio/test-u8-asnprintf1.c: New file.
313         * tests/unistdio/test-u8-asnprintf1.h: New file.
314         * tests/unistdio/test-u8-printf1.h: New file.
315         * tests/unistdio/test-u8-vasnprintf1.c: New file.
316         * tests/unistdio/test-u8-vasnprintf2.c: New file.
317         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
318         * tests/unistdio/test-u8-vasnprintf3.c: New file.
319         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
320         * tests/unistdio/test-u8-vasprintf1.c: New file.
321         * tests/unistdio/test-u8-vsnprintf1.c: New file.
322         * tests/unistdio/test-u8-vsprintf1.c: New file.
323         * tests/unistdio/test-u16-asnprintf1.c: New file.
324         * tests/unistdio/test-u16-asnprintf1.h: New file.
325         * tests/unistdio/test-u16-printf1.h: New file.
326         * tests/unistdio/test-u16-vasnprintf1.c: New file.
327         * tests/unistdio/test-u16-vasnprintf2.c: New file.
328         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
329         * tests/unistdio/test-u16-vasnprintf3.c: New file.
330         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
331         * tests/unistdio/test-u16-vasprintf1.c: New file.
332         * tests/unistdio/test-u16-vsnprintf1.c: New file.
333         * tests/unistdio/test-u16-vsprintf1.c: New file.
334         * tests/unistdio/test-u32-asnprintf1.c: New file.
335         * tests/unistdio/test-u32-asnprintf1.h: New file.
336         * tests/unistdio/test-u32-printf1.h: New file.
337         * tests/unistdio/test-u32-vasnprintf1.c: New file.
338         * tests/unistdio/test-u32-vasnprintf2.c: New file.
339         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
340         * tests/unistdio/test-u32-vasnprintf3.c: New file.
341         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
342         * tests/unistdio/test-u32-vasprintf1.c: New file.
343         * tests/unistdio/test-u32-vsnprintf1.c: New file.
344         * tests/unistdio/test-u32-vsprintf1.c: New file.
345         * modules/unistdio/base: New file.
346         * modules/unistdio/u-printf-args: New file.
347         * modules/unistdio/ulc-asnprintf: New file.
348         * modules/unistdio/ulc-asprintf: New file.
349         * modules/unistdio/ulc-fprintf: New file.
350         * modules/unistdio/ulc-printf-parse: New file.
351         * modules/unistdio/ulc-snprintf: New file.
352         * modules/unistdio/ulc-sprintf: New file.
353         * modules/unistdio/ulc-vasnprintf: New file.
354         * modules/unistdio/ulc-vasprintf: New file.
355         * modules/unistdio/ulc-vfprintf: New file.
356         * modules/unistdio/ulc-vsnprintf: New file.
357         * modules/unistdio/ulc-vsprintf: New file.
358         * modules/unistdio/u8-asnprintf: New file.
359         * modules/unistdio/u8-asprintf: New file.
360         * modules/unistdio/u8-printf-parse: New file.
361         * modules/unistdio/u8-snprintf: New file.
362         * modules/unistdio/u8-sprintf: New file.
363         * modules/unistdio/u8-vasnprintf: New file.
364         * modules/unistdio/u8-vasprintf: New file.
365         * modules/unistdio/u8-vsnprintf: New file.
366         * modules/unistdio/u8-vsprintf: New file.
367         * modules/unistdio/u8-u8-asnprintf: New file.
368         * modules/unistdio/u8-u8-asprintf: New file.
369         * modules/unistdio/u8-u8-snprintf: New file.
370         * modules/unistdio/u8-u8-sprintf: New file.
371         * modules/unistdio/u8-u8-vasnprintf: New file.
372         * modules/unistdio/u8-u8-vasprintf: New file.
373         * modules/unistdio/u8-u8-vsnprintf: New file.
374         * modules/unistdio/u8-u8-vsprintf: New file.
375         * modules/unistdio/u16-asnprintf: New file.
376         * modules/unistdio/u16-asprintf: New file.
377         * modules/unistdio/u16-printf-parse: New file.
378         * modules/unistdio/u16-snprintf: New file.
379         * modules/unistdio/u16-sprintf: New file.
380         * modules/unistdio/u16-vasnprintf: New file.
381         * modules/unistdio/u16-vasprintf: New file.
382         * modules/unistdio/u16-vsnprintf: New file.
383         * modules/unistdio/u16-vsprintf: New file.
384         * modules/unistdio/u16-u16-asnprintf: New file.
385         * modules/unistdio/u16-u16-asprintf: New file.
386         * modules/unistdio/u16-u16-snprintf: New file.
387         * modules/unistdio/u16-u16-sprintf: New file.
388         * modules/unistdio/u16-u16-vasnprintf: New file.
389         * modules/unistdio/u16-u16-vasprintf: New file.
390         * modules/unistdio/u16-u16-vsnprintf: New file.
391         * modules/unistdio/u16-u16-vsprintf: New file.
392         * modules/unistdio/u32-asnprintf: New file.
393         * modules/unistdio/u32-asprintf: New file.
394         * modules/unistdio/u32-printf-parse: New file.
395         * modules/unistdio/u32-snprintf: New file.
396         * modules/unistdio/u32-sprintf: New file.
397         * modules/unistdio/u32-vasnprintf: New file.
398         * modules/unistdio/u32-vasprintf: New file.
399         * modules/unistdio/u32-vsnprintf: New file.
400         * modules/unistdio/u32-vsprintf: New file.
401         * modules/unistdio/u32-u32-asnprintf: New file.
402         * modules/unistdio/u32-u32-asprintf: New file.
403         * modules/unistdio/u32-u32-snprintf: New file.
404         * modules/unistdio/u32-u32-sprintf: New file.
405         * modules/unistdio/u32-u32-vasnprintf: New file.
406         * modules/unistdio/u32-u32-vasprintf: New file.
407         * modules/unistdio/u32-u32-vsnprintf: New file.
408         * modules/unistdio/u32-u32-vsprintf: New file.
409         * modules/unistdio/ulc-asnprintf-tests: New file.
410         * modules/unistdio/ulc-vasnprintf-tests: New file.
411         * modules/unistdio/ulc-vasprintf-tests: New file.
412         * modules/unistdio/ulc-vsnprintf-tests: New file.
413         * modules/unistdio/ulc-vsprintf-tests: New file.
414         * modules/unistdio/u8-asnprintf-tests: New file.
415         * modules/unistdio/u8-vasnprintf-tests: New file.
416         * modules/unistdio/u8-vasprintf-tests: New file.
417         * modules/unistdio/u8-vsnprintf-tests: New file.
418         * modules/unistdio/u8-vsprintf-tests: New file.
419         * modules/unistdio/u16-asnprintf-tests: New file.
420         * modules/unistdio/u16-vasnprintf-tests: New file.
421         * modules/unistdio/u16-vasprintf-tests: New file.
422         * modules/unistdio/u16-vsnprintf-tests: New file.
423         * modules/unistdio/u16-vsprintf-tests: New file.
424         * modules/unistdio/u32-asnprintf-tests: New file.
425         * modules/unistdio/u32-vasnprintf-tests: New file.
426         * modules/unistdio/u32-vasprintf-tests: New file.
427         * modules/unistdio/u32-vsnprintf-tests: New file.
428         * modules/unistdio/u32-vsprintf-tests: New file.
429         * MODULES.html.sh (Unicode string functions): Add the new modules.
430
431 2007-07-01  Bruno Haible  <bruno@clisp.org>
432
433         * lib/sprintf.c (sprintf): Limit the available length estimation,
434         to avoid address wraparound.
435         * lib/vsprintf.c (vsprintf): Likewise.
436         * modules/sprintf-posix (Dependencies): Add stdint.
437         * modules/vsprintf-posix (Dependencies): Likewise.
438
439 2007-07-01  Bruno Haible <bruno@clisp.org>
440
441         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
442         Windows PATH as well. Conservative double-quoting. Comments.
443
444 2007-07-01  Bruno Haible <bruno@clisp.org>
445             Eric Blake  <ebb9@byu.net>
446             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447
448         * gnulib-tool (self_abspathname): Fix algorithm to cope with
449         empty components in $PATH, denoting '.'.
450
451 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
452
453         * gnulib-tool: Fix indentation.
454         (func_create_megatestdir): Likewise.
455         Report by Bruno Haible.
456
457 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
458
459         Sync from Automake.
460         * build-aux/gnupload: Fix shell portability issues with for loops.
461         Report by Karl Berry.
462
463 2007-06-29  Simon Josefsson  <simon@josefsson.org>
464
465         * build-aux/maint.mk (POURL): Use translationproject.org.
466
467 2007-06-27  Simon Josefsson  <simon@josefsson.org>
468             Bruno Haible  <bruno@clisp.org>
469
470         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
471         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
472         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
473         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
474         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
475
476 2007-06-27  Bruno Haible  <bruno@clisp.org>
477
478         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
479         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
480
481 2007-06-26  Karl Berry  <karl@gnu.org>
482
483         * MODULES.html.sh: remove xreadlink-with-size.
484
485 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
486
487         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
488         method that I hope also handles the double-include problem noted
489         by Bruno Haible in
490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
491
492 2007-06-23  Bruno Haible  <bruno@clisp.org>
493
494         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
495         Don't let the 'mostlyclean' target fail if the last subdirectory could
496         not be removed.
497         Reported by Karl Berry.
498
499 2007-06-23  Bruno Haible  <bruno@clisp.org>
500
501         * gnulib-tool (echo): Add a speedier workaround for ksh.
502         * tests/test-echo.sh: Likewise.
503
504 2007-06-23  Bruno Haible  <bruno@clisp.org>
505
506         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
507         * tests/test-echo.sh: Likewise.
508
509 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
510
511         * gnulib-tool (IFS): Initialize early, so we don't set it to
512         empty later.
513         (self_abspathname): Rewrite algorithm to set it, reindent.
514         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
515         (func_create_megatestdir): Merge some sed scripts.
516
517 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
518
519         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
520         exposed by Sun Studio 11 cc on Solaris 8.
521
522 2007-06-22  Bruno Haible  <bruno@clisp.org>
523
524         * gnulib-tool (echo): Ensure the echo primitive does not interpret
525         backslashes.
526         * tests/test-echo.sh: New file.
527
528 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
529
530         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
531         simplify `sed_replace_build_aux' scripts, they are portable but
532         echoing them with `echo' is not.
533         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
534
535 2007-06-21  Karl Berry  <karl@gnu.org>
536
537         * config/srclist.txt: guess we can't handle the licenses via
538         srclist at the moment.
539
540 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
541
542         * MODULES.html.sh: Add include_next.
543         * modules/include_next: New file.
544
545 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
546
547         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
548         INCLUDE_NEXT.
549         (gl_CHECK_NEXT_HEADERS): New macro.
550         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
551         the obsolescent gl_ABSOLUTE_HEADER.
552         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
553         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
554         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
555         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
556         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
557         * m4/math_h.m4 (gl_MATH_H): Likewise.
558         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
559         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
560         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
561         * m4/stdint.m4 (gl_STDINT_H): Likewise.
562         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
563         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
564         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
565         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
566         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
567         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
568         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
569         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
570         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
571         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
572         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
573         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
574         * m4/inttypes.m4 (gl_INTTYPES_H): Define
575         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
576         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
577         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
578         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
579         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
580         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
581         * lib/float_.h: Likewise.
582         * lib/inttypes_.h: Likewise.
583         * lib/math_.h: Likewise.
584         * lib/search_.h: Likewise.
585         * lib/signal_.h: Likewise.
586         * lib/stdint_.h: Likewise.
587         * lib/stdio_.h: Likewise.
588         * lib/stdlib_.h: Likewise.
589         * lib/string_.h: Likewise.
590         * lib/sys_stat_.h: Likewise.
591         * lib/sys_time_.h: Likewise.
592         * lib/time_.h: Likewise.
593         * lib/unistd_.h: Likewise.
594         * lib/wchar_.h: Likewise.
595         * lib/wctype_.h: Likewise.
596         * lib/dirent_.h: Likewise.
597         * lib/iconv_.h: Likewise.
598         * lib/locale_.h: Likewise.
599         * lib/netinet_in_.h: Likewise.
600         * lib/sys_select_.h: Likewise.
601         * lib/sys_socket_.h: Likewise.
602         * lib/sysexits_.h: Likewise.
603         * modules/fcntl (Depends-on): Depend on include_next, not
604         absolute_header.
605         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
606         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
607         * modules/fchdir: Likewise.
608         * modules/float: Likewise.
609         * modules/iconv_open: Likewise.
610         * modules/inttypes: Likewise.
611         * modules/locale: Likewise.
612         * modules/math: Likewise.
613         * modules/netinet_in: Likewise.
614         * modules/search: Likewise.
615         * modules/signal: Likewise.
616         * modules/stdint: Likewise.
617         * modules/stdio: Likewise.
618         * modules/stdlib: Likewise.
619         * modules/string: Likewise.
620         * modules/sys_select: Likewise.
621         * modules/sys_socket: Likewise.
622         * modules/sys_stat: Likewise.
623         * modules/sys_time: Likewise.
624         * modules/sysexits: Likewise.
625         * modules/time: Likewise.
626         * modules/unistd: Likewise.
627         * modules/wchar: Likewise.
628         * modules/wctype: Likewise.
629         * modules/sys_stat: Change maintainer to "all".
630         * modules/unistd: Likewise.
631
632 2007-06-20  Karl Berry  <karl@gnu.org>
633
634         * config/srclist.txt: track www changes in license files.
635
636 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
637
638         * build-aux/bootstrap: Remove stray dot.
639         Make sure build_aux settings are honored when linking
640         gnulib_extra_files.
641
642 2007-06-19  Eric Blake  <ebb9@byu.net>
643
644         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
645         Allow compilation on cygwin.
646
647 2007-06-19  Jim Meyering  <jim@meyering.net>
648
649         xreadlink-with-size: Remove module.  No longer used.
650         Ex-callers now use xreadlink or mreadlink-with-size.
651         * modules/xreadlink-with-size: Remove module.
652         * lib/xreadlink-with-size.c: Remove file.
653         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
654         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
655         just before the function definition *is* accurate.
656
657         Eliminate one way canonicalize_filename_mode could exit.
658         * lib/canonicalize.c (canonicalize_filename_mode):
659         Use mreadlink_with_size, not xreadlink_with_size.
660
661 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
662
663         Detect porting problems to FreeBSD/arm, which has time_t wider than
664         long int.  Original problem reported for GNU diff by Xin Li in
665         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
666         * modules/getdate (Depends-on): Add intprops, verify.
667         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
668         is an integer type no wider than long int.
669
670 2007-06-18  Jim Meyering  <jim@meyering.net>
671
672         New module: mreadlink-with-size.
673         * MODULES.html.sh: Add mreadlink-with-size.
674         * modules/mreadlink-with-size: New module
675         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
676         not xreadlink-with-size.
677         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
678
679 2007-06-16  Bruno Haible  <bruno@clisp.org>
680
681         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
682         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
683         Reported by Gary V. Vaughan <gary@gnu.org>.
684
685 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
686
687         Revamp lchown so that it lives in unistd.h where it belongs.
688         * lib/lchown.h: Remove.
689         * lib/dirchownmod.c: Don't include lib/lchown.h.
690         * lib/fchownat.c: Likewise.
691         * lib/openat.c: Likewise.
692         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
693         does not follow symlinks.
694         (EOPNOTSUPP): Define if not defined.
695         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
696         is defined to 0.
697         (lchown): New decl.
698         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
699         Do not check for lchown decl.
700         Set REPLACE_LCHOWN.
701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
702         REPLACE_LCHOWN.
703         * modules/chown: Make it clear it follows symlinks.
704         * modules/lchown: Make it clear it doesn't follow symlinks.
705         (Files): Remove lib/lchown.h
706         (Depends-on): Add unistd.
707         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
708         (Include): Include <unistd.h>, not "lchown.h".
709         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
710         REPLACE_LCHOWN.
711
712 2007-06-15  Jim Meyering  <jim@meyering.net>
713
714         Change license (GPL to LGPL) of fsusage and dependents.
715         * modules/fsusage (License): Change to LGPL.
716         * modules/full-read (License): Likewise.
717         * modules/full-write (License): Likewise.
718         * modules/safe-read (License): Likewise.
719         * modules/safe-write (License): Likewise.
720
721 2007-06-14  Ben Pfaff  <blp@gnu.org>
722
723         Missing part of allocsa -> malloca transition.
724         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
725         gl_MALLOCA.
726
727 2007-06-12  Bruno Haible  <bruno@clisp.org>
728
729         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
730         to ia64, x86_64, i386.
731         Reported by Eric Blake.
732
733 2007-06-12  Bruno Haible  <bruno@clisp.org>
734
735         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
736         cross-compiling to x86_64.
737
738 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
739
740         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
741         glitch reported by Ralf Wildenhues in
742         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
743
744         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
745         Vin Shelton.
746
747 2007-06-11  Bruno Haible  <bruno@clisp.org>
748
749         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
750         replacement string.
751         Reported by Eric Blake.
752
753 2007-06-10  Bruno Haible  <bruno@clisp.org>
754
755         Prepare vasnprintf code for use with Unicode strings.
756         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
757         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
758         TYPE_U32_STRING.
759         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
760         a_u32_string variants.
761         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
762         * lib/printf-args.c: Don't include config.h and the specification
763         header if PRINTF_FETCHARGS is already defined.
764         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
765         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
766         TYPE_U16_STRING, TYPE_U32_STRING.
767         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
768         u16_directive, u16_directives, u32_directive, u32_directives): New
769         types.
770         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
771         New declarations.
772         * lib/printf-parse.c: Don't include config.h and the specification
773         header if PRINTF_PARSE is already defined. Eliminate the set of
774         parameters for WIDE_CHAR_VERSION; the user of this file must provide
775         them now. Include c-ctype.h.
776         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
777         directive and CHAR_T_ONLY_ASCII.
778         * lib/vasnprintf.c: Don't include config.h and the specification header
779         if VASNPRINTF is already defined.
780         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
781         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
782         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
783         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
784         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
785         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
786         code accordingly.
787         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
788         pad_ourselves also in this case, with the 'c' and 's' directives, and
789         with a different notion of "width".
790         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
791
792 2007-06-10  Bruno Haible  <bruno@clisp.org>
793
794         * modules/unistr/u32-mbsnlen: New file.
795         * lib/unistr/u32-mbsnlen.c: New file.
796
797         * modules/unistr/u16-mbsnlen: New file.
798         * lib/unistr/u16-mbsnlen.c: New file.
799
800         * modules/unistr/u8-mbsnlen: New file.
801         * lib/unistr/u8-mbsnlen.c: New file.
802
803         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
804         declarations.
805
806 2007-06-10  Bruno Haible  <bruno@clisp.org>
807
808         * lib/string_.h (mbsnlen): New declaration.
809         * lib/mbsnlen.c: New file.
810         * m4/mbsnlen.m4: New file.
811         * modules/mbsnlen: New file.
812         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
813         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
814         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
815
816 2007-06-10  Bruno Haible  <bruno@clisp.org>
817
818         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
819
820 2007-06-10  Bruno Haible  <bruno@clisp.org>
821
822         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
823         * lib/mbuiter.h: Likewise.
824
825 2007-06-10  Bruno Haible  <bruno@clisp.org>
826
827         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
828         declaration.
829
830 2007-06-10  Karl Berry  <karl@gnu.org>
831
832         * config/srclist.txt: remove gettext entries, Bruno prefers
833         to update individually.
834
835 2007-06-10  Bruno Haible  <bruno@clisp.org>
836
837         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
838         'maxlen'. Ensure only length + width bytes are allocated, not
839         length + 1 + width.
840
841 2007-06-09  Bruno Haible  <bruno@clisp.org>
842
843         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
844         (CHAR_T): Remove macro.
845         (VASNPRINTF): Update.
846
847 2007-06-09  Bruno Haible  <bruno@clisp.org>
848
849         * MODULES.html.sh (Unicode string functions): Add the new modules.
850
851         * modules/uniconv/u32-conv-to-enc: New file.
852         * lib/uniconv/u32-conv-to-enc.c: New file.
853         * modules/uniconv/u32-conv-to-enc-tests: New file.
854         * tests/uniconv/test-u32-conv-to-enc.c: New file.
855
856         * modules/uniconv/u16-conv-to-enc: New file.
857         * lib/uniconv/u16-conv-to-enc.c: New file.
858         * lib/uniconv/u-conv-to-enc.h: New file.
859         * modules/uniconv/u16-conv-to-enc-tests: New file.
860         * tests/uniconv/test-u16-conv-to-enc.c: New file.
861
862         * modules/uniconv/u8-conv-to-enc: New file.
863         * lib/uniconv/u8-conv-to-enc.c: New file.
864         * modules/uniconv/u8-conv-to-enc-tests: New file.
865         * tests/uniconv/test-u8-conv-to-enc.c: New file.
866
867         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
868         u32_conv_to_encoding): New declarations.
869
870 2007-06-09  Bruno Haible  <bruno@clisp.org>
871
872         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
873
874 2007-06-09  Bruno Haible  <bruno@clisp.org>
875
876         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
877         * modules/malloca: Renamed from modules/allocsa, updated.
878         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
879         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
880         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
881         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
882         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
883         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
884         * modules/xmalloca: Renamed from modules/xallocsa, updated.
885         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
886         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
887         * modules/c-strcasestr (Depends-on): Update.
888         * lib/c-strcasestr.c: Update.
889         * modules/c-strstr (Depends-on): Update.
890         * lib/c-strstr.c: Update.
891         * modules/canonicalize-lgpl (Depends-on): Update.
892         * lib/canonicalize-lgpl.c: Update.
893         * modules/clean-temp (Depends-on): Update.
894         * lib/clean-temp.c: Update.
895         * modules/csharpcomp (Depends-on): Update.
896         * lib/csharpcomp.c: Update.
897         * modules/csharpexec (Depends-on): Update.
898         * lib/csharpexec.c: Update.
899         * modules/javacomp (Depends-on): Update.
900         * lib/javacomp.c: Update.
901         * modules/javaexec (Depends-on): Update.
902         * lib/javaexec.c: Update.
903         * modules/mbscasestr (Depends-on): Update.
904         * lib/mbscasestr.c: Update.
905         * modules/mbsstr (Depends-on): Update.
906         * lib/mbsstr.c: Update.
907         * modules/setenv (Depends-on): Update.
908         * lib/setenv.c: Update.
909         * modules/strcasestr (Depends-on): Update.
910         * lib/strcasestr.c: Update.
911         * modules/striconveha (Depends-on): Update.
912         * lib/striconveha.c: Update.
913         * modules/relocatable-prog-wrapper (Files): Update.
914         * lib/relocwrapper.c: Update.
915         * build-aux/install-reloc: Update.
916         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
917
918 2007-06-08  Bruno Haible  <bruno@clisp.org>
919
920         Port to uClibc.
921         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
922         * lib/fpurge.c (fpurge): Likewise.
923         * lib/freading.c (freading): Likewise.
924         * lib/fseeko.c (rpl_fseeko): Likewise.
925         * lib/fseterr.c (fseterr): Likewise.
926         * lib/fwriting.c (fwriting): Likewise.
927         * tests/test-fflush.c (main): Avoid a failure on uClibc.
928
929 2007-06-08  Bruno Haible  <bruno@clisp.org>
930
931         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
932         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
933         * modules/gettext (Files): Add m4/intlmacosx.m4.
934
935 2007-06-07  Bruno Haible  <bruno@clisp.org>
936
937         * modules/localename-tests: New file.
938         * tests/test-localename.c: New file.
939
940         New module 'localename'.
941         * lib/localename.h: New file.
942         * lib/localename.c: New file, from GNU gettext.
943         * m4/localename.m4: New file.
944         * modules/localename: New file.
945
946 2007-06-07  Bruno Haible  <bruno@clisp.org>
947
948         Work around the lack of <wchar.h> on some builds of uClibc.
949         * doc/headers/wchar.texi: Update.
950         * lib/wchar_.h: Include <wchar.h> only if it exists.
951         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
952         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
953         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
954         doesn't exist.
955         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
956         * modules/mbfile (Depends-on): Add wchar.
957         * modules/mbiter (Depends-on): Likewise.
958         * modules/mbuiter (Depends-on): Likewise.
959         Reported by Simon Josefsson.
960
961 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
962
963         Work around problem reported by Steven M. Schweda in
964         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
965         Tru64 5.1B with the Compaq compiler environment installed declares
966         an 'isblank' function but does not define it in the C library.
967         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
968         * lib/regex_internal.h (isblank): Likewise.
969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
970         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
971
972 2007-06-05  Bruno Haible  <bruno@clisp.org>
973
974         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
975         ia64.
976         * modules/printf-safe: New file.
977         * modules/fprintf-posix (Depends-on): Add printf-safe.
978         * modules/printf-posix (Depends-on): Likewise.
979         * modules/snprintf-posix (Depends-on): Likewise.
980         * modules/sprintf-posix (Depends-on): Likewise.
981         * modules/vasnprintf-posix (Depends-on): Likewise.
982         * modules/vasprintf-posix (Depends-on): Likewise.
983         * modules/vfprintf-posix (Depends-on): Likewise.
984         * modules/vprintf-posix (Depends-on): Likewise.
985         * modules/vsnprintf-posix (Depends-on): Likewise.
986         * modules/vsprintf-posix (Depends-on): Likewise.
987         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
988         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
989         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
990         "no" on i386, x86_64, ia64.
991         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
992         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
993         on i386, x86_64, ia64.
994         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
995         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
996         on i386, x86_64, ia64.
997         * tests/test-vasnprintf-posix.c: Include float.h.
998         (LDBL80_WORDS): New macro.
999         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1000         on i386, x86_64, ia64.
1001         * tests/test-vasprintf-posix.c: Include float.h.
1002         (LDBL80_WORDS): New macro.
1003         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1004         on i386, x86_64, ia64.
1005         * tests/test-snprintf-posix.c: Include float.h.
1006         * tests/test-sprintf-posix.c: Likewise.
1007         * tests/test-vsnprintf-posix.c: Likewise.
1008         * tests/test-vsprintf-posix.c: Likewise.
1009
1010 2007-06-05  Bruno Haible  <bruno@clisp.org>
1011
1012         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1013         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1014         non-IEEE numbers on i386, x86_64, ia64.
1015         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1016         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1017         * tests/test-isnanl.h: Include float.h.
1018         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1019
1020 2007-06-05  Bruno Haible  <bruno@clisp.org>
1021
1022         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1023         also the %a / %A. Handle the %a / %A code before this extra handling.
1024
1025 2007-06-05  Bruno Haible  <bruno@clisp.org>
1026
1027         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1028         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1029
1030 2007-06-05  Bruno Haible  <bruno@clisp.org>
1031
1032         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1033         typo in variable name.
1034
1035 2007-06-05  Eric Blake  <ebb9@byu.net>
1036
1037         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1038         Reported by Simon Josefsson.
1039
1040 2007-06-04  Bruno Haible  <bruno@clisp.org>
1041
1042         Avoid test failures on some PowerPC platforms.
1043         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1044         Define differently for PowerPC.
1045         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1046         Reported by Gary V. Vaughan <gary@gnu.org>.
1047
1048 2007-06-02  Bruno Haible  <bruno@clisp.org>
1049
1050         Fix test-stdint failure on FreeBSD/ia64.
1051         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1052         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1053         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1054         * doc/headers/stdint.texi: Update.
1055
1056 2007-06-01  Bruno Haible  <bruno@clisp.org>
1057
1058         * tests/test-binary-io.c (main): Pass a third argument to open().
1059         Reported by Gary V. Vaughan <gary@gnu.org>.
1060
1061 2007-06-01  Bruno Haible  <bruno@clisp.org>
1062
1063         * doc/functions/frexpl.texi: Update for mingw.
1064
1065 2007-06-01  Bruno Haible  <bruno@clisp.org>
1066
1067         * tests/test-lseek.c (main): Disable test of errno for invalid third
1068         argument.
1069         * doc/functions/lseek.texi: Update.
1070         Reported by Gary V. Vaughan <gary@gnu.org>.
1071
1072 2007-05-28  Bruno Haible  <bruno@clisp.org>
1073
1074         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1075
1076 2007-05-31  Eric Blake  <ebb9@byu.net>
1077
1078         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1079         cross compiling.
1080
1081 2007-05-30  Eric Blake  <ebb9@byu.net>
1082         and Bruno Haible  <bruno@clisp.org>
1083
1084         Work around mingw test failures exposed by m4-1.4.9b.
1085         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1086         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1087         moment.
1088
1089 2007-05-30  Bruno Haible  <bruno@clisp.org>
1090
1091         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1092         assuming that they are closed. Needed on HP-UX 11.
1093
1094 2007-05-29  Bruno Haible  <bruno@clisp.org>
1095
1096         Fix a problem with #include_next.
1097         * lib/dirent_.h: Split the double-inclusion guard.
1098         * lib/fcntl_.h: Likewise.
1099         * lib/float_.h: Likewise.
1100         * lib/iconv_.h: Likewise.
1101         * lib/inttypes_.h: Likewise.
1102         * lib/locale_.h: Likewise.
1103         * lib/math_.h: Likewise.
1104         * lib/netinet_in_.h: Likewise.
1105         * lib/search_.h: Likewise.
1106         * lib/signal_.h: Likewise.
1107         * lib/stdint_.h: Likewise.
1108         * lib/stdio_.h: Likewise.
1109         * lib/stdlib_.h: Likewise.
1110         * lib/string_.h: Likewise.
1111         * lib/sys_select_.h: Likewise.
1112         * lib/sys_socket_.h: Likewise.
1113         * lib/sys_stat_.h: Likewise.
1114         * lib/sys_time_.h: Likewise.
1115         * lib/sysexits_.h: Likewise.
1116         * lib/time_.h: Likewise.
1117         * lib/unistd_.h: Likewise.
1118         * lib/wchar_.h: Likewise.
1119         * lib/wctype_.h: Likewise.
1120
1121 2007-05-29  Bruno Haible  <bruno@clisp.org>
1122
1123         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1124         for the moment.
1125
1126 2007-05-29  Bruno Haible  <bruno@clisp.org>
1127
1128         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1129         invocation.
1130         Reported by Eric Blake.
1131
1132 2007-05-29  Bruno Haible  <bruno@clisp.org>
1133
1134         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1135         compiling case.
1136
1137 2007-05-29  Eric Blake  <ebb9@byu.net>
1138             Bruno Haible  <bruno@clisp.org>
1139
1140         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1141         cross compiles.
1142
1143 2007-05-28  Eric Blake  <ebb9@byu.net>
1144
1145         * modules/closein-tests (test_closein_LDADD): Support test on
1146         cygwin with libtool.
1147
1148 2007-05-28  Bruno Haible  <bruno@clisp.org>
1149
1150         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1151         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1152         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1153         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1154         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1155         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1156         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1157         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1158         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1159
1160 2007-05-28  Eric Blake  <ebb9@byu.net>
1161
1162         Unconditionally include <config.h> in unit tests.
1163         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1164         * tests/test-allocsa.c, tests/test-arcfour.c,
1165         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1166         tests/test-array_list.c, tests/test-array_oset.c,
1167         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1168         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1169         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1170         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1171         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1172         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1173         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1174         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1175         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1176         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1177         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1178         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1179         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1180         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1181         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1182         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1183         test-md5.c, test-memmem.c, test-printf-posix.c,
1184         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1185         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1186         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1187         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1188         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1189         test-vasnprintf-posix2.c, test-vasnprintf.c,
1190         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1191         test-vfprintf-posix.c, test-vprintf-posix.c,
1192         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1193         test-xvasprintf.c: Likewise.
1194
1195 2007-05-28  Bruno Haible  <bruno@clisp.org>
1196
1197         * gnulib-tool (func_import): Remember the --with-tests command-line
1198         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1199         Reported by Eric Blake.
1200
1201 2007-05-28  Bruno Haible  <bruno@clisp.org>
1202
1203         * modules/ftell-tests: New file.
1204         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1205         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1206
1207         * lib/ftell.c: New file.
1208         * modules/ftell: New file.
1209         * m4/ftell.m4: New file.
1210         * doc/functions/ftell.texi: Update.
1211         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1212         REPLACE_FTELL.
1213         * lib/stdio_.h (rpl_ftell): New declaration.
1214         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1215         REPLACE_FTELL.
1216
1217 2007-05-28  Eric Blake  <ebb9@byu.net>
1218
1219         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1220
1221 2007-05-28  Bruno Haible  <bruno@clisp.org>
1222
1223         * modules/fseek-tests: New file.
1224         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1225         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1226
1227         * lib/fseek.c: New file.
1228         * modules/fseek: New file.
1229         * m4/fseek.m4: New file.
1230         * doc/functions/fseek.texi: Update.
1231         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1232         REPLACE_FSEEK.
1233         * lib/stdio_.h (rpl_fseek): New declaration.
1234         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1235         REPLACE_FSEEK.
1236
1237 2007-05-28  Bruno Haible  <bruno@clisp.org>
1238
1239         * lib/stdio_.h (fflush): More comments.
1240
1241 2007-05-28  Bruno Haible  <bruno@clisp.org>
1242
1243         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1244         runtime test.
1245
1246 2007-05-28  Eric Blake  <ebb9@byu.net>
1247
1248         Improve lseek module.
1249         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1250         * lib/unistd_.h (lseek): Scale back link warning message.
1251         * tests/test-lseek.c: Beef up test.
1252         * tests/test-lseek.sh: Exercise more facets of lseek.
1253         Reported by Bruno Haible.
1254
1255 2007-05-28  Bruno Haible  <bruno@clisp.org>
1256
1257         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1258         to define.
1259
1260 2007-05-27  Bruno Haible  <bruno@clisp.org>
1261
1262         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1263
1264 2007-05-27  Bruno Haible  <bruno@clisp.org>
1265
1266         * modules/openmp: New file.
1267         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1268         Noah Misch.
1269
1270 2007-05-26  Bruno Haible  <bruno@clisp.org>
1271
1272         * modules/chdir-long (Depends-on): Add fchdir.
1273         * modules/chdir-safer (Depends-on): Likewise.
1274         * modules/fts (Depends-on): Likewise.
1275         * modules/fts-lgpl (Depends-on): Likewise.
1276         * modules/openat (Depends-on): Likewise.
1277         * modules/savewd (Depends-on): Likewise.
1278
1279 2007-05-24  Eric Blake  <ebb9@byu.net>
1280
1281         Fix lseek on mingw.
1282         * modules/lseek: New module.
1283         * m4/lseek.m4: New file.
1284         * lib/lseek.c: New file.
1285         * modules/lseek-tests: New file.
1286         * tests/test-lseek.c: New file.
1287         * tests/test-lseek.sh: New file.
1288         * MODULES.html.sh: Document lseek module.
1289         * modules/fflush (Depends-on): Add lseek, fseeko.
1290         * modules/fseeko (Depends-on): Likewise.
1291         * modules/ftello (Depends-on): Likewise.
1292         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1293         broken.
1294         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1295         broken.
1296         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1297         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1298         * lib/ftello.c (rpl_ftello): Likewise.
1299         * tests/test-fseeko.c (main): Test this.
1300         * tests/test-fseeko.sh: Likewise.
1301         * tests/test-ftello.c (main): Likewise.
1302         * tests/test-ftello.sh: Likewise.
1303         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1304         implies replacing fseek.
1305         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1306         HAVE_FTELLO.
1307         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1308         * modules/unistd (Makefile.am): Likewise.
1309         * lib/unistd_.h (lseek): Declare a replacement.
1310         * doc/functions/lseek.texi (lseek): Document this fix.
1311         * doc/functions/fseek.texi (fseek): Likewise.
1312         * doc/functions/ftell.texi (ftell): Likewise.
1313
1314 2007-05-24  Bruno Haible  <bruno@clisp.org>
1315
1316         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1317         in the printed representation of a NaN.
1318         * tests/test-vasprintf-posix.c (test_function): Likewise.
1319         * tests/test-snprintf-posix.h (test_function): Likewise.
1320         * tests/test-sprintf-posix.h (test_function): Likewise.
1321         Reported by Eric Blake.
1322
1323 2007-05-23  Eric Blake  <ebb9@byu.net>
1324
1325         Fix fseeko/ftello on cygwin 1.5.24.
1326         * doc/functions/fseeko.texi (fseeko): Document the fix.
1327         * doc/functions/ftello.texi (ftello): Document the fix.
1328         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1329         * doc/functions/stdout.text (stdout): New file.
1330         * doc/functions/stderr.text (stderr): New file.
1331         * doc/gnulib.texi (Function Substitutes): Use new files.
1332         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1333         prior to 1.7.0.
1334         * tests/test-ftello.c (main): Likewise for ftello.
1335         * tests/test-fseeko.sh: New file.
1336         * tests/test-ftello.sh: New file.
1337         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1338         with seekable stdin.
1339         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1340         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1341         (gl_REPLACE_FSEEKO): New macro.
1342         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1343         * modules/fseeko (Files): Distribute fseeko.c.
1344         * modules/ftello (Files): Distribute ftello.c.
1345         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1346         mode.
1347         * lib/ftello.c (rpl_ftello): New file.
1348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1349         fseeko, ftello.
1350         (gl_STDIN_LARGE_OFFSET): New macro.
1351         * modules/stdio (Makefile.am): Perform the replacement.
1352         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1353
1354 2007-05-23  Bruno Haible  <bruno@clisp.org>
1355
1356         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1357         GNULIB_POSIXCHECK is defined.
1358
1359 2007-05-21  Bruno Haible  <bruno@clisp.org>
1360
1361         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1362         Check also the output for NaN arguments. When cross-compiling, guess
1363         no on IRIX.
1364         * lib/vasnprintf.c: Update comments.
1365         * tests/test-vasnprintf-posix.c (strisnan): New function.
1366         (test_function): Use it.
1367         * tests/test-vasprintf-posix.c (strisnan): New function.
1368         (test_function): Use it.
1369         * tests/test-snprintf-posix.h (strisnan): New function.
1370         (test_function): Use it.
1371         * tests/test-sprintf-posix.h (strisnan): New function.
1372         (test_function): Use it.
1373         Reported by Eric Blake.
1374
1375 2007-05-20  Bruno Haible  <bruno@clisp.org>
1376
1377         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1378         numbers that fails on BeOS.
1379         * doc/functions/frexpl.texi: Update.
1380
1381 2007-05-20  Jim Meyering  <jim@meyering.net>
1382
1383         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1384         forced upon us by glibc-2.6.
1385
1386 2007-05-20  Bruno Haible  <bruno@clisp.org>
1387
1388         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1389         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1390         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1391         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1392         NEED_PRINTF_INFINITE.
1393         (is_infinitel): New function.
1394         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1395         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1396         gl_PREREQ_VASNPRINTF_INFINITE.
1397         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1398         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1399         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1400         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1401         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1402         gl_PREREQ_VASNPRINTF_INFINITE.
1403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1405         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1407         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1409         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1410         * doc/functions/fprintf.texi: Update.
1411         * doc/functions/printf.texi: Update.
1412         * doc/functions/snprintf.texi: Update.
1413         * doc/functions/sprintf.texi: Update.
1414         * doc/functions/vfprintf.texi: Update.
1415         * doc/functions/vprintf.texi: Update.
1416         * doc/functions/vsnprintf.texi: Update.
1417         * doc/functions/vsprintf.texi: Update.
1418
1419 2007-05-20  Bruno Haible  <bruno@clisp.org>
1420
1421         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1422         was not found in libc.
1423         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1424
1425 2007-05-20  Bruno Haible  <bruno@clisp.org>
1426
1427         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1428         printed as "-nan" instead of "nan".
1429         * tests/test-vasprintf-posix.c (test_function): Likewise.
1430         * tests/test-snprintf-posix.h (test_function): Likewise.
1431         * tests/test-sprintf-posix.h (test_function): Likewise.
1432         Needed for HP-UX 11.
1433
1434 2007-05-20  Jim Meyering  <jim@meyering.net>
1435
1436         Fix buggy test for the fchownat-deref bug.
1437         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1438         symlink required for the run-test.  Without it, this test would
1439         always declare that fchownat doesn't work, and client code would
1440         unnecessarily use the replacement function with fixed libc.
1441         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1442         Reported by Greg Schafer.
1443
1444 2007-05-19  Bruno Haible  <bruno@clisp.org>
1445
1446         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1447         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1448         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1449         Needed for IRIX 6.5 and Solaris 2.5.1.
1450
1451 2007-05-19  Bruno Haible  <bruno@clisp.org>
1452
1453         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1454         (test_function): Skip tests involving -0.0 on platforms where
1455         -0.0 = 0.0.
1456         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1457         (test_function): Skip tests involving -0.0 on platforms where
1458         -0.0 = 0.0.
1459         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1460         (test_function): Skip tests involving -0.0 on platforms where
1461         -0.0 = 0.0.
1462         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1463         (test_function): Skip tests involving -0.0 on platforms where
1464         -0.0 = 0.0.
1465         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1466         tests.
1467         * tests/test-printf-posix.h (test_function): Likewise.
1468         * tests/test-printf-posix.output: Remove all -0.0 related results.
1469         Needed for IRIX 6.5.
1470
1471 2007-05-19  Bruno Haible  <bruno@clisp.org>
1472
1473         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1474         printed as "nan0x7fffffff" instead of "nan".
1475         * tests/test-vasprintf-posix.c (test_function): Likewise.
1476         * tests/test-snprintf-posix.h (test_function): Likewise.
1477         * tests/test-sprintf-posix.h (test_function): Likewise.
1478         * tests/test-fprintf-posix.h (NaN): Remove macro.
1479         (test_function): Remove all NaN related tests.
1480         * tests/test-printf-posix.h (NaN): Remove macro.
1481         (test_function): Remove all NaN related tests.
1482         * tests/test-printf-posix.output: Remove all NaN related results.
1483         Needed for IRIX 6.5.
1484
1485 2007-05-19  Bruno Haible  <bruno@clisp.org>
1486
1487         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1488         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1489
1490 2007-05-19  Bruno Haible  <bruno@clisp.org>
1491
1492         * lib/float_.h: New file.
1493         * m4/float_h.m4: New file.
1494         * modules/float: New file.
1495         * modules/isnanl (Dependencies): Add float.
1496         * modules/isnanl-nolibm (Dependencies): Likewise.
1497         * modules/mathl (Dependencies): Likewise.
1498         * modules/printf-frexpl (Dependencies): Likewise.
1499         * modules/signbit (Dependencies): Likewise.
1500         * modules/vasnprintf (Dependencies): Likewise.
1501         * doc/headers/float.texi: Update.
1502
1503 2007-05-19  Jim Meyering  <jim@meyering.net>
1504
1505         * lib/utimens.c (gl_futimens): Rename from futimens,
1506         now that glibc-2.6 declares futimens.
1507         * lib/utimens.h: Likewise.
1508
1509 2007-05-19  Bruno Haible  <bruno@clisp.org>
1510
1511         Avoid test failures on mingw.
1512         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1513         * tests/test-printf-posix.sh: Likewise.
1514         * tests/test-vfprintf-posix.sh: Likewise.
1515         * tests/test-vprintf-posix.sh: Likewise.
1516
1517 2007-05-19  Bruno Haible  <bruno@clisp.org>
1518
1519         Fix *printf result for NaN, Inf, -0.0 on mingw.
1520         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1521         * lib/vasnprintf.c: Include math.h and isnan.h.
1522         (is_infinite_or_zero): New function.
1523         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1524         values in the %f, %F, %e, %E, %g, %G directives.
1525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1526         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1527         gl_PRINTF_INFINITE and test its result. Invoke
1528         gl_PREREQ_VASNPRINTF_INFINITE.
1529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1530         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1531         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1532         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1533         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1534         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1535         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1536         * doc/functions/fprintf.texi: Update.
1537         * doc/functions/printf.texi: Update.
1538         * doc/functions/snprintf.texi: Update.
1539         * doc/functions/sprintf.texi: Update.
1540         * doc/functions/vfprintf.texi: Update.
1541         * doc/functions/vprintf.texi: Update.
1542         * doc/functions/vsnprintf.texi: Update.
1543         * doc/functions/vsprintf.texi: Update.
1544
1545 2007-05-19  Bruno Haible  <bruno@clisp.org>
1546
1547         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1548         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1549         Instead of multiplying with 10^k, set extra_zeroes to k.
1550         (scale10_round_long_double): Remove function.
1551
1552 2007-05-18  Bruno Haible  <bruno@clisp.org>
1553
1554         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1555         introduced on 2007-05-06.
1556
1557 2007-05-18  Bruno Haible  <bruno@clisp.org>
1558
1559         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1560         %g directives.
1561         * tests/test-vasprintf-posix.c (test_function): Likewise.
1562         * tests/test-snprintf-posix.h (test_function): Likewise.
1563         * tests/test-sprintf-posix.h (test_function): Likewise.
1564
1565 2007-05-18  Bruno Haible  <bruno@clisp.org>
1566
1567         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1568         (strmatch): New function.
1569         (test_function): Test the %f directive on numbers of various exponents.
1570         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1571         (strmatch): New function.
1572         (test_function): Test the %f directive on numbers of various exponents.
1573         * tests/test-snprintf-posix.h (strmatch): New function.
1574         (test_function): Test the %f directive on numbers of various exponents.
1575         * tests/test-sprintf-posix.h (strmatch): New function.
1576         (test_function): Test the %f directive on numbers of various exponents.
1577         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1578         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1579         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1580         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1581
1582 2007-05-18  Bruno Haible  <bruno@clisp.org>
1583
1584         Add support for 'long double' number output.
1585         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1586         * lib/vasnprintf.c: Include math.h and float+.h.
1587         (mp_limb_t): New type.
1588         (GMP_LIMB_BITS): New macro.
1589         (mp_twolimb_t): New type.
1590         (GMP_TWOLIMB_BITS): New macro.
1591         (mpn_t): New type.
1592         (multiply, divide, convert_to_decimal, decode_long_double,
1593         scale10_round_long_double, scale10_round_decimal_long_double,
1594         floorlog10l): New functions.
1595         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1596         for the %f, %F, %e, %E, %g, %G directives.
1597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1598         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1599         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1600         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1601         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1602         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1603         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1604         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1605         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1607         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1608         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1609         * modules/snprintf-posix (Depends-on): Likewise.
1610         * modules/sprintf-posix (Depends-on): Likewise.
1611         * modules/vasnprintf-posix (Depends-on): Likewise.
1612         * modules/vasprintf-posix (Depends-on): Likewise.
1613         * modules/vfprintf-posix (Depends-on): Likewise.
1614         * modules/vsnprintf-posix (Depends-on): Likewise.
1615         * modules/vsprintf-posix (Depends-on): Likewise.
1616         * modules/vasnprintf (Files): Add lib/float+.h.
1617         * doc/functions/fprintf.texi: Update.
1618         * doc/functions/printf.texi: Update.
1619         * doc/functions/snprintf.texi: Update.
1620         * doc/functions/sprintf.texi: Update.
1621         * doc/functions/vfprintf.texi: Update.
1622         * doc/functions/vprintf.texi: Update.
1623         * doc/functions/vsnprintf.texi: Update.
1624         * doc/functions/vsprintf.texi: Update.
1625
1626 2007-05-18  Bruno Haible  <bruno@clisp.org>
1627
1628         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1629
1630 2007-05-18  Bruno Haible  <bruno@clisp.org>
1631
1632         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1633         for printing 64-bit integers. Needed for mingw.
1634
1635 2007-05-18  Bruno Haible  <bruno@clisp.org>
1636
1637         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1638         gl_FUNC_FREXPL_WORKS.
1639         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1640
1641 2007-05-18  Bruno Haible  <bruno@clisp.org>
1642
1643         * modules/frexpl-nolibm-tests: New file.
1644
1645         * modules/frexpl-nolibm: New file.
1646         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1647
1648 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1649
1650         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1651         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1652         GCC 4.2, which otherwise issues a lot of warnings.
1653         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1654         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1655         Likewise.
1656         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1657         * modules/iconv_open (iconv.h): Likewise.
1658         * modules/locale (locale.h): Likewise.
1659         * modules/netinet_in (netinet/in.h): Likewise.
1660         * modules/sys_select (sys_select.h): Likewise.
1661         * modules/sys_socket (sys/socket.h): Likewise.
1662         * modules/sys_stat (sys/stat.h): Likewise.
1663         * modules/sysexits (sysexits.h): Likewise.
1664         * modules/unistd (unistd.h): Likewise.
1665
1666 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1667
1668         * modules/closein-tests (Makefile.am): Distribute
1669         `test-closein.sh'.
1670
1671 2007-05-17  Bruno Haible  <bruno@clisp.org>
1672
1673         * tests/test-printf-posix.output: Renamed from
1674         tests/test-fprintf-posix.out.
1675         * modules/fprintf-posix-tests: Update.
1676         * modules/printf-posix-tests: Update.
1677         * modules/vfprintf-posix-tests: Update.
1678         * modules/vprintf-posix-tests: Update.
1679         * tests/test-fprintf-posix.sh: Update.
1680         * tests/test-printf-posix.sh: Update.
1681         * tests/test-vfprintf-posix.sh: Update.
1682         * tests/test-vprintf-posix.sh: Update.
1683         Reported by Ralf Wildenhues.
1684
1685 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1686
1687         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1688         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1689         GCC 4.2, which otherwise issues a lot of warnings.
1690         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1691         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1692         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1693         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1694         it should no longer be needed.
1695         * lib/string_.h: Likewise.
1696         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1697         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1698         * modules/inttypes (inttypes.h): Likewise.
1699         * modules/math (math.h): Likewise.
1700         * modules/search (search.h): Likewise.
1701         * modules/signal (signal.h): Likewise.
1702         * modules/stdint (stdint.h): Likewise.
1703         * modules/stdio (stdio.h): Likewise.
1704         * modules/stdlib (stdlib.h): Likewise.
1705         * modules/string (string.h): Likewise.
1706         * modules/sys_time (sys/time.h): Likewise.
1707         * modules/time (time.h): Likewise.
1708         * modules/wchar (wchar.h): Likewise.
1709         * modules/wctype (wtype.h): Likewise.
1710
1711 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1712
1713         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1714
1715 2007-05-13  Bruno Haible  <bruno@clisp.org>
1716
1717         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1718         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1719         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1720         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1721         (gl_PREREQ_STRTOK_R): Don't require it here.
1722
1723 2007-05-13  Bruno Haible  <bruno@clisp.org>
1724
1725         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1726         when used in C++ mode.
1727
1728 2007-05-12  Bruno Haible  <bruno@clisp.org>
1729
1730         * lib/linebuffer.h: Tweak doc.
1731         * lib/linebuffer.c: Likewise.
1732
1733 2007-05-12  James Youngman  <jay@gnu.org>
1734
1735         * lib/linebuffer.c (readlinebuffer_delim): New function,
1736         like readlinebuffer, but use a caller-specified delimiter.
1737         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1738         as the delimiter.
1739         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1740
1741 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1742
1743         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1744         * modules/openat (Files): Remove openat-die.c.
1745         (Depends-on): Add openat-die.
1746         * modules/openat-die: New module.
1747
1748 2007-05-06  Bruno Haible  <bruno@clisp.org>
1749
1750         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1751         Update with info about Cygwin.
1752         * doc/functions/fprintf.texi: Update.
1753         * doc/functions/printf.texi: Update.
1754         * doc/functions/snprintf.texi: Update.
1755         * doc/functions/sprintf.texi: Update.
1756         * doc/functions/vfprintf.texi: Update.
1757         * doc/functions/vprintf.texi: Update.
1758         * doc/functions/vsnprintf.texi: Update.
1759         * doc/functions/vsprintf.texi: Update.
1760         Reported by Eric Blake.
1761
1762 2007-05-06  Bruno Haible  <bruno@clisp.org>
1763
1764         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1765         padding ourselves for the floating-point directives.
1766         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1767         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1769         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1770         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1771         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1773         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1774         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1775         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1776         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1777         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1778         * tests/test-snprintf-posix.h (test_function): Also check the width
1779         and some flags in the %f directive.
1780         * tests/test-sprintf-posix.h (test_function): Likewise.
1781         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1782         * tests/test-vasprintf-posix.c (test_function): Likewise.
1783         * doc/functions/fprintf.texi: Update.
1784         * doc/functions/printf.texi: Update.
1785         * doc/functions/snprintf.texi: Update.
1786         * doc/functions/sprintf.texi: Update.
1787         * doc/functions/vfprintf.texi: Update.
1788         * doc/functions/vprintf.texi: Update.
1789         * doc/functions/vsnprintf.texi: Update.
1790         * doc/functions/vsprintf.texi: Update.
1791
1792 2007-05-06  Bruno Haible  <bruno@clisp.org>
1793
1794         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1795         pass the ' flag character to sprintf or snprintf.
1796         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1797         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1798         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1799         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1800         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1801         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1802         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1803         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1804         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1805         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1806         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1807         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1808         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1809         flag.
1810         * tests/test-sprintf-posix.h (test_function): Likewise.
1811         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1812         * tests/test-vasprintf-posix.c (test_function): Likewise.
1813         * doc/functions/fprintf.texi: Update.
1814         * doc/functions/printf.texi: Update.
1815         * doc/functions/snprintf.texi: Update.
1816         * doc/functions/sprintf.texi: Update.
1817         * doc/functions/vfprintf.texi: Update.
1818         * doc/functions/vprintf.texi: Update.
1819         * doc/functions/vsnprintf.texi: Update.
1820         * doc/functions/vsprintf.texi: Update.
1821
1822 2007-05-01  Bruno Haible  <bruno@clisp.org>
1823
1824         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1825
1826 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1827
1828         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1829         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1830
1831 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1834         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1836
1837 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1838
1839         * lib/argp-help.c (struct hol_entry): New member `ord'.
1840         (HOL_ENTRY_PTRCMP): Use ord for comparison
1841         (hol_sort): Initialize ord.
1842
1843 2007-05-01  Bruno Haible  <bruno@clisp.org>
1844
1845         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1846         Reported by Eric Blake.
1847         * doc/gnulib.texi (Function Substitutes): Update.
1848
1849 2007-05-01  Bruno Haible  <bruno@clisp.org>
1850
1851         * doc/functions.texi: Remove file, now redundant through
1852         doc/functions/*.texi.
1853
1854 2007-05-01  Bruno Haible  <bruno@clisp.org>
1855
1856         * modules/argp (Depends-on): Add sleep.
1857
1858 2007-05-01  Bruno Haible  <bruno@clisp.org>
1859
1860         * modules/sleep-tests: New file.
1861         * tests/test-sleep.c: New file.
1862
1863         * modules/sleep: New file.
1864         * lib/sleep.c: New file.
1865         * m4/sleep.m4: New file.
1866         * lib/unistd_.h (sleep): New declaration.
1867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1868         HAVE_SLEEP.
1869         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1870         * doc/functions/sleep.texi: Document the sleep module.
1871
1872 2007-05-01  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/sigprocmask.h: Remove file.
1875         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1876         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1877         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1878         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1879         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1880         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1881         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1882         HAVE_SIGSET_T as a shell variable.
1883         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1884         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1885         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1886         (Depends-on): Add signal. Remove verify.
1887         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1888         (Include): Mention <signal.h> instead of sigprocmask.h.
1889         * NEWS: Mention the change.
1890         * lib/fatal-signal.c: Don't include sigprocmask.h.
1891
1892 2007-05-01  Bruno Haible  <bruno@clisp.org>
1893
1894         * modules/signal: New file.
1895         * lib/signal_.h: New file.
1896         * m4/signal_h.m4: New file.
1897
1898 2007-05-01  Bruno Haible  <bruno@clisp.org>
1899
1900         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1901         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1902         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1903         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1904
1905 2007-05-01  Bruno Haible  <bruno@clisp.org>
1906
1907         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1908         configure time.
1909         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1910         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1911         * modules/sys_stat (Makefile.am): Substitute their values into
1912         sys/stat.h.
1913
1914 2007-05-01  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1917         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1918         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1919
1920 2007-05-01  Bruno Haible  <bruno@clisp.org>
1921
1922         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1923         'assert' module here.
1924
1925 2007-05-01  Bruno Haible  <bruno@clisp.org>
1926
1927         * doc/functions/*.texi: New files.
1928         * doc/functions/google-ranking.txt: New file.
1929         * doc/gnulib.texi (Function Substitutes): New chapter.
1930         (ctime, inet_ntoa): Remove sections.
1931         * doc/ctime.texi: Remove file.
1932         * doc/inet_ntoa.texi: Remove file.
1933         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1934         dependencies.
1935         (%.info): New rule, specifying a --reference-limit.
1936
1937 2007-05-01  Bruno Haible  <bruno@clisp.org>
1938
1939         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1940
1941 2007-05-01  Bruno Haible  <bruno@clisp.org>
1942
1943         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1944         the portability of 'mkdir' to mingw systems.
1945
1946 2007-05-01  Bruno Haible  <bruno@clisp.org>
1947
1948         * doc/headers/google-ranking.txt: New file.
1949
1950 2007-04-30  Eric Blake  <ebb9@byu.net>
1951
1952         Prefer fseeko to fseek.
1953         * modules/getpass (Depends-on): Add fseeko.
1954         * lib/getpass.c (getpass): Use fseeko, not fseek.
1955
1956 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1957
1958         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1959         assumes the sorting is stable, while most qsort implementations
1960         are not.  Use argument addresses to ensure they never compare as
1961         equal.
1962
1963         * tests/test-argp-2.sh (usage-indent test): Fix output
1964         (func_compare): Restore diff options
1965         * tests/test-argp.c: Restore #include "progname.h"
1966
1967 2007-04-29  Bruno Haible  <bruno@clisp.org>
1968
1969         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1971         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1972         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1973         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1974         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1975         (TESTS, check_PROGRAMS): Add test-snprintf.
1976         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1977         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1978         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1979         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1980         assertions that fail on HP-UX, OSF/1, or IRIX.
1981         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1982
1983 2007-04-29  Bruno Haible  <bruno@clisp.org>
1984
1985         * MODULES.html.sh (posix_functions): Remove 'contents'.
1986
1987 2007-04-29  Karl Berry  <karl@gnu.org>
1988
1989         * config/srclist.txt (gendocs_template_min): new entry.
1990
1991 2007-04-29  Bruno Haible  <bruno@clisp.org>
1992
1993         Work around fpurge bug on BSD systems.
1994         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1995         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1996         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1997         fpurge to rpl_fpurge if the system already has this function.
1998         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1999         the case where the system already has this function. Correct invariants
2000         on BSD systems.
2001         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2002         BSD systems.
2003
2004 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2005
2006         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2007         proposed by Sven Verdoolaege.
2008
2009         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2010         options.
2011         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2012         (usage and help tests): Update
2013
2014 2007-04-29  Bruno Haible  <bruno@clisp.org>
2015
2016         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2017         Print more information in case of failure. Disable a test on BeOS.
2018
2019 2007-04-29  Bruno Haible  <bruno@clisp.org>
2020
2021         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2022         This helps debugging on systems on which no gdb is available.
2023
2024 2007-04-29  Bruno Haible  <bruno@clisp.org>
2025
2026         * lib/freading.h: Improve comments.
2027         * lib/fwriting.h: Likewise.
2028         * tests/test-freading.c (main): Don't check freading immediately after
2029         repositioning. Needed for glibc.
2030
2031 2007-04-29  Bruno Haible  <bruno@clisp.org>
2032
2033         * lib/freading.c (freading): Trivial simplification.
2034
2035 2007-04-28  Bruno Haible  <bruno@clisp.org>
2036
2037         * tests/test-fwriting.c (main): Also test the interaction between
2038         fflush and fwriting.
2039         * modules/fwriting-tests (Depends-on): Add fflush.
2040
2041         * tests/test-freading.c (main): Also test the interaction between
2042         fflush and freading.
2043         * modules/freading-tests (Depends-on): Add fflush.
2044
2045 2007-04-28  Bruno Haible  <bruno@clisp.org>
2046
2047         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2048         fseeko and ftello.
2049         Suggested by Eric Blake.
2050
2051 2007-04-28  Jim Meyering  <jim@meyering.net>
2052
2053         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2054         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2055         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2056
2057 2007-04-27  Eric Blake  <ebb9@byu.net>
2058
2059         * doc/headers/assert.texi (assert.h): Document assert module use.
2060
2061 2007-04-27  Bruno Haible  <bruno@clisp.org>
2062
2063         * doc/headers/*.texi: New files.
2064         * doc/gnulib.texi (Header File Substitutes): New chapter.
2065         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2066         dependencies.
2067         (standards.info ,standards.html, standards.dvi): Update dependencies.
2068         (mostlyclean, clean): New targets.
2069
2070 2007-04-27  Bruno Haible  <bruno@clisp.org>
2071
2072         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2073         * modules/sysexits (Files, Makefile.am): Update.
2074
2075         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2076         * modules/sys_socket (Files, Makefile.am): Update.
2077
2078         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2079         * modules/sys_stat (Files, Makefile.am): Update.
2080
2081 2007-04-27  Eric Blake  <ebb9@byu.net>
2082
2083         * lib/freading.h: Improve comments.
2084         * lib/fwriting.h: Likewise.
2085         * lib/fflush.c: Likewise.
2086
2087         Fix closein for mingw.
2088         * modules/closein-tests: Add tests for closein.
2089         * tests/test-closein.c: New file.
2090         * tests/test-closein.sh: Likewise.
2091         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2092         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2093
2094 2007-04-27  Bruno Haible  <bruno@clisp.org>
2095
2096         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2097         version is < 6.
2098         * lib/math_.h [__DECC]: Likewise.
2099         * lib/stdio_.h [__DECC]: Likewise.
2100         * lib/stdlib_.h [__DECC]: Likewise.
2101         * lib/string_.h [__DECC]: Likewise.
2102         * lib/time_.h [__DECC]: Likewise.
2103         * lib/wchar_.h [__DECC]: Likewise.
2104         * lib/wctype_.h [__DECC]: Likewise.
2105
2106 2007-04-27  Bruno Haible  <bruno@clisp.org>
2107
2108         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2109
2110 2007-04-27  Bruno Haible  <bruno@clisp.org>
2111
2112         * lib/fflush.c: Add comments.
2113         * modules/fpurge-tests (Depends-on): Add fflush.
2114         * modules/freadable-tests (Depends-on): Likewise.
2115         * modules/fwritable-tests (Depends-on): Likewise.
2116
2117 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2118
2119         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2120         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2121         Report by Bruno Haible <bruno@clisp.org>.
2122
2123 2007-04-26  Eric Blake  <ebb9@byu.net>
2124
2125         Fix fflush on mingw.
2126         * modules/fflush (Depends-on): Add freading.
2127         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2128         but unread data.
2129
2130 2007-04-26  Eric Blake  <ebb9@byu.net>
2131         and Bruno Haible  <bruno@clisp.org>
2132
2133         Implement freading and fwriting.
2134         * lib/freading.c: New file.
2135         * lib/freading.h: Likewise.
2136         * m4/freading.m4: Likewise.
2137         * modules/freading: Likewise.
2138         * modules/freading-tests: Likewise.
2139         * tests/test-freading.c: Likewise.
2140         * lib/fwriting.c: New file.
2141         * lib/fwriting.h: Likewise.
2142         * m4/fwriting.m4: Likewise.
2143         * modules/fwriting: Likewise.
2144         * modules/fwriting-tests: Likewise.
2145         * tests/test-fwriting.c: Likewise.
2146         * MODULES.html.sh (File stream based Input/Output): Mention them.
2147
2148 2007-04-26  Bruno Haible  <bruno@clisp.org>
2149
2150         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2151         'long' when we assume it.
2152         Suggested by Eric Blake.
2153
2154 2007-04-26  Bruno Haible  <bruno@clisp.org>
2155
2156         Ensure fseeko, ftello are declared on glibc systems.
2157         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2158         * modules/fseeko (configure.ac-early): Likewise.
2159         * modules/ftello (configure.ac-early): Likewise.
2160         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2161         AC_FUNC_FSEEKO for this.
2162         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2163         (gl_CHECK_FSEEKO): Remove macro.
2164
2165 2007-04-26  Bruno Haible  <bruno@clisp.org>
2166
2167         * tests/test-fflush.c (main): Also check the ftell result after
2168         fflush and fseek/fseeko.
2169         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2170         file descriptor position cache in the stream.
2171         * lib/fseeko.c (rpl_fseeko): Likewise.
2172
2173 2007-04-26  Bruno Haible  <bruno@clisp.org>
2174
2175         * modules/fflush-tests (Depends-on): Add fseeko.
2176
2177 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2178             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2179
2180         * lib/argz_.h: ensure error_t definition is obtained in same
2181         mechanism system argz.h would have.
2182         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2183         argz facilities are known bad.  Err on the side of caution if
2184         cross-compiling.
2185
2186 2007-04-25  Eric Blake  <ebb9@byu.net>
2187
2188         * lib/fpurge.c (includes): Use stdlib.h for free.
2189         * tests/test-fflush.c (main): Also test fflush-fseeko.
2190
2191 2007-04-25  Bruno Haible  <bruno@clisp.org>
2192
2193         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2194         * lib/fseeko.c: New file.
2195         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2196         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2197         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2198         gl_FUNC_FSEEKO.
2199         (gl_FUNC_FSEEKO): Invoke it.
2200         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2201         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2202         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2203
2204 2007-04-25  Bruno Haible  <bruno@clisp.org>
2205
2206         * modules/fflush (Depends-on): Add ftello.
2207
2208 2007-04-25  Bruno Haible  <bruno@clisp.org>
2209
2210         * modules/ftello-tests: New file.
2211         * tests/test-ftello.c: New file.
2212
2213         * modules/ftello: New file.
2214         * m4/ftello.m4: New file.
2215         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2216         HAVE_FTELLO.
2217         * lib/stdio_.h (ftello): New declaration.
2218         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2219         HAVE_FTELLO.
2220
2221 2007-04-25  Bruno Haible  <bruno@clisp.org>
2222
2223         * modules/fseeko-tests: New file.
2224         * tests/test-fseeko.c: New file.
2225
2226         * modules/fseeko: New file.
2227         * m4/fseeko.m4: New file.
2228         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2229         HAVE_FSEEKO.
2230         * lib/stdio_.h (fseeko): New declaration.
2231         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2232         HAVE_FSEEKO.
2233
2234 2007-04-25  Bruno Haible  <bruno@clisp.org>
2235
2236         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2237
2238 2007-04-25  Bruno Haible  <bruno@clisp.org>
2239
2240         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2241         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2242         * tests/test-unistd.c: Likewise.
2243         * tests/test-fcntl.c: Likewise.
2244
2245 2007-04-23  Eric Blake  <ebb9@byu.net>
2246
2247         * lib/fflush.c: Fix missing include.
2248         Reported by Bruno Haible.
2249
2250 2007-04-23  Bruno Haible  <bruno@clisp.org>
2251
2252         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2253         Reported by Eric Blake.
2254
2255 2007-04-23  Bruno Haible  <bruno@clisp.org>
2256
2257         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2258
2259 2007-04-23  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2262
2263 2007-04-23  Bruno Haible  <bruno@clisp.org>
2264
2265         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2266         Needed on HP-UX 11.
2267
2268 2007-04-16  Eric Blake  <ebb9@byu.net>
2269
2270         Make fflush rely on fpurge.
2271         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2272         open coding all variants.
2273         * modules/fflush (Depends-on): Add fpurge and unistd.
2274         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2275         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2276
2277         Fix --with-tests compilation on cygwin.
2278         * modules/argmatch-tests (Makefile.am): List gnulib library first
2279         in LDADD.
2280         * modules/argp-tests (Makefile.am): Likewise.
2281         * modules/array-list-tests (Makefile.am): Likewise.
2282         * modules/array-oset-tests (Makefile.am): Likewise.
2283         * modules/avltree-list-tests (Makefile.am): Likewise.
2284         * modules/avltree-oset-tests (Makefile.am): Likewise.
2285         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2286         * modules/carray-list-tests (Makefile.am): Likewise.
2287         * modules/dirname-tests (Makefile.am): Likewise.
2288         * modules/frexp-tests (Makefile.am): Likewise.
2289         * modules/isnanl-tests (Makefile.am): Likewise.
2290         * modules/linked-list-tests (Makefile.am): Likewise.
2291         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2292         * modules/lock-tests (Makefile.am): Likewise.
2293         * modules/rbtree-list-tests (Makefile.am): Likewise.
2294         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2295         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2296         * modules/tls-tests (Makefile.am): Likewise.
2297         * modules/tsearch-tests (Makefile.am): Likewise.
2298         * modules/xvasprintf-tests (Makefile.am): Likewise.
2299
2300         Fix fpurge for cygwin.
2301         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2302         value.
2303         * modules/fpurge-tests (Depends-on): Clean up trash.
2304
2305 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2306
2307         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2308
2309         * m4/autobuild.m4: Re-indent.
2310
2311 2007-04-13  Bruno Haible  <bruno@clisp.org>
2312
2313         * modules/fpurge-tests: New file.
2314         * tests/test-fpurge.c: New file.
2315
2316         * modules/fpurge: New file.
2317         * lib/fpurge.h: New file.
2318         * lib/fpurge.c: New file.
2319         * m4/fpurge.m4: New file.
2320
2321 2007-04-13  Bruno Haible  <bruno@clisp.org>
2322
2323         * modules/fbufmode-tests: New file.
2324         * tests/test-fbufmode.c: New file.
2325
2326         * modules/fbufmode: New file.
2327         * lib/fbufmode.h: New file.
2328         * lib/fbufmode.c: New file.
2329         * m4/fbufmode.m4: New file.
2330
2331 2007-04-13  Bruno Haible  <bruno@clisp.org>
2332
2333         * modules/fwritable-tests: New file.
2334         * tests/test-fwritable.c: New file.
2335
2336         * modules/fwritable: New file.
2337         * lib/fwritable.h: New file.
2338         * lib/fwritable.c: New file.
2339         * m4/fwritable.m4: New file.
2340
2341 2007-04-13  Bruno Haible  <bruno@clisp.org>
2342
2343         * modules/freadable-tests: New file.
2344         * tests/test-freadable.c: New file.
2345
2346         * modules/freadable: New file.
2347         * lib/freadable.h: New file.
2348         * lib/freadable.c: New file.
2349         * m4/freadable.m4: New file.
2350
2351 2007-04-13  Bruno Haible  <bruno@clisp.org>
2352
2353         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2354         MOSTLYCLEANFILES.
2355
2356 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2357
2358         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2359         gzip bootstrap.conf to avoid dragging in i18n machinery.
2360         (gnulib_tool_option): Use it.
2361
2362 2007-04-13  Bruno Haible  <bruno@clisp.org>
2363
2364         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2365         %F directives.
2366         * tests/test-vasprintf-posix.c (test_function): Likewise.
2367         * tests/test-snprintf-posix.h (test_function): Likewise.
2368         * tests/test-sprintf-posix.h (test_function): Likewise.
2369         * tests/test-fprintf-posix.h (test_function): Likewise.
2370         * tests/test-printf-posix.h (test_function): Likewise.
2371         * tests/test-fprintf-posix.out: Likewise.
2372
2373 2007-04-13  Bruno Haible  <bruno@clisp.org>
2374
2375         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2376         * modules/tls-tests (configure.ac): Likewise.
2377         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2378
2379 2007-04-13  Bruno Haible  <bruno@clisp.org>
2380
2381         * lib/tls.c (glthread_tls_get): Fix return type.
2382         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2383
2384 2007-04-12  Eric Blake  <ebb9@byu.net>
2385
2386         * modules/gettime (Depends-on): Remove gettime.
2387         Reported by Dmitry V. Levin.
2388
2389 2007-04-12  Bruno Haible  <bruno@clisp.org>
2390
2391         * modules/fflush (Include): Mention <stdio.h>.
2392         * modules/strtoimax (Include): Mention <inttypes.h>.
2393         * modules/strtoumax (Include): Likewise.
2394
2395 2007-04-12  Eric Blake  <ebb9@byu.net>
2396
2397         * .cvsignore: New file.
2398         * .gitignore: Likewise.
2399
2400 2007-04-12  Bruno Haible  <bruno@clisp.org>
2401
2402         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2403         not before, since $(LDADD) often contains libgnu.a.
2404         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2405         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2406         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2407         Needed on Cygwin.
2408
2409 2007-04-12  Eric Blake  <ebb9@byu.net>
2410
2411         Work around glibc's failure to flush stdin on fclose.
2412         * lib/closein.c (close_stdin): Flush stdin before closing.
2413
2414         Work around glibc's failure to reset seekable stdin on exit.
2415         * modules/closein: New module.
2416         * lib/closein.c: New file.
2417         * lib/closein.h: Likewise.
2418         * m4/closein.m4: Likewise.
2419         * MODULES.html.sh (File stream based Input/Output): Document it.
2420
2421 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2422
2423         * gnulib-tool: Rename generated 'autobuild' script to
2424         'do-autobuild' in --create-megatestdir output.
2425
2426         * doc/gnulib.texi (Build robot for gnulib): Fix.
2427
2428 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2429
2430         * modules/sysexits (Depends-on): Add absolute-header.
2431
2432 2007-04-12  Eric Blake  <ebb9@byu.net>
2433
2434         No need to preserve errno on success.
2435         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2436         Reported by Bruno Haible.
2437
2438 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2439
2440         * MODULES.html.sh (Support for maintaining and releasing
2441         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2442
2443 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2444
2445         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2446
2447 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2448
2449         * modules/autobuild: New module.
2450
2451         * m4/autobuild.m4: New file.
2452
2453 2007-04-11  Bruno Haible  <bruno@clisp.org>
2454
2455         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2456         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2457         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2458         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2459         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2460         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2461         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2462         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2463         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2464         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2465         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2466         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2467         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2468         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2469         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2470         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2471         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2472         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2473         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2475         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2476         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2478         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2479         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2480         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2481         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2482         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2483         Reported by Eric Blake.
2484
2485 2007-04-11  Bruno Haible  <bruno@clisp.org>
2486
2487         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2488
2489 2007-04-10  Bruno Haible  <bruno@clisp.org>
2490
2491         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2492         for NaN and Infinity. Needed on FreeBSD 6.1.
2493         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2494         regarding results for "%010a" of Infinity and NaN.
2495         * tests/test-vasprintf-posix.c (test_function): Likewise.
2496         * tests/test-snprintf-posix.h (test_function): Likewise.
2497         * tests/test-sprintf-posix.h (test_function): Likewise.
2498         * tests/test-fprintf-posix.h (test_function): Likewise.
2499         * tests/test-printf-posix.h (test_function): Likewise.
2500         * tests/test-fprintf-posix.out: Likewise.
2501
2502 2007-04-10  Bruno Haible  <bruno@clisp.org>
2503
2504         * modules/locale-tests: New file.
2505         * tests/test-locale.c: New file.
2506
2507         * modules/locale: New file.
2508         * lib/locale_.h: New file.
2509         * m4/locale_h.m4: New file.
2510
2511 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2512             Bruno Haible  <bruno@clisp.org>
2513
2514         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2515         be determined, test for availability of the copysignf, copysign,
2516         copysignl functions.
2517         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2518         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2519         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2520
2521 2007-04-09  Eric Blake  <ebb9@byu.net>
2522
2523         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2524         * modules/stdio (Makefile.am): Support fflush.
2525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2526         * modules/fflush: New file.
2527         * lib/fflush.c: Likewise.
2528         * m4/fflush.m4: Likewise.
2529         * modules/fflush-tests: New test.
2530         * tests/test-fflush.c: Likewise.
2531         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2532
2533 2007-04-06  Bruno Haible  <bruno@clisp.org>
2534
2535         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2536         (VASNPRINTF): Use signbit for faster determination whether to print a
2537         minus sign.
2538         * modules/vasnprintf (Files): Remove lib/float+.h.
2539         * modules/fprintf-posix (Depends-on): Add signbit.
2540         * modules/snprintf-posix (Depends-on): Likewise.
2541         * modules/sprintf-posix (Depends-on): Likewise.
2542         * modules/vasnprintf-posix (Depends-on): Likewise.
2543         * modules/vasprintf-posix (Depends-on): Likewise.
2544         * modules/vfprintf-posix (Depends-on): Likewise.
2545         * modules/vsnprintf-posix (Depends-on): Likewise.
2546         * modules/vsprintf-posix (Depends-on): Likewise.
2547
2548 2007-04-06  Bruno Haible  <bruno@clisp.org>
2549
2550         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2551         * tests/test-frexpl.c (main): Likewise.
2552         * tests/test-ldexpl.c (main): Likewise.
2553         * modules/frexp-tests (Depends-on): Add signbit.
2554         * modules/frexpl-tests (Depdends-on): Likewise.
2555         * modules/ldexpl-tests (Depdends-on): Likewise.
2556
2557 2007-04-06  Bruno Haible  <bruno@clisp.org>
2558
2559         * modules/signbit-tests: New file.
2560         * tests/test-signbit.c: New file.
2561
2562         * modules/signbit: New file.
2563         * lib/signbitf.c: New file.
2564         * lib/signbitd.c: New file.
2565         * lib/signbitl.c: New file.
2566         * m4/signbit.m4: New file.
2567         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2568         (signbit): New macro.
2569         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2570         REPLACE_SIGNBIT.
2571         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2572         REPLACE_FREXPL into math.h.
2573
2574 2007-04-06  Bruno Haible  <bruno@clisp.org>
2575
2576         * modules/isnanf-nolibm-tests: New file.
2577         * tests/test-isnanf.c: New file.
2578
2579         * modules/isnanf-nolibm: New file.
2580         * lib/isnanf.h: New file.
2581         * lib/isnanf.c: New file.
2582         * lib/isnan.c: Consider the USE_FLOAT macro.
2583         * m4/isnanf.m4: New file.
2584
2585 2007-04-06  Bruno Haible  <bruno@clisp.org>
2586
2587         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2588         (Link): New section.
2589
2590         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2591
2592 2007-04-06  Bruno Haible  <bruno@clisp.org>
2593
2594         Assume the 'long double' type.
2595         * m4/longdouble.m4: Remove file.
2596         * config/srclist.txt: Don't mention longdouble.m4.
2597         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2598         * lib/float+.h: Likewise.
2599         * lib/frexp.c: Likewise.
2600         * lib/printf-args.h: Likewise.
2601         * lib/printf-args.c: Likewise.
2602         * lib/printf-frexp.c: Likewise.
2603         * lib/printf-parse.c: Likewise.
2604         * lib/vasnprintf.c: Likewise.
2605         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2606         * m4/intl.m4: Likewise.
2607         * m4/isnanl.m4: Likewise.
2608         * m4/printf.m4: Likewise.
2609         * m4/printf-frexpl.m4: Likewise.
2610         * m4/vasnprintf.m4: Likewise.
2611         * modules/allocsa (Files): Remove m4/longdouble.m4.
2612         * modules/gettext (Files): Likewise.
2613         * modules/relocatable-prog-wrapper (Files): Likewise.
2614         * modules/vasnprintf (Files): Likewise.
2615         * modules/isnanl (Files): Likewise.
2616         (Include): Simplify.
2617         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2618         (Include): Simplify.
2619         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2620         (Include): Simplify.
2621         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2622         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2623         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2624         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2625         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2626         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2627         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2628         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2629         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2630         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2631         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2632         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2633         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2634         * tests/test-isnanl.c: Likewise.
2635         * tests/test-snprintf-posix.h: Likewise.
2636         * tests/test-sprintf-posix.h: Likewise.
2637         * tests/test-vasnprintf-posix.c: Likewise.
2638         * tests/test-vasnprintf-posix2.c: Likewise.
2639         * tests/test-vasprintf-posix.c: Likewise.
2640
2641 2007-04-06  Bruno Haible  <bruno@clisp.org>
2642
2643         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2644         * lib/math_.h [__DECC]: Include the overridden include file through
2645         #include_next, outside the double-inclusion guard.
2646         * lib/stdio_.h [__DECC]: Likewise.
2647         * lib/stdlib_.h [__DECC]: Likewise.
2648         * lib/string_.h [__DECC]: Likewise.
2649         * lib/time_.h [__DECC]: Likewise.
2650         * lib/wchar_.h [__DECC]: Likewise.
2651         * lib/wctype_.h [__DECC]: Likewise.
2652         * lib/inttypes_.h [__DECC]: Likewise.
2653         Reported by Albert Chin <china@thewrittenword.com> in
2654         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2655
2656 2007-04-04  Eric Blake  <ebb9@byu.net>
2657
2658         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2659         1.5.x.
2660
2661 2007-04-04  Bruno Haible  <bruno@clisp.org>
2662
2663         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2664         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2665
2666 2007-04-04  Bruno Haible  <bruno@clisp.org>
2667
2668         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2669         results for "%010a" of Infinity and NaN.
2670         * tests/test-vasprintf-posix.c (test_function): Likewise.
2671         * tests/test-snprintf-posix.h (test_function): Likewise.
2672         * tests/test-sprintf-posix.h (test_function): Likewise.
2673         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2674         * tests/test-printf-posix.h (test_function): Likewise.
2675         * tests/test-fprintf-posix.out: Update.
2676         Needed for FreeBSD 6.1.
2677
2678 2007-04-04  Bruno Haible  <bruno@clisp.org>
2679
2680         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2681         directly used by the gnulib modules nor by gnulib-tool.
2682
2683 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         * DEPENDENCIES: Give overall description of version dependency
2686         desirability.  Use more-typical names for apps.
2687         Add shell, coreutils, diffutils, grep, tar, gzip.
2688
2689 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2690
2691         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2692
2693 2007-04-04  Karl Berry  <karl@gnu.org>
2694
2695         * MODULES.html.sh (func_module): missing '.
2696
2697 2007-04-03  Bruno Haible  <bruno@clisp.org>
2698
2699         * modules/argmatch-tests (Makefile.am): New variable
2700         test_argmatch_LDADD.
2701         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2702         * modules/array-list-tests (Makefile.am): New variable
2703         test_array_list_LDADD.
2704         * modules/array-oset-tests (Makefile.am): New variable
2705         test_array_oset_LDADD.
2706         * modules/avltree-list-tests (Makefile.am): New variable
2707         test_avltree_list_LDADD.
2708         * modules/avltree-oset-tests (Makefile.am): New variable
2709         test_avltree_oset_LDADD.
2710         * modules/avltreehash-list-tests (Makefile.am): New variable
2711         test_avltreehash_list_LDADD.
2712         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2713         test_canonicalize_lgpl_LDADD.
2714         * modules/carray-list-tests (Makefile.am): New variable
2715         test_carray_list_LDADD.
2716         * modules/dirname-tests (Makefile.am): New variable
2717         test_dirname_LDADD.
2718         * modules/linked-list-tests (Makefile.am): New variable
2719         test_linked_list_LDADD.
2720         * modules/linkedhash-list-tests (Makefile.am): New variable
2721         test_linkedhash_list_LDADD.
2722         * modules/rbtree-list-tests (Makefile.am): New variable
2723         test_rbtree_list_LDADD.
2724         * modules/rbtree-oset-tests (Makefile.am): New variable
2725         test_rbtree_oset_LDADD.
2726         * modules/rbtreehash-list-tests (Makefile.am): New variable
2727         test_rbtreehash_list_LDADD.
2728         * modules/xvasprintf-tests (Makefile.am): New variable
2729         test_xvasprintf_LDADD.
2730         Reported by Eric Blake.
2731
2732 2007-04-03  Eric Blake  <ebb9@byu.net>
2733
2734         * DEPENDENCIES: Weaken m4 requirements.
2735
2736 2007-04-03  Bruno Haible  <bruno@clisp.org>
2737
2738         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2739         * modules/isnanl-tests (configure.ac): Likewise.
2740
2741 2007-04-03  Ben Pfaff  <blp@gnu.org>
2742
2743         * modules/iconv_open: Add $(srcdir)/ to source directory
2744         references in Makefile fragments that call gperf, to fix VPATH
2745         builds.
2746
2747 2007-04-03  Bruno Haible  <bruno@clisp.org>
2748
2749         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2750         * lib/ldexpl.c: Undo last change.
2751
2752 2007-04-03  Bruno Haible  <bruno@clisp.org>
2753
2754         * modules/printf-frexpl (Depends-on): Undo last change.
2755         (Files): Add m4/ldexpl.m4.
2756
2757 2007-04-03  Bruno Haible  <bruno@clisp.org>
2758
2759         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2760         * modules/isnanl (Link): New section.
2761
2762         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2763         * modules/frexp (Link): New section.
2764
2765         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2766         * modules/frexpl (Link): New section.
2767
2768         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2769         * modules/ldexpl (Link): New section.
2770
2771 2007-04-03  Bruno Haible  <bruno@clisp.org>
2772
2773         * modules/TEMPLATE-EXTENDED: New file.
2774         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2775
2776 2007-04-03  Bruno Haible  <bruno@clisp.org>
2777
2778         * DEPENDENCIES: New file.
2779         Suggested by Simon Josefsson.
2780
2781 2007-04-03  Bruno Haible  <bruno@clisp.org>
2782
2783         * doc/gnulib.texi: Escape @.
2784
2785 2007-04-03  James Youngman  <jay@gnu.org>
2786         and Paul Eggert  <eggert@cs.ucla.edu>
2787
2788         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2789         birthtime on all systems that have birthtime, not just those which
2790         use st_birthtimensec rather than st_birthtim.  Putting zero in
2791         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2792         that the birth time is not available for files on an NFS mount.
2793
2794 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2795
2796         * modules/memxor: Move back from crypto/, suggested by Bruno.
2797         * modules/crypto/hmac-sha1: Fix memxor dependency.
2798
2799         * modules/crypto/gc: Moved from ../.
2800
2801 2007-04-02  Eric Blake  <ebb9@byu.net>
2802
2803         * lib/ldexpl.c (includes): Avoid libm.
2804
2805         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2806
2807 2007-04-02  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2810         on IRIX.
2811
2812 2007-04-02  Bruno Haible  <bruno@clisp.org>
2813
2814         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2815         x86 or x86_64 platforms running MacOS X.
2816         Reported by Ryan Schmidt <@ryandesign.com>.
2817
2818 2007-04-02  Bruno Haible  <bruno@clisp.org>
2819
2820         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2821         i386.
2822
2823 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2824
2825         * modules/crypto/arcfour: Moved from ../.
2826         * modules/crypto/arcfour-tests: Moved from ../.
2827         * modules/crypto/arctwo: Moved from ../.
2828         * modules/crypto/arctwo-tests: Moved from ../.
2829         * modules/crypto/des: Moved from ../.
2830         * modules/crypto/des-tests: Moved from ../.
2831         * modules/crypto/gc-arcfour: Moved from ../.
2832         * modules/crypto/gc-arcfour-tests: Moved from ../.
2833         * modules/crypto/gc-arctwo: Moved from ../.
2834         * modules/crypto/gc-arctwo-tests: Moved from ../.
2835         * modules/crypto/gc-des: Moved from ../.
2836         * modules/crypto/gc-des-tests: Moved from ../.
2837         * modules/crypto/gc-hmac-md5: Moved from ../.
2838         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2839         * modules/crypto/gc-hmac-sha1: Moved from ../.
2840         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2841         * modules/crypto/gc-md2: Moved from ../.
2842         * modules/crypto/gc-md2-tests: Moved from ../.
2843         * modules/crypto/gc-md4: Moved from ../.
2844         * modules/crypto/gc-md4-tests: Moved from ../.
2845         * modules/crypto/gc-md5: Moved from ../.
2846         * modules/crypto/gc-md5-tests: Moved from ../.
2847         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2848         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2849         * modules/crypto/gc-random: Moved from ../.
2850         * modules/crypto/gc-rijndael: Moved from ../.
2851         * modules/crypto/gc-rijndael-tests: Moved from ../.
2852         * modules/crypto/gc-sha1: Moved from ../.
2853         * modules/crypto/gc-sha1-tests: Moved from ../.
2854         * modules/crypto/gc-tests: Moved from ../.
2855         * modules/crypto/hmac-md5: Moved from ../.
2856         * modules/crypto/hmac-md5-tests: Moved from ../.
2857         * modules/crypto/hmac-sha1: Moved from ../.
2858         * modules/crypto/hmac-sha1-tests: Moved from ../.
2859         * modules/crypto/md2: Moved from ../.
2860         * modules/crypto/md2-tests: Moved from ../.
2861         * modules/crypto/md4: Moved from ../.
2862         * modules/crypto/md4-tests: Moved from ../.
2863         * modules/crypto/md5: Moved from ../.
2864         * modules/crypto/md5-tests: Moved from ../.
2865         * modules/crypto/memxor: Moved from ../.
2866         * modules/crypto/rijndael: Moved from ../.
2867         * modules/crypto/rijndael-tests: Moved from ../.
2868         * modules/crypto/sha1: Moved from ../.
2869
2870 2007-03-30  James Youngman  <jay@gnu.org>
2871
2872         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2873         rename() to change the ctime of a file (because ctime is unaffected
2874         by rename on jfs2 on AIX 5.1).
2875         (main): Start by doing cleanup, in case a previous run failed leaving
2876         test files behind.
2877
2878 2007-03-31  Bruno Haible  <bruno@clisp.org>
2879
2880         Support old proprietary implementations of iconv.
2881         * modules/iconv_open: New file.
2882         * lib/iconv_.h: New file.
2883         * m4/iconv_h.m4: New file.
2884         * lib/iconv_open.c: New file.
2885         * lib/iconv_open-aix.gperf: New file.
2886         * lib/iconv_open-hpux.gperf: New file.
2887         * lib/iconv_open-irix.gperf: New file.
2888         * lib/iconv_open-osf.gperf: New file.
2889         * m4/iconv_open.m4: New file.
2890         * modules/linebreak (Depends-on): Add iconv_open.
2891         * modules/striconv (Depends-on): Likewise.
2892         * modules/striconveh (Depends-on): Likewise.
2893         * modules/unicodeio (Depends-on): Likewise.
2894         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2895         (iconv_t)(-1).
2896         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2897         conversion if cd is (iconv_t)(-1).
2898         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2899         is not possible.
2900
2901 2007-03-31  Bruno Haible  <bruno@clisp.org>
2902
2903         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2904         work on Solaris either. Protect also second use of "autodetect_jp".
2905
2906 2007-03-31  Bruno Haible  <bruno@clisp.org>
2907
2908         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2909         the function is not present.
2910
2911 2007-03-31  Bruno Haible  <bruno@clisp.org>
2912
2913         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2914         the function is not present.
2915
2916 2007-03-31  Bruno Haible  <bruno@clisp.org>
2917
2918         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2919         a bug in HP-UX iconv_open().
2920
2921 2007-03-31  Bruno Haible  <bruno@clisp.org>
2922
2923         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2924         (Mathematics <math.h>): New section, add fpieee.
2925         (Input/output <stdio.h>): Add fseterr.
2926         (Mathematics <math.h>): New section, add printf-frexp.
2927         (Container data structures): Add sublist.
2928         (Core language properties): Add fpucw, inline.
2929         (Functions for greatest-width integer types <inttypes.h>): Add
2930         imaxabs, imaxdiv, inttypes.
2931         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2932         isnanl-nolibm, ldexp.
2933         (Mathematics <math.h>): New section, add printf-frexpl.
2934         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2935         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2936         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2937         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2938         (Unicode string functions): Add unistr/u*-mbtoucr.
2939         (Java): Add javacomp-script, javaexec-script.
2940         (C#): Add csharpcomp-script, csharpexec-script.
2941         (Support for building libraries and executables): Add havelib,
2942         relocatable-*.
2943         (Support for maintaining and releasing projects): Renamed from
2944         'Support for maintaining and release projects'. Add announce-gen.
2945
2946 2007-03-31  Bruno Haible  <bruno@clisp.org>
2947
2948         * README: Talk primarily about git.
2949         (git and CVS): Renamed from CVS.
2950         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2951         gnulib is available through git.
2952         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2953
2954 2007-03-30  Bruno Haible  <bruno@clisp.org>
2955
2956         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2957         * lib/poll_.h: Likewise.
2958         * lib/stat_.h: Likewise.
2959         * lib/sys_time_.h: Likewise.
2960         * lib/sysexit_.h: Likewise.
2961         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2962         * lib/stdbool_.h: Likewise.
2963         * lib/byteswap_.h: Add double-inclusion guard.
2964
2965 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2966
2967         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2968
2969 2007-03-30  Karl Berry  <karl@gnu.org>
2970
2971         * config/srclist-update: double space after USA in the license
2972         substitution, since that's how it's usually (?) written.
2973
2974 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2975
2976         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2977         reported by Bruno Haible.
2978
2979 2007-03-29  Bruno Haible  <bruno@clisp.org>
2980
2981         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2982         a bug in AIX iconv().
2983
2984 2007-03-29  Bruno Haible  <bruno@clisp.org>
2985
2986         * modules/ldexpl-tests: New file.
2987         * tests/test-ldexpl.c: New file.
2988
2989 2007-03-29  Bruno Haible  <bruno@clisp.org>
2990
2991         * lib/ldexpl.c: Include fpucw.h.
2992         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2993         multiplication.
2994         * modules/ldexpl (Depends-on): Add fpucw.
2995
2996 2007-03-29  Bruno Haible  <bruno@clisp.org>
2997
2998         * modules/ldexpl: New file.
2999         * m4/ldexpl.m4: New file.
3000         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3001         set.
3002         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3003         REPLACE_LDEXPL.
3004         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3005         REPLACE_LDEXPL.
3006         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3007         gl_FUNC_LDEXPL_WORKS.
3008         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3009         * modules/mathl (Files): Remove lib/ldexpl.c.
3010         (Depends-on): Add ldexpl.
3011
3012 2007-03-29  Bruno Haible  <bruno@clisp.org>
3013
3014         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3015
3016 2007-03-29  Bruno Haible  <bruno@clisp.org>
3017
3018         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3019         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3020         and possibly also HP-UX.
3021         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3022         work on AIX, IRIX, HP-UX, OSF/1.
3023         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3024         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3025         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3026         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3027         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3028         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3029
3030 2007-03-29  Bruno Haible  <bruno@clisp.org>
3031
3032         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3033
3034 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3035
3036         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3037         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3038
3039 2007-03-29  Eric Blake  <ebb9@byu.net>
3040
3041         * lib/acl-internal.h: Remove redundant include.
3042         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3043         Cygwin when a file is locked.
3044
3045 2007-03-29  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3048         file.
3049         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3050
3051 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3054         try to remove a parent directory if the child couldn't be removed
3055         (except for the first rmdir, which could fail because the child
3056         doesn't exist).  Problem reported by Jeff Blaine in
3057         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3058
3059 2007-03-28  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/striconveh.c (utf8conv_carefully): New function.
3062         (mem_cd_iconveh_internal): Invoke it.
3063
3064 2007-03-28  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3067         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3068         input.
3069         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3070         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3071         unistr/u8-uctomb.
3072
3073 2007-03-28  Bruno Haible  <bruno@clisp.org>
3074
3075         * modules/unistr/u8-mbtoucr: New file.
3076         * lib/unistr/u8-mbtoucr.c: New file.
3077         * modules/unistr/u16-mbtoucr: New file.
3078         * lib/unistr/u16-mbtoucr.c: New file.
3079         * modules/unistr/u16-mbtoucr: New file.
3080         * lib/unistr/u16-mbtoucr.c: New file.
3081         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3082
3083 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3084             Bruno Haible  <bruno@clisp.org>
3085
3086         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3087         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3088         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3089
3090         * m4/stdio_h.m4: Add stubs for vasprintf too.
3091
3092         * modules/stdio: Support vasprintf in sed command.
3093
3094         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3095         vasprintf.h.  Add stdio module indicator.
3096
3097         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3098         vasprintf.h.
3099
3100         * lib/vasprintf.h: File removed.
3101
3102         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3103         * lib/vasprintf.c: Ditto.
3104         * lib/xvasprintf.c: Ditto.
3105         * tests/test-vasprintf-posix.c: Ditto.
3106         * tests/test-vasprintf.c: Ditto.
3107
3108 2007-03-27  Bruno Haible  <bruno@clisp.org>
3109
3110         Make vasnprintf multithread-safe.
3111         * lib/vasnprintf.c (decimal_point_char): New function.
3112         (VASNPRINTF): Use it.
3113         Suggested by Simon Josefsson.
3114
3115 2007-03-27  Eric Blake  <ebb9@byu.net>
3116
3117         Support sub-second birthtime on cygwin.
3118         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3119         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3120         (get_stat_birthtime): Also work with st_birthtim.
3121
3122 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3123
3124         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3125         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3126         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3127         (get_stat_birthtime_ns): Simplify compile-time tests.
3128         (get_stat_birthtime): Change the API to look like
3129         get_stat_mtime etc., except return a negative tv_nsec on error.
3130         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3131         Don't check for "spare" fields.
3132         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3133         or for struct stat.st_birthtime, as these tests aren't used.
3134         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3135
3136 2007-03-27  Bruno Haible  <bruno@clisp.org>
3137
3138         * lib/stat-time.h: Include <sys/stat.h>.
3139
3140 2007-03-27  James Youngman  <jay@gnu.org>
3141
3142         * lib/stat-time.h (get_stat_birthtime): New function for
3143           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3144         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3145           and its variants.
3146         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3147         * modules/stat-time-test: New file.
3148         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3149
3150 2007-03-26  Bruno Haible  <bruno@clisp.org>
3151
3152         Better support of signalling NaNs.
3153         * lib/atanl.c: Include isnanl.h.
3154         (atanl): Perform test for NaN at the beginning of the function and
3155         through a call to isnanl.
3156         * lib/cosl.c: Include isnanl.h.
3157         (cosl): Perform test for NaN at the beginning of the function and
3158         through a call to isnanl.
3159         * lib/ldexpl.c: Include isnanl.h.
3160         (ldexpl): Perform test for NaN through a call to isnanl.
3161         * lib/logl.c: Include isnanl.h.
3162         (logl): Perform test for NaN at the beginning of the function and
3163         through a call to isnanl.
3164         * lib/sinl.c: Include isnanl.h.
3165         (sinl): Perform test for NaN at the beginning of the function and
3166         through a call to isnanl.
3167         * lib/sqrtl.c: Include isnanl.h.
3168         (sqrtl): Perform test for NaN at the beginning of the function and
3169         through a call to isnanl.
3170         * lib/tanl.c: Include isnanl.h.
3171         (tanl): Perform test for NaN at the beginning of the function and
3172         through a call to isnanl.
3173         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3174         * modules/mathl (Depends-on): Add isnanl.
3175
3176 2007-03-26  Eric Blake  <ebb9@byu.net>
3177
3178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3179         regression in logic sense of previous patch.
3180
3181 2007-03-26  Bruno Haible  <bruno@clisp.org>
3182
3183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3184         unportable shell command "if ! ...".
3185         Reported by Ralf Wildenhues.
3186
3187 2007-03-25  Bruno Haible  <bruno@clisp.org>
3188
3189         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3190         <sysexits.h> file, and only add EX_CONFIG.
3191         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3192         absolute file name and whether it is sufficient. Substitute also
3193         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3194         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3195         ABSOLUTE_SYSEXITS_H into sysexits.h.
3196
3197 2007-03-25  Bruno Haible  <bruno@clisp.org>
3198
3199         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3200         hints is NULL.
3201
3202 2007-03-25  Bruno Haible  <bruno@clisp.org>
3203
3204         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3205         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3206
3207 2007-03-25  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/vasnprintf.c: Include langinfo.h.
3210         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3211         multithread-safe.
3212         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3213         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3214         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3215         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3216         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3217         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3218         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3219         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3220         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3221         Reported by Simon Josefsson.
3222
3223 2007-03-25  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3226         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3227         * modules/vasnprintf (Depends-on): Add stdint.
3228
3229 2007-03-25  Bruno Haible  <bruno@clisp.org>
3230
3231         * modules/fpieee: New file.
3232         * m4/fpieee.m4: New file.
3233         * modules/isnan-nolibm (Depends-on): Add fpieee.
3234         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3235         * modules/isnanl (Depends-on): Add fpieee.
3236
3237 2007-03-25  Bruno Haible  <bruno@clisp.org>
3238
3239         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3240
3241 2007-03-25  Bruno Haible  <bruno@clisp.org>
3242
3243         Avoid test failures on IRIX 6.5.
3244         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3245         (main): Use it.
3246         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3247         macros.
3248         (main): Use them.
3249
3250 2007-03-25  Bruno Haible  <bruno@clisp.org>
3251
3252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3253         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3254         exists but doesn't work.
3255         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3256         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3257         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3258         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3259
3260 2007-03-25  Bruno Haible  <bruno@clisp.org>
3261
3262         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3263         returns inf. Needed on IRIX 6.5.
3264
3265 2007-03-25  Bruno Haible  <bruno@clisp.org>
3266
3267         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3268         (main): Use isnanl instead of x != x idiom.
3269         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3270
3271         * tests/test-frexp.c: Include isnan.h.
3272         (main): Use isnan instead of x != x idiom.
3273         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3274
3275 2007-03-25  Bruno Haible  <bruno@clisp.org>
3276
3277         * tests/test-frexp.c (NaN): New function/macro.
3278         (main): Use it instead of 0.0 / 0.0.
3279         * tests/test-isnan.c (NaN): New function/macro.
3280         (main): Use it instead of 0.0 / 0.0.
3281         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3282         (test_function): Use it instead of 0.0 / 0.0.
3283         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3284         (test_function): Use it instead of 0.0 / 0.0.
3285         * tests/test-snprintf-posix.h (NaN): New function/macro.
3286         (test_function): Use it instead of 0.0 / 0.0.
3287         * tests/test-sprintf-posix.h (NaN): New function/macro.
3288         (test_function): Use it instead of 0.0 / 0.0.
3289         * tests/test-fprintf-posix.h (NaN): New function/macro.
3290         (test_function): Use it instead of 0.0 / 0.0.
3291         * tests/test-printf-posix.h (NaN): New function/macro.
3292         (test_function): Use it instead of 0.0 / 0.0.
3293
3294         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3295
3296 2007-03-25  Bruno Haible  <bruno@clisp.org>
3297
3298         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3299
3300 2007-03-25  Bruno Haible  <bruno@clisp.org>
3301
3302         * lib/regexec.c (merge_state_with_log): Make static.
3303
3304 2007-03-25  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/trigl.c (kernel_rem_pio2): Make static.
3307
3308 2007-03-25  Bruno Haible  <bruno@clisp.org>
3309
3310         * lib/sincosl.c (sincosl_table): Make static.
3311
3312 2007-03-25  Bruno Haible  <bruno@clisp.org>
3313
3314         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3315         if the compiler does not support C99.
3316
3317 2007-03-25  Bruno Haible  <bruno@clisp.org>
3318
3319         * modules/time (Makefile.am): Ensure all rule action lines start with a
3320         tab.
3321
3322 2007-03-24  Bruno Haible  <bruno@clisp.org>
3323
3324         * modules/tsearch-tests: New file.
3325         * tests/test-tsearch.sh: New file.
3326         * tests/test-tsearch.c: New file, mostly copied from glibc.
3327
3328         * modules/search-tests: New file.
3329         * tests/test-search.c: New file.
3330
3331         * modules/search: New file.
3332         * lib/search_.h: New file, incorporating lib/tsearch.h.
3333         * m4/search_h.m4: New file.
3334         * lib/tsearch.h: Remove file.
3335         * lib/tsearch.c: Include search.h instead of tsearch.h.
3336         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3337         HAVE_TSEARCH.
3338         * modules/tsearch (Files): Remove lib/tsearch.h.
3339         (Depends-on): Add search.
3340         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3341         (Include): Change tsearch.h into search.h.
3342
3343 2007-03-24  Bruno Haible  <bruno@clisp.org>
3344
3345         * modules/fpucw: New file.
3346         * lib/fpucw.h: New file.
3347         * lib/frexp.c: Include fpucw.h.
3348         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3349         (FUNC): Use them.
3350         * lib/printf-frexp.c: Include fpucw.h.
3351         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3352         (FUNC): Use them.
3353         * lib/vasnprintf.c: Include fpucw.h.
3354         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3355         'long double' calculations.
3356         * tests/test-frexpl.c: Include fpucw.h.
3357         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3358         * tests/test-printf-frexpl.c: Include fpucw.h.
3359         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3360         * modules/frexpl (Depends-on): Add fpucw.
3361         * modules/printf-frexpl (Depends-on): Likewise.
3362         * modules/fprintf-posix (Depends-on): Likewise.
3363         * modules/snprintf-posix (Depends-on): Likewise.
3364         * modules/sprintf-posix (Depends-on): Likewise.
3365         * modules/vasnprintf-posix (Depends-on): Likewise.
3366         * modules/vasprintf-posix (Depends-on): Likewise.
3367         * modules/vfprintf-posix (Depends-on): Likewise.
3368         * modules/vsnprintf-posix (Depends-on): Likewise.
3369         * modules/vsprintf-posix (Depends-on): Likewise.
3370         * modules/frexpl-tests (Depends-on): Likewise.
3371         * modules/printf-frexpl-tests (Depends-on): Likewise.
3372
3373 2007-03-24  Bruno Haible  <bruno@clisp.org>
3374
3375         * lib/float+.h: New file.
3376         * lib/isnan.c: Include float+.h.
3377         (SIZE): New macro.
3378         (FUNC): Compare only SIZE bytes of the value.
3379         * lib/vasnprintf.c: Include float+.h.
3380         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3381         SIZEOF_LDBL or SIZEOF_DBL bytes.
3382         * modules/isnan-nolibm (Files): Add lib/float+.h.
3383         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3384         * modules/isnanl (Files): Add lib/float+.h.
3385         * modules/vasnprintf (Files): Add lib/float+.h.
3386
3387 2007-03-24  Bruno Haible  <bruno@clisp.org>
3388
3389         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3390         include isnanl-nolibm.h.
3391
3392 2007-03-24  Bruno Haible  <bruno@clisp.org>
3393
3394         * tests/test-read-file.c (main): Don't produce spurious output for
3395         expected situations. Make the test fail if it encountered unexpected
3396         results.
3397
3398 2007-03-24  Bruno Haible  <bruno@clisp.org>
3399
3400         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3401         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3402
3403 2007-03-24  Bruno Haible  <bruno@clisp.org>
3404
3405         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3406
3407 2007-03-24  Bruno Haible  <bruno@clisp.org>
3408
3409         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3410         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3411
3412         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3413         * modules/utf8-ucs4: Turn into a symbolic link to module
3414         unistr/u8-mbtouc.
3415
3416         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3417         utf8-ucs4-unsafe.
3418         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3419         unistr/u8-mbtouc-unsafe.
3420
3421         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3422         * modules/utf16-ucs4: Turn into a symbolic link to module
3423         unistr/u16-mbtouc.
3424
3425         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3426         utf16-ucs4-unsafe.
3427         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3428         unistr/u16-mbtouc-unsafe.
3429
3430         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3431         * modules/ucs4-utf8: Turn into a symbolic link to module
3432         unistr/u8-ubtomb.
3433
3434         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3435         * modules/ucs4-utf16: Turn into a symbolic link to module
3436         unistr/u16-ubtomb.
3437
3438 2007-03-24  Bruno Haible  <bruno@clisp.org>
3439
3440         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3441         Enable the function only if HAVE_INLINE.
3442         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3443         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3444         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3445         Enable the function only if HAVE_INLINE.
3446         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3447         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3448         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3449         Enable the function only if HAVE_INLINE.
3450         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3451         Enable the function only if HAVE_INLINE.
3452         * modules/utf8-ucs4: Update.
3453         * modules/utf8-ucs4-unsafe: Update.
3454         * modules/utf16-ucs4: Update.
3455         * modules/utf16-ucs4-unsafe: Update.
3456         * modules/ucs4-utf8: Update.
3457         * modules/ucs4-utf16: Update.
3458
3459 2007-03-24  Bruno Haible  <bruno@clisp.org>
3460
3461         * lib/utf8-ucs4.h: Remove file.
3462         * lib/utf8-ucs4-unsafe.h: Remove file.
3463         * lib/utf16-ucs4.h: Remove file.
3464         * lib/utf16-ucs4-unsafe.h: Remove file.
3465         * lib/ucs4-utf8.h: Remove file.
3466         * lib/ucs4-utf16.h: Remove file.
3467         * lib/unistr.h: Include their previous contents.
3468         * m4/utf-ucs4.m4: Remove file.
3469         * m4/ucs4-utf.m4: Remove file.
3470         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3471         (Depends-on): Add unistr/base.
3472         (configure.ac): Remove gl_UTF_UCS4.
3473         (Makefile.am): Update.
3474         (Include): Change to unistr.h.
3475         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3476         (Depends-on): Add unistr/base.
3477         (configure.ac): Remove gl_UTF_UCS4.
3478         (Makefile.am): Update.
3479         (Include): Change to unistr.h.
3480         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3481         (Depends-on): Add unistr/base.
3482         (configure.ac): Remove gl_UTF_UCS4.
3483         (Makefile.am): Update.
3484         (Include): Change to unistr.h.
3485         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3486         (Depends-on): Add unistr/base.
3487         (configure.ac): Remove gl_UTF_UCS4.
3488         (Makefile.am): Update.
3489         (Include): Change to unistr.h.
3490         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3491         (Depends-on): Add unistr/base.
3492         (configure.ac): Remove gl_UCS4_UTF.
3493         (Makefile.am): Update.
3494         (Include): Change to unistr.h.
3495         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3496         (Depends-on): Add unistr/base.
3497         (configure.ac): Remove gl_UCS4_UTF.
3498         (Makefile.am): Update.
3499         (Include): Change to unistr.h.
3500         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3501         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3502         utf8-ucs4-unsafe.h.
3503         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3504         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3505         utf16-ucs4-unsafe.h.
3506         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3507         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3508         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3509         * lib/unistr/u8-strchr.c: Likewise.
3510         * lib/unistr/u8-strrchr.c: Likewise.
3511         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3512         * lib/unistr/u16-strchr.c: Likewise.
3513         * lib/unistr/u16-strrchr.c: Likewise.
3514         * lib/striconveh.c: Update.
3515         * lib/linebreak.c: Update.
3516
3517 2007-03-24  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3520         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3521
3522 2007-03-22  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3525
3526 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3527
3528         * MODULES.html.sh (File system functions): New module write-any-file.
3529         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3530         * m4/write-any-file.m4: New files.
3531
3532 2007-03-23  Eric Blake  <ebb9@byu.net>
3533
3534         * gnulib-tool: Rearrange space-tab sequences, since some editors
3535         like to eat them.
3536
3537 2007-03-23  Eric Blake  <ebb9@byu.net>
3538
3539         * lib/version-etc.c (version_etc_va): Update license wording to
3540         be more concise.  Recommended by Richard Stallman.
3541
3542 2007-03-22  Bruno Haible  <bruno@clisp.org>
3543
3544         * lib/poll.c (MSG_PEEK): New fallback definition.
3545
3546 2007-03-22  Bruno Haible  <bruno@clisp.org>
3547
3548         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3549         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3550         (main): Update.
3551         Fixes a compilation error on BeOS.
3552
3553 2007-03-22  Bruno Haible  <bruno@clisp.org>
3554
3555         * modules/frexpl-tests: New file.
3556         * tests/test-frexpl.c: New file.
3557
3558         * modules/frexpl: New file.
3559         * m4/frexpl.m4: New file.
3560         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3561         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3562         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3563         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3564         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3565         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3566
3567 2007-03-22  Bruno Haible  <bruno@clisp.org>
3568
3569         * lib/frexpl.c: Share code with lib/frexp.c.
3570         * modules/mathl (Files): Add lib/frexp.c.
3571         (Depends-on): Add isnanl-nolibm.
3572
3573 2007-03-22  Bruno Haible  <bruno@clisp.org>
3574
3575         * modules/printf-frexp (Files): Add m4/frexp.m4.
3576         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3577         only if the found frexp function actually works.
3578
3579 2007-03-22  Bruno Haible  <bruno@clisp.org>
3580
3581         * lib/frexp.c: Remove older implementation that uses divisions.
3582
3583 2007-03-21  Bruno Haible  <bruno@clisp.org>
3584
3585         * modules/frexp-tests: New file.
3586         * tests/test-frexp.c: New file.
3587
3588         * modules/frexp: New file.
3589         * lib/frexp.c: New file.
3590         * m4/frexp.m4: New file.
3591         * lib/math_.h (frexp): New declaration.
3592         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3593         REPLACE_FREXP.
3594         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3595
3596 2007-03-21  Bruno Haible  <bruno@clisp.org>
3597
3598         * modules/isnanl-tests: New file.
3599         * tests/test-isnanl.c: New file.
3600
3601         * modules/isnanl: New file.
3602         * lib/isnanl.h: New file.
3603         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3604         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3605         gl_FUNC_ISNANL_WORKS.
3606         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3607         New macros.
3608
3609 2007-03-21  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3612         lib/isnanl.h.
3613         (Include): Update.
3614         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3615         * lib/vasnprintf.c: Update.
3616         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3617         tests/test-isnanl.h, remove tests/test-isnanl.c.
3618         (Makefile.am): Update.
3619         * tests/test-isnanl-nolibm.c: New file.
3620         * tests/test-isnanl.h: New file.
3621         * tests/test-isnanl.c: Remove file.
3622
3623 2007-03-21  Jim Meyering  <jim@meyering.net>
3624
3625         When trying to open ".", treat ESTALE like EACCES.
3626         * lib/savewd.c (savewd_save): Resort to forking not just upon
3627         failure with EACCES, but also when errno is ESTALE.
3628
3629 2007-03-20  Bruno Haible  <bruno@clisp.org>
3630
3631         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3632         Needed on AIX 5.1. Reported by Matthew Woehlke.
3633
3634 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3635
3636         Suggestions by Bruno Haible:
3637         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3638         our own.
3639         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3640         * modules/acl (Depends-on): Add gettext.
3641
3642 2007-03-19  Bruno Haible  <bruno@clisp.org>
3643
3644         * modules/iconvme: Remove file.
3645         * lib/iconvme.h: Remove file.
3646         * lib/iconvme.c: Remove file.
3647         * m4/iconvme.m4: Remove file.
3648
3649 2007-03-19  Bruno Haible  <bruno@clisp.org>
3650
3651         * doc/relocatable-maint.texi: Break long shell script line.
3652         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3653
3654 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3657         handle file_has_acl.
3658         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3659         * lib/acl.c: Move header inclusions and related macro defns into
3660         lib/acl-internal.h.
3661         (S_ISLNK): Remove defn, since that's now done for us.
3662         (file_has_acl): Move to lib/file-has-acl.c.
3663         Call acl_trivial if available.  This is the crucial part of the fix.
3664         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3665         shared within the library.  Rewrite a bit, partly to make it compatible
3666         with the GNU coding style.
3667         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3668         Remove unnecessary double-quotes.
3669         Don't test for acl_to_text; the build will catch that.
3670         Replace acl_entries if it doesn't exist and it is needed.
3671         Check for -lsec and acl_trivial (as used on Solaris 10).
3672         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3673         lib/file-has-acl.c.
3674         (Depends-on): Add sys_stat, for S_ISLNK.
3675
3676 2007-03-19  Ben Pfaff  <blp@gnu.org>
3677
3678         * doc/gnulib.texi: Fix typos.
3679         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3680
3681 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3682
3683         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3684         If size is zero here, buf must be zero.
3685
3686 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3687
3688         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3689         <bruno@clisp.org>.
3690
3691 2007-03-18  Bruno Haible  <bruno@clisp.org>
3692
3693         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3694         Suggested by Eric Blake.
3695
3696 2007-03-18  Ben Pfaff  <blp@gnu.org>
3697
3698         * doc/relocatable.texi: Recommend using as prefix a directory
3699         that does not exist and will never be created.  Based on
3700         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3701         and others.
3702
3703 2007-03-17  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/fchownat.c: Include lchown.h.
3706
3707 2007-03-17  Bruno Haible  <bruno@clisp.org>
3708
3709         Fix endless loop when the given allocated size was > INT_MAX.
3710         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3711         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3712         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3713         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3714         * lib/sprintf.c (sprintf): Likewise.
3715
3716 2007-03-17  Bruno Haible  <bruno@clisp.org>
3717
3718         * tests/test-argp-2.sh (func_compare): Output a context diff.
3719
3720 2007-03-17  Bruno Haible  <bruno@clisp.org>
3721
3722         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3723         locale's decimal-point character.
3724
3725 2007-03-17  Bruno Haible  <bruno@clisp.org>
3726
3727         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3728         before comparing it. Needed because on some platforms (e.g. x86) a
3729         'long double' occupies less bytes than sizeof (long double).
3730
3731 2007-03-17  Bruno Haible  <bruno@clisp.org>
3732
3733         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3734         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3735         * tests/test-getaddrinfo.c (simple): Likewise.
3736         * tests/test-read-file.c (main): Likewise.
3737
3738 2007-03-17  Bruno Haible  <bruno@clisp.org>
3739
3740         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3741
3742 2007-03-17  Bruno Haible  <bruno@clisp.org>
3743
3744         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3745         unused variable.
3746
3747 2007-03-17  Bruno Haible  <bruno@clisp.org>
3748
3749         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3750         * tests/test-c-strncasecmp.c: Likewise.
3751
3752 2007-03-17  Bruno Haible  <bruno@clisp.org>
3753
3754         * modules/stdlib (Depends-on): Add unistd.
3755         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3756         Needed for MacOS X 10.3.
3757
3758 2007-03-17  Bruno Haible  <bruno@clisp.org>
3759
3760         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3761
3762 2007-03-17  Bruno Haible  <bruno@clisp.org>
3763
3764         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3765
3766 2007-03-17  Bruno Haible  <bruno@clisp.org>
3767
3768         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3769         to reflect files copied from gnulib (with or without modifications).
3770         Suggested by Jim Meyering.
3771
3772 2007-03-17  Eric Blake  <ebb9@byu.net>
3773
3774         * NEWS: Document stdlib change from 2007-02-18.
3775
3776 2007-03-17  Jim Meyering  <jim@meyering.net>
3777
3778         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3779         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3780         someone uses a name containing shell meta-characters.
3781         Reported by Alfred M. Szmidt.
3782
3783         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3784
3785 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3786
3787         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3788         and copy gettext configuration files only if configure.ac contains
3789         a use of AM_GNU_GETTEXT_VERSION.
3790
3791 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3792
3793         * build-aux/bootstrap (gnulib_name): New variable.
3794         (gnulib_tool_options): Use it.
3795
3796 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3797
3798         * tests/test-des.c: Use new namespace.
3799
3800 2007-03-15  Bruno Haible  <bruno@clisp.org>
3801
3802         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3803         Reported by James Youngman <jay@gnu.org>.
3804
3805 2007-03-15  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3808         declared prototype. Needed with cc on OSF/1 5.1.
3809
3810 2007-03-15  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3813         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3814         (struct gl_list_implementation): Add dispose_fn argument to the
3815         'create_empty', 'create' methods.
3816         (struct gl_list_impl_base): Add field 'dispose_fn'.
3817         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3818         argument.
3819         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3820         dispose_fn argument.
3821         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3822         dispose_fn on the dropped values.
3823         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3824         dispose_fn argument.
3825         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3826         dropped values.
3827         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3828         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3829         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3830         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3831         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3832         argument.
3833         (gl_tree_list_free): Call dispose_fn on the dropped values.
3834         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3835         the dropped values.
3836         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3837         Add dispose_fn argument.
3838         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3839         Call dispose_fn on the dropped values.
3840         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3841         Add dispose_fn argument.
3842         (gl_sublist_create): Initialize the 'dispose_fn' field.
3843         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3844         * tests/test-array_list.c (main): Update.
3845         * tests/test-carray_list.c (main): Update.
3846         * tests/test-avltree_list.c (main): Update.
3847         * tests/test-rbtree_list.c (main): Update.
3848         * tests/test-avltreehash_list.c (main): Update.
3849         * tests/test-rbtreehash_list.c (main): Update.
3850         * tests/test-linked_list.c (main): Update.
3851         * tests/test-linkedhash_list.c (main): Update.
3852         * tests/test-array_oset.c (main): Update.
3853
3854 2007-03-15  Bruno Haible  <bruno@clisp.org>
3855
3856         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3857         (gl_oset_create_empty): Add dispose_fn argument.
3858         (struct gl_oset_implementation): Add dispose_fn argument to
3859         'create_empty' method.
3860         (struct gl_oset_impl_base): Add dispose_fn field.
3861         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3862         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3863         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3864         values.
3865         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3866         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3867         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3868         dropped value.
3869         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3870         dropped value.
3871         * tests/test-array_oset.c (main): Update.
3872         * tests/test-avltree_oset.c (main): Update.
3873         * tests/test-rbtree_oset.c (main): Update.
3874         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3875
3876 2007-03-13  Bruno Haible  <bruno@clisp.org>
3877
3878         * tests/test-stdbool.c (i): Update after last patch.
3879
3880 2007-03-12  Bruno Haible  <bruno@clisp.org>
3881
3882         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3883         the iswprint macro. Needed on Solaris 2.5.1.
3884
3885 2007-03-12  Bruno Haible  <bruno@clisp.org>
3886
3887         * tests/test-printf-frexp.c (main): Declare x as volatile.
3888
3889 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3890
3891         * doc/gnulib.texi (Build robot for gnulib): New section.
3892
3893 2007-03-12  Jim Meyering  <jim@meyering.net>
3894
3895         * build-aux/bootstrap: New file.
3896         * build-aux/bootstrap.conf: New file, from coreutils.
3897
3898 2007-03-11  Bruno Haible  <bruno@clisp.org>
3899
3900         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3901
3902 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3903
3904         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3905         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3906         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3907
3908 2007-03-11  Bruno Haible  <bruno@clisp.org>
3909
3910         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3911         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3912
3913 2007-03-11  Bruno Haible  <bruno@clisp.org>
3914
3915         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3916         formula. Needed for SunPRO C 5.0.
3917
3918 2007-03-11  Bruno Haible  <bruno@clisp.org>
3919
3920         * modules/long-options (Depends-on): Add getopt.
3921
3922 2007-03-11  Bruno Haible  <bruno@clisp.org>
3923
3924         * modules/modechange (Depends-on): Add stdbool.
3925
3926 2007-03-11  Bruno Haible  <bruno@clisp.org>
3927
3928         * modules/i-ring (Depends-on): Add stdbool.
3929
3930 2007-03-11  Bruno Haible  <bruno@clisp.org>
3931
3932         * modules/gc-des (Depends-on): Add stdbool.
3933
3934 2007-03-11  Bruno Haible  <bruno@clisp.org>
3935
3936         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3937
3938 2007-03-11  Bruno Haible  <bruno@clisp.org>
3939
3940         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3941
3942 2007-03-11  Bruno Haible  <bruno@clisp.org>
3943
3944         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3945
3946 2007-03-11  Bruno Haible  <bruno@clisp.org>
3947
3948         * lib/vasnprintf.c (sprintf): Undefine.
3949
3950 2007-03-11  Bruno Haible  <bruno@clisp.org>
3951
3952         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3953         initializers in SunPRO C and Compaq C compilers.
3954
3955 2007-03-11  Bruno Haible  <bruno@clisp.org>
3956
3957         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3958         decrementing code ANSI C compliant.
3959
3960 2007-03-11  Bruno Haible  <bruno@clisp.org>
3961
3962         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3963         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3964
3965 2007-03-11  Bruno Haible  <bruno@clisp.org>
3966
3967         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3968         <stdbool.h> substitute doesn't pass.
3969
3970 2007-03-11  Bruno Haible  <bruno@clisp.org>
3971
3972         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3973
3974 2007-03-11  Bruno Haible  <bruno@clisp.org>
3975
3976         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3977         script, for submission to autobuild.josefsson.org.
3978
3979 2007-03-10  Bruno Haible  <bruno@clisp.org>
3980
3981         * modules/canonicalize-lgpl-tests: New file.
3982         * tests/test-canonicalize-lgpl.sh: New file.
3983         * tests/test-canonicalize-lgpl.c: New file.
3984
3985         * modules/c-strcase-tests: New file.
3986         * tests/test-c-strcase.sh: New file.
3987         * tests/test-c-strcasecmp.c: New file.
3988         * tests/test-c-strncasecmp.c: New file.
3989
3990         * modules/atexit-tests: New file.
3991         * tests/test-atexit.sh: New file.
3992         * tests/test-atexit.c: New file.
3993
3994 2007-03-10  Bruno Haible  <bruno@clisp.org>
3995
3996         * tests/test-binary-io.sh: Use temporary filenames that are not so
3997         likely to clash with those of other tests (in a parallel make).
3998         * tests/test-binary-io.c: Likewise.
3999
4000 2007-03-10  Bruno Haible  <bruno@clisp.org>
4001
4002         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4003         fallback; use #error instead.
4004         Suggested by Simon Josefsson.
4005
4006 2007-03-10  Bruno Haible  <bruno@clisp.org>
4007
4008         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4009         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4010         first and the last.
4011
4012 2007-03-10  Bruno Haible  <bruno@clisp.org>
4013
4014         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4015
4016 2007-03-10  Bruno Haible  <bruno@clisp.org>
4017
4018         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4019         "make distcheck".
4020         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4021         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4022         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4023
4024 2007-03-10  Bruno Haible  <bruno@clisp.org>
4025
4026         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4027         variable.
4028         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4029         variable.
4030
4031 2007-03-09  Eric Blake  <ebb9@byu.net>
4032         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4033
4034         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4035         types are not being provided by gnulib.
4036         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4037         types are supported.
4038
4039 2007-03-10  Bruno Haible  <bruno@clisp.org>
4040
4041         * lib/stdio_.h (__attribute__): New macro.
4042         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4043         vsprintf): Specify __attribute__ __format__ for GCC.
4044         Suggested by Eric Blake.
4045
4046 2007-03-09  Bruno Haible  <bruno@clisp.org>
4047
4048         * modules/printf-posix-tests: New file.
4049         * tests/test-printf-posix.sh: New file.
4050         * tests/test-printf-posix.c: New file.
4051
4052         * modules/printf-posix: New file.
4053         * lib/printf.c: New file.
4054         * m4/printf-posix-rpl.m4: New file.
4055         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4056         REPLACE_PRINTF.
4057         * lib/stdio_.h (printf): New declaration.
4058         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4059         ____strfmon____): New macros.
4060         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4061         REPLACE_PRINTF.
4062
4063 2007-03-09  Bruno Haible  <bruno@clisp.org>
4064
4065         * tests/test-vasnprintf-posix2.sh: New file.
4066         * tests/test-vasnprintf-posix2.c: New file.
4067         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4068         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4069         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4070
4071         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4072         a locale dependent decimal point, rather than always '.'.
4073
4074 2007-03-09  Eric Blake  <ebb9@byu.net>
4075
4076         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4077         spite of platforms like Tandem/NSK that define it to -1.
4078
4079 2007-03-08  Bruno Haible  <bruno@clisp.org>
4080
4081         * modules/vprintf-posix-tests: New file.
4082         * tests/test-vprintf-posix.sh: New file.
4083         * tests/test-vprintf-posix.c: New file.
4084         * tests/test-printf-posix.h: New file.
4085
4086         * modules/vprintf-posix: New file.
4087         * lib/vprintf.c: New file.
4088         * m4/vprintf-posix.m4: New file.
4089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4090         REPLACE_VPRINTF.
4091         * lib/stdio_.h (vprintf): New declaration.
4092         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4093         REPLACE_VPRINTF.
4094
4095 2007-03-08  Bruno Haible  <bruno@clisp.org>
4096
4097         * modules/fprintf-posix-tests: New file.
4098         * tests/test-fprintf-posix.sh: New file.
4099         * tests/test-fprintf-posix.c: New file.
4100
4101         * modules/fprintf-posix: New file.
4102         * lib/fprintf.c: New file.
4103         * m4/fprintf-posix.m4: New file.
4104         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4105         REPLACE_FPRINTF.
4106         * lib/stdio_.h (fprintf): New declaration.
4107         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4108         REPLACE_FPRINTF.
4109
4110 2007-03-08  Bruno Haible  <bruno@clisp.org>
4111
4112         * modules/vfprintf-posix-tests: New file.
4113         * tests/test-vfprintf-posix.sh: New file.
4114         * tests/test-vfprintf-posix.c: New file.
4115         * tests/test-fprintf-posix.h: New file.
4116         * tests/test-fprintf-posix.out: New file.
4117
4118         * modules/vfprintf-posix: New file.
4119         * lib/vfprintf.c: New file.
4120         * m4/vfprintf-posix.m4: New file.
4121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4122         REPLACE_VFPRINTF.
4123         * lib/stdio_.h (vfprintf): New declaration.
4124         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4125         REPLACE_VFPRINTF.
4126
4127 2007-03-08  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4130
4131 2007-03-08  Bruno Haible  <bruno@clisp.org>
4132
4133         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4134         instead of 'expr' invocations.
4135         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4136         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4137         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4138         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4139         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4140         Suggested by Paul Eggert.
4141
4142 2007-03-08  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/fseterr-tests: New file.
4145         * tests/test-fseterr.c: New file.
4146
4147         * modules/fseterr: New file.
4148         * lib/fseterr.h: New file.
4149         * lib/fseterr.c: New file.
4150
4151 2007-03-08  Bruno Haible  <bruno@clisp.org>
4152
4153         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4154         * lib/getopt_.h: Likewise.
4155         * lib/mbswidth.h: Likewise.
4156         * lib/setenv.h: Likewise.
4157         * lib/vasnprintf.h: Likewise.
4158         * lib/vasprintf.h: Likewise.
4159         * lib/verror.h: Likewise.
4160         * lib/xsetenv.h: Likewise.
4161         * lib/xvasprintf.h: Likewise.
4162
4163 2007-03-08  Jim Meyering  <jim@meyering.net>
4164
4165         * users.txt: Add parted.
4166
4167         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4168
4169 2007-03-07  Bruno Haible  <bruno@clisp.org>
4170
4171         * m4/printf.m4: Make the shell script snippets copy&pastable.
4172
4173 2007-03-02  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/netinet_in_.h: New file.
4176         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4177         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4178         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4179         (Depends-on): Add absolute-header.
4180         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4181         into netinet/in.h.
4182
4183 2007-03-03  Bruno Haible  <bruno@clisp.org>
4184
4185         * lib/sys_select_.h: New file.
4186         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4187         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4188         * modules/sys_select (Files): Add lib/sys_select_.h.
4189         (Depends-on): Add absolute-header.
4190         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4191         into sys/select.h.
4192
4193 2007-03-02  Bruno Haible  <bruno@clisp.org>
4194
4195         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4196         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4197         values.
4198         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4199         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4200         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4201         * modules/sys_socket (Depends-on): Add absolute-header.
4202         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4203         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4204         (Include): Remove requirement of inclusion of <sys/types.h>.
4205
4206 2007-03-02  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/byteswap_.h (bswap_32): Fix formula.
4209
4210 2007-03-06  Bruno Haible  <bruno@clisp.org>
4211
4212         * modules/sprintf-posix-tests: New file.
4213         * tests/test-sprintf-posix.c: New file.
4214
4215         * modules/sprintf-posix: New file.
4216         * lib/sprintf.c: New file.
4217         * m4/sprintf-posix.m4: New file.
4218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4219         REPLACE_SPRINTF.
4220         * lib/stdio_.h (sprintf): New declaration.
4221         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4222         REPLACE_SPRINTF.
4223
4224 2007-03-06  Bruno Haible  <bruno@clisp.org>
4225
4226         * modules/vsprintf-posix-tests: New file.
4227         * tests/test-vsprintf-posix.c: New file.
4228         * tests/test-sprintf-posix.h: New file.
4229
4230         * modules/vsprintf-posix: New file.
4231         * lib/vsprintf.c: New file.
4232         * m4/vsprintf-posix.m4: New file.
4233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4234         REPLACE_VSPRINTF.
4235         * lib/stdio_.h (vsprintf): New declaration.
4236         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4237         REPLACE_VSPRINTF.
4238
4239 2007-03-06  Bruno Haible  <bruno@clisp.org>
4240
4241         * modules/vsnprintf (Depend-on): Remove minmax.
4242
4243 2007-03-06  Bruno Haible  <bruno@clisp.org>
4244
4245         * modules/snprintf-posix-tests: New file.
4246         * tests/test-snprintf-posix.c: New file.
4247
4248         * modules/snprintf-posix: New file.
4249         * m4/snprintf-posix.m4: New file.
4250         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4251         gl_FUNC_SNPRINTF.
4252         (gl_FUNC_SNPRINTF): Invoke it.
4253         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4254         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4255         is set.
4256         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4257
4258 2007-03-06  Bruno Haible  <bruno@clisp.org>
4259
4260         * modules/vsnprintf-posix-tests: New file.
4261         * tests/test-vsnprintf-posix.c: New file.
4262         * tests/test-snprintf-posix.h: New file.
4263
4264         * modules/vsnprintf-posix: New file.
4265         * m4/vsnprintf-posix.m4: New file.
4266         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4267         gl_FUNC_VSNPRINTF.
4268         (gl_FUNC_VSNPRINTF): Invoke it.
4269         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4270         * lib/stdio_.h (vsnprintf): Define as a replacement if
4271         REPLACE_VSNPRINTF is set.
4272         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4273
4274 2007-03-06  Bruno Haible  <bruno@clisp.org>
4275
4276         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4277         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4278
4279 2007-03-06  Bruno Haible  <bruno@clisp.org>
4280
4281         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4282         (asinl): Declare also if HAVE_DECL_ASINL is set.
4283         (atanl): Declare also if HAVE_DECL_ATANL is set.
4284         (ceill): Declare also if HAVE_DECL_CEILL is set.
4285         (cosl): Declare also if HAVE_DECL_COSL is set.
4286         (expl): Declare also if HAVE_DECL_EXPL is set.
4287         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4288         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4289         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4290         (logl): Declare also if HAVE_DECL_LOGL is set.
4291         (sinl): Declare also if HAVE_DECL_SINL is set.
4292         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4293         (tanl): Declare also if HAVE_DECL_TANL is set.
4294         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4295         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4296         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4297         declaration of frexpl, ldexpl.
4298         * modules/printf-frexpl (Depends-on): Add math.
4299         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4300
4301 2007-03-05  Bruno Haible  <bruno@clisp.org>
4302
4303         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4304         frexpl and ldexpl are declared.
4305         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4306
4307 2007-03-05  Bruno Haible  <bruno@clisp.org>
4308
4309         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4310         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4311
4312 2007-03-05  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/stdio_.h: Include <stddef.h>.
4315
4316 2007-03-05  Bruno Haible  <bruno@clisp.org>
4317
4318         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4319
4320 2007-03-05  Bruno Haible  <bruno@clisp.org>
4321
4322         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4323         NetBSD 4, from Ralf Wildenhues.
4324
4325 2007-03-04  Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/vasprintf.h: Update #if logic for the case when the functions
4328         exist but are overridden.
4329
4330 2007-03-04  Bruno Haible  <bruno@clisp.org>
4331
4332         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4333         implementations: glibc-2.4 and MacOS X 10.3.
4334         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4335         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4336         * tests/test-vasprintf-posix.c (test_function): Likewise.
4337
4338 2007-03-04  Bruno Haible  <bruno@clisp.org>
4339
4340         * modules/vasprintf-posix-tests: New file.
4341         * tests/test-vasprintf-posix.c: New file.
4342
4343         * modules/vasprintf-posix: New file.
4344         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4345         defined.
4346         * m4/vasprintf-posix.m4: New file.
4347         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4348         gl_FUNC_VASPRINTF.
4349         (gl_FUNC_VASPRINTF): Invoke it.
4350         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4351         here.
4352         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4353
4354 2007-03-04  Bruno Haible  <bruno@clisp.org>
4355
4356         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4357         REPLACE_GETTIMEOFDAY.
4358         * modules/sys_time (Makefile.am): Likewise.
4359         * m4/sys_time_h.m4: Likewise.
4360         * m4/gettimeofday.m4: Likewise.
4361
4362 2007-03-04  Bruno Haible  <bruno@clisp.org>
4363
4364         * modules/vasnprintf-posix-tests: New file.
4365         * tests/test-vasnprintf-posix.c: New file.
4366
4367         * modules/vasnprintf-posix: New file.
4368         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4369         printf-frexpl.h.
4370         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4371         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4372         REPLACE_VASNPRINTF is defined.
4373         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4374         gl_FUNC_VASNPRINTF.
4375         (gl_FUNC_VASNPRINTF): Invoke it.
4376         * m4/vasnprintf-posix.m4: New file.
4377         * m4/printf.m4: New file.
4378
4379 2007-03-04  Bruno Haible  <bruno@clisp.org>
4380
4381         Compile progreloc.c only if --enable-relocatable is specified.
4382         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4383         if --enable-relocatable was specified.
4384         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4385         lib_SOURCES.
4386
4387 2007-03-04  Jim Meyering  <jim@meyering.net>
4388
4389         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4390         Use it consistently, rather than enumerating errno constants.
4391
4392 2007-03-04  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/xvasprintf-tests: New file.
4395         * tests/test-xvasprintf.c: New file.
4396
4397         * modules/vasprintf-tests: New file.
4398         * tests/test-vasprintf.c: New file.
4399
4400         * modules/vasnprintf-tests: New file.
4401         * tests/test-vasnprintf.c: New file.
4402
4403         * modules/vsnprintf-tests: New file.
4404         * tests/test-vsnprintf.c: New file.
4405
4406         * modules/snprintf-tests: New file.
4407         * tests/test-snprintf.c: New file.
4408
4409 2007-03-04  Bruno Haible  <bruno@clisp.org>
4410
4411         Compile relocatable.c only if --enable-relocatable is specified.
4412         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4413         gl_RELOCATABLE_LIBRARY.
4414         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4415         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4416         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4417         gl_RELOCATABLE_LIBRARY.
4418         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4419         (Makefile.am): Remove lib_SOURCES.
4420         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4421         gl_RELOCATABLE_LIBRARY.
4422         (Makefile.am): Remove lib_SOURCES.
4423         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4424         always.
4425         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4426         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4427
4428 2007-03-04  Bruno Haible  <bruno@clisp.org>
4429
4430         * modules/argmatch-tests: New file.
4431         * tests/test-argmatch.c: New file.
4432
4433         * tests/test-allocsa.c (main): Halve the number of loop runs.
4434
4435         * modules/alloca-opt-tests: New file.
4436         * tests/test-alloca-opt.c: New file.
4437
4438 2007-03-04  Jim Meyering  <jim@meyering.net>
4439
4440         Work around difference between Linux ACLs and Solaris 10 ZFS.
4441         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4442         for EINVAL.
4443
4444 2007-03-03  Bruno Haible  <bruno@clisp.org>
4445
4446         * modules/relocatable-prog (Depends-on): Add back progreloc's
4447         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4448
4449 2007-03-03  Bruno Haible  <bruno@clisp.org>
4450
4451         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4452         * modules/relocatable-lib: New file.
4453
4454 2007-03-03  Bruno Haible  <bruno@clisp.org>
4455
4456         * modules/relocatable-prog: Renamed from modules/relocatable.
4457         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4458
4459 2007-03-03  Bruno Haible  <bruno@clisp.org>
4460
4461         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4462         m4/relocatable-lib.m4.
4463         (Depends-on): Remove 'relocatable'.
4464         (configure.ac): Add gl_RELOCATABLE_NOP.
4465
4466 2007-03-03  Bruno Haible  <bruno@clisp.org>
4467
4468         * modules/relocatable-prog-wrapper: New file.
4469         * modules/relocatable (Depends-on): Add it. Remove all other
4470         dependencies except progname.
4471         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4472
4473         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4474         (gl_FUNC_STRERROR): Nop.
4475         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4476
4477         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4478         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4479
4480         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4481         (gl_FUNC_READLINK): Update.
4482
4483         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4484
4485 2007-03-03  Bruno Haible  <bruno@clisp.org>
4486
4487         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4488         * modules/xreadlink (Depends-on): Add unistd.
4489         * modules/xreadlink-with-size (Depends-on): Likewise.
4490
4491 2007-03-03  Bruno Haible  <bruno@clisp.org>
4492
4493         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4494         extracted from gt_FUNC_SETENV.
4495         (gt_FUNC_SETENV): Remove macro.
4496         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4497         remove gt_FUNC_SETENV.
4498
4499 2007-03-03  Bruno Haible  <bruno@clisp.org>
4500
4501         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4502         ENABLE_RELOCATABLE here.
4503         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4504
4505 2007-03-03  Bruno Haible  <bruno@clisp.org>
4506
4507         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4508         * tests/test-rbtreehash_list.c: Include progname.h.
4509         (main): Call set_program_name.
4510
4511         * modules/rbtree-oset-tests (Depends-on): Add progname.
4512         * tests/test-rbtree_oset.c: Include progname.h.
4513         (main): Call set_program_name.
4514
4515         * modules/rbtree-list-tests (Depends-on): Add progname.
4516         * tests/test-rbtree_list.c: Include progname.h.
4517         (main): Call set_program_name.
4518
4519         * modules/linked-list-tests (Depends-on): Add progname.
4520         * tests/test-linked_list.c: Include progname.h.
4521         (main): Call set_program_name.
4522
4523 2007-03-03  Bruno Haible  <bruno@clisp.org>
4524
4525         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4526         All uses of __restrict changed to _Restrict_.
4527         * lib/glob_.h (__restrict): Remove macro.
4528
4529 2007-03-02  Bruno Haible  <bruno@clisp.org>
4530
4531         * modules/gettext (configure.ac): Require gettext infrastructure
4532         from version 0.16.1.
4533
4534 2007-03-02  Bruno Haible  <bruno@clisp.org>
4535
4536         * modules/linkedhash-list-tests (Depends-on): Add progname.
4537         * tests/test-linkedhash_list.c: Include progname.h.
4538         (main): Call set_program_name.
4539
4540         * modules/carray-list-tests (Depends-on): Add progname.
4541         * tests/test-carray_list.c: Include progname.h.
4542         (main): Call set_program_name.
4543
4544         * modules/avltreehash-list-tests (Depends-on): Add progname.
4545         * tests/test-avltreehash_list.c: Include progname.h.
4546         (main): Call set_program_name.
4547
4548         * modules/avltree-oset-tests (Depends-on): Add progname.
4549         * tests/test-avltree_oset.c: Include progname.h.
4550         (main): Call set_program_name.
4551
4552         * modules/avltree-list-tests (Depends-on): Add progname.
4553         * tests/test-avltree_list.c: Include progname.h.
4554         (main): Call set_program_name.
4555
4556         * modules/array-oset-tests (Depends-on): Add progname.
4557         * tests/test-array_oset.c: Include progname.h.
4558         (main): Call set_program_name.
4559
4560         * modules/array-list-tests (Depends-on): Add progname.
4561         * tests/test-array_list.c: Include progname.h.
4562         (main): Call set_program_name.
4563
4564         * modules/argp-tests (Depends-on): Add progname.
4565         * tests/test-argp.c: Include argp.h first. Include progname.h.
4566         (main): Call set_program_name.
4567
4568 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4569
4570         * doc/gnulib-tool.texi (Initial import): Reword description of
4571         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4572         limited effect even if defined after the first system include.
4573
4574 2007-03-01  Bruno Haible  <bruno@clisp.org>
4575
4576         * build-aux/config.libpath: Update to libtool-1.5.22.
4577         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4578
4579 2007-03-01  Bruno Haible  <bruno@clisp.org>
4580
4581         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4582         foo_CFLAGS.
4583         Reported by Ralf Wildenhues.
4584
4585 2007-03-01  Bruno Haible  <bruno@clisp.org>
4586
4587         * build-aux/install-reloc: Remove object files left over by some
4588         compilers.
4589         Reported by Ralf Wildenhues.
4590
4591 2007-03-01  Bruno Haible  <bruno@clisp.org>
4592
4593         * build-aux/install-reloc: Break long lines.
4594
4595 2007-03-01  Bruno Haible  <bruno@clisp.org>
4596
4597         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4598         Reported by Ralf Wildenhues.
4599
4600 2007-03-01  Bruno Haible  <bruno@clisp.org>
4601
4602         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4603         include ordering constraints.
4604
4605 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4606
4607         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4609         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4610         as another example.
4611         * lib/time_.h: Fix misspelling.
4612         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4613         Require gl_HEADER_TIME_H_DEFAULTS.
4614         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4615         * m4/time_r.m4 (gl_TIME_R): Likewise.
4616         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4617
4618 2007-03-01  Bruno Haible  <bruno@clisp.org>
4619
4620         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4621         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4622
4623 2007-03-01  Jim Meyering  <jim@meyering.net>
4624
4625         * modules/xreadlink (Maintainer): Add my name.
4626         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4627
4628 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4629             Bruno Haible  <bruno@clisp.org>
4630
4631         * build-aux/install-reloc: Compile also c-ctype.c.
4632         * build-aux/relocatable.sh.in: New file.
4633         * doc/relocatable.texi: New file.
4634         * doc/relocatable-maint.texi: New file.
4635         * doc/gnulib.texi: Include relocatable-maint.texi.
4636         * lib/progreloc.c: Include unistd.h unconditionally.
4637         * lib/relocwrapper.c: Include unistd.h unconditionally.
4638         Include c-ctype.h.
4639         (add_dotbin): Use c_tolower.
4640         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4641         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4642         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4643         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4644         to m4/relocatable-lib.m4.
4645         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4646         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4647         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4648         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4649         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4650         * modules/relocatable: New file.
4651         * modules/relocatable-lib: New file.
4652         * modules/relocatable-script: New file.
4653
4654 2007-02-28  Bruno Haible  <bruno@clisp.org>
4655
4656         Import --enable-relocatable infrastructure.
4657         * build-aux/config.libpath: New file, from GNU gettext.
4658         * build-aux/install-reloc: New file, from GNU gettext.
4659         * build-aux/reloc-ldflags: New file, from GNU gettext.
4660         * lib/relocatable.h: New file, from GNU gettext.
4661         * lib/relocatable.c: New file, from GNU gettext.
4662         * lib/relocwrapper.c: New file, from GNU gettext.
4663         * m4/relocatable.m4: New file, from GNU gettext.
4664
4665 2007-02-28  Bruno Haible  <bruno@clisp.org>
4666
4667         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4668
4669         * modules/xreadlink: New file, from GNU gettext with modifications.
4670         * lib/xreadlink.c: New file, from GNU gettext.
4671         * lib/xreadlink.h: Add comments.
4672         (xreadlink): New declaration.
4673
4674         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4675         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4676         lib/xreadlink-with-size.c.
4677         (configure.ac): Remove gl_XREADLINK invocation.
4678         (Makefile.am): Augment lib_SOURCES.
4679         * m4/xreadlink.m4: Remove file.
4680         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4681         (xreadlink_with_size): Renamed from xreadink.
4682         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4683         * modules/canonicalize (Depends-on): Replace xreadlink with
4684         xreadlink-with-size.
4685         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4686
4687 2007-02-25  Jim Meyering  <jim@meyering.net>
4688
4689         * build-aux/announce-gen: When complaining about excess arguments,
4690         list them.
4691
4692 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4693
4694         * README: Document signed integer overflow situation more
4695         accurately.
4696
4697 2007-02-25  Bruno Haible  <bruno@clisp.org>
4698
4699         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4700         'a' or 'A' conversion.
4701
4702 2007-02-25  Bruno Haible  <bruno@clisp.org>
4703
4704         * modules/filename: Renamed from modules/pathname.
4705         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4706         lib/concatpath.c with lib/concat-filename.c.
4707         (Makefile.am): Update.
4708         (Include): Replace pathname.h with filename.h.
4709         * lib/filename.h: Renamed from lib/pathname.h.
4710         (concatenated_filename): Renamed from concatenated_pathname.
4711         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4712         (concatenated_filename): Renamed from concatenated_pathname.
4713         * lib/findprog.c: Include filename.h instead of pathname.h.
4714         (find_in_path): Update.
4715         * lib/javacomp.c: Include filename.h instead of pathname.h.
4716         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4717         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4718         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4719         is_oldgcj_14_13_usable, is_javac_usable): Update.
4720         * lib/javaexec.c: Include filename.h instead of pathname.h.
4721         (execute_java_class): Update.
4722         * modules/findprog: Update.
4723         * modules/javacomp: Update.
4724         * modules/javaexec: Update.
4725         * MODULES.html.sh (File system functions): Add 'filename', remove
4726         'pathname'.
4727
4728 2007-02-25  Bruno Haible  <bruno@clisp.org>
4729
4730         * modules/printf-frexpl-tests: New file.
4731         * tests/test-printf-frexpl.c: New file.
4732
4733         * modules/printf-frexpl: New file.
4734         * lib/printf-frexpl.h: New file.
4735         * lib/printf-frexpl.c: New file.
4736         * m4/printf-frexpl.m4: New file.
4737
4738 2007-02-25  Bruno Haible  <bruno@clisp.org>
4739
4740         * modules/printf-frexp-tests: New file.
4741         * tests/test-printf-frexp.c: New file.
4742
4743         * modules/printf-frexp: New file.
4744         * lib/printf-frexp.h: New file.
4745         * lib/printf-frexp.c: New file.
4746         * m4/printf-frexp.m4: New file.
4747
4748 2007-02-25  Bruno Haible  <bruno@clisp.org>
4749
4750         Assume automake >= 1.10 for the tests.
4751         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4752         * modules/arctwo-tests: Likewise.
4753         * modules/argp-tests: Likewise.
4754         * modules/avltree-list-tests: Likewise.
4755         * modules/avltree-oset-tests: Likewise.
4756         * modules/avltreehash-list-tests: Likewise.
4757         * modules/carray-list-tests: Likewise.
4758         * modules/crc-tests: Likewise.
4759         * modules/des-tests: Likewise.
4760         * modules/gc-arcfour-tests: Likewise.
4761         * modules/gc-arctwo-tests: Likewise.
4762         * modules/gc-des-tests: Likewise.
4763         * modules/gc-hmac-md5-tests: Likewise.
4764         * modules/gc-hmac-sha1-tests: Likewise.
4765         * modules/gc-md2-tests: Likewise.
4766         * modules/gc-md4-tests: Likewise.
4767         * modules/gc-md5-tests: Likewise.
4768         * modules/gc-pbkdf2-sha1-tests: Likewise.
4769         * modules/gc-rijndael-tests: Likewise.
4770         * modules/gc-sha1-tests: Likewise.
4771         * modules/gc-tests: Likewise.
4772         * modules/getaddrinfo-tests: Likewise.
4773         * modules/hmac-md5-tests: Likewise.
4774         * modules/hmac-sha1-tests: Likewise.
4775         * modules/linked-list-tests: Likewise.
4776         * modules/linkedhash-list-tests: Likewise.
4777         * modules/lock-tests: Likewise.
4778         * modules/md2-tests: Likewise.
4779         * modules/md4-tests: Likewise.
4780         * modules/md5-tests: Likewise.
4781         * modules/rbtree-list-tests: Likewise.
4782         * modules/rbtree-oset-tests: Likewise.
4783         * modules/rbtreehash-list-tests: Likewise.
4784         * modules/read-file-tests: Likewise.
4785         * modules/rijndael-tests: Likewise.
4786         * modules/stdint-tests: Likewise.
4787         * modules/tls-tests: Likewise.
4788
4789 2007-02-24  Bruno Haible  <bruno@clisp.org>
4790
4791         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4792         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4793         function; instead check whether isnan with a double argument links.
4794         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4795         function; instead check whether isnan with a 'long double' argument
4796         links.
4797         Reported by Eric Blake <ebb9@byu.net>.
4798
4799 2007-02-24  Bruno Haible  <bruno@clisp.org>
4800
4801         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4802         defined.
4803         * lib/isnanl.c: Remove all code. Just include isnan.c.
4804         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4805
4806 2007-02-25  Jim Meyering  <jim@meyering.net>
4807
4808         Avoid conflicting types for 'unsetenv' on FreeBSD.
4809         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4810         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4811         in stdlib.h.
4812
4813 2007-02-24  Bruno Haible  <bruno@clisp.org>
4814
4815         * modules/isnanl-nolibm-tests: New file.
4816         * tests/test-isnanl.c: New file.
4817
4818         * modules/isnanl-nolibm: New file.
4819         * lib/isnanl.h: New file.
4820         * lib/isnanl.c: New file.
4821         * m4/isnanl.m4: New file.
4822
4823 2007-02-24  Bruno Haible  <bruno@clisp.org>
4824
4825         * modules/isnan-nolibm-tests: New file.
4826         * tests/test-isnan.c: New file.
4827
4828         * modules/isnan-nolibm: New file.
4829         * lib/isnan.h: New file.
4830         * lib/isnan.c: New file.
4831         * m4/isnan.m4: New file.
4832
4833 2007-02-24  Bruno Haible  <bruno@clisp.org>
4834
4835         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4836         assume that an exponent fits in 20 bits.
4837
4838 2007-02-24  Jim Meyering  <jim@meyering.net>
4839
4840         * m4/regex.m4: Update the description of the configure-time option,
4841         --without-included-regex, to state accurately what the defaults are,
4842         and perhaps to give people an idea why using this option is risky.
4843
4844 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4845
4846         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4847         loops on small arguments.  This attempts to avoid the problem
4848         Bruno Haible reported for AIX 4.3.2 in
4849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4850
4851 2007-02-23  Bruno Haible  <bruno@clisp.org>
4852
4853         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4854         Needed for help2man.
4855
4856 2007-02-23  Karl Berry  <karl@gnu.org>
4857
4858         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4859         exists, foo.h should be cvs-ignored, not committed.
4860
4861 2007-02-23  Eric Blake  <ebb9@byu.net>
4862
4863         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4864         * lib/stat-time.h (includes): Likewise.
4865         * lib/utimecmp.c (includes): Likewise.
4866         * lib/utimens.h (includes): Likewise.
4867         * lib/getdate.y (includes): Also include "timespec.h" for use
4868         internal to the module.
4869         * modules/utimens (Depends-on): Revert yesterday's patch.
4870         * modules/nanosleep (Depends-on): Add missing dependency.
4871
4872 2007-02-22  Bruno Haible  <bruno@clisp.org>
4873
4874         * lib/glob.c: Don't include getlogin_r.h.
4875
4876 2007-02-22  Jim Meyering  <jim@meyering.net>
4877
4878         * modules/utimens (Depends-on): Add timespec, required for
4879         utimens.h's inclusion of timespec.h.
4880
4881 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4884         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4885         Schwab in
4886         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4887         I'll try to think of a better way to fix the Solaris problem.
4888
4889         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4890         like glibc; on Solaris 10, it fails with errno == EINVAL.
4891         POSIX says the behavior is unspecified if the first argument is NULL,
4892         so play it safe and never pass NULL to the system getcwd.
4893
4894 2007-02-21  Jim Meyering  <jim@meyering.net>
4895
4896         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4897         of gettimeofday.  It would conflict with the one now always
4898         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4899         an IRIX 6.5 build failure.
4900
4901 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4902
4903         Minor fixups to port to Solaris 10 with Sun C 5.8.
4904         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4905         * modules/getcwd (Depends-on): Add dirfd.
4906         * lib/putenv.c (putenv): #undef it.
4907         (rpl_putenv): New decl.
4908         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4909
4910 2007-02-20  Bruno Haible  <bruno@clisp.org>
4911
4912         * modules/stdio-tests: New file.
4913         * tests/test-stdio.c: New file.
4914
4915         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4916         (Depends-on): Add stdio.
4917         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4918         (Include): Use <stdio.h> instead of vsnprintf.h.
4919         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4920         HAVE_DECL_VSNPRINTF.
4921         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4922
4923         * modules/snprintf (Files): Remove lib/snprintf.h.
4924         (Depends-on): Add stdio.
4925         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4926         (Include): Use <stdio.h> instead of snprintf.h.
4927         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4928         HAVE_DECL_SNPRINTF.
4929         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4930         * lib/getaddrinfo.c: Likewise.
4931
4932         * modules/stdio: New file.
4933         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4934         * lib/snprintf.h: Remove file.
4935         * lib/vsnprintf.h: Remove file.
4936         * lib/.cppi-disable: Remove snprintf.h.
4937         * m4/stdio_h.m4: New file.
4938         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4939
4940 2007-02-20  Jim Meyering  <jim@meyering.net>
4941
4942         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4943         used by e.g., mingw.  From Bruno Haible.
4944
4945 2007-02-19  Bruno Haible  <bruno@clisp.org>
4946
4947         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4948         warnings.
4949         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4950
4951 2007-02-19  Bruno Haible  <bruno@clisp.org>
4952
4953         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4954         from mingw users.
4955
4956 2007-02-19  Bruno Haible  <bruno@clisp.org>
4957
4958         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4959         warnings.
4960         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4961
4962 2007-02-19  Jim Meyering  <jim@meyering.net>
4963
4964         Don't use FD after a successful "fdopendir (fd)".
4965         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4966         Reset it by calling dirfd on the just-obtained DIR*.
4967
4968         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4969         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4970
4971 2007-02-18  Bruno Haible  <bruno@clisp.org>
4972
4973         * lib/readlink.c: Include <unistd.h>.
4974         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4975         HAVE_READLINK.
4976         * modules/readlink (Depends-on): Add unistd.
4977         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4978         (Include): Add <unistd.h>.
4979
4980         * lib/getlogin_r.h: Remove file.
4981         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4982         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4983         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4984         HAVE_DECL_GETLOGIN_R.
4985         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4986         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4987         (Include): Use <unistd.h> instead of getlogin_r.h.
4988
4989         * lib/getcwd.h: Remove file.
4990         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4991         * lib/xgetcwd.c: Likewise.
4992         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4993         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4994         * modules/getcwd (Files): Remove lib/getcwd.h.
4995         (Depends-on): Add unistd.
4996         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4997         (Include): Use <unistd.h> instad of getcwd.h.
4998
4999         * lib/ftruncate.c: Include <unistd.h> first.
5000         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5001         Set HAVE_FTRUNCATE.
5002         * modules/ftruncate (Depends-on): Add unistd.
5003         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5004
5005         * lib/fchdir.c: Include <unistd.h> first.
5006         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5007         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5008         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5009         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5010         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5011
5012         * lib/dup2.c: Include <unistd.h> first.
5013         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5014         HAVE_DUP2.
5015         * modules/dup2 (Depends-on): Add unistd.
5016         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5017
5018         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5019         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5020         REPLACE_CHOWN. Don't define chown as a macro here.
5021         * modules/chown (Depends-on): Add unistd.
5022         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5023
5024         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5025         Add definition for GL_LINK_WARNING.
5026         (chown, dup2): New declarations.
5027         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5028         link warning.
5029         (ftruncate): New declaration.
5030         (getcwd): New declaration, taken from old getcwd.h.
5031         (getlogin_r): New declaration, taken from old getlogin_r.h.
5032         (readlink): New declaration.
5033         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5034         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5035         (gl_PREREQ_UNISTD): Remove macro.
5036         (gl_UNISTD_MODULE_INDICATOR): New macro.
5037         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5038         many new variables. Don't set UNISTD_H.
5039         * modules/unistd (Description): Change.
5040         (Depends-on): Add link-warning.
5041         (configure.ac): Update.
5042         (Makefile.am): Create unistd.h always. Substitute many new variables
5043         into it.
5044
5045 2007-02-18  Bruno Haible  <bruno@clisp.org>
5046
5047         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5048         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5049         HAVE_GETSUBOPT.
5050         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5051         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5052         * lib/getsubopt.h: Remove file.
5053         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5054         (Depends-on): Add stdlib.
5055         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5056         (Includes): Use <stdlib.h> instead of getsubopt.h.
5057         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5058         Set HAVE_GETSUBOPT.
5059         * lib/getsubopt.c: Don't include getsubopt.h.
5060
5061 2007-02-18  Bruno Haible  <bruno@clisp.org>
5062
5063         * modules/fchdir (Depends-on): Add dup2.
5064
5065 2007-02-18  Bruno Haible  <bruno@clisp.org>
5066
5067         * lib/stdlib_.h: Handle glibc's special invocation convention
5068         specially.
5069
5070 2007-02-18  Bruno Haible  <bruno@clisp.org>
5071
5072         * modules/stdlib-tests: New file.
5073         * tests/test-stdlib.c: New file.
5074
5075         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5076         (Depends-on): Add stdlib.
5077         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5078         (Includes): Use <stdlib.h> instead of mkstemp.h.
5079         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5080         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5081         * lib/mkstemp.c: Don't include mkstemp.h.
5082         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5083         * lib/stdlib--.h: Don't include mkstemp.h.
5084
5085         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5086         (Depends-on): Add stdlib.
5087         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5088         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5089         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5090         HAVE_MKDTEMP.
5091         * lib/mkdtemp.c: Don't include mkdtemp.h.
5092         * lib/clean-temp.c: Don't include mkdtemp.h.
5093
5094         * modules/exit (Files): Remove lib/exit.h.
5095         (Depends-on): Add stdlib.
5096         (Makefile.am): Remove lib_SOURCES.
5097         (Include): Use <stdlib.h> instead of exit.h.
5098         * lib/argmatch.c: Don't include exit.h.
5099         * lib/execute.c: Likewise.
5100         * lib/pagealign_alloc.c: Likewise.
5101         * lib/pipe.c: Likewise.
5102         * lib/wait-process.c: Likewise.
5103         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5104         * lib/exitfail.c: Likewise.
5105         * lib/savewd.c: Likewise.
5106         * lib/xsetenv.c: Likewise.
5107
5108         * modules/stdlib: New file.
5109         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5110         and extra comments about mkstemp().
5111         * lib/exit.h: Remove file.
5112         * lib/mkdtemp.h: Remove file.
5113         * lib/mkstemp.h: Remove file.
5114         * m4/stdlib_h.m4: New file.
5115         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5116
5117 2007-02-18  Bruno Haible  <bruno@clisp.org>
5118
5119         * modules/math-tests: New file.
5120         * tests/test-math.c: New file.
5121
5122         * modules/math: New file.
5123         * modules/mathl (Files): Remove lib/mathl.h.
5124         (Depends-on): Add math.
5125         (Makefile.am): Don't mention mathl.h.
5126         (Include): Use <math.h> instead of mathl.h.
5127         * lib/math_.h: New file.
5128         * lib/mathl.h: Remove file.
5129         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5130         mathl.h.
5131         * lib/asinl.c: Likewise.
5132         * lib/atanl.c: Likewise.
5133         * lib/ceill.c: Likewise.
5134         * lib/cosl.c: Likewise.
5135         * lib/expl.c: Likewise.
5136         * lib/floorl.c: Likewise.
5137         * lib/frexpl.c: Likewise.
5138         * lib/ldexpl.c: Likewise.
5139         * lib/logl.c: Likewise.
5140         * lib/sincosl.c: Likewise.
5141         * lib/sinl.c: Likewise.
5142         * lib/sqrtl.c: Likewise.
5143         * lib/tanl.c: Likewise.
5144         * lib/trigl.c: Likewise.
5145         * m4/math_h.m4: New file.
5146         * MODULES.html.sh (Mathematics): Add math.
5147
5148 2007-02-17  Bruno Haible  <bruno@clisp.org>
5149
5150         * modules/wctype-tests: New file.
5151         * tests/test-wctype.c: New file.
5152
5153         * modules/wchar-tests: New file.
5154         * tests/test-wchar.c: New file.
5155
5156         * modules/unistd-tests: New file.
5157         * tests/test-unistd.c: New file.
5158
5159         * modules/time-tests: New file.
5160         * tests/test-time.c: New file.
5161
5162         * modules/sysexits-tests: New file.
5163         * tests/test-sysexits.c: New file.
5164
5165         * modules/sys_time-tests: New file.
5166         * tests/test-sys_time.c: New file.
5167
5168         * modules/sys_stat-tests: New file.
5169         * tests/test-sys_stat.c: New file.
5170
5171         * modules/sys_socket-tests: New file.
5172         * tests/test-sys_socket.c: New file.
5173
5174         * modules/sys_select-tests: New file.
5175         * tests/test-sys_select.c: New file.
5176
5177         * modules/string-tests: New file.
5178         * tests/test-string.c: New file.
5179
5180         * modules/stdbool-tests: New file.
5181         * tests/test-stdbool.c: New file.
5182
5183         * modules/netinet_in-tests: New file.
5184         * tests/test-netinet_in.c: New file.
5185
5186         * modules/inttypes-tests: New file.
5187         * tests/test-inttypes.c: New file.
5188
5189         * modules/fcntl-tests: New file.
5190         * tests/test-fcntl.c: New file.
5191
5192         * modules/byteswap-tests: New file.
5193         * tests/test-byteswap.c: New file.
5194
5195         * modules/arpa_inet-tests: New file.
5196         * tests/test-arpa_inet.c: New file.
5197
5198 2007-02-17  Bruno Haible  <bruno@clisp.org>
5199
5200         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5201         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5202         if the corresponding module is not enabled. Emit link warnings if
5203         the function is used nevertheless.
5204         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5205         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5206         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5207         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5208         * modules/inttypes (Depends-on): Add link-warning.
5209         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5210         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5211         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5212         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5213         * modules/imaxdiv (configure.ac): Likewise.
5214         * modules/strtoimax (configure.ac): Likewise.
5215         * modules/strtoumax (configure.ac): Likewise.
5216
5217 2007-02-17  Bruno Haible  <bruno@clisp.org>
5218
5219         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5220         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5221         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5222         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5223
5224 2007-02-17  Bruno Haible  <bruno@clisp.org>
5225
5226         * modules/link-warning: New file.
5227         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5228         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5229         * modules/string (Depends-on): Add link-warning.
5230         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5231         string.h.
5232         * MODULES.html.sh (Support for building libraries and executables): Add
5233         link-warning.
5234
5235 2007-02-17  Bruno Haible  <bruno@clisp.org>
5236
5237         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5238         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5239         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5240         long lines.
5241
5242 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5243             Bruno Haible  <bruno@clisp.org>
5244
5245         * modules/tmpfile: New file.
5246         * lib/tmpfile.c: New file.
5247         * m4/tmpfile.m4: New file.
5248         * MODULES.html.sh (func_all_modules): New section "Input/output".
5249
5250 2007-02-15  Bruno Haible  <bruno@clisp.org>
5251
5252         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5253         (supports_delete_on_close): New function.
5254         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5255
5256 2007-02-14  Bruno Haible  <bruno@clisp.org>
5257
5258         * modules/mbspcasecmp-tests: New file.
5259         * tests/test-mbspcasecmp.sh: New file.
5260         * tests/test-mbspcasecmp.c: New file.
5261
5262         New module mbspcasecmp.
5263         * modules/mbspcasecmp: New file.
5264         * lib/mbspcasecmp.c: New file.
5265         * lib/string_.h (strncasecmp): Change warning message.
5266         (mbspcasecmp): New declaration.
5267         * m4/mbspcasecmp.m4: New file.
5268         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5269         GNULIB_MBSPCASECMP.
5270         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5271         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5272
5273 2007-02-14  Bruno Haible  <bruno@clisp.org>
5274
5275         * modules/mbsncasecmp-tests: New file.
5276         * tests/test-mbsncasecmp.sh: New file.
5277         * tests/test-mbsncasecmp.c: New file.
5278
5279         New module mbsncasecmp.
5280         * modules/mbsncasecmp: New file.
5281         * lib/mbsncasecmp.c: New file.
5282         * lib/string_.h (mbsncasecmp): New declaration.
5283         * m4/mbsncasecmp.m4: New file.
5284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5285         GNULIB_MBSNCASECMP.
5286         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5287         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5288
5289 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5290
5291         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5292         Verify that it doesn't overlap with our flags.
5293         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5294         do not have the desired effect in multibyte locales; instead, use
5295         mbscasecmp.
5296         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5297         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5298         we don't require GNU fnmatch ourselves (if our users require it, they
5299         should do so explicitly).
5300
5301         Fix regex code so it doesn't rely on strcasecmp.
5302         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5303         Otherwise, include gnulib's langinfo.h.
5304         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5305         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5306         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5307         * modules/regex (FILES): Remove m4/codeset.m4.
5308         (Depends-on): Add localcharset.  Remove strcase.
5309
5310 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5311
5312         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5313         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5314
5315 2007-02-13  Bruno Haible  <bruno@clisp.org>
5316
5317         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5318         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5319
5320 2007-02-12  Bruno Haible  <bruno@clisp.org>
5321
5322         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5323         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5324         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5325         time warning rather than a link error.
5326
5327 2007-02-12  Bruno Haible  <bruno@clisp.org>
5328
5329         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5330         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5331         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5332
5333 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5334
5335         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5336         args, not 2.
5337
5338 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         New module 'time', so that apps can include <time.h> as per
5341         POSIX and GNU instead of separate include files like time_r.h
5342         and timegm.h.  This implementation tries out a simpler approach
5343         for replacing decls in standard include files (as compared to
5344         the string module), somewhat as an experiment.
5345
5346         * config/srclist.txt: Comment out mktime.c for now.
5347         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5348         since it doesn't apply any more.  Use generic wording instead.
5349         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5350         'time'.
5351         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5352         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5353         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5354         Don't include <sys/types.h>; no longer needed since we assume C89.
5355         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5356         * lib/strftime.c: Likewise.
5357         * lib/time_r.c: Likewise.
5358         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5359         * lib/nanosleep.c: Include <time.h> first, to check interface.
5360         * lib/strptime.c: Likewise.
5361         * lib/time_r.c: Likewise.
5362         * lib/timegm.c: Likewise.
5363         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5364         needed.
5365         * lib/timegm.c: Don't include timegm.h; no longer needed.
5366         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5367         time.h now handles any problems in that area.
5368         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5369         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5370         that time.h defines struct timespec.
5371         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5372         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5373         handles that.
5374         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5375         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5376         needed.  Set REPLACE_LOCALTIME.
5377         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5378         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5379         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5380         nanosleep; time_h.m4 now does that.  Don't require
5381         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5382         module handles this now.
5383         * modules/getdate (Depends-on): Remove timespec.  Add time.
5384         * modules/nanosleep (Depends-on): Likewise.
5385         * modules/stat-time (Depends-on): Likewise.
5386         * modules/nanosleep (Include): Include time.h, not timespec.h.
5387         * modules/strptime (Files): Remove lib/strptime.h.
5388         (Depends-on): Add extensions, time.
5389         (Include): Include time.h, not strptime.h.
5390         * modules/time_r (Files): Remove lib/time_r.h.
5391         (Depends-on): Add time.
5392         (Include): Include time.h, not time_r.h.
5393         * modules/timegm: Likewise.
5394         * modules/timespec (Description): Now does timespec-related decls
5395         of our own, instead of struct timespec itself.
5396         (Depends-on): Add time; remove extensions.
5397         (Maintainer): Add self.
5398         * modules/utimecmp (Depends-on): Add time; remove timespec.
5399         * modules/utimens (Depends-on): Likewise.
5400         * modules/xnanosleep (Depends-on): Likewise.
5401
5402 2007-02-11  Bruno Haible  <bruno@clisp.org>
5403
5404         * lib/c-strstr.c: Include allocsa.h.
5405         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5406         * lib/c-strcasestr.c: Include allocsa.h.
5407         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5408         * lib/strcasestr.c: Include allocsa.h.
5409         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5410         * lib/mbsstr.c: Include allocsa.h.
5411         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5412         allocsa/freesa instead of malloc/free.
5413         * lib/mbscasestr.c: Include allocsa.h.
5414         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5415         allocsa/freesa instead of malloc/free.
5416         * modules/c-strstr (Depends-on): Add allocsa.
5417         * modules/c-strcasestr (Depends-on): Likewise.
5418         * modules/strcasestr (Depends-on): Likewise.
5419         * modules/mbsstr (Depends-on): Likewise.
5420         * modules/mbscasestr (Depends-on): Likewise.
5421
5422 2007-02-11  Bruno Haible  <bruno@clisp.org>
5423
5424         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5425
5426         * modules/mbsspn-tests: New file.
5427         * tests/test-mbsspn.sh: New file.
5428         * tests/test-mbsspn.c: New file.
5429
5430 2007-02-11  Bruno Haible  <bruno@clisp.org>
5431
5432         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5433
5434         * modules/mbspbrk-tests: New file.
5435         * tests/test-mbspbrk.sh: New file.
5436         * tests/test-mbspbrk.c: New file.
5437
5438 2007-02-11  Bruno Haible  <bruno@clisp.org>
5439
5440         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5441         unneeded cast.
5442
5443         * modules/mbscspn-tests: New file.
5444         * tests/test-mbscspn.sh: New file.
5445         * tests/test-mbscspn.c: New file.
5446
5447 2007-02-11  Bruno Haible  <bruno@clisp.org>
5448
5449         * modules/mbscasecmp-tests: New file.
5450         * tests/test-mbscasecmp.sh: New file.
5451         * tests/test-mbscasecmp.c: New file.
5452
5453 2007-02-11  Bruno Haible  <bruno@clisp.org>
5454
5455         Ensure O(n) worst-case complexity of mbscasestr.
5456         * lib/mbscasestr.c: Include stdbool.h.
5457         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5458         functions.
5459         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5460         the bookkeeping indicates that it's worth it.
5461         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5462
5463         * modules/mbscasestr-tests: New file.
5464         * tests/test-mbscasestr1.c: New file.
5465         * tests/test-mbscasestr2.sh: New file.
5466         * tests/test-mbscasestr2.c: New file.
5467         * tests/test-mbscasestr3.sh: New file.
5468         * tests/test-mbscasestr3.c: New file.
5469         * tests/test-mbscasestr4.sh: New file.
5470         * tests/test-mbscasestr4.c: New file.
5471         * m4/locale-tr.m4: New file.
5472
5473 2007-02-11  Bruno Haible  <bruno@clisp.org>
5474
5475         Ensure O(n) worst-case complexity of mbsstr.
5476         * lib/mbsstr.c: Include stdbool.h.
5477         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5478         functions.
5479         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5480         bookkeeping indicates that it's worth it.
5481         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5482
5483         * modules/mbsstr-tests: New file.
5484         * tests/test-mbsstr1.c: New file.
5485         * tests/test-mbsstr2.sh: New file.
5486         * tests/test-mbsstr2.c: New file.
5487         * tests/test-mbsstr3.sh: New file.
5488         * tests/test-mbsstr3.c: New file.
5489         * m4/locale-fr.m4: New file.
5490
5491 2007-02-11  Bruno Haible  <bruno@clisp.org>
5492
5493         * lib/mbsrchr.c (mbsrchr): Fix bug.
5494
5495         * modules/mbsrchr-tests: New file.
5496         * tests/test-mbsrchr.sh: New file.
5497         * tests/test-mbsrchr.c: New file.
5498
5499 2007-02-11  Bruno Haible  <bruno@clisp.org>
5500
5501         * lib/mbschr.c (mbschr): Fix bug.
5502
5503         * modules/mbschr-tests: New file.
5504         * tests/test-mbschr.sh: New file.
5505         * tests/test-mbschr.c: New file.
5506         * m4/locale-zh.m4: New file.
5507
5508 2007-02-11  Bruno Haible  <bruno@clisp.org>
5509
5510         Support for copying multibyte string iterators.
5511         * lib/mbiter.h: Include <string.h>.
5512         (mbiter_multi_copy): New function.
5513         (mbi_copy): New macro.
5514         * lib/mbuiter.h: Include <string.h>.
5515         (mbuiter_multi_copy): New function.
5516         (mbui_copy): New macro.
5517
5518 2007-02-11  Bruno Haible  <bruno@clisp.org>
5519
5520         New module mbslen.
5521         * modules/mbslen: New file.
5522         * lib/mbslen.c: New file.
5523         * lib/string_.h (mbslen): New declaration.
5524         * m4/mbslen.m4: New file.
5525         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5526         GNULIB_MBSLEN.
5527         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5528         * MODULES.html.sh (Internationalization functions): Add mbslen.
5529
5530 2007-02-11  Bruno Haible  <bruno@clisp.org>
5531
5532         Ensure O(n) worst-case complexity of strcasestr substitute.
5533         * lib/strcasestr.c: Include stdbool.h.
5534         (knuth_morris_pratt): New function.
5535         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5536         bookkeeping indicates that it's worth it.
5537         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5538
5539         * modules/strcasestr-tests: New file.
5540         * tests/test-strcasestr.c: New file.
5541
5542 2007-02-11  Bruno Haible  <bruno@clisp.org>
5543
5544         Ensure O(n) worst-case complexity of c_strcasestr.
5545         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5546         (knuth_morris_pratt): New function.
5547         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5548         the bookkeeping indicates that it's worth it.
5549         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5550
5551         * modules/c-strcasestr-tests: New file.
5552         * tests/test-c-strcasestr.c: New file.
5553
5554 2007-02-11  Bruno Haible  <bruno@clisp.org>
5555
5556         Ensure O(n) worst-case complexity of c_strstr.
5557         * lib/c-strstr.c: Include stdbool.h, string.h.
5558         (knuth_morris_pratt): New function.
5559         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5560         bookkeeping indicates that it's worth it.
5561         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5562
5563         * lib/c-strstr.c: Complete rewrite for maintainability.
5564
5565         * modules/c-strstr-tests: New file.
5566         * tests/test-c-strstr.c: New file.
5567
5568 2007-02-11  Bruno Haible  <bruno@clisp.org>
5569
5570         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5571         5.2.1 and earlier, whereby \055 was treated just like the range
5572         delimiter '-'.
5573         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5574
5575 2007-02-08  Bruno Haible  <bruno@clisp.org>
5576
5577         * modules/regex (Depends-on): Add stdbool.
5578         Reported by Dalibor Topic <robilad@kaffe.org>.
5579
5580 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5583         Prefer returning from main to exiting from it.
5584         Remove unnecessary parens after sizeof.
5585
5586 2007-02-05  Bruno Haible  <bruno@clisp.org>
5587
5588         New module mbssep.
5589         * modules/mbssep: New file.
5590         * lib/mbssep.c: New file.
5591         * lib/string_.h (strsep): Add a conditional link warning.
5592         (mbssep): New declaration.
5593         * m4/mbssep.m4: New file.
5594         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5595         GNULIB_MBSSEP.
5596         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5597         * MODULES.html.sh (Internationalization functions): Add mbssep.
5598
5599 2007-02-05  Bruno Haible  <bruno@clisp.org>
5600
5601         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5602         Optimize search in case of 1 delimiter.
5603
5604 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5605
5606         * lib/acl.h: Include sys/types.h before sys/acl.h.
5607
5608 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5609
5610         Merge upstream fix for glibc bugzilla #3957:
5611
5612         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5613
5614         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5615         bit for RE_HAT_LISTS_NOT_NEWLINE.
5616         (build_charclass_op): Remove bogus comment.
5617
5618 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5619
5620         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5621
5622 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5623
5624         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5625         * lib/memmem.c [!defined _LIBC]: Include config.h.
5626
5627 2007-02-04  Bruno Haible  <bruno@clisp.org>
5628
5629         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5630         warning message.
5631
5632 2007-02-04  Bruno Haible  <bruno@clisp.org>
5633
5634         New module mbstok_r.
5635         * modules/mbstok_r: New file.
5636         * lib/mbstok_r.c: New file.
5637         * lib/string_.h (strtok_r): Change argument names to match the
5638         comments. Add a conditional link warning.
5639         (mbstok_r): New declaration.
5640         * m4/mbstok_r.m4: New file.
5641         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5642         GNULIB_MBSTOK_R.
5643         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5644         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5645
5646 2007-02-04  Bruno Haible  <bruno@clisp.org>
5647
5648         New module mbsspn.
5649         * modules/mbsspn: New file.
5650         * lib/mbsspn.c: New file.
5651         * lib/string_.h (strspn): Add a conditional link warning.
5652         (mbsspn): New declaration.
5653         * m4/mbsspn.m4: New file.
5654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5655         GNULIB_MBSSPN.
5656         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5657         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5658
5659 2007-02-04  Bruno Haible  <bruno@clisp.org>
5660
5661         New module mbspbrk.
5662         * modules/mbspbrk: New file.
5663         * lib/mbspbrk.c: New file.
5664         * lib/string_.h (strpbrk): Add a conditional link warning.
5665         (mbspbrk): New declaration.
5666         * m4/mbspbrk.m4: New file.
5667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5668         GNULIB_MBSPBRK.
5669         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5670         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5671
5672 2007-02-04  Bruno Haible  <bruno@clisp.org>
5673
5674         New module mbscspn.
5675         * modules/mbscspn: New file.
5676         * lib/mbscspn.c: New file.
5677         * lib/string_.h (strcspn): Add a conditional link warning.
5678         (mbscspn): New declaration.
5679         * m4/mbscspn.m4: New file.
5680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5681         GNULIB_MBSCSPN.
5682         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5683         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5684
5685 2007-02-04  Bruno Haible  <bruno@clisp.org>
5686
5687         New module mbscasestr, reduced goal of strcasestr.
5688         * modules/mbscasestr: New file.
5689         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5690         (mbscasestr): Renamed from strcasestr.
5691         * lib/strcasestr.c: Don't include mbuiter.h.
5692         (strcasestr): Remove support for multibyte locales.
5693         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5694         Change the conditional link warning.
5695         (mbscasestr): New declaration.
5696         * m4/mbscasestr.m4: New file.
5697         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5698         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5699         REPLACE_STRCASESTR.
5700         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5701         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5702         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5703         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5704         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5705         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5706         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5707         (Depends-on): Remove mbuiter.
5708         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5709
5710 2007-02-04  Bruno Haible  <bruno@clisp.org>
5711
5712         Simplify handling of strncasecmp.
5713         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5714         the conditional link warning.
5715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5716         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5717         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5718         * modules/strcase (configure.ac): Don't invoke
5719         gl_STRING_MODULE_INDICATOR.
5720         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5721
5722 2007-02-04  Bruno Haible  <bruno@clisp.org>
5723
5724         New module mbscasecmp, reduced goal of strcasecmp.
5725         * modules/mbscasecmp: New file.
5726         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5727         (mbscasecmp): Renamed from strcasecmp.
5728         * lib/strcasecmp.c: Don't include mbuiter.h.
5729         (strcasecmp): Remove support for multibyte locales.
5730         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5731         Change the conditional link warning.
5732         (mbscasecmp): New declaration.
5733         * m4/mbscasecmp.m4: New file.
5734         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5735         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5736         REPLACE_STRCASECMP.
5737         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5738         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5739         GNULIB_MBSCASECMP.
5740         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5741         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5742         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5743         (Depends-on): Remove mbuiter.
5744         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5745
5746 2007-02-04  Bruno Haible  <bruno@clisp.org>
5747
5748         New module mbsstr. Remove module strstr.
5749         * modules/mbsstr: New file.
5750         * modules/strstr: Remove file.
5751         * lib/mbsstr.c: Renamed from lib/strstr.c.
5752         (mbsstr): Renamed from strstr.
5753         * lib/string_.h (strstr): Remove declaration. Change the conditional
5754         link warning.
5755         (mbsstr): New declaration.
5756         * m4/mbsstr.m4: New file.
5757         * m4/strstr.m4: Remove file.
5758         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5759         REPLACE_STRSTR.
5760         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5761         Don't initialize GNULIB_STRSTR.
5762         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5763         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5764         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5765         (Support for systems lacking ANSI C 89): Remove strstr.
5766
5767 2007-02-04  Bruno Haible  <bruno@clisp.org>
5768
5769         New module mbsrchr.
5770         * modules/mbsrchr: New file.
5771         * lib/mbsrchr.c: New file.
5772         * lib/string_.h (strrchr): Add a conditional link warning.
5773         (mbsrchr): New declaration.
5774         * m4/mbsrchr.m4: New file.
5775         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5776         GNULIB_MBSRCHR.
5777         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5778         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5779
5780 2007-02-04  Bruno Haible  <bruno@clisp.org>
5781
5782         New module mbschr.
5783         * modules/mbschr: New file.
5784         * lib/mbschr.c: New file.
5785         * lib/string_.h (strchr): Add a conditional link warning.
5786         (mbschr): New declaration.
5787         * m4/mbschr.m4: New file.
5788         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5789         GNULIB_MBSCHR.
5790         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5791         * MODULES.html.sh (Internationalization functions): Add mbschr.
5792
5793 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5794
5795         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5796
5797         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5798
5799 2007-02-04  Bruno Haible  <bruno@clisp.org>
5800
5801         New module description section 'configure.ac-early'.
5802         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5803         (func_get_autoconf_early_snippet): New function.
5804         (func_import, func_create_testdir): Use it. Remove special cases for
5805         modules 'extensions' and 'lock'.
5806         * modules/extensions (configure.ac-early): Require
5807         gl_USE_SYSTEM_EXTENSIONS.
5808         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5809
5810 2007-02-04  Bruno Haible  <bruno@clisp.org>
5811
5812         Make use of gcj-4.3's -fsource and -ftarget option.
5813         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5814         and if so try the options -fsource and -ftarget.
5815         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5816         source_version, ftarget_option, target_version arguments.
5817         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5818         (is_envjavac_oldgcj_14_14_usable): Renamed from
5819         is_envjavac_gcj_14_14_usable.
5820         (is_envjavac_oldgcj_14_13_usable): Renamed from
5821         is_envjavac_gcj_14_13_usable.
5822         (is_gcj_present): Update.
5823         (is_gcj_43, is_gcj43_usable): New functions.
5824         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5825         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5826         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5827         try the options -fsource and -ftarget.
5828
5829 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5830
5831         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5832         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5833         larger value.
5834
5835 2007-02-03  Jim Meyering  <jim@meyering.net>
5836
5837         Give tools a better chance to allocate space for very large buffers.
5838         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5839
5840         Make pwd and readlink work also when run with an unreadable parent dir
5841         on systems with openat support.
5842         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5843         provided getcwd function, even when we have openat support.
5844         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5845
5846 2007-02-02  Bruno Haible  <bruno@clisp.org>
5847
5848         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5849         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5850         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5851         portability problems if one of these functions is only used on specific
5852         platforms.
5853         Reported by Paul Eggert.
5854
5855 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5856
5857         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5858         is causing more trouble than it's curing.
5859         * lib/regex_internal.h (__mempcpy): Remove.
5860         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5861         (and make the code a tad smaller to boot).
5862         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5863
5864 2007-02-02  Jim Meyering  <jim@meyering.net>
5865
5866         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5867         section, not in the Makefile.am: one.
5868
5869 2007-02-02  Eric Blake  <ebb9@byu.net>
5870
5871         * lib/strchrnul.c: Always include config.h first.
5872
5873         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5874         gnulib strstr is not necessary here.
5875
5876 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5877
5878         * m4/socklen.m4: Fix typo.
5879
5880 2007-02-02  Eric Blake  <ebb9@byu.net>
5881
5882         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5883         * modules/netinet_in (Makefile.am): Likewise.
5884
5885 2007-02-01  Bruno Haible  <bruno@clisp.org>
5886
5887         * lib/string_.h (GL_LINK_WARNING): New macro.
5888         (strcasecmp, strstr, strcasestr): If provided by the system,
5889         conditionally define as a macro that leads to a warning instead of to
5890         an error.
5891         (strncasecmp): Conditionally define as a macro that leads to a warning.
5892
5893 2007-02-01  Karl Berry  <karl@gnu.org>
5894
5895         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5896
5897 2007-02-01  Bruno Haible  <bruno@clisp.org>
5898
5899         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5900         renamings.
5901
5902 2007-02-01  Eric Blake  <ebb9@byu.net>
5903
5904         * modules/regex (Depends-on): Revert dependence on mempcpy.
5905         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5906         module's definition of mempcpy.
5907         Reported by Paul Eggert.
5908
5909 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5910
5911         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5912         the symbol XYZ before redefining it.  This fixes a problem with
5913         programs that don't use XYZ, when compiled on systems that define
5914         XYZ to something else.
5915
5916 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5917
5918         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5919         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5920         writeable to group or other and (2) is intended to have a special
5921         mode bit that is set or cleared.  In such a case, the directory
5922         should be neither group- nor other-writeable until the special
5923         mode bits are right.
5924
5925 2007-01-31  Eric Blake  <ebb9@byu.net>
5926
5927         * modules/mountlist (Depends-on): Add strstr.
5928
5929         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5930         bug.
5931         * modules/string (Makefile.am): Remove redundant replacement.
5932         * modules/regex (Depends-on): Add mempcpy.
5933
5934 2007-01-31  Bruno Haible  <bruno@clisp.org>
5935
5936         New module description field 'Link'.
5937         * gnulib-tool (func_usage): Document --extract-link-directive.
5938         (sed_extract_prog): Recognize 'Link' directive.
5939         (func_get_link_directive): New function.
5940         (func_import): Show summary of link directives.
5941         Handle --extract-link-directive option.
5942         * modules/acl (Link): New section.
5943         * modules/clock-time (Link): New section.
5944         * modules/euidaccess (Link): New section.
5945         * modules/gettext (Link): New section.
5946         * modules/iconv (Link): New section.
5947         * modules/lock (Link): New section.
5948         * modules/nanosleep (Link): New section.
5949         * modules/readline (Link): New section.
5950
5951 2007-01-27  Bruno Haible  <bruno@clisp.org>
5952
5953         Enforce the use of gnulib modules for unportable <string.h> functions.
5954         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5955         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5956         (gl_HEADER_STRING_H_BODY): Require it.
5957         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5958         the symbol XYZ to one that gives a link error.
5959         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5960         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5961         * modules/mempcpy (configure.ac): Likewise.
5962         * modules/memrchr (configure.ac): Likewise.
5963         * modules/stpcpy (configure.ac): Likewise.
5964         * modules/stpncpy (configure.ac): Likewise.
5965         * modules/strcase (configure.ac): Likewise.
5966         * modules/strcasestr (configure.ac): Likewise.
5967         * modules/strchrnul (configure.ac): Likewise.
5968         * modules/strdup (configure.ac): Likewise.
5969         * modules/strndup (configure.ac): Likewise.
5970         * modules/strnlen (configure.ac): Likewise.
5971         * modules/strpbrk (configure.ac): Likewise.
5972         * modules/strsep (configure.ac): Likewise.
5973         * modules/strstr (configure.ac): Likewise.
5974         * modules/strtok_r (configure.ac): Likewise.
5975
5976 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5977
5978         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5979
5980 2007-01-30  Jim Meyering  <jim@meyering.net>
5981
5982         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5983
5984 2007-01-29  Bruno Haible  <bruno@clisp.org>
5985
5986         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5987         * lib/execute.c: Likewise.
5988         * lib/pipe.c: Likewise.
5989         * lib/printf-args.h: Likewise.
5990         * lib/printf-args.c: Likewise.
5991         * lib/printf-parse.c: Likewise.
5992         * lib/vasnprintf.c: Likewise.
5993
5994 2007-01-29  Eric Blake  <ebb9@byu.net>
5995
5996         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5997         declaration.
5998
5999 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6000
6001         * lib/strptime.h (strptime): Use 'restrict' for args where
6002         POSIX requires this.
6003         * lib/strptime.c (strptime): Likewise.
6004         Change license notice from LGPL to GPL, since gnulib-tool will
6005         change this as needed.
6006         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6007         defined.
6008         Include "strptime.h" first, to check interface.
6009         Do not #undef _LIBC and _NL_CURRENT.
6010         Do not include <stdlib.h>; no longer needed.
6011         Include "time_r.h" and declare ptime_locale_status
6012         only if _LIBC is not defined.
6013         (__P): Remove unused macro.
6014         (match_string): Bring back glibc version, but use it only if _LIBC
6015         is defined.
6016         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6017         Remove unnecessary assertion and abort() call.
6018         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6019         * m4/strptime.m4: Fix serial number comment.
6020         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6021         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6022         (Depends-on): Add time_r.
6023
6024 2007-01-29  Bruno Haible  <bruno@clisp.org>
6025
6026         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6027         strptime.
6028         * modules/strptime (Depends-on): Add stdbool.
6029         * lib/strptime.h: Include <time.h> always. Add comments.
6030
6031 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6032
6033         * modules/strptime: New file.
6034         * lib/strptime.h: New file.
6035         * lib/strptime.c: New file.
6036         * m4/strptime.m4: New file.
6037
6038 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6039
6040         * MODULES.html.sh: New module mpsort.
6041         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6042
6043         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6044         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6045         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6046         All uses changed.
6047         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6048         All uses changed.
6049         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6050         to _Restrict_.
6051         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6052         the parameter matches the prototype.
6053
6054 2007-01-28  Jim Meyering  <jim@meyering.net>
6055
6056         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6057         sys/time.h here, reverting that part of the previous patch:
6058         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6059
6060 2007-01-28  Bruno Haible  <bruno@clisp.org>
6061
6062         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6063         value of $(SYS_TIME_H).
6064         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6065         remove it conditionally, too. [added by Jim Meyering]
6066         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6067         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6068         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6069         GETTIMEOFDAY_REPLACEMENT to 1.
6070
6071 2007-01-28  Bruno Haible  <bruno@clisp.org>
6072
6073         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6074         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6075         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6076         Set UNISTD_H instead of UNISTD_H2.
6077         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6078
6079 2007-01-28  Bruno Haible  <bruno@clisp.org>
6080
6081         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6082         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6083
6084 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6085
6086         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6087         (func_create_testdir): Ensure C locale for `grep' and `tr'
6088         character ranges.
6089         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6090         ACLOCAL_AMFLAGS parsing state machine.
6091
6092 2007-01-27  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/unistr/base: Update.
6095
6096 2007-01-27  Bruno Haible  <bruno@clisp.org>
6097
6098         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6099         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6100         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6101         modules/unistr/u32-mbtouc.
6102         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6103         * lib/unistr.h: Update.
6104         * lib/linebreak.c: Update.
6105         * modules/unistr/u32-mbtouc: Renamed from
6106         modules/unistr/u32-mbtouc-safe.
6107         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6108         * lib/unistr.h: Update.
6109         * lib/unistr/u32-to-u8.c: Update.
6110         * lib/unistr/u32-to-u16.c: Update.
6111
6112 2007-01-27  Bruno Haible  <bruno@clisp.org>
6113
6114         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6115         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6116         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6117         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6118         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6119         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6120         modules/unistr/u16-mbtouc.
6121         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6122         * lib/unistr.h: Update.
6123         * lib/linebreak.c: Update.
6124         * modules/linebreak: Update.
6125         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6126         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6127         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6128         * modules/unistr/u16-mbtouc: Renamed from
6129         modules/unistr/u16-mbtouc-safe.
6130         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6131         * lib/unistr.h: Update.
6132         * lib/unistr/u16-to-u8.c: Update.
6133         * modules/unistr/u16-to-u8: Update.
6134         * lib/unistr/u16-to-u32.c: Update.
6135         * modules/unistr/u16-to-u32: Update.
6136
6137 2007-01-27  Bruno Haible  <bruno@clisp.org>
6138
6139         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6140         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6141         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6142         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6143         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6144         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6145         modules/unistr/u8-mbtouc.
6146         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6147         * lib/unistr.h: Update.
6148         * lib/striconveh.c: Update.
6149         * modules/striconveh: Update.
6150         * lib/linebreak.c: Update.
6151         * modules/linebreak: Update.
6152         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6153         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6154         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6155         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6156         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6157         * lib/unistr.h: Update.
6158         * lib/striconveh.c: Update.
6159         * modules/striconveh: Update.
6160         * lib/unistr/u8-to-u16.c: Update.
6161         * modules/unistr/u8-to-u16: Update.
6162         * lib/unistr/u8-to-u32.c: Update.
6163         * modules/unistr/u8-to-u32: Update.
6164
6165 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6166
6167         Sync from Libtool.
6168         * lib/argz.c: Do not include strings.h nor memory.h, include
6169         string.h unconditionally.  Patch by Simon Josefsson.
6170
6171 2007-01-27  Bruno Haible  <bruno@clisp.org>
6172
6173         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6174         from gl_HEADER_STRING_H_BODY.
6175         (gl_HEADER_STRING_H_BODY): Require it.
6176         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6177         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6178         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6179         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6180         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6181         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6182         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6183         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6184         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6185         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6186         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6187         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6188         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6189         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6190         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6191
6192 2007-01-27  Bruno Haible  <bruno@clisp.org>
6193
6194         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6195         check_PROGRAMS into noinst_PROGRAMS.
6196         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6197         check_PROGRAMS in this case.
6198         (func_import): Set for_test to false.
6199         (func_create_testdir): Set for_test to true.
6200
6201 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6202             Bruno Haible  <bruno@clisp.org>
6203
6204         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6205         (Depends-on): Add string.
6206         (Includes): Use <string.h> instead of strcasestr.h.
6207         * modules/string (Makefile.am): Also substitute the value of
6208         REPLACE_STRCASESTR.
6209         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6210         assume strcasestr is declared in <string.h> not <strings.h>. Also
6211         set REPLACE_STRCASESTR.
6212         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6213         REPLACE_STRCASESTR.
6214         * lib/strcasestr.h: Remove file.
6215         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6216         * lib/string_.h (strcasestr): New declaration.
6217
6218 2007-01-27  Bruno Haible  <bruno@clisp.org>
6219
6220         * lib/string_.h: Use 'extern'.
6221
6222 2007-01-27  Jim Meyering  <jim@meyering.net>
6223
6224         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6225         of set-but-not-used local, "q".
6226
6227         * lib/mempcpy.c: Include <config.h> before <string.h>.
6228         This fixes a compilation error on HP-UX, due to the system's
6229         "restrict"-using mempcpy prototype.
6230
6231 2007-01-26  Bruno Haible  <bruno@clisp.org>
6232
6233         Small optimization.
6234         * lib/javacomp.c: Include c-strstr.h.
6235          (is_envjavac_gcj): Use c_strstr instead of strstr.
6236         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6237
6238 2007-01-26  Bruno Haible  <bruno@clisp.org>
6239
6240         * MODULES.html.sh (Unicode string functions): Add the new modules.
6241
6242         * modules/uniconv/u32-strconv-to-locale: New file.
6243         * lib/uniconv/u32-strconv-to-locale.c: New file.
6244
6245         * modules/uniconv/u16-strconv-to-locale: New file.
6246         * lib/uniconv/u16-strconv-to-locale.c: New file.
6247
6248         * modules/uniconv/u8-strconv-to-locale: New file.
6249         * lib/uniconv/u8-strconv-to-locale.c: New file.
6250
6251         * modules/uniconv/u32-strconv-from-locale: New file.
6252         * lib/uniconv/u32-strconv-from-locale.c: New file.
6253
6254         * modules/uniconv/u16-strconv-from-locale: New file.
6255         * lib/uniconv/u16-strconv-from-locale.c: New file.
6256
6257         * modules/uniconv/u8-strconv-from-locale: New file.
6258         * lib/uniconv/u8-strconv-from-locale.c: New file.
6259
6260         * modules/uniconv/u32-strconv-to-enc: New file.
6261         * lib/uniconv/u32-strconv-to-enc.c: New file.
6262         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6263         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6264
6265         * modules/uniconv/u16-strconv-to-enc: New file.
6266         * lib/uniconv/u16-strconv-to-enc.c: New file.
6267         * lib/uniconv/u-strconv-to-enc.h: New file.
6268         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6269         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6270
6271         * modules/uniconv/u8-strconv-to-enc: New file.
6272         * lib/uniconv/u8-strconv-to-enc.c: New file.
6273         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6274         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6275
6276         * modules/uniconv/u32-strconv-from-enc: New file.
6277         * lib/uniconv/u32-strconv-from-enc.c: New file.
6278         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6279         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6280
6281         * modules/uniconv/u16-strconv-from-enc: New file.
6282         * lib/uniconv/u16-strconv-from-enc.c: New file.
6283         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6284         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6285
6286         * modules/uniconv/u8-strconv-from-enc: New file.
6287         * lib/uniconv/u8-strconv-from-enc.c: New file.
6288         * lib/uniconv/u-strconv-from-enc.h: New file.
6289         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6290         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6291
6292         * modules/uniconv/u32-conv-from-enc: New file.
6293         * lib/uniconv/u32-conv-from-enc.c: New file.
6294         * modules/uniconv/u32-conv-from-enc-tests: New file.
6295         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6296
6297         * modules/uniconv/u16-conv-from-enc: New file.
6298         * lib/uniconv/u16-conv-from-enc.c: New file.
6299         * lib/uniconv/u-conv-from-enc.h: New file.
6300         * modules/uniconv/u16-conv-from-enc-tests: New file.
6301         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6302
6303         * modules/uniconv/u8-conv-from-enc: New file.
6304         * lib/uniconv/u8-conv-from-enc.c: New file.
6305         * modules/uniconv/u8-conv-from-enc-tests: New file.
6306         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6307
6308         * modules/uniconv/base: New file.
6309         * lib/uniconv.h: New file.
6310
6311 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6312
6313         * doc/gnulib-tool.texi (Initial import): Update to match current
6314         behavior with strdup module.
6315         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6316         * lib/memmem.h: Remove; all uses removed.  This is now done
6317         by <string.h>.
6318         * lib/mempcpy.h: Likewise.
6319         * lib/memrchr.h: Likewise.
6320         * lib/stpcpy.h: Likewise.
6321         * lib/stpncpy.h: Likewise.
6322         * lib/strcase.h: Likewise.
6323         * lib/strchrnul.h: Likewise.
6324         * lib/strdup.h: Likewise.
6325         * lib/strndup.h: Likewise.
6326         * lib/strnlen.h: Likewise.
6327         * lib/strpbrk.h: Likewise.
6328         * lib/strsep.h: Likewise.
6329         * lib/strstr.h: Likewise.
6330         * lib/strtok_r.h: Likewise.
6331         * lib/string_.h: New file.
6332         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6333         Rely on <string.h> instead.
6334         * lib/canon-host.c: Likewise.
6335         * lib/chdir-long.c: Likewise.
6336         * lib/concatpath.c: Likewise.
6337         * lib/exclude.c: Likewise.
6338         * lib/fchdir.c: Likewise.
6339         * lib/getaddrinfo.c: Likewise.
6340         * lib/getcwd.c: Likewise.
6341         * lib/getsubopt.c: Likewise.
6342         * lib/glob.c: Likewise.
6343         * lib/hard-locale.c: Likewise.
6344         * lib/iconvme.c: Likewise.
6345         * lib/javacomp.c: Likewise.
6346         * lib/mempcpy.c: Likewise.
6347         * lib/memrchr.c: Likewise.
6348         * lib/regex_internal.h: Likewise.
6349         * lib/stpncpy.c: Likewise.
6350         * lib/strcasecmp.c: Likewise.
6351         * lib/strchrnul.c: Likewise.
6352         * lib/strdup.c: Likewise.
6353         * lib/striconv.c: Likewise.
6354         * lib/striconveh.c: Likewise.
6355         * lib/striconveha.c: Likewise.
6356         * lib/strncasecmp.c: Likewise.
6357         * lib/strndup.c: Likewise.
6358         * lib/strnlen.c: Likewise.
6359         * lib/strsep.c: Likewise.
6360         * lib/strstr.c: Likewise.
6361         * lib/strtok_r.c: Likewise.
6362         * lib/userspec.c: Likewise.
6363         * lib/w32spawn.h: Likewise.
6364         * lib/xstrndup.c: Likewise.
6365         * lib/mountlist.c (strstr): Remove decl.
6366         * m4/string_h.m4: New file.
6367         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6368         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6369         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6370         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6371         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6372         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6373         Set REPLACE_STRCASECMP if necessary.
6374         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6375         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6376         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6377         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6378         HAVE_DECL_STRDUP if necessary.
6379         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6380         since gl_FUNC_STRNDUP does that now.
6381         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6382         Check for decl here...
6383         (gl_PREREQ_STRNLEN): ... not here.
6384         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6385         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6386         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6387         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6388         necessary.
6389         * modules/string: New file.
6390         * modules/memmem (Files): Remove special-purpose include file.
6391         (Depends-on): Add string.
6392         (Include): Include <string.h>, not the removed file.
6393         * modules/mempcpy: Likewise.
6394         * modules/memrchr: Likewise.
6395         * modules/stpcpy: Likewise.
6396         * modules/stpncpy: Likewise.
6397         * modules/strcase: Likewise.
6398         * modules/strchrnul: Likewise.
6399         * modules/strdup: Likewise.
6400         * modules/strndup: Likewise.
6401         * modules/strnlen: Likewise.
6402         * modules/strpbrk: Likewise.
6403         * modules/strsep: Likewise.
6404         * modules/strstr: Likewise.
6405         * modules/strtok_r: Likewise.
6406         * tests/test-dirname.c: Don't include "strdup.h", since
6407         <string.h> now suffices.
6408         * tests/test-memmem.c: Don't include "memmem.h", since
6409         <string.h> now suffices.
6410
6411 2007-01-25  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6414         *resultp is 0.
6415
6416         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6417         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6418         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6419         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6420
6421         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6422         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6423         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6424         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6425         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6426         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6427
6428 2007-01-24  Bruno Haible  <bruno@clisp.org>
6429
6430         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6431         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6432         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6433         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6434         gl_FUNC_FTS_CORE.
6435         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6436         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6437         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6438         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6439         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6440         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6441         gl_FUNC_FCHOWNAT.
6442         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6443         gl_FUNC_STRFTIME.
6444         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6445         Reported by Ralf Wildenhues.
6446
6447 2007-01-24  Bruno Haible  <bruno@clisp.org>
6448
6449         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6450         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6451         gl_GETADDRINFO.
6452         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6453         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6454         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6455
6456 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6457
6458         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6459         Don't use 'exit'; just return from 'main'.
6460         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6461
6462         * lib/fnmatch_.h: Readjust white space and comments to match
6463         glibc, to avoid spurious diffs.
6464
6465 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6466
6467         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6468         2004-12-01 change by Jakub Jelinek, since this code won't compile
6469         if !LIBC.  Problem reported by Bob Proulx.
6470
6471 2007-01-23  Bruno Haible  <bruno@clisp.org>
6472
6473         * lib/striconveh.c: Include c-strcaseeq.h.
6474         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6475         * modules/striconveh (Depends-on): Add c-strcaseeq.
6476
6477 2007-01-23  Bruno Haible  <bruno@clisp.org>
6478
6479         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6480
6481         * modules/c-strcaseeq: New file.
6482         * lib/c-strcaseeq.h: New file.
6483
6484         * modules/streq: New file.
6485         * lib/streq.h: New file.
6486
6487 2007-01-23  Bruno Haible  <bruno@clisp.org>
6488
6489         * modules/striconveha-tests: New file.
6490         * tests/test-striconveha.c: New file.
6491
6492         * lib/striconveha.h: Include <stdbool.h>.
6493         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6494         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6495         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6496         (mem_iconveha): New function.
6497         (str_iconveha_notranslit): Renamed from str_iconveha.
6498         (str_iconveha): New function.
6499         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6500         c-strcase.
6501
6502 2007-01-23  Bruno Haible  <bruno@clisp.org>
6503
6504         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6505         encodings without forgiving before trying any encoding with handler.
6506         (str_iconveha): Try all encodings without forgiving before trying any
6507         encoding with handler.
6508
6509 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6510
6511         Import the following changes from libc.
6512
6513         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6514
6515         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6516
6517         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6518
6519         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6520         normal_bracket label.
6521
6522         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6523
6524         [BZ #361]
6525         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6526         to normal_bracket after fetching the next character.
6527
6528 2007-01-22  Bruno Haible  <bruno@clisp.org>
6529
6530         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6531         argument.
6532         * lib/striconveh.c (iconv_carefully_1): New function.
6533         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6534         argument.
6535         (str_cd_iconveh): Update.
6536         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6537         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6538         * tests/test-striconveh.c (MAGIC): New macro.
6539         (new_offsets): New function.
6540         (main): Test call with and without offsets.
6541
6542 2007-01-22  Bruno Haible  <bruno@clisp.org>
6543
6544         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6545         * modules/sys_select (Makefile.am): Likewise.
6546         * modules/sys_socket (Makefile.am): Likewise.
6547         * modules/sys_time (Makefile.am): Likewise.
6548
6549 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6550
6551         * modules/gettimeofday (License): Change from GPL to LGPL, since
6552         gettimeofday is a library function.
6553
6554 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6555
6556         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6557
6558 2007-01-21  Bruno Haible  <bruno@clisp.org>
6559
6560         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6561
6562 2007-01-21  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/striconveha: New file.
6565         * lib/striconveha.h: New file.
6566         * lib/striconveha.c: New file.
6567         * MODULES.html.sh (Internationalization functions): Add striconveha.
6568         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6569         string.
6570         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6571
6572 2007-01-21  Bruno Haible  <bruno@clisp.org>
6573
6574         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6575         * lib/striconveh.c (str_iconveh): Likewise.
6576
6577 2007-01-21  Bruno Haible  <bruno@clisp.org>
6578
6579         * lib/striconveh.h (mem_iconveh): New declaration.
6580         * lib/striconveh.c (mem_iconveh): New function.
6581         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6582
6583 2007-01-21  Bruno Haible  <bruno@clisp.org>
6584
6585         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6586
6587         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6588         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6589         original result buffer.
6590         (str_cd_iconveh): Update.
6591         * tests/test-striconveh.c (main): Update.
6592
6593         * lib/striconv.h (mem_cd_iconv): Change specification.
6594         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6595         result buffer.
6596         (str_cd_iconv): Update.
6597         * tests/test-striconv.c (main): Update.
6598
6599 2007-01-21  Bruno Haible  <bruno@clisp.org>
6600
6601         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6602
6603 2007-01-20  Jim Meyering  <jim@meyering.net>
6604
6605         * lib/userspec.c (parse_with_separator): If a user or group string
6606         starts with "+", skip the corresponding name-to-ID look-up, since
6607         such a look-up must fail: user and group names may not include "+".
6608
6609 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6612         since we now assume the sys_time module.
6613         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6614         check for sys/time.h; no longer needed.
6615         * modules/poll (Depends-on): Depend on sys_time.
6616
6617 2007-01-18  Bruno Haible  <bruno@clisp.org>
6618
6619         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6620         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6621
6622         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6623         gettimeofday.
6624
6625         * tests/test-gettimeofday.c: Include <time.h>.
6626         (dummy): Remove variable.
6627
6628         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6629         gl_HEADER_SYS_TIME_H.
6630         (gl_HEADER_SYS_TIME_H): New macro.
6631
6632         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6633         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6634         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6635         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6636         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6637         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6638         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6639         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6640         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6641         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6642         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6643
6644         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6645         last change; it caused a compilation error when cross-compiling to
6646         Cygwin.
6647
6648 2007-01-18  Jim Meyering  <jim@meyering.net>
6649
6650         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6651         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6652         than the race-prone "test -d sys || mkdir sys".
6653         (configure.ac): Use AC_PROG_MKDIR_P.
6654         * modules/sys_select: Likewise.
6655         * modules/sys_socket: Likewise.
6656         * modules/sys_time: Likewise.
6657
6658 2007-01-18  Eric Blake  <ebb9@byu.net>
6659
6660         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6661         replace gettimeofday.
6662         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6663         name, to avoid infinite recursion.
6664
6665 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6666
6667         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6668         module sys_time.
6669         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6670         assume timespec.h defines struct timeval.
6671         * lib/settime.c: Likewise.
6672         * lib/utimens.c: Likewise.
6673         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6674         since we now assume the gettimeofday module.
6675         * lib/tempname.c (__gen_tempname): Likewise.
6676         * lib/gettimeofday.h: Remove.
6677         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6678         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6679         Include <time.h>, for 'time()'.
6680         (localtime_buffer_addr): Also use this workaround if
6681         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6682         to simplify the uses.  All uses changed.
6683         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6684         that #undef is inside {}, and 'const' follows type name consistently.
6685         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6686         (gettimeofday): Do not use the maximum possible value for
6687         tv->tv_usec, since that might break usages other than ls.c.
6688         Instead, we'll leave ls.c alone.  This undoes today's patch
6689         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6690         we've never observed the problem but might as well keep the
6691         canary.
6692         * lib/nanosleep.c: Include timespec.h first, for interface check.
6693         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6694         now assume the sys_time module.
6695         * lib/tempname.c: Likewise.
6696         * lib/timespec.h: Likewise.
6697         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6698         needed.
6699         * lib/strftime.c: Likewise.
6700         * lib/timespec.h: Likewise.
6701         * lib/posixtm.c: Include posixtm.h first, for interface check.
6702         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6703         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6704         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6705         * lib/sys_time_.h: New file.
6706         * lib/timespec.h (struct timespec): Use long int, not long.
6707         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6708         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6709         Remove obsolescent call to AC_HEADER_TIME.
6710         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6711         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6712         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6713         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6714         Likewise.
6715         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6716         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6717         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6718         into the sys_time module.  Check for gettimeofday just once.
6719         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6720         for gettimeofday signature to just check the signature.  Merely
6721         compile it, since linking doesn't test signature.  Improve test for
6722         whether gettimeofday.o is actually needed.
6723         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6724         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6725         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6726         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6727         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6728         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6729         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6730         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6731         than worrying about sys/time.h.
6732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6733         Don't bother worrying about TIME_WITH_SYS_TIME.
6734         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6735         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6736         * m4/sys_time_h.m4: New file.
6737         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6738         Don't include sys/time.h.  Return from main rather than exiting.
6739         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6740         all uses changed.
6741         * modules/gethrxtime (Depends-on): Add sys_time.
6742         * modules/gettime (Depends-on): Likewise.
6743         * modules/gettimeofday (Depends-on): Likewise.
6744         * modules/nanosleep (Depends-on): Likewise.
6745         * modules/settime (Depends-on): Likewise.
6746         * modules/tempname (Depends-on): Likewise.
6747         * modules/utimens (Depends-on): Likewise.
6748         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6749         (Include:) Change back to <sys/time.h>.
6750         (Maintainer:) Add self.
6751         * modules/sys_time: New file.
6752         * modules/tempname (Depends-on): Add gettimeofday.
6753         * tests/test-gettimeofday.c: Include <sys/time.h>
6754         rather than gettimeofday.h.
6755
6756 2007-01-17  Bruno Haible  <bruno@clisp.org>
6757
6758         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6759         the license default to GPL.
6760         (func_create_testdir): Don't complain if a module is LGPL and its
6761         tests module depends on GPLed modules.
6762
6763 2007-01-17  Bruno Haible  <bruno@clisp.org>
6764
6765         * lib/gettimeofday.c (gettimeofday): Add code for the case
6766         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6767         maximum possible value for tv->tv_usec, rather than the minimum one.
6768
6769 2005-10-08  Martin Lambers  <marlam@marlam.de>
6770 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6771 2007-01-16  Bruno Haible  <bruno@clisp.org>
6772
6773         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6774         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6775         gl_FUNC_GETTIMEOFDAY.
6776         (Include): Add gettimeofday.h.
6777         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6778         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6779         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6780         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6781         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6782         * lib/gettimeofday.h: New file.
6783         * lib/gettimeofday.c: Include <sys/timeb.h>.
6784         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6785         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6786         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6787         fall back on time().
6788
6789         * tests/test-gettimeofday.c: New file.
6790         * modules/gettimeofday-tests: New file.
6791
6792 2007-01-16  Eric Blake  <ebb9@byu.net>
6793
6794         * modules/fnmatch (Depends-on): Depend on wchar.
6795         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6796         * m4/fnmatch.m4: Likewise.
6797         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6798         * m4/mbchar.m4: Likewise.
6799         * modules/mbswidth (Depends-on): Depend on wchar.
6800         * lib/mbswidth.c: Assume <wchar.h>.
6801         * m4/mbswidth.m4: Likewise.
6802         * modules/quotearg (Depends-on): Depend on wchar.
6803         * lib/quotearg.c: Assume <wchar.h>.
6804         * m4/quotearg.m4: Likewise.
6805         * modules/regex (Depends-on): Depend on wchar.
6806         * lib/regex_internal.h: Assume <wchar.h>.
6807         * m4/regex.m4: Likewise.
6808         * modules/stdint (Depends-on): Depend on wchar.
6809         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6810         * m4/stdint.m4: Likewise.
6811         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6812         * modules/strftime (Depends-on): Depend on wchar.
6813         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6814         * modules/strtol (Depends-on): Depend on wchar.
6815         * lib/strtol.c: Assume <wchar.h>.
6816         * modules/wcwidth (Depends-on): Depend on wchar.
6817         * lib/wcwidth.h: Assume <wchar.h>.
6818         * m4/wcwidth.m4: Likewise.
6819
6820 2007-01-16  Bruno Haible  <bruno@clisp.org>
6821
6822         * modules/csharpexec-script: New, created from...
6823         * modules/csharpexec: ... this.
6824
6825 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6826
6827         * modules/javaexec-script: New, created from...
6828         * modules/javaexec: ... this.
6829
6830 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6831
6832         * modules/poll (Dependencies): Add sys_select.
6833
6834 2007-01-15  Jim Meyering  <jim@meyering.net>
6835
6836         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6837         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6838         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6839         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6840
6841 2007-01-15  Bruno Haible  <bruno@clisp.org>
6842
6843         * modules/striconveh: New file.
6844         * lib/striconveh.h: New file.
6845         * lib/striconveh.c: New file.
6846         * MODULES.html.sh (Internationalization functions): Add striconveh.
6847
6848         * modules/striconveh-tests: New file.
6849         * tests/test-striconveh.c: New file.
6850
6851 2007-01-15  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6854         not from GNU libiconv or GNU libc.
6855
6856 2007-01-15  Bruno Haible  <bruno@clisp.org>
6857
6858         * doc/gnulib-intro.texi (Copyright): Explain the different license
6859         terms for module descriptions, autoconf macros, tests, documentation.
6860
6861 2007-01-14  Bruno Haible  <bruno@clisp.org>
6862
6863         * modules/striconv-tests: New file.
6864         * tests/test-striconv.c: New file.
6865
6866 2007-01-14  Bruno Haible  <bruno@clisp.org>
6867
6868         * modules/iconv-tests: New file.
6869         * tests/test-iconv.c: New file.
6870
6871 2007-01-14  Bruno Haible  <bruno@clisp.org>
6872
6873         * gnulib-tool (func_get_license): For test modules, use the license of
6874         the main module.
6875
6876 2007-01-14  Bruno Haible  <bruno@clisp.org>
6877
6878         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6879         if iconv is found to exist.
6880
6881 2007-01-14  Bruno Haible  <bruno@clisp.org>
6882
6883         * modules/c-ctype-tests: New file.
6884         * tests/test-c-ctype.c: New file.
6885
6886 2007-01-14  Bruno Haible  <bruno@clisp.org>
6887
6888         * modules/binary-io-tests: New file.
6889         * tests/test-binary-io.sh: New file.
6890         * tests/test-binary-io.c: New file.
6891
6892 2007-01-14  Bruno Haible  <bruno@clisp.org>
6893
6894         * modules/array-oset-tests: New file.
6895         * tests/test-array_oset.c: New file.
6896
6897 2007-01-14  Bruno Haible  <bruno@clisp.org>
6898
6899         * modules/array-list-tests: New file.
6900         * tests/test-array_list.c: New file.
6901
6902 2007-01-14  Bruno Haible  <bruno@clisp.org>
6903
6904         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6905         and make.
6906         Reported by Simon Josefsson in
6907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6908
6909 2007-01-14  Bruno Haible  <bruno@clisp.org>
6910
6911         * modules/allocsa-tests: New file.
6912         * tests/test-allocsa.c: New file.
6913
6914 2007-01-14  Bruno Haible  <bruno@clisp.org>
6915
6916         * modules/fchdir (Depends-on): Add absolute-header.
6917         * modules/unistd (Depends-on): Likewise.
6918
6919 2006-12-30  Bruno Haible  <bruno@clisp.org>
6920
6921         * modules/fchdir: New file.
6922         * modules/unistd (Files): Add lib/unistd_.h.
6923         (Makefile.am): Generate unistd.h from unistd_.h.
6924         * lib/fchdir.c: New file.
6925         * lib/dirent_.h: New file.
6926         * lib/unistd_.h: New file.
6927         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6928         * m4/fchdir.m4: New file.
6929         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6930         (gl_HEADER_UNISTD): Invoke it.
6931         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6932         function.
6933         * lib/backupfile.c (opendir, closedir): Undefine.
6934         * lib/chown.c (open, close): Undefine.
6935         * lib/clean-temp.c (open, close): Undefine.
6936         * lib/copy-file.c (open, close): Undefine.
6937         * lib/execute.c (open, close): Undefine.
6938         * lib/fsusage.c (open, close): Undefine.
6939         * lib/gc-gnulib.c (open, close): Undefine.
6940         * lib/getcwd.c (opendir, closedir): Undefine.
6941         * lib/glob.c (opendir, closedir): Undefine.
6942         * lib/javacomp.c (open, close): Undefine.
6943         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6944         * lib/openat-proc.c (open, close): Undefine.
6945         * lib/pagealign_alloc.c (open, close): Undefine.
6946         * lib/pipe.c (open, close): Undefine.
6947         * lib/progreloc.c (open, close): Undefine.
6948         * lib/savedir.c (opendir, closedir): Undefine.
6949         * lib/utime.c (open, close): Undefine.
6950         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6951
6952 2007-01-10  Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6955
6956 2007-01-12  Eric Blake  <ebb9@byu.net>
6957
6958         Provide a robust <wchar.h>.  Further simplifications are now
6959         possible in other modules, but not included here.
6960         * modules/wchar: New module.
6961         * m4/wchar.m4: New file.
6962         * lib/wchar_.h: Likewise.
6963         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6964         of the new module.
6965         * MODULES.html.sh (Extended multibyte and wide character utilities):
6966         New section.
6967
6968 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6969
6970         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6971         to a reasonable default for memory allocation.
6972         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6973         file system that reports garbage st_size values for symlinks.
6974         Problem reported by Liyang Hu.
6975
6976 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6977
6978         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6979         Emacs .#* auto-save files).
6980
6981 2007-01-11  Bruno Haible  <bruno@clisp.org>
6982
6983         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6984         directory.
6985
6986 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6987
6988         Use @...@ consistently in lib/wctype_.h.
6989         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6990         on it being set to 1 or 0.
6991         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6992         go back to AC_SUBSTing it.
6993         * modules/wctype (Makefile.am): Undo previous change.
6994
6995 2007-01-10  Eric Blake  <ebb9@byu.net>
6996
6997         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6998         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6999         * modules/wctype (Makefile.am): Likewise.
7000         Reported by Chris McGuire.
7001
7002 2007-01-10  Jim Meyering  <jim@meyering.net>
7003
7004         fts.c: a small readability/maintainability improvement
7005         * lib/fts.c (fts_read): Make this code slightly more readable and
7006         maintainable by hoisting the "sp->fts_cur = p" assignments to
7007         immediately follow the statements that set P.  Derived from
7008         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7009
7010 2007-01-10  Eric Blake  <ebb9@byu.net>
7011
7012         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7013         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7015         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7016         Reported by Chris McGuire.
7017
7018 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7019
7020         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7021         in sed script.
7022
7023 2007-01-09  Bruno Haible  <bruno@clisp.org>
7024
7025         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7026         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7027         variables.
7028         (func_module): Use them.
7029
7030 2007-01-09  Bruno Haible  <bruno@clisp.org>
7031
7032         * modules/unistr/base: New file.
7033         * lib/unistr.h: New file.
7034
7035         * modules/unistr/u8-to-u16: New file.
7036         * lib/unistr/u8-to-u16.c: New file.
7037
7038         * modules/unistr/u8-to-u32: New file.
7039         * lib/unistr/u8-to-u32.c: New file.
7040
7041         * modules/unistr/u16-to-u8: New file.
7042         * lib/unistr/u16-to-u8.c: New file.
7043
7044         * modules/unistr/u16-to-u32: New file.
7045         * lib/unistr/u16-to-u32.c: New file.
7046
7047         * modules/unistr/u32-to-u8: New file.
7048         * lib/unistr/u32-to-u8.c: New file.
7049
7050         * modules/unistr/u32-to-u16: New file.
7051         * lib/unistr/u32-to-u16.c: New file.
7052
7053         * modules/unistr/u8-check: New file.
7054         * modules/unistr/u16-check: New file.
7055         * modules/unistr/u32-check: New file.
7056         * lib/unistr/u8-check.c: New file.
7057         * lib/unistr/u16-check.c: New file.
7058         * lib/unistr/u32-check.c: New file.
7059
7060         * modules/unistr/u8-chr: New file.
7061         * modules/unistr/u16-chr: New file.
7062         * modules/unistr/u32-chr: New file.
7063         * lib/unistr/u8-chr.c: New file.
7064         * lib/unistr/u16-chr.c: New file.
7065         * lib/unistr/u32-chr.c: New file.
7066
7067         * modules/unistr/u8-cmp: New file.
7068         * modules/unistr/u16-cmp: New file.
7069         * modules/unistr/u32-cmp: New file.
7070         * lib/unistr/u8-cmp.c: New file.
7071         * lib/unistr/u16-cmp.c: New file.
7072         * lib/unistr/u32-cmp.c: New file.
7073
7074         * modules/unistr/u8-cpy: New file.
7075         * modules/unistr/u16-cpy: New file.
7076         * modules/unistr/u32-cpy: New file.
7077         * lib/unistr/u8-cpy.c: New file.
7078         * lib/unistr/u16-cpy.c: New file.
7079         * lib/unistr/u32-cpy.c: New file.
7080         * lib/unistr/u-cpy.h: New file.
7081
7082         * modules/unistr/u8-cpy-alloc: New file.
7083         * modules/unistr/u16-cpy-alloc: New file.
7084         * modules/unistr/u32-cpy-alloc: New file.
7085         * lib/unistr/u8-cpy-alloc.c: New file.
7086         * lib/unistr/u16-cpy-alloc.c: New file.
7087         * lib/unistr/u32-cpy-alloc.c: New file.
7088         * lib/unistr/u-cpy-alloc.h: New file.
7089
7090         * modules/unistr/u8-endswith: New file.
7091         * modules/unistr/u16-endswith: New file.
7092         * modules/unistr/u32-endswith: New file.
7093         * lib/unistr/u8-endswith.c: New file.
7094         * lib/unistr/u16-endswith.c: New file.
7095         * lib/unistr/u32-endswith.c: New file.
7096         * lib/unistr/u-endswith.h: New file.
7097
7098         * modules/unistr/u8-mblen: New file.
7099         * modules/unistr/u16-mblen: New file.
7100         * modules/unistr/u32-mblen: New file.
7101         * lib/unistr/u8-mblen.c: New file.
7102         * lib/unistr/u16-mblen.c: New file.
7103         * lib/unistr/u32-mblen.c: New file.
7104
7105         * modules/unistr/u8-mbtouc: New file.
7106         * modules/unistr/u16-mbtouc: New file.
7107         * modules/unistr/u32-mbtouc: New file.
7108         * lib/unistr/u8-mbtouc.c: New file.
7109         * lib/unistr/u16-mbtouc.c: New file.
7110         * lib/unistr/u32-mbtouc.c: New file.
7111
7112         * modules/unistr/u8-mbtouc-safe: New file.
7113         * modules/unistr/u16-mbtouc-safe: New file.
7114         * modules/unistr/u32-mbtouc-safe: New file.
7115         * lib/unistr/u8-mbtouc-safe.c: New file.
7116         * lib/unistr/u16-mbtouc-safe.c: New file.
7117         * lib/unistr/u32-mbtouc-safe.c: New file.
7118
7119         * modules/unistr/u8-move: New file.
7120         * modules/unistr/u16-move: New file.
7121         * modules/unistr/u32-move: New file.
7122         * lib/unistr/u8-move.c: New file.
7123         * lib/unistr/u16-move.c: New file.
7124         * lib/unistr/u32-move.c: New file.
7125         * lib/unistr/u-move.h: New file.
7126
7127         * modules/unistr/u8-next: New file.
7128         * modules/unistr/u16-next: New file.
7129         * modules/unistr/u32-next: New file.
7130         * lib/unistr/u8-next.c: New file.
7131         * lib/unistr/u16-next.c: New file.
7132         * lib/unistr/u32-next.c: New file.
7133
7134         * modules/unistr/u8-prev: New file.
7135         * modules/unistr/u16-prev: New file.
7136         * modules/unistr/u32-prev: New file.
7137         * lib/unistr/u8-prev.c: New file.
7138         * lib/unistr/u16-prev.c: New file.
7139         * lib/unistr/u32-prev.c: New file.
7140
7141         * modules/unistr/u8-set: New file.
7142         * modules/unistr/u16-set: New file.
7143         * modules/unistr/u32-set: New file.
7144         * lib/unistr/u8-set.c: New file.
7145         * lib/unistr/u16-set.c: New file.
7146         * lib/unistr/u32-set.c: New file.
7147         * lib/unistr/u-set.h: New file.
7148
7149         * modules/unistr/u8-startswith: New file.
7150         * modules/unistr/u16-startswith: New file.
7151         * modules/unistr/u32-startswith: New file.
7152         * lib/unistr/u8-startswith.c: New file.
7153         * lib/unistr/u16-startswith.c: New file.
7154         * lib/unistr/u32-startswith.c: New file.
7155         * lib/unistr/u-startswith.h: New file.
7156
7157         * modules/unistr/u8-stpcpy: New file.
7158         * modules/unistr/u16-stpcpy: New file.
7159         * modules/unistr/u32-stpcpy: New file.
7160         * lib/unistr/u8-stpcpy.c: New file.
7161         * lib/unistr/u16-stpcpy.c: New file.
7162         * lib/unistr/u32-stpcpy.c: New file.
7163         * lib/unistr/u-stpcpy.h: New file.
7164
7165         * modules/unistr/u8-stpncpy: New file.
7166         * modules/unistr/u16-stpncpy: New file.
7167         * modules/unistr/u32-stpncpy: New file.
7168         * lib/unistr/u8-stpncpy.c: New file.
7169         * lib/unistr/u16-stpncpy.c: New file.
7170         * lib/unistr/u32-stpncpy.c: New file.
7171         * lib/unistr/u-stpncpy.h: New file.
7172
7173         * modules/unistr/u8-strcat: New file.
7174         * modules/unistr/u16-strcat: New file.
7175         * modules/unistr/u32-strcat: New file.
7176         * lib/unistr/u8-strcat.c: New file.
7177         * lib/unistr/u16-strcat.c: New file.
7178         * lib/unistr/u32-strcat.c: New file.
7179         * lib/unistr/u-strcat.h: New file.
7180
7181         * modules/unistr/u8-strchr: New file.
7182         * modules/unistr/u16-strchr: New file.
7183         * modules/unistr/u32-strchr: New file.
7184         * lib/unistr/u8-strchr.c: New file.
7185         * lib/unistr/u16-strchr.c: New file.
7186         * lib/unistr/u32-strchr.c: New file.
7187
7188         * modules/unistr/u8-strcmp: New file.
7189         * modules/unistr/u16-strcmp: New file.
7190         * modules/unistr/u32-strcmp: New file.
7191         * lib/unistr/u8-strcmp.c: New file.
7192         * lib/unistr/u16-strcmp.c: New file.
7193         * lib/unistr/u32-strcmp.c: New file.
7194
7195         * modules/unistr/u8-strcpy: New file.
7196         * modules/unistr/u16-strcpy: New file.
7197         * modules/unistr/u32-strcpy: New file.
7198         * lib/unistr/u8-strcpy.c: New file.
7199         * lib/unistr/u16-strcpy.c: New file.
7200         * lib/unistr/u32-strcpy.c: New file.
7201         * lib/unistr/u-strcpy.h: New file.
7202
7203         * modules/unistr/u8-strcspn: New file.
7204         * modules/unistr/u16-strcspn: New file.
7205         * modules/unistr/u32-strcspn: New file.
7206         * lib/unistr/u8-strcspn.c: New file.
7207         * lib/unistr/u16-strcspn.c: New file.
7208         * lib/unistr/u32-strcspn.c: New file.
7209         * lib/unistr/u-strcspn.h: New file.
7210
7211         * modules/unistr/u8-strdup: New file.
7212         * modules/unistr/u16-strdup: New file.
7213         * modules/unistr/u32-strdup: New file.
7214         * lib/unistr/u8-strdup.c: New file.
7215         * lib/unistr/u16-strdup.c: New file.
7216         * lib/unistr/u32-strdup.c: New file.
7217         * lib/unistr/u-strdup.h: New file.
7218
7219         * modules/unistr/u8-strlen: New file.
7220         * modules/unistr/u16-strlen: New file.
7221         * modules/unistr/u32-strlen: New file.
7222         * lib/unistr/u8-strlen.c: New file.
7223         * lib/unistr/u16-strlen.c: New file.
7224         * lib/unistr/u32-strlen.c: New file.
7225         * lib/unistr/u-strlen.h: New file.
7226
7227         * modules/unistr/u8-strmblen: New file.
7228         * modules/unistr/u16-strmblen: New file.
7229         * modules/unistr/u32-strmblen: New file.
7230         * lib/unistr/u8-strmblen.c: New file.
7231         * lib/unistr/u16-strmblen.c: New file.
7232         * lib/unistr/u32-strmblen.c: New file.
7233
7234         * modules/unistr/u8-strmbtouc: New file.
7235         * modules/unistr/u16-strmbtouc: New file.
7236         * modules/unistr/u32-strmbtouc: New file.
7237         * lib/unistr/u8-strmbtouc.c: New file.
7238         * lib/unistr/u16-strmbtouc.c: New file.
7239         * lib/unistr/u32-strmbtouc.c: New file.
7240
7241         * modules/unistr/u8-strncat: New file.
7242         * modules/unistr/u16-strncat: New file.
7243         * modules/unistr/u32-strncat: New file.
7244         * lib/unistr/u8-strncat.c: New file.
7245         * lib/unistr/u16-strncat.c: New file.
7246         * lib/unistr/u32-strncat.c: New file.
7247         * lib/unistr/u-strncat.h: New file.
7248
7249         * modules/unistr/u8-strncmp: New file.
7250         * modules/unistr/u16-strncmp: New file.
7251         * modules/unistr/u32-strncmp: New file.
7252         * lib/unistr/u8-strncmp.c: New file.
7253         * lib/unistr/u16-strncmp.c: New file.
7254         * lib/unistr/u32-strncmp.c: New file.
7255
7256         * modules/unistr/u8-strncpy: New file.
7257         * modules/unistr/u16-strncpy: New file.
7258         * modules/unistr/u32-strncpy: New file.
7259         * lib/unistr/u8-strncpy.c: New file.
7260         * lib/unistr/u16-strncpy.c: New file.
7261         * lib/unistr/u32-strncpy.c: New file.
7262         * lib/unistr/u-strncpy.h: New file.
7263
7264         * modules/unistr/u8-strnlen: New file.
7265         * modules/unistr/u16-strnlen: New file.
7266         * modules/unistr/u32-strnlen: New file.
7267         * lib/unistr/u8-strnlen.c: New file.
7268         * lib/unistr/u16-strnlen.c: New file.
7269         * lib/unistr/u32-strnlen.c: New file.
7270         * lib/unistr/u-strnlen.h: New file.
7271
7272         * modules/unistr/u8-strpbrk: New file.
7273         * modules/unistr/u16-strpbrk: New file.
7274         * modules/unistr/u32-strpbrk: New file.
7275         * lib/unistr/u8-strpbrk.c: New file.
7276         * lib/unistr/u16-strpbrk.c: New file.
7277         * lib/unistr/u32-strpbrk.c: New file.
7278         * lib/unistr/u-strpbrk.h: New file.
7279
7280         * modules/unistr/u8-strrchr: New file.
7281         * modules/unistr/u16-strrchr: New file.
7282         * modules/unistr/u32-strrchr: New file.
7283         * lib/unistr/u8-strrchr.c: New file.
7284         * lib/unistr/u16-strrchr.c: New file.
7285         * lib/unistr/u32-strrchr.c: New file.
7286
7287         * modules/unistr/u8-strspn: New file.
7288         * modules/unistr/u16-strspn: New file.
7289         * modules/unistr/u32-strspn: New file.
7290         * lib/unistr/u8-strspn.c: New file.
7291         * lib/unistr/u16-strspn.c: New file.
7292         * lib/unistr/u32-strspn.c: New file.
7293         * lib/unistr/u-strspn.h: New file.
7294
7295         * modules/unistr/u8-strstr: New file.
7296         * modules/unistr/u16-strstr: New file.
7297         * modules/unistr/u32-strstr: New file.
7298         * lib/unistr/u8-strstr.c: New file.
7299         * lib/unistr/u16-strstr.c: New file.
7300         * lib/unistr/u32-strstr.c: New file.
7301         * lib/unistr/u-strstr.h: New file.
7302
7303         * modules/unistr/u8-strtok: New file.
7304         * modules/unistr/u16-strtok: New file.
7305         * modules/unistr/u32-strtok: New file.
7306         * lib/unistr/u8-strtok.c: New file.
7307         * lib/unistr/u16-strtok.c: New file.
7308         * lib/unistr/u32-strtok.c: New file.
7309         * lib/unistr/u-strtok.h: New file.
7310
7311         * modules/unistr/u8-uctomb: New file.
7312         * modules/unistr/u16-uctomb: New file.
7313         * modules/unistr/u32-uctomb: New file.
7314         * lib/unistr/u8-uctomb.c: New file.
7315         * lib/unistr/u16-uctomb.c: New file.
7316         * lib/unistr/u32-uctomb.c: New file.
7317
7318         * MODULES.html.sh (Unicode string functions): Add the new modules.
7319
7320 2007-01-08  Bruno Haible  <bruno@clisp.org>
7321
7322         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7323         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7324         subdirectories.
7325
7326 2007-01-08  Karl Berry  <karl@gnu.org>
7327
7328         * doc/error.texi: mention that main() fns must set program_name
7329         when progname is used.
7330
7331 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7332
7333         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7334         WCTYPE_H is empty, for the benefit of builds from non-distclean
7335         directories.  Problem reported by Eric Blake in
7336         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7337
7338 2007-01-08  Bruno Haible  <bruno@clisp.org>
7339
7340         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7341         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7342         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7343         PROVIDE_CANONICALIZE_FILENAME_MODE.
7344         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7345
7346 2007-01-08  Bruno Haible  <bruno@clisp.org>
7347
7348         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7349         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7350         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7351         * lib/fts.c: Likewise.
7352         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7353
7354 2006-12-25  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/utf8-ucs4-safe: New file.
7357         * lib/utf8-ucs4-safe.h: New file.
7358         * lib/unistr/utf8-ucs4-safe.c: New file.
7359
7360         * modules/utf16-ucs4-safe: New file.
7361         * lib/utf16-ucs4-safe.h: New file.
7362         * lib/unistr/utf16-ucs4-safe.c: New file.
7363
7364         * MODULES.html.sh (Unicode string functions): Add the new modules.
7365
7366 2007-01-08  Bruno Haible  <bruno@clisp.org>
7367
7368         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7369         (Depends-on): Add unitypes.
7370         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7371         (u8_mbtouc_aux): Move out to separate file.
7372         (u8_mbtouc): Use ucs4_t, uint8_t types.
7373         * lib/unistr/utf8-ucs4.c: New file.
7374
7375         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7376         (Depends-on): Add unitypes.
7377         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7378         (u16_mbtouc_aux): Move out to separate file.
7379         (u16_mbtouc): Use ucs4_t, uint16_t types.
7380         * lib/unistr/utf16-ucs4.c: New file.
7381
7382         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7383         (Depends-on): Add unitypes.
7384         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7385         (u8_uctomb_aux): Move out to separate file.
7386         (u8_uctomb): Use ucs4_t, uint8_t types.
7387         * lib/unistr/ucs4-utf8.c: New file.
7388
7389         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7390         (Depends-on): Add unitypes.
7391         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7392         (u16_uctomb_aux): Move out to separate file.
7393         (u16_uctomb): Use ucs4_t, uint16_t types.
7394         * lib/unistr/ucs4-utf16.c: New file.
7395
7396 2006-12-25  Bruno Haible  <bruno@clisp.org>
7397
7398         * modules/unitypes: New file.
7399         * lib/unitypes.h: New file.
7400         * MODULES.html.sh (func_all_modules): New section "Unicode string
7401         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7402         this section. Add unitypes.
7403
7404 2007-01-08  Bruno Haible  <bruno@clisp.org>
7405
7406         Avoid variable names that conflict with those from libtool.
7407         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7408         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7409         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7410         library_names_spec to acl_library_names_spec, hardcode_* to
7411         acl_hardcode_*.
7412         Reported by Ralf Wildenhues.
7413
7414 2007-01-08  Bruno Haible  <bruno@clisp.org>
7415
7416         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7417         definition.
7418         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7419         definition.
7420         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7421         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7422         definition.
7423         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7424         definition.
7425         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7426         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7427         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7428         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7429         definition.
7430         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7431         definition.
7432         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7433         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7434         GC_USE_<algorithm>.
7435         * lib/gc-libgcrypt.c: Likewise.
7436         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7437         * modules/gc-arctwo (configure.ac): Likewise.
7438         * modules/gc-des (configure.ac): Likewise.
7439         * modules/gc-hmac-md5 (configure.ac): Likewise.
7440         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7441         * modules/gc-md2 (configure.ac): Likewise.
7442         * modules/gc-md4 (configure.ac): Likewise.
7443         * modules/gc-md5 (configure.ac): Likewise.
7444         * modules/gc-random (configure.ac): Likewise.
7445         * modules/gc-rijndael (configure.ac): Likewise.
7446         * modules/gc-sha1 (configure.ac): Likewise.
7447
7448 2007-01-08  Bruno Haible  <bruno@clisp.org>
7449
7450         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7451         macro definition.
7452         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7453         definition.
7454         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7455         definition.
7456         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7457         * modules/fcntl-safer (configure.ac): Likewise.
7458         * modules/fopen-safer (configure.ac): Likewise.
7459         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7460         GNULIB_FWRITEERROR macro definition.
7461
7462 2007-01-08  Bruno Haible  <bruno@clisp.org>
7463
7464         * m4/gnulib-common.m4: New file.
7465         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7466         (func_get_filelist): Add m4/gnulib-common.m4.
7467
7468 2007-01-08  Bruno Haible  <bruno@clisp.org>
7469
7470         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7471         command.
7472
7473 2007-01-08  Jim Meyering  <jim@meyering.net>
7474
7475         Use a more robust test for a "can't happen" condition.
7476         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7477         narrowed the st_size value.  Presuming the "can't happen" condition
7478         is true, that narrowing could conceivably convert an invalid st_size
7479         value into a valid one.  Instead, use a change based on Matthew
7480         Woehlke's original patch.
7481
7482         Slight readability improvement: use an assert-like macro
7483         in place of literal "abort ()" uses.
7484         * lib/fts.c (fts_assert): Define.
7485         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7486         Use this macro instead of a bare 'abort'.
7487
7488 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7489
7490         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7491         simply work around them.
7492         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7493         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7494         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7495         declaring.
7496         Don't bother to define as macros, since the standard doesn't require it.
7497         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7498         longer worry about IRIX 5.3.
7499         (HAVE_WCTYPE_CTMP_BUG): Remove.
7500
7501 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7502
7503         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7504         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7505         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7506         Problems reported by Georg Schwarz for IRIX 5.3.
7507
7508         * gnulib-tool (autoconf_minversion): Take the maximum version number
7509         found, not the minimum.  Problem reported by James Youngman.
7510
7511 2007-01-03  Karl Berry  <karl@gnu.org>
7512
7513         * doc/error.texi: new file, explaining interaction with progname.
7514         * doc/gnulib.texi: include it.  Update copyright.
7515
7516 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7517
7518         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7519         AC_CANONICAL_HOST, to improve autobuild outputs.
7520
7521 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7522             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7523
7524         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7525         sockets, server sockets, and other file descriptors.  Count errors
7526         to compute the return value.  Reorder the code a bit to be easier
7527         to follow.  Don't set event bits that were not requested (except
7528         POLLERR and POLLHUP).
7529
7530 2007-01-01  Bruno Haible  <bruno@clisp.org>
7531
7532         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7533
7534 2007-01-03  Jim Meyering  <jim@meyering.net>
7535
7536         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7537
7538 2007-01-02  Bruno Haible  <bruno@clisp.org>
7539
7540         * modules/settime (Include): Require timespec.h.
7541         * modules/nanosleep (Include): Likewise.
7542
7543 2007-01-01  Bruno Haible  <bruno@clisp.org>
7544
7545         * gnulib-tool (func_emit_copyright_notice): Bump year.
7546         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7547
7548 2007-01-01  Bruno Haible  <bruno@clisp.org>
7549
7550         Improve support for OpenBSD.
7551         * build-aux/config.rpath (libname_spec): Export.
7552         (library_names_spec): New variable. Export.
7553         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7554         library_names_spec from the config.rpath output. Locate shared library
7555         through the name pattern in library_names_spec.
7556
7557 2007-01-01  Eric Blake  <ebb9@byu.net>
7558
7559         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7560
7561 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7562
7563         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7564         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7565         assume the C locale, and avoid an "eval" that could cause trouble.
7566         Problem with SORT reported by Bob Proulx.
7567
7568         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7569         Define.  Trivial patch from Henning Nielsen Lund, originally
7570         sent to bug-grep@gnu.org today.
7571
7572 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7573
7574         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7575         struct stat.  Problem reported by Henning Nielsen Lund.
7576         * lib/acl.c: Include acl.h first, to check interface.  Don't
7577         bother to include sys/types.h and sys/stat.h again.
7578
7579 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7580
7581         Import the following change from libc; problem reported by
7582         Sven Verdoolaege.
7583
7584         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7585
7586         [BZ #1373]
7587         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7588
7589 2006-12-28  Jim Meyering  <jim@meyering.net>
7590
7591         * build-aux/announce-gen: Do not assume that the package
7592         builds any of tar.gz, tar.bz2, and .xdelta files.
7593         Suggestion from Simon Josefsson.
7594
7595 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7596
7597         * modules/announce-gen: New file.
7598
7599 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7602         handles its gotchas now.
7603         * lib/mbswidth.c: Likewise.
7604         * lib/wcwidth.h: Likewise.
7605         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7606         and iswcntrl; the wctype module does this stuff now.
7607         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7608         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7609         * modules/mbchar (Depends-on): Add wctype.
7610         * modules/mbswidth (Depends-on): Likewise.
7611         * modules/wcwidth (Depends-on): Likewise.
7612
7613 2006-12-27  Eric Blake  <ebb9@byu.net>
7614
7615         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7616         module uses more than what <wctype.h> is required to provide.
7617
7618 2006-12-26  Eric Blake  <ebb9@byu.net>
7619
7620         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7621
7622 2006-12-26  Eric Blake  <ebb9@byu.net>
7623
7624         * modules/absolute-header: New module.
7625         * modules/fcntl (Depends-on): Depend on it.
7626         * modules/inttypes (Depends-on): Likewise.
7627         * modules/stdint (Depends-on): Likewise.
7628         * modules/sys_stat (Depends-on): Likewise.
7629         * modules/wctype (Depends-on): Likewise.
7630         * MODULES.html.sh (Support for building libraries and
7631         executables): Document it.
7632
7633 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7634
7635         * gnulib-tool (SED): Remove, undoing previous change.
7636         The problem was that it broke coreutils on Solaris, because
7637         "sed --posix" leaked into a makefile.
7638         (sed): New alias, if 'alias' and GNU sed.
7639
7640 2006-12-24  Jim Meyering  <jim@meyering.net>
7641
7642         Work around an fchownat bug in glibc-2.4:
7643         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7644         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7645         in spite of the -P option.
7646         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7647         New macros.
7648         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7649         * modules/openat (Files): Add lib/fchownat.c.
7650         * lib/openat.c (fchownat): Don't define here.  Move to...
7651         * lib/fchownat.c: ...this new file.
7652
7653 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         Fix bug reported by Bruno Haible in
7656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7657         where quotearg.c didn't compile on Mac OS X 10.2 because it
7658         lacks <wchar.h> and wint_t.
7659         * lib/wctype_.h (__wctype_wint_t): New type.
7660         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7661         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7662         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7663         Arg is now of type __wctype_wint_t, not wint_t.
7664         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7665         substitute HAVE_WINT_T.
7666         * modules/wctype (Files): Add m4/wint_t.m4.
7667         (wctype.h): Substitute HAVE_WINT_T.
7668
7669 2006-12-23  Bruno Haible  <bruno@clisp.org>
7670
7671         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7672
7673 2006-12-23  Bruno Haible  <bruno@clisp.org>
7674
7675         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7676         S_ISLNK.
7677         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7678         mingw.
7679
7680 2006-12-22  Bruno Haible  <bruno@clisp.org>
7681
7682         * lib/copy-file.c: Include acl.h.
7683         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7684         Close the file descriptors only after being done with copy_acl.
7685         * modules/copy-file (Depends-on): Add acl.
7686
7687 2006-12-22  Bruno Haible  <bruno@clisp.org>
7688
7689         * gnulib-tool (SED): New variable.
7690         Use $SED instead of sed everywhere.
7691
7692 2006-12-22  Bruno Haible  <bruno@clisp.org>
7693
7694         * modules/no-c++: New file.
7695         * m4/no-c++.m4: New file.
7696         * MODULES.html.sh (Support for building libraries and executables):
7697         Add no-c++.
7698
7699 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7700
7701         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7702         Include <limits.h>, and use its INT_MAX to rewrite the
7703         j loop so that it does not overflow 'int'.  Problem reported by
7704         Ralf Wildenhues in
7705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7706         Play it safe by shifting left by 1 rather than multiplying by 2,
7707         as GCC is less likely to optimize this away when the value
7708         is signed (when it assumes overflow leads to undefined behavior).
7709         Also, don't assume time_t uses two's complement.
7710
7711 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * MODULES.html.sh: New module wctype.
7714         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7715         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7716         <wctype.h>, since the new wctype module should fix this.
7717         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7718         the wctype module should arrange for it.
7719         * lib/regex_internal.h: Likewise.
7720         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7721         since the wctype module should handle this now.
7722         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7723         * modules/fnmatch (Depends-on): Add wctype.
7724         * modules/quotearg (Depends-on): Likewise.
7725         * modules/regex (Depends-on): Likewise.
7726
7727 2006-12-19  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7730         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7731
7732 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7733
7734         * modules/savewd (Depends-on): Fix dependency on fcntl.
7735
7736 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7739         conforms to C99, rather than relying on the user's environment
7740         setting of STDINT_H.
7741
7742 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7743         and Eric Blake  <ebb9@byu.net>
7744
7745         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7746         This is more consistent with the other defines here.
7747         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7748         Port to z/OS.  Problem reported by Paul Gilmartin.
7749         Change local vars to use gl_ prefix rather than ac_.
7750         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7751         with other defines.
7752         * modules/double-slash-root: New module.
7753         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7754         (Depends-on): Add double-slash-root.
7755         * MODULES.html.sh (File system functions): Mention new module.
7756
7757 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7758
7759         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7760         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7761         This is for the benefit of gzip, which doesn't do i18n.
7762
7763 2006-12-12  Jim Meyering  <jim@meyering.net>
7764
7765         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7766         Reported by Andreas Schwab <schwab@suse.de>.
7767
7768 2006-12-12  Bruno Haible  <bruno@clisp.org>
7769
7770         Merge these changes.
7771         2006-09-05  Bruno Haible  <bruno@clisp.org>
7772         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7773         iconv_alloc succeeded.
7774         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7775         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7776         test for " && dest " at the end - dest is always != NULL there. Call
7777         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7778         with 2xNULL arguments, also to flush the state storage. Handle the
7779         IRIX iconv behaviour. Realloc the final result, to throw away unused
7780         memory.
7781
7782 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7783
7784         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7785         and fchmodat unconditionally, since glibc 2.4 has them.
7786         Problem reported by Arkadiusz Miskiewicz.
7787
7788 2006-12-10  Bruno Haible  <bruno@clisp.org>
7789
7790         * gnulib-tool (func_import): Show the include files only for those
7791         modules that are copied and specified.
7792         Reported by Karl Berry.
7793
7794 2006-12-08  Jim Meyering  <jim@meyering.net>
7795
7796         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7797         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7798
7799         * build-aux/announce-gen: Add two new options, both optional:
7800         --bootstrap-tools=TOOL_LIST
7801               a comma-separated list of tools, e.g.,
7802               autoconf,automake,bison,gnulib
7803         --gnulib-snapshot-date=DATE
7804               if gnulib is in the bootstrap tool list,
7805               then report this as the snapshot date.
7806               If not specified, use the current date/time.
7807               If you specify a date here, be sure it's UTC.
7808
7809 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7810
7811         * tests/test-argp-2.sh: Fix test to match actual output.
7812         (func_compare): Fix sed script to be portable.
7813
7814 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7815
7816         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7817         workaround for this case.  It is not autoconfigured now; offhand
7818         it's hard to see how to autoconfigure it.
7819
7820 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7821
7822         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7823         a directory that is about to be chowned.  Such a directory's
7824         initial file permissions should permit the owner only and this
7825         should not be changed until after the chown, since the group and
7826         other bits would be incorrect if they granted permission before
7827         the chown.
7828
7829         Fix porting problem for iswctype reported by Georg Schwarz in:
7830         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7831         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7832         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7833         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7834         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7835
7836 2006-12-03  Jim Meyering  <jim@meyering.net>
7837
7838         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7839         p->fts_statp may not yet be defined.
7840         (fts_read): Instead, set it in the caller, once p->fts_statp is
7841         sure to be defined, and corresponds to a top-level directory.
7842         This bug made du -x fail.  Here's the coreutils test case:
7843         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7844         Reported by Mike Frysinger.
7845
7846 2006-12-01  Jim Meyering  <jim@meyering.net>
7847
7848         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7849         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7850         Reported by Simon Josefsson.
7851
7852 2006-11-30  Jim Meyering  <jim@meyering.net>
7853
7854         * m4/warning.m4: Use the all-permissive copyright notice
7855         recommended by RMS (rather than LGPL).
7856         * m4/vararrays.m4: Likewise.
7857         * m4/flexmember.m4: Likewise.
7858
7859 2006-11-29  Bruno Haible  <bruno@clisp.org>
7860
7861         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7862         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7863         using +=.
7864         Reported by Simon Josefsson <simon@josefsson.org>.
7865
7866 2006-11-28  James Youngman <jay@gnu.org>
7867
7868         * README: Advise users that they might find the bug-gnulib@gnu.org
7869         and autotools-announce@gnu.org mailing lists useful.
7870
7871 2006-11-28  Bruno Haible  <bruno@clisp.org>
7872
7873         * m4/ptrdiff_max.m4: Remove file.
7874
7875 2006-11-21  Bruno Haible  <bruno@clisp.org>
7876
7877         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7878         _AC_COMPUTE_INT.
7879         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7880         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7881         _AC_COMPUTE_INT.
7882         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7883         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7884         _AC_COMPUTE_INT.
7885         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7886
7887 2006-11-28  Jim Meyering  <jim@meyering.net>
7888
7889         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7890         warning from "gcc -Wshadow" about shadowing the builtin.
7891
7892 2006-11-27  Bruno Haible  <bruno@clisp.org>
7893
7894         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7895         _AC_COMPUTE_INT.
7896         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7897
7898 2006-11-27  Bruno Haible  <bruno@clisp.org>
7899             Paul Eggert  <eggert@cs.ucla.edu>
7900
7901         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7902
7903 2006-11-26  Bruno Haible  <bruno@clisp.org>
7904
7905         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7906         noinst_LTLIBRARIES.
7907
7908 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7909             Bruno Haible  <bruno@clisp.org>
7910
7911         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7912         if compiling with "gcc -ansi".
7913
7914 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7915
7916         Fix some incompatibilities with gcc -ansi -pedantic.
7917         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7918         if compiling pedantically with GCC, unless it's C99 or later.
7919         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7920         it mishandles gcc -ansi -pedantic as well.
7921         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7922         if gcc -pedantic.
7923         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7924         initializers for struct if -pedantic, unless it's C99 or later.
7925
7926 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7927
7928         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7929         Don't close an fd more than once. Identical atimes indicate
7930         success, not failure.
7931
7932 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7933
7934         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7935
7936 2006-11-23  Jim Meyering  <jim@meyering.net>
7937
7938         * build-aux/announce-gen: New file.  From coreutils.
7939
7940 2006-11-22  Jim Meyering  <jim@meyering.net>
7941
7942         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7943         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7944         (fts_read): Use a temporary to narrow the overused st_size member
7945         before using it in a switch statement.  Reported by Matthew Woehlke.
7946
7947         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7948         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7949
7950 2006-11-20  Bruno Haible  <bruno@clisp.org>
7951
7952         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7953         changequote instead of pairs of brackets.
7954         Reported by Andreas Schwab <schwab@suse.de>.
7955
7956 2006-11-21  Jim Meyering  <jim@meyering.net>
7957
7958         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7959         so as to remain compatible with older compilers.
7960         Patch from Michael Deutschmann.
7961
7962 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7963
7964         * MODULES.html.sh (File system functions): Add openat.
7965
7966         * lib/openat.h (rpl_fstatat): New macro, if
7967         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7968         (fstatat): Define to rpl_fstatat under the same conditions,
7969         unless COMPILING_FSTATAT.
7970         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7971         seems to have the bug.
7972         * lib/fstatat.c: New file.
7973         * modules/openat (Files): Add it.
7974
7975 2006-11-20  Bruno Haible  <bruno@clisp.org>
7976
7977         * Makefile: New file.
7978
7979 2006-11-20  Jim Meyering  <jim@meyering.net>
7980
7981         The beginnings of syntax-related checks for gnulib.
7982         * lib/Makefile: New file.
7983         * lib/t-idcache: New script.  Ensure that the two halves of
7984         idcache.c stay in sync.
7985
7986         * lib/idcache.c: Adjust comments in user- and group- portions to
7987         be more accurate, and to be consistent with one another.
7988
7989 2006-11-20  Jim Meyering  <jim@meyering.net>
7990
7991         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7992         continue using the flexible array member (thus, this module performs
7993         half as many malloc calls), with the addition that...
7994         (getgroup, getuser): Consistently record a non-match via an empty
7995         "name" string, and map an empty string match to a NULL return value.
7996         * modules/idcache (Depends-on): Re-add flexmember.
7997
7998         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7999         (getuidbyname, getgroup, getgidbyname): Likewise.
8000
8001         Use cleaner syntax: NULL rather than 0.
8002         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8003
8004 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8005
8006         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8007         It mishandled the case where the group was missing.
8008         Problem reported by Greg Schafer.
8009         * modules/idcache: Likewise.
8010
8011 2006-11-18  Jim Meyering  <jim@meyering.net>
8012
8013         * check-module (%exempt_header): Add exception for some
8014         conditionally-included headers.
8015
8016         * modules/i-ring (Depends-on): Add verify.
8017         (License): Change to LGPL.
8018
8019 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8020
8021         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8022         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8023         and inttostr.h.  Use snprintf rather than uinttostr, so that
8024         LGPLed code doesn't depend on GPLed.
8025
8026 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8027
8028         * modules/inline (License): Change from GPL to LGPL.
8029
8030 2006-11-17  Jim Meyering  <jim@meyering.net>
8031
8032         * modules/d-type (License): Switch to LGPL.
8033
8034 2006-11-15  Bruno Haible  <bruno@clisp.org>
8035
8036         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8037
8038 2006-11-15  Eric Blake  <ebb9@byu.net>
8039
8040         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8041         the module dependency.
8042
8043 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8044             Bruno Haible  <bruno@clisp.org>
8045
8046         * gnulib-tool (func_create_testdir): Add license consistency check.
8047
8048 2006-11-15  Eric Blake  <ebb9@byu.net>
8049
8050         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8051         random "(cached)" in configure output.
8052
8053 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8054
8055         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8056         test for conforming inttypes.h is both announced and cached.
8057
8058         * MODULES.html.sh (seen_modules, seen_files): New variables.
8059         (func_module): Rewrite to use a few less gnulib-tool and sed
8060         invocations.  Avoid a couple of quadratic algorithms for ...
8061         (missed_modules, missed_files): ... these, with ...
8062         (func_append, func_tmpdir): ... these new functions, from
8063         gnulib-tool.  Analogously, install traps for cleanup.
8064
8065         * tests/test-gc.c (main): Remove unused variables.
8066         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8067
8068 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8069
8070         * modules/inttostr (License): Change to LGPL.
8071
8072 2006-11-14  Eric Blake  <ebb9@byu.net>
8073
8074         * modules/tempname (License): Change to LGPL.
8075
8076 2006-11-14  Eric Blake  <ebb9@byu.net>
8077
8078         * doc/functions.texi (Function Portability): *printf functions on
8079         Cygwin now understand all POSIX size specifiers.
8080
8081 2006-11-14  Bruno Haible  <bruno@clisp.org>
8082
8083         * modules/c-ctype (License): Change to LGPL.
8084
8085 2006-11-12  Bruno Haible  <bruno@clisp.org>
8086
8087         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8088         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8089         for GNOME libraries, for which the include files are installed in
8090         subdirectories of $prefix/include.
8091
8092 2006-11-12  Bruno Haible  <bruno@clisp.org>
8093
8094         * m4/lib-link.m4: Require at least autoconf-2.54.
8095         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8096         name to underscores for the --with option.
8097
8098 2006-11-13  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8101         the tests directory.
8102         Reported by Ralf Wildenhues.
8103
8104 2006-11-13  Bruno Haible  <bruno@clisp.org>
8105
8106         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8107         (func_emit_initmacro_end): Undo the override here.
8108         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8109         Works around the famous automake error in coreutils.
8110
8111 2006-11-13  Eric Blake  <ebb9@byu.net>
8112
8113         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8114         element, not its node.
8115
8116 2006-11-12  Bruno Haible  <bruno@clisp.org>
8117
8118         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8119         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8120
8121 2006-11-12  Bruno Haible  <bruno@clisp.org>
8122
8123         * gnulib-tool: New option --local-symlink.
8124         (func_usage): Document it.
8125         (lsymbolic): New variable.
8126         (func_import, func_create_testdir): If --symlink was not specified,
8127         test whether --local-symlink was specified and the file comes from
8128         the local_gnulib_dir.
8129
8130 2006-11-12  Bruno Haible  <bruno@clisp.org>
8131
8132         * gnulib-tool (func_ln): New function.
8133         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8134
8135 2006-11-12  Bruno Haible  <bruno@clisp.org>
8136
8137         Finish support for source files in subdirectories.
8138         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8139         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8140         AUTOMAKE_OPTIONS.
8141         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8142
8143 2006-11-12  Bruno Haible  <bruno@clisp.org>
8144
8145         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8146         EXTRA_lib_SOURCES augmentation.
8147         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8148
8149 2006-11-12  Jim Meyering  <jim@meyering.net>
8150
8151         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8152         file descriptors.  This also averts a failure on systems with
8153         native openat support when a traversed directory lacks "x" access.
8154         * lib/fts_.h: Include "i-ring.h"
8155         (struct FTS) [fts_fd_ring]: New member.
8156         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8157         (FCHDIR): Add parentheses.
8158         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8159         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8160         When descending, rather than simply closing the previous
8161         fts_cwd_fd value, push that file descriptor onto the ring.
8162         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8163         (fts_open): Initialize the new fd_ring member.
8164         (fts_close): Clear the ring.
8165         (fts_safe_changedir): When possible, use our new fd_ring to skip
8166         the diropen and fstat and dev/ino comparison that would normally
8167         accompany a virtual `chdir ("..")'.
8168
8169         * modules/fts (Depends-on): Add i-ring.
8170         * modules/i-ring: New module.
8171         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8172         * m4/i-ring.m4: New file.
8173
8174 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8175
8176         * gnulib-tool (func_create_testdir): Fix replacement of
8177         `build-aux' in configure.ac.  Run autotools in gltests
8178         subdirectory.
8179         (func_create_testdir, func_create_megatestdir, test): There is
8180         no need for '--force' in most autotool invocations in a new
8181         tree.  Actually fail the whole test if any of the tools, or the
8182         configure or make stages fail.
8183
8184         Sync from Automake.
8185         * build-aux/gnupload: Revert last change.  Add pointer to upload
8186         instructions of the GNU Maintenance Instructions.
8187         Suggestion by Karl Berry.
8188
8189 2006-11-10  Jim Meyering  <jim@meyering.net>
8190
8191         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8192
8193 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8194
8195         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8196         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8197         (bind_textdomain_codeset) [! ENABLE_NLS]:
8198         Evaluate all the arguments.  That way, callers get compatible behavior
8199         if the arguments have side effects.  Also, it avoids some GCC
8200         diagnostics in some cases; Joel E. Denny reported problems when Bison
8201         was configured with --enable-gcc-warnigs.
8202
8203 2006-11-10  Jim Meyering  <jim@meyering.net>
8204
8205         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8206         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8207         account.
8208
8209 2006-11-10  Jim Meyering  <jim@meyering.net>
8210
8211         * modules/inline: New file/module.
8212         * modules/xalloc (Files): Remove m4/inline.m4.
8213         (Depends-on): Add inline, instead.
8214         * modules/oset: Likewise.
8215         * modules/list: Likewise.
8216
8217 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8218
8219         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8220         Problem reported by Matthew Woehlke.
8221
8222 2006-11-09  Bruno Haible  <bruno@clisp.org>
8223
8224         * lib/tempname.c (gen_tempname): Remove variant that invokes
8225         __gen_tempname.
8226         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8227         __gen_tempname.
8228
8229 2006-11-08  Bruno Haible  <bruno@clisp.org>
8230
8231         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8232         to 'yes' instead of 'cross-compiling'.
8233
8234 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * lib/quotearg.h (quotearg_free): New decl.
8237         * lib/quotearg.c (quotearg_free): New function.
8238         (slot0, nslots, slotvec0, slotvec):
8239         Now file-scope so that quotearg_free can get at them.
8240
8241 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8242
8243         Sync from Automake.
8244         * build-aux/gnupload: Add missing 'gnu' to example URL.
8245         Report by Karl Berry.
8246
8247 2006-11-08  Bruno Haible  <bruno@clisp.org>
8248
8249         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8250         Suggested by Paul Eggert.
8251
8252 2006-11-08  Jim Meyering  <jim@meyering.net>
8253
8254         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8255         It's already included if !_LIBC.
8256         (fts_safe_changedir): Add a comment.
8257
8258 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8259
8260         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8261         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8262         Matthew Woehlke.
8263
8264         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8265         definitions up, to avoid colliding with change below.
8266         (static_inline) [HAVE_INLINE]: New macro.
8267         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8268         Provide extern decls when !HAVE_INLINE.  Do not define unless
8269         static_inline is defined, either by us or by xmalloc.c.  Use
8270         static_inline rather than static inline.
8271         (XCALLOC): Optimize sizeof(T) = 1 case.
8272         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8273
8274 2006-11-07  Bruno Haible  <bruno@clisp.org>
8275
8276         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8277         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8278         AC_C_INLINE.
8279         * modules/xalloc (Files): Add m4/inline.m4.
8280
8281 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8282
8283         * README: Fix typo.
8284         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8285         (Miscellanous Notes): ...from this.
8286
8287 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8288
8289         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8290         Mention that offsetof should be used instead of sizeof.
8291         From Bruno Haible.
8292
8293 2006-11-07  Bruno Haible  <bruno@clisp.org>
8294
8295         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8296
8297 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8298
8299         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8300         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8301         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8302         (gl_tree_add_before, gl_tree_add_after):
8303         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8304         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8305         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8306         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8307         (gl_linked_add_after, gl_linked_add_at): Likewise.
8308         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8309         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8310         (gl_tree_add_before, gl_tree_add_after): Likewise.
8311         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8312         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8313         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8314
8315 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8316
8317         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8318
8319 2006-11-06  Bruno Haible  <bruno@clisp.org>
8320
8321         * m4/inline.m4: New file.
8322         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8323         * modules/list (Files): Add m4/inline.m4.
8324         * modules/oset (Files): Likewise.
8325
8326 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8327
8328         * lib/idcache.c: Include <stddef.h>, for offsetof.
8329         (struct userid.name): Change from char * to a flexible array member.
8330         All uses changed.
8331         * modules/idcache (Depends-on): Add flexmember.
8332
8333         * MODULES.html.sh (Core language properties): New module flexmember.
8334         * modules/flexmember, m4/flexmember.m4: New files.
8335
8336         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8337         inline functions that are identical with the old xnmalloc_inline,
8338         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8339         that we can avoid some unnecessary integer multiplications and
8340         divisions in the common case where the element size is known at
8341         compile time.
8342         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8343         needed.
8344         (xnboundedmalloc): Remove.
8345         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8346         arguments, for consistency with rest of this header.
8347         (xcharalloc): Rewrite using XNMALLOC.
8348         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8349         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8350         versions have been moved to lib/xalloc.h and renamed to be the
8351         non-*_inline versions.
8352         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8353         and xnrealloc functions, since those functions are now inline and
8354         now call us.
8355         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8356         renaming described above.
8357         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8358         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8359         captures the dependency in AC_C_INLINE.
8360
8361         New module canonicalize-lgpl, proposed by Charles Wilson in
8362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8363         with a few small changes afterwards.
8364         * MODULES.html.sh (File system functions): New module
8365         canonicalize-lgpl.
8366         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8367         and canonicalize_file_name.
8368         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8369         * modules/canonicalize-lgpl: New files.
8370
8371 2006-11-05  Bruno Haible  <bruno@clisp.org>
8372
8373         * gnulib-tool (func_import, func_create_testdir): Create directories
8374         also for files in subdirectories of lib/.
8375
8376 2006-11-05  Bruno Haible  <bruno@clisp.org>
8377
8378         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8379         ANSI C compliant.
8380
8381 2006-11-03  Bruno Haible  <bruno@clisp.org>
8382
8383         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8384         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8385         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8386         (xnboundedmalloc): New inline function.
8387         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8388         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8389         xmalloc.
8390         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8391         xmalloc.
8392         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8393         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8394         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8395         xmalloc.
8396         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8397         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8398         xmalloc.
8399         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8400         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8401         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8402         xmalloc.
8403         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8404         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8405         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8406         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8407         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8408         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8409         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8410
8411 2006-11-03  Bruno Haible  <bruno@clisp.org>
8412
8413         * lib/c-ctype.h [C++]: Define functions without name mangling.
8414         * lib/fwriteerror.h [C++]: Likewise.
8415         * lib/gcd.h [C++]: Likewise.
8416         * lib/linebreak.h [C++]: Likewise.
8417
8418 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8421         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8422         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8423         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8424         Check for functions and headers just once.
8425         Check for declaration of canonicalize_file_name.
8426         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8427
8428 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8429
8430         * gnulib-tool (func_import): Fix typo in actioncmd.
8431
8432 2006-11-02  Bruno Haible  <bruno@clisp.org>
8433
8434         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8435         newline sequence in the Makefile.am snippet as a space, like "make"
8436         does.
8437         Reported by Roger Persson <perrog@gmail.com>.
8438
8439 2006-11-01  Bruno Haible  <bruno@clisp.org>
8440
8441         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8442         already declared in <string.h>.
8443         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8444
8445 2006-11-01  Bruno Haible  <bruno@clisp.org>
8446
8447         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8448         * lib/strcase.h: Include <string.h>.
8449         (strcasecmp): Define to rpl_strcasecmp here.
8450
8451 2006-11-01  Bruno Haible  <bruno@clisp.org>
8452
8453         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8454
8455 2006-11-01  Eric Blake  <ebb9@byu.net>
8456
8457         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8458
8459         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8460
8461 2006-10-29  Bruno Haible  <bruno@clisp.org>
8462
8463         Make it compile in C++ mode.
8464         * lib/full-write.c (full_rw): Add a cast.
8465
8466 2006-11-01  Bruno Haible  <bruno@clisp.org>
8467
8468         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8469         be POSIX compliant.
8470         Reported by Roger Persson <perrog@gmail.com>.
8471
8472 2006-11-01  Eric Blake  <ebb9@byu.net>
8473
8474         * lib/getopt_.h: Fix comments.
8475
8476 2006-10-31  Eric Blake  <ebb9@byu.net>
8477
8478         * modules/tmpdir (Depends-on): Add sys_stat.
8479         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8480         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8481         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8482         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8483         tempname.
8484
8485 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8486
8487         Avoid some C++ diagnostics reported by Bruno Haible.
8488         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8489         xmalloc.
8490         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8491         (struct slotvec): Move to top level.
8492         (quotearg_n_options): Rewrite to avoid xmalloc.
8493         * lib/xalloc.h (xcharalloc): New function.
8494         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8495         [defined __cplusplus]: Add function template that provides result
8496         type propagation.  This part of the change is from Bruno Haible.
8497
8498 2006-10-29  Bruno Haible  <bruno@clisp.org>
8499
8500         Make it compile in C++ mode.
8501         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8502         * lib/strnlen1.c (strnlen1): Cast memchr result.
8503         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8504         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8505         (create_temp_dir): Rename local variable 'template'.
8506         (compile_csharp_using_sscli): Add cast.
8507         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8508         * lib/findprog.c (find_in_path): Likewise.
8509         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8510         * lib/wait-process.c (register_slave_subprocess): Likewise.
8511
8512 2006-10-22  Bruno Haible  <bruno@clisp.org>
8513
8514         * modules/tsearch: New file.
8515         * lib/tsearch.h: New file.
8516         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8517         * m4/tsearch.m4: New file.
8518         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8519
8520 2006-10-29  Eric Blake  <ebb9@byu.net>
8521
8522         * lib/arcfour.c: Assume config.h.
8523         * lib/arctwo.c: Likewise.
8524         * lib/base64.c: Likewise.
8525         * lib/check-version.c: Likewise.
8526         * lib/crc.c: Likewise.
8527         * lib/des.c: Likewise.
8528         * lib/gc-gnulib.c: Likewise.
8529         * lib/gc-libgcrypt.c: Likewise.
8530         * lib/gc-pbkdf2-sha1.c: Likewise.
8531         * lib/getaddrinfo.c: Likewise.
8532         * lib/getdelim.c: Likewise.
8533         * lib/getline.c: Likewise.
8534         * lib/hmac-md5.c: Likewise.
8535         * lib/hmac-sha1.c: Likewise.
8536         * lib/iconvme.c: Likewise.
8537         * lib/md2.c: Likewise.
8538         * lib/md4.c: Likewise.
8539         * lib/memxor.c: Likewise.
8540         * lib/read-file.c: Likewise.
8541         * lib/readline.c: Likewise.
8542         * lib/rijndael-alg-fst.c: Likewise.
8543         * lib/rijndael-api-fst.c: Likewise.
8544         * lib/xgetdomainname.c: Likewise.
8545
8546 2006-10-28  Eric Blake  <ebb9@byu.net>
8547
8548         * lib/xstrndup.c: Assume config.h.
8549
8550 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8551
8552         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8553         stat-macros.h is now for our own macros, whereas stat_h is for
8554         macros in the <sys/stat.h> name space.
8555         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8556         (STAT_MACROS_H): Remove.
8557         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8558         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8559         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8560         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8561         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8562         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8563         Move these macros to ...
8564         * lib/stat_.h: here.  Don't include stat-macros.h.
8565         * lib/canonicalize.c: Don't include stat-macros.h.
8566         * lib/chown.c: Likewise.
8567         * lib/euidaccess.c: Likewise.
8568         * lib/file-type.c: Likewise.
8569         * lib/filemode.c: Likewise.
8570         * lib/glob.c: Likewise.
8571         * lib/isapipe.c: Likewise.
8572         * lib/lchown.c: Likewise.
8573         * lib/lstat.c: Likewise.
8574         * lib/mkdir-p.c: Likewise.
8575         * lib/rmdir.c: Likewise.
8576         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8577         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8578         unless mkdir isn't declared, to speed up 'configure'.
8579         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8580         would define all the S_* symbols.
8581         * modules/canonicalize (Depends-on):
8582         Depend on sys_stat, not stat-macros.
8583         * modules/chown: Likewise.
8584         * modules/euidaccess: Likewise.
8585         * modules/filemode: Likewise.
8586         * modules/file-type: Likewise.
8587         * modules/glob: Likewise.
8588         * modules/isapipe: Likewise.
8589         * modules/lchown: Likewise.
8590         * modules/lstat: Likewise.
8591         * modules/mkancesdirs: Likewise.
8592         * modules/rmdir: Likewise.
8593         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8594         * modules/modechange: Likewise.
8595         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8596         (configure.ac): Remove gl_STAT_MACROS.
8597         * modules/sys_stat (Depends-on): Remove stat-macros.
8598
8599 2006-10-27  Bruno Haible  <bruno@clisp.org>
8600
8601         * m4/signed.m4: Remove file.
8602         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8603         invocation.
8604         * modules/vasnprintf (Files): Remove m4/signed.m4.
8605
8606 2006-10-27  Bruno Haible  <bruno@clisp.org>
8607
8608         Update to GNU gettext 0.16.
8609         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8610         m4/inttypes-h.m4, m4/signed.m4.
8611         * m4/gettext.m4: Update to GNU gettext 0.16.
8612         * m4/intl.m4: New file, from GNU gettext.
8613         * m4/intldir.m4: New file, from GNU gettext.
8614         * config/srclist.txt: Update
8615
8616 2006-10-27  Eric Blake  <ebb9@byu.net>
8617
8618         * MODULES.html.sh: Document tempname.
8619         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8620         dependencies.
8621         (Files): Move lib/tempname.c...
8622         * modules/tempname: ...to this new module.
8623         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8624         (gl_PREREQ_TEMPNAME): Move...
8625         * m4/tempname.m4: ...to this new file.
8626         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8627         * modules/sys_stat (Depends-on): Add stat-macros.
8628         * lib/stat_.h (includes): Pick up stat macros.
8629         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8630         if stat macros are broken.
8631         * lib/tempname.c (includes): No need to include "stat-macros.h".
8632         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8633         (direxists, __path_search) [!_LIBC]: Don't compile these in
8634         gnulib; the tmpdir module covers that.
8635         * lib/tempname.h: New file.
8636
8637 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8638
8639         * COPYING: Explain how gnulib-tool converts licence headers.
8640         Almost all wording by Eric Blake.
8641
8642 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * lib/mbchar.h (is_basic_table): Make read-only.
8645         * lib/mbchar.c (is_basic_table): Likewise.
8646         Reported by John Darrington.
8647
8648 2006-10-25  Bruno Haible  <bruno@clisp.org>
8649
8650         * lib/progname.h (set_program_name): Undefine before defining.
8651
8652 2006-10-25  Bruno Haible  <bruno@clisp.org>
8653
8654         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8655         false for non-gcc C++ compilers.
8656         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8657
8658 2006-10-24  Bruno Haible  <bruno@clisp.org>
8659
8660         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8661         iconv implementations like Irix iconv.
8662
8663 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8664
8665         * modules/vararrays: New file.
8666         * m4/vararrays.m4: New file, taken from diffutils.
8667         * MODULES.html.sh: New module vararrays.
8668
8669 2006-10-24  Karl Berry  <karl@gnu.org>
8670
8671         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8672         Don't call GNU Unix.
8673
8674 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8675
8676         * users.txt: Add Libtool.
8677
8678         Sync from Libtool:
8679
8680         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8681
8682         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8683         to gnulib's policy of including config.h unconditionally.
8684
8685 2006-10-24  Bruno Haible  <bruno@clisp.org>
8686
8687         * modules/wcwidth (Files): Add m4/wint_t.m4.
8688         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8689         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8690
8691 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8692
8693         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8694         to pacify GCC with some -W flags enabled.  Problem reported by
8695         Bruno Haible.
8696
8697 2006-10-24  Jim Meyering  <jim@meyering.net>
8698
8699         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8700         Reported by Karl Berry.
8701
8702 2006-10-23  Bruno Haible  <bruno@clisp.org>
8703
8704         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8705
8706 2006-10-24  Bruno Haible  <bruno@clisp.org>
8707
8708         * lib/gl_list.h: Use C comment style, not C++ comment style.
8709
8710 2006-10-23  Eric Blake  <ebb9@byu.net>
8711
8712         * lib/getaddrinfo.c (includes): Add missing include.
8713
8714 2006-10-23  Bruno Haible  <bruno@clisp.org>
8715             Paul Eggert  <eggert@cs.ucla.edu>
8716
8717         Ability to rename obstack_free.
8718         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8719         obstack_free.
8720         (obstack_free): Invoke the __obstack_free macro.
8721         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8722
8723 2006-10-23  Bruno Haible  <bruno@clisp.org>
8724             Paul Eggert  <eggert@cs.ucla.edu>
8725
8726         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8727         __argc, __argv from the declaration. (They are defined as macros on
8728         mingw.)
8729
8730 2006-10-22  Bruno Haible  <bruno@clisp.org>
8731
8732         * doc/gnulib-intro.texi: New file.
8733         * doc/gnulib.texi: Include it.
8734
8735 2006-10-21  Bruno Haible  <bruno@clisp.org>
8736
8737         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8738         "Introduction", "Miscellanous Notes", "Particular Modules".
8739
8740 2006-10-21  Bruno Haible  <bruno@clisp.org>
8741
8742         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8743         Change mostlyclean-local rule to avoid sh syntax error from bash
8744         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8745
8746 2006-10-23  Jim Meyering  <jim@meyering.net>
8747
8748         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8749         in place of snprintf.
8750
8751         * modules/inttostr (Files): Add lib/uinttostr.c.
8752         * lib/uinttostr.c (inttostr): New file/function.
8753         * lib/inttostr.h (uinttostr): Declare.
8754         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8755         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8756         Add uinttostr.
8757         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8758
8759 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8760
8761         * lib/canonicalize.c (ELOOP): Define if not already defined.
8762         Problem reported by Bruno Haible in
8763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8764
8765 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8768         Problem reported by Perry Smith and Ville Laurikari.
8769
8770         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8771         uses.
8772
8773 2006-10-19  Bruno Haible  <bruno@clisp.org>
8774
8775         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8776         for mingw.
8777
8778 2006-10-19  Bruno Haible  <bruno@clisp.org>
8779
8780         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8781         Needed for mingw.
8782
8783 2006-10-19  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8786
8787 2006-10-19  Bruno Haible  <bruno@clisp.org>
8788
8789         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8790         it.
8791
8792 2006-10-19  Bruno Haible  <bruno@clisp.org>
8793
8794         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8795         invocation.
8796
8797 2006-10-19  Bruno Haible  <bruno@clisp.org>
8798
8799         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8800         mountlist by default.
8801
8802 2006-10-16  Bruno Haible  <bruno@clisp.org>
8803
8804         * lib/c-strstr.c: Include c-strstr.h.
8805
8806 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8807
8808         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8809         in a slash.
8810
8811 2006-10-18  Bruno Haible  <bruno@clisp.org>
8812
8813         * lib/lock.h [C++]: Wrap definitions in extern "C".
8814
8815 2006-10-18  Bruno Haible  <bruno@clisp.org>
8816
8817         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8818         gl_LIBOBJS list.
8819
8820 2006-10-18  Bruno Haible  <bruno@clisp.org>
8821
8822         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8823
8824 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * lib/xstrtol.h: Include gettext.h.
8827         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8828         Problem reported by Eric Blake.
8829         * modules/xstrtol (Depends-on): Add gettext-h.
8830
8831 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8832
8833         * lib/strftime.c (advance): New macro.
8834         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8835         incomplete type, so you can't add 0 to it.  Problem and patch
8836         reported by Eelco Dolstra for dietlibc.
8837
8838 2006-10-18  Jim Meyering  <jim@meyering.net>
8839
8840         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8841         type for a local, and rename it: s/up/user_proc/.
8842
8843 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8844
8845         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8846         READ_UTMP_USER_PROCESS.
8847         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8848
8849 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8852         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8853
8854 2006-10-17  Eric Blake  <ebb9@byu.net>
8855
8856         * lib/sigprocmask.c (sigprocmask): Fix typo.
8857
8858         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8859
8860         * modules/clean-temp (Makefile.am): Don't add to make output...
8861         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8862         config.h.
8863
8864 2006-10-17  Bruno Haible  <bruno@clisp.org>
8865
8866         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8867         differently if DEFAULT_TEXT_DOMAIN is set.
8868
8869 2006-10-16  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/clean-temp.c: Include fwriteerror.h.
8872
8873 2006-10-16  Bruno Haible  <bruno@clisp.org>
8874
8875         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8876
8877 2006-10-16  Bruno Haible  <bruno@clisp.org>
8878
8879         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8880         * lib/sigprocmask.h: Include <sys/types.h>.
8881         (sigset_t): Use the system's definition if present.
8882
8883 2006-10-17  Eric Blake  <ebb9@byu.net>
8884
8885         * lib/xvasprintf.c (includes): Assume config.h.
8886         * lib/xasprintf.c (includes): Likewise.
8887
8888 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8889
8890         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8891         at least as wide as intmax_t.
8892
8893 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8894
8895         (Imported from Automake.)
8896         * build-aux/gnupload: Update to version 1.1 of directive file.
8897
8898 2006-10-16  Eric Blake  <ebb9@byu.net>
8899
8900         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8901         match Automake 1.10a.
8902
8903 2006-10-14  Bruno Haible  <bruno@clisp.org>
8904
8905         * modules/sigprocmask: New file.
8906         * lib/sigprocmask.h: New file.
8907         * lib/sigprocmask.c: New file.
8908         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8909         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8910         request sigprocmask.o.
8911         (gl_PREREQ_SIGPROCMASK): New macro.
8912         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8913         (Depends-on): Add sigprocmask.
8914         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8915         gt_SIGNALBLOCKING. Test for 'raise' only once.
8916         * lib/fatal-signal.c: Include sigprocmask.h.
8917         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8918         unblock_fatal_signals): Define always.
8919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8920         sigprocmask.
8921
8922 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         Sync from Automake.
8925         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8926         which incorrectly sets the mode of an existing destination
8927         directory.  In some cases the unpatched install-sh could do the
8928         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8929         system.  We hope this is rare in practice, but it's clearly worth
8930         fixing.  Problem reported by Alex Unleashed in
8931         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8932         Also, don't bother to check for -m bugs unless we're using -m;
8933         suggested by Stepan Kasal.
8934
8935 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8936
8937         Sync from Automake.
8938         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8939         `-c' flag, so they appear at the same position as in %FASTDEP%
8940         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8941         which ignores unknown options only after the first non-option.
8942         Bug report against M4 by Nelson H. F. Beebe.
8943
8944 2006-10-13  Jim Meyering  <jim@meyering.net>
8945
8946         Fix a bug in yesterday's change.
8947         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8948         p->fts_statp->st_dev would be used uninitialized.
8949         Ensures that we always call fts_stat on the very first entry.
8950         Miklos Szeredi reported that find -xdev stopped working.
8951
8952 2006-10-12  Bruno Haible  <bruno@clisp.org>
8953
8954         * gnulib-tool (func_get_automake_snippet): Append an automatically
8955         computed EXTRA_DIST augmentation.
8956         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8957         * modules/alloca-opt (Makefile.am): Likewise.
8958         * modules/allocsa (Makefile.am): Likewise.
8959         * modules/arcfour (Makefile.am): Likewise.
8960         * modules/arctwo (Makefile.am): Likewise.
8961         * modules/argmatch (Makefile.am): Likewise.
8962         * modules/argz (Makefile.am): Likewise.
8963         * modules/atexit (Makefile.am): Likewise.
8964         * modules/backupfile (Makefile.am): Likewise.
8965         * modules/byteswap (Makefile.am): Likewise.
8966         * modules/c-strtod (Makefile.am): Likewise.
8967         * modules/c-strtold (Makefile.am): Likewise.
8968         * modules/calloc (Makefile.am): Likewise.
8969         * modules/canon-host (Makefile.am): Likewise.
8970         * modules/canonicalize (Makefile.am): Likewise.
8971         * modules/chdir-long (Makefile.am): Likewise.
8972         * modules/chdir-safer (Makefile.am): Likewise.
8973         * modules/check-version (Makefile.am): Likewise.
8974         * modules/chown (Makefile.am): Likewise.
8975         * modules/cloexec (Makefile.am): Likewise.
8976         * modules/close-stream (Makefile.am): Likewise.
8977         * modules/closeout (Makefile.am): Likewise.
8978         * modules/crc (Makefile.am): Likewise.
8979         * modules/csharpexec (Makefile.am): Likewise.
8980         * modules/cycle-check (Makefile.am): Likewise.
8981         * modules/des (Makefile.am): Likewise.
8982         * modules/dev-ino (Makefile.am): Likewise.
8983         * modules/dirfd (Makefile.am): Likewise.
8984         * modules/dirname (Makefile.am): Likewise.
8985         * modules/dup2 (Makefile.am): Likewise.
8986         * modules/eealloc (Makefile.am): Likewise.
8987         * modules/error (Makefile.am): Likewise.
8988         * modules/euidaccess (Makefile.am): Likewise.
8989         * modules/exclude (Makefile.am): Likewise.
8990         * modules/exitfail (Makefile.am): Likewise.
8991         * modules/fcntl-safer (Makefile.am): Likewise.
8992         * modules/fcntl (Makefile.am): Likewise.
8993         * modules/file-type (Makefile.am): Likewise.
8994         * modules/fileblocks (Makefile.am): Likewise.
8995         * modules/filemode (Makefile.am): Likewise.
8996         * modules/filenamecat (Makefile.am): Likewise.
8997         * modules/fnmatch (Makefile.am): Likewise.
8998         * modules/fopen-safer (Makefile.am): Likewise.
8999         * modules/fpending (Makefile.am): Likewise.
9000         * modules/fprintftime (Makefile.am): Likewise.
9001         * modules/free (Makefile.am): Likewise.
9002         * modules/fsusage (Makefile.am): Likewise.
9003         * modules/ftruncate (Makefile.am): Likewise.
9004         * modules/fts (Makefile.am): Likewise.
9005         * modules/gc-arcfour (Makefile.am): Likewise.
9006         * modules/gc-des (Makefile.am): Likewise.
9007         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9008         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9009         * modules/gc-md4 (Makefile.am): Likewise.
9010         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9011         * modules/gc-sha1 (Makefile.am): Likewise.
9012         * modules/gc (Makefile.am): Likewise.
9013         * modules/getaddrinfo (Makefile.am): Likewise.
9014         * modules/getcwd (Makefile.am): Likewise.
9015         * modules/getdelim (Makefile.am): Likewise.
9016         * modules/getdomainname (Makefile.am): Likewise.
9017         * modules/getgroups (Makefile.am): Likewise.
9018         * modules/gethostname (Makefile.am): Likewise.
9019         * modules/gethrxtime (Makefile.am): Likewise.
9020         * modules/getline (Makefile.am): Likewise.
9021         * modules/getloadavg (Makefile.am): Likewise.
9022         * modules/getlogin_r (Makefile.am): Likewise.
9023         * modules/getndelim2 (Makefile.am): Likewise.
9024         * modules/getopt (Makefile.am): Likewise.
9025         * modules/getpagesize (Makefile.am): Likewise.
9026         * modules/getpass-gnu (Makefile.am): Likewise.
9027         * modules/getpass (Makefile.am): Likewise.
9028         * modules/getsubopt (Makefile.am): Likewise.
9029         * modules/gettime (Makefile.am): Likewise.
9030         * modules/gettimeofday (Makefile.am): Likewise.
9031         * modules/getugroups (Makefile.am): Likewise.
9032         * modules/getusershell (Makefile.am): Likewise.
9033         * modules/glob (Makefile.am): Likewise.
9034         * modules/group-member (Makefile.am): Likewise.
9035         * modules/hard-locale (Makefile.am): Likewise.
9036         * modules/hash (Makefile.am): Likewise.
9037         * modules/hmac-md5 (Makefile.am): Likewise.
9038         * modules/hmac-sha1 (Makefile.am): Likewise.
9039         * modules/human (Makefile.am): Likewise.
9040         * modules/idcache (Makefile.am): Likewise.
9041         * modules/imaxabs (Makefile.am): Likewise.
9042         * modules/imaxdiv (Makefile.am): Likewise.
9043         * modules/inet_ntop (Makefile.am): Likewise.
9044         * modules/inet_pton (Makefile.am): Likewise.
9045         * modules/intprops (Makefile.am): Likewise.
9046         * modules/inttostr (Makefile.am): Likewise.
9047         * modules/inttypes (Makefile.am): Likewise.
9048         * modules/isapipe (Makefile.am): Likewise.
9049         * modules/javaversion (Makefile.am): Likewise.
9050         * modules/lchmod (Makefile.am): Likewise.
9051         * modules/lchown (Makefile.am): Likewise.
9052         * modules/localcharset (Makefile.am): Likewise.
9053         * modules/long-options (Makefile.am): Likewise.
9054         * modules/lstat (Makefile.am): Likewise.
9055         * modules/malloc (Makefile.am): Likewise.
9056         * modules/mathl (Makefile.am): Likewise.
9057         * modules/mbchar (Makefile.am): Likewise.
9058         * modules/md2 (Makefile.am): Likewise.
9059         * modules/md4 (Makefile.am): Likewise.
9060         * modules/md5 (Makefile.am): Likewise.
9061         * modules/memcasecmp (Makefile.am): Likewise.
9062         * modules/memchr (Makefile.am): Likewise.
9063         * modules/memcmp (Makefile.am): Likewise.
9064         * modules/memcoll (Makefile.am): Likewise.
9065         * modules/memcpy (Makefile.am): Likewise.
9066         * modules/memmem (Makefile.am): Likewise.
9067         * modules/memmove (Makefile.am): Likewise.
9068         * modules/mempcpy (Makefile.am): Likewise.
9069         * modules/memrchr (Makefile.am): Likewise.
9070         * modules/memset (Makefile.am): Likewise.
9071         * modules/memxor (Makefile.am): Likewise.
9072         * modules/mkancesdirs (Makefile.am): Likewise.
9073         * modules/mkdir-p (Makefile.am): Likewise.
9074         * modules/mkdir (Makefile.am): Likewise.
9075         * modules/mkdtemp (Makefile.am): Likewise.
9076         * modules/mkstemp (Makefile.am): Likewise.
9077         * modules/mktime (Makefile.am): Likewise.
9078         * modules/modechange (Makefile.am): Likewise.
9079         * modules/mountlist (Makefile.am): Likewise.
9080         * modules/nanosleep (Makefile.am): Likewise.
9081         * modules/obstack (Makefile.am): Likewise.
9082         * modules/openat (Makefile.am): Likewise.
9083         * modules/pagealign_alloc (Makefile.am): Likewise.
9084         * modules/pathmax (Makefile.am): Likewise.
9085         * modules/physmem (Makefile.am): Likewise.
9086         * modules/poll (Makefile.am): Likewise.
9087         * modules/posixtm (Makefile.am): Likewise.
9088         * modules/posixver (Makefile.am): Likewise.
9089         * modules/putenv (Makefile.am): Likewise.
9090         * modules/quote (Makefile.am): Likewise.
9091         * modules/quotearg (Makefile.am): Likewise.
9092         * modules/raise (Makefile.am): Likewise.
9093         * modules/read-file (Makefile.am): Likewise.
9094         * modules/readline (Makefile.am): Likewise.
9095         * modules/readlink (Makefile.am): Likewise.
9096         * modules/readtokens (Makefile.am): Likewise.
9097         * modules/readutmp (Makefile.am): Likewise.
9098         * modules/realloc (Makefile.am): Likewise.
9099         * modules/regex (Makefile.am): Likewise.
9100         * modules/rename-dest-slash (Makefile.am): Likewise.
9101         * modules/rename (Makefile.am): Likewise.
9102         * modules/rijndael (Makefile.am): Likewise.
9103         * modules/rmdir (Makefile.am): Likewise.
9104         * modules/rpmatch (Makefile.am): Likewise.
9105         * modules/safe-read (Makefile.am): Likewise.
9106         * modules/safe-write (Makefile.am): Likewise.
9107         * modules/same-inode (Makefile.am): Likewise.
9108         * modules/same (Makefile.am): Likewise.
9109         * modules/save-cwd (Makefile.am): Likewise.
9110         * modules/savedir (Makefile.am): Likewise.
9111         * modules/setenv (Makefile.am): Likewise.
9112         * modules/settime (Makefile.am): Likewise.
9113         * modules/sha1 (Makefile.am): Likewise.
9114         * modules/sig2str (Makefile.am): Likewise.
9115         * modules/snprintf (Makefile.am): Likewise.
9116         * modules/stat-macros (Makefile.am): Likewise.
9117         * modules/stat-time (Makefile.am): Likewise.
9118         * modules/stdbool (Makefile.am): Likewise.
9119         * modules/stdint (Makefile.am): Likewise.
9120         * modules/stdlib-safer (Makefile.am): Likewise.
9121         * modules/stpcpy (Makefile.am): Likewise.
9122         * modules/stpncpy (Makefile.am): Likewise.
9123         * modules/strcase (Makefile.am): Likewise.
9124         * modules/strcasestr (Makefile.am): Likewise.
9125         * modules/strchrnul (Makefile.am): Likewise.
9126         * modules/strcspn (Makefile.am): Likewise.
9127         * modules/strdup (Makefile.am): Likewise.
9128         * modules/strerror (Makefile.am): Likewise.
9129         * modules/strftime (Makefile.am): Likewise.
9130         * modules/strndup (Makefile.am): Likewise.
9131         * modules/strnlen (Makefile.am): Likewise.
9132         * modules/strpbrk (Makefile.am): Likewise.
9133         * modules/strsep (Makefile.am): Likewise.
9134         * modules/strstr (Makefile.am): Likewise.
9135         * modules/strtod (Makefile.am): Likewise.
9136         * modules/strtoimax (Makefile.am): Likewise.
9137         * modules/strtok_r (Makefile.am): Likewise.
9138         * modules/strtol (Makefile.am): Likewise.
9139         * modules/strtoll (Makefile.am): Likewise.
9140         * modules/strtoul (Makefile.am): Likewise.
9141         * modules/strtoull (Makefile.am): Likewise.
9142         * modules/strtoumax (Makefile.am): Likewise.
9143         * modules/strverscmp (Makefile.am): Likewise.
9144         * modules/sys_socket (Makefile.am): Likewise.
9145         * modules/sys_stat (Makefile.am): Likewise.
9146         * modules/sysexits (Makefile.am): Likewise.
9147         * modules/time_r (Makefile.am): Likewise.
9148         * modules/timegm (Makefile.am): Likewise.
9149         * modules/timespec (Makefile.am): Likewise.
9150         * modules/tmpfile-safer (Makefile.am): Likewise.
9151         * modules/trim (Makefile.am): Likewise.
9152         * modules/unistd-safer (Makefile.am): Likewise.
9153         * modules/unlinkdir (Makefile.am): Likewise.
9154         * modules/unlocked-io (Makefile.am): Likewise.
9155         * modules/userspec (Makefile.am): Likewise.
9156         * modules/utime (Makefile.am): Likewise.
9157         * modules/utimecmp (Makefile.am): Likewise.
9158         * modules/utimens (Makefile.am): Likewise.
9159         * modules/vasnprintf (Makefile.am): Likewise.
9160         * modules/vasprintf (Makefile.am): Likewise.
9161         * modules/vsnprintf (Makefile.am): Likewise.
9162         * modules/xalloc (Makefile.am): Likewise.
9163         * modules/xgetcwd (Makefile.am): Likewise.
9164         * modules/xnanosleep (Makefile.am): Likewise.
9165         * modules/xreadlink (Makefile.am): Likewise.
9166         * modules/xstrtod (Makefile.am): Likewise.
9167         * modules/xstrtol (Makefile.am): Likewise.
9168         * modules/xstrtold (Makefile.am): Likewise.
9169         * modules/yesno (Makefile.am): Likewise.
9170         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9171
9172 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         * modules/error (Makefile.am): Distribute files through
9175         EXTRA_DIST, not lib_SOURCES.
9176
9177 2006-10-12  Eric Blake  <ebb9@byu.net>
9178
9179         * modules/error (Makefile.am): Distribute files in /lib.
9180         * modules/obstack (Makefile.am): Likewise.
9181
9182 2006-10-12  Bruno Haible  <bruno@clisp.org>
9183
9184         * modules/acl (Makefile.am): Distribute all files in lib/ through
9185         EXTRA_DIST.
9186         * modules/arcfour (Makefile.am): Likewise.
9187         * modules/arctwo (Makefile.am): Likewise.
9188         * modules/argmatch (Makefile.am): Likewise.
9189         * modules/argz (Makefile.am): Likewise.
9190         * modules/atexit (Makefile.am): Likewise.
9191         * modules/backupfile (Makefile.am): Likewise.
9192         * modules/c-strtod (Makefile.am): Likewise.
9193         * modules/c-strtold (Makefile.am): Likewise.
9194         * modules/calloc (Makefile.am): Likewise.
9195         * modules/canon-host (Makefile.am): Likewise.
9196         * modules/canonicalize (Makefile.am): Likewise.
9197         * modules/chdir-long (Makefile.am): Likewise.
9198         * modules/chdir-safer (Makefile.am): Likewise.
9199         * modules/check-version (Makefile.am): Likewise.
9200         * modules/chown (Makefile.am): Likewise.
9201         * modules/cloexec (Makefile.am): Likewise.
9202         * modules/close-stream (Makefile.am): Likewise.
9203         * modules/closeout (Makefile.am): Likewise.
9204         * modules/crc (Makefile.am): Likewise.
9205         * modules/cycle-check (Makefile.am): Likewise.
9206         * modules/des (Makefile.am): Likewise.
9207         * modules/dirfd (Makefile.am): Likewise.
9208         * modules/dirname (Makefile.am): Likewise.
9209         * modules/dup2 (Makefile.am): Likewise.
9210         * modules/euidaccess (Makefile.am): Likewise.
9211         * modules/exclude (Makefile.am): Likewise.
9212         * modules/exitfail (Makefile.am): Likewise.
9213         * modules/fcntl-safer (Makefile.am): Likewise.
9214         * modules/file-type (Makefile.am): Likewise.
9215         * modules/fileblocks (Makefile.am): Likewise.
9216         * modules/filemode (Makefile.am): Likewise.
9217         * modules/filenamecat (Makefile.am): Likewise.
9218         * modules/fnmatch (Makefile.am): Likewise.
9219         * modules/fopen-safer (Makefile.am): Likewise.
9220         * modules/fpending (Makefile.am): Likewise.
9221         * modules/fprintftime (Makefile.am): Likewise.
9222         * modules/free (Makefile.am): Likewise.
9223         * modules/fsusage (Makefile.am): Likewise.
9224         * modules/ftruncate (Makefile.am): Likewise.
9225         * modules/fts (Makefile.am): Likewise.
9226         * modules/gc (Makefile.am): Likewise.
9227         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9228         * modules/getaddrinfo (Makefile.am): Likewise.
9229         * modules/getcwd (Makefile.am): Likewise.
9230         * modules/getdelim (Makefile.am): Likewise.
9231         * modules/getdomainname (Makefile.am): Likewise.
9232         * modules/getgroups (Makefile.am): Likewise.
9233         * modules/gethostname (Makefile.am): Likewise.
9234         * modules/gethrxtime (Makefile.am): Likewise.
9235         * modules/getline (Makefile.am): Likewise.
9236         * modules/getloadavg (Makefile.am): Likewise.
9237         * modules/getlogin_r (Makefile.am): Likewise.
9238         * modules/getopt (Makefile.am): Likewise.
9239         * modules/getpass (Makefile.am): Likewise.
9240         * modules/getpass-gnu (Makefile.am): Likewise.
9241         * modules/getsubopt (Makefile.am): Likewise.
9242         * modules/gettime (Makefile.am): Likewise.
9243         * modules/gettimeofday (Makefile.am): Likewise.
9244         * modules/getugroups (Makefile.am): Likewise.
9245         * modules/getusershell (Makefile.am): Likewise.
9246         * modules/glob (Makefile.am): Likewise.
9247         * modules/group-member (Makefile.am): Likewise.
9248         * modules/hard-locale (Makefile.am): Likewise.
9249         * modules/hash (Makefile.am): Likewise.
9250         * modules/hmac-md5 (Makefile.am): Likewise.
9251         * modules/hmac-sha1 (Makefile.am): Likewise.
9252         * modules/human (Makefile.am): Likewise.
9253         * modules/idcache (Makefile.am): Likewise.
9254         * modules/imaxabs (Makefile.am): Likewise.
9255         * modules/imaxdiv (Makefile.am): Likewise.
9256         * modules/inet_ntop (Makefile.am): Likewise.
9257         * modules/inet_pton (Makefile.am): Likewise.
9258         * modules/inttostr (Makefile.am): Likewise.
9259         * modules/isapipe (Makefile.am): Likewise.
9260         * modules/lchown (Makefile.am): Likewise.
9261         * modules/long-options (Makefile.am): Likewise.
9262         * modules/lstat (Makefile.am): Likewise.
9263         * modules/malloc (Makefile.am): Likewise.
9264         * modules/mathl (Makefile.am): Likewise.
9265         * modules/mbchar (Makefile.am): Likewise.
9266         * modules/md2 (Makefile.am): Likewise.
9267         * modules/md4 (Makefile.am): Likewise.
9268         * modules/md5 (Makefile.am): Likewise.
9269         * modules/memcasecmp (Makefile.am): Likewise.
9270         * modules/memchr (Makefile.am): Likewise.
9271         * modules/memcmp (Makefile.am): Likewise.
9272         * modules/memcoll (Makefile.am): Likewise.
9273         * modules/memcpy (Makefile.am): Likewise.
9274         * modules/memmem (Makefile.am): Likewise.
9275         * modules/memmove (Makefile.am): Likewise.
9276         * modules/mempcpy (Makefile.am): Likewise.
9277         * modules/memrchr (Makefile.am): Likewise.
9278         * modules/memset (Makefile.am): Likewise.
9279         * modules/memxor (Makefile.am): Likewise.
9280         * modules/mkancesdirs (Makefile.am): Likewise.
9281         * modules/mkdir (Makefile.am): Likewise.
9282         * modules/mkdir-p (Makefile.am): Likewise.
9283         * modules/mkdtemp (Makefile.am): Likewise.
9284         * modules/mkstemp (Makefile.am): Likewise.
9285         * modules/mktime (Makefile.am): Likewise.
9286         * modules/modechange (Makefile.am): Likewise.
9287         * modules/mountlist (Makefile.am): Likewise.
9288         * modules/nanosleep (Makefile.am): Likewise.
9289         * modules/openat (Makefile.am): Likewise.
9290         * modules/pagealign_alloc (Makefile.am): Likewise.
9291         * modules/physmem (Makefile.am): Likewise.
9292         * modules/poll (Makefile.am): Likewise.
9293         * modules/posixtm (Makefile.am): Likewise.
9294         * modules/posixver (Makefile.am): Likewise.
9295         * modules/putenv (Makefile.am): Likewise.
9296         * modules/quote (Makefile.am): Likewise.
9297         * modules/quotearg (Makefile.am): Likewise.
9298         * modules/raise (Makefile.am): Likewise.
9299         * modules/read-file (Makefile.am): Likewise.
9300         * modules/readline (Makefile.am): Likewise.
9301         * modules/readlink (Makefile.am): Likewise.
9302         * modules/readtokens (Makefile.am): Likewise.
9303         * modules/readutmp (Makefile.am): Likewise.
9304         * modules/realloc (Makefile.am): Likewise.
9305         * modules/regex (Makefile.am): Likewise.
9306         * modules/rename (Makefile.am): Likewise.
9307         * modules/rename-dest-slash (Makefile.am): Likewise.
9308         * modules/rijndael (Makefile.am): Likewise.
9309         * modules/rmdir (Makefile.am): Likewise.
9310         * modules/rpmatch (Makefile.am): Likewise.
9311         * modules/safe-read (Makefile.am): Likewise.
9312         * modules/safe-write (Makefile.am): Likewise.
9313         * modules/same (Makefile.am): Likewise.
9314         * modules/save-cwd (Makefile.am): Likewise.
9315         * modules/savedir (Makefile.am): Likewise.
9316         * modules/setenv (Makefile.am): Likewise.
9317         * modules/settime (Makefile.am): Likewise.
9318         * modules/sha1 (Makefile.am): Likewise.
9319         * modules/sig2str (Makefile.am): Likewise.
9320         * modules/snprintf (Makefile.am): Likewise.
9321         * modules/stdlib-safer (Makefile.am): Likewise.
9322         * modules/stpcpy (Makefile.am): Likewise.
9323         * modules/stpncpy (Makefile.am): Likewise.
9324         * modules/strcase (Makefile.am): Likewise.
9325         * modules/strcasestr (Makefile.am): Likewise.
9326         * modules/strchrnul (Makefile.am): Likewise.
9327         * modules/strcspn (Makefile.am): Likewise.
9328         * modules/strdup (Makefile.am): Likewise.
9329         * modules/strerror (Makefile.am): Likewise.
9330         * modules/strftime (Makefile.am): Likewise.
9331         * modules/strndup (Makefile.am): Likewise.
9332         * modules/strnlen (Makefile.am): Likewise.
9333         * modules/strpbrk (Makefile.am): Likewise.
9334         * modules/strsep (Makefile.am): Likewise.
9335         * modules/strstr (Makefile.am): Likewise.
9336         * modules/strtod (Makefile.am): Likewise.
9337         * modules/strtoimax (Makefile.am): Likewise.
9338         * modules/strtok_r (Makefile.am): Likewise.
9339         * modules/strtol (Makefile.am): Likewise.
9340         * modules/strtoll (Makefile.am): Likewise.
9341         * modules/strtoul (Makefile.am): Likewise.
9342         * modules/strtoull (Makefile.am): Likewise.
9343         * modules/strtoumax (Makefile.am): Likewise.
9344         * modules/strverscmp (Makefile.am): Likewise.
9345         * modules/time_r (Makefile.am): Likewise.
9346         * modules/timegm (Makefile.am): Likewise.
9347         * modules/tmpfile-safer (Makefile.am): Likewise.
9348         * modules/unistd-safer (Makefile.am): Likewise.
9349         * modules/unlinkdir (Makefile.am): Likewise.
9350         * modules/userspec (Makefile.am): Likewise.
9351         * modules/utime (Makefile.am): Likewise.
9352         * modules/utimecmp (Makefile.am): Likewise.
9353         * modules/utimens (Makefile.am): Likewise.
9354         * modules/vasnprintf (Makefile.am): Likewise.
9355         * modules/vasprintf (Makefile.am): Likewise.
9356         * modules/vsnprintf (Makefile.am): Likewise.
9357         * modules/xalloc (Makefile.am): Likewise.
9358         * modules/xgetcwd (Makefile.am): Likewise.
9359         * modules/xnanosleep (Makefile.am): Likewise.
9360         * modules/xreadlink (Makefile.am): Likewise.
9361         * modules/xstrtod (Makefile.am): Likewise.
9362         * modules/xstrtol (Makefile.am): Likewise.
9363         * modules/xstrtold (Makefile.am): Likewise.
9364         * modules/yesno (Makefile.am): Likewise.
9365
9366 2006-10-12  Jim Meyering  <jim@meyering.net>
9367
9368         * m4/getloadavg.m4: Revert the change below.
9369
9370         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9371         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9372         fail with a symlink, which is what coreutils' ./bootstrap now
9373         creates by default.
9374
9375 2006-10-12  Bruno Haible  <bruno@clisp.org>
9376
9377         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9378         mingw.
9379         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9380         MSVC and mingw explicitly.
9381
9382 2006-10-11  Simon Josefsson  <jas@extundo.com>
9383             Bruno Haible  <bruno@clisp.org>
9384
9385         Add support for multiple gnulib-tool invocations in the scope of a
9386         single configure.ac file.
9387         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9388         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9389         with the same contents as the _LIBADD variable.
9390         (func_emit_initmacro_start, func_emit_initmacro_end,
9391         func_emit_initmacro_done): New functions.
9392         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9393         gl_LIBOBJS and gl_LTLIBOBJS.
9394
9395 2006-10-11  Bruno Haible  <bruno@clisp.org>
9396
9397         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9398         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9399         autoreconf. Instead, invoke autopoint explicitly but move back the
9400         *.m4 files from gnulib.
9401
9402 2006-10-11  Bruno Haible  <bruno@clisp.org>
9403
9404         * gnulib-tool (func_usage): Make module names after --create-testdir
9405         optional.
9406         (func_create_testdir): If no module was specified, use nearly all
9407         modules.
9408
9409 2006-10-12  Jim Meyering  <jim@meyering.net>
9410
9411         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9412         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9413         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9414         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9415         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9416         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9417         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9418         (fts_set_stat_required): New function.
9419         (fts_open): Defer the calls to fts_stat, if possible or requested.
9420         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9421         into fts_stat itself.
9422         (fts_read): Perform any required (deferred) fts_stat call.
9423         (fts_build): Likewise, for the directory we're about to open and read.
9424         In the readdir loop, carefully decide whether each entry will require
9425         an eventual call to fts_stat, using dirent.d_type info if available.
9426         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9427         a command line argument into this function.  Update all callers.
9428         Map a return value of FTS_DOT to FTS_D for a command line argument.
9429         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9430         Thanks to Miklos Szeredi for his tenacity and for the initial
9431         bug report about "find" failing on a FUSE-based file system.
9432
9433         * lib/fts.c (fts_open): Use consistent indentation.
9434
9435 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9436
9437         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9438         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9439         reported by Jim Meyering.  All uses of cache variables renamed
9440         to match Autoconf's.
9441         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9442         the other one.
9443
9444         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9445         Fix misspelling in diagnostic.
9446
9447 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9448
9449         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9450         defined.  Problem reported by Matthew Woehlke.
9451
9452         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9453         Add support for Tandem NonStop R series.
9454         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9455         Use new macro.
9456
9457         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9458         (has_trailing_slash): Omit size arg; all callers changed.
9459         Omit 'inline', since it doesn't help performance and we'd
9460         need to configure it.
9461         Don't count //, ///, etc. as having a trailing slash.
9462         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9463         (rpl_rename_dest_slash): On failure, use rename's errno rather
9464         than (in some cases) an incorrect or junk errno.
9465         Simplify code by removing need to compute length; this does
9466         cause it to make two passes instead of one over the file name,
9467         but it's worth it.
9468
9469         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9470         change, since Autoconf's version may no longer be appropriate now
9471         that we are using CVS Autoconf's version.  Add support for Tandem.
9472
9473 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9474             Bruno Haible  <bruno@clisp.org>
9475
9476         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9477         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9478         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9479         gl_AC_TYPE_LONG_LONG.
9480
9481         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9482         instead of HAVE_LONG_LONG.
9483         * lib/printf-args.c (printf_fetchargs): Likewise.
9484         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9485         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9486         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9487         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9488         gl_AC_TYPE_LONG_LONG.
9489
9490 2006-10-11  Bruno Haible  <bruno@clisp.org>
9491
9492         * m4/longlong.m4: Add comments.
9493         * m4/ulonglong.m4: Likewise.
9494
9495 2006-10-10  Bruno Haible  <bruno@clisp.org>
9496
9497         Make it possible to #define stpcpy, strdup to aliases.
9498         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9499         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9500
9501 2006-10-10  Bruno Haible  <bruno@clisp.org>
9502
9503         Make it possible to #define gcd to an alias.
9504         * lib/gcd.c: Include config.h.
9505
9506 2006-10-10  Bruno Haible  <bruno@clisp.org>
9507
9508         Make it possible to #define c_isascii to an alias.
9509         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9510         defined. Undefine the macros before defining them, to avoid gcc
9511         warnings.
9512         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9513         define NO_C_CTYPE_MACROS early.
9514
9515 2006-10-10  Bruno Haible  <bruno@clisp.org>
9516
9517         Make it possible to #define set_program_name to an alias.
9518         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9519         ENABLE_RELOCATABLE early.
9520
9521 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9522
9523         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9524         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9525         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9526         More generally, don't assume that 64-bit signed int is available
9527         if unsigned int is, and vice versa.
9528         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9529         unsigned symbols, not on their signed counterparts.
9530         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9531         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9532         (UINT64_C, UINTMAX_C):
9533         Likewise.
9534         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9535         unsigned counterparts.
9536         (Have_long_long, Unsigned): New macros.
9537         (Int): Renamed from INT.
9538         (strtoimax): Use the new macros.
9539         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9540         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9541         * modules/inttypes (inttypes.h): Substitute
9542         HAVE_UNSIGNED_LONG_LONG_INT.
9543         * modules/stdint (stdint.h): Likewise.
9544         (Files): Add m4/ulonglong.m4.
9545
9546 2006-10-10  Bruno Haible  <bruno@clisp.org>
9547
9548         Fix a gcc -Wshadow warning.
9549         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9550         to 'bucket'.
9551         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9552         gl_linked_indexof_from_to): Likewise.
9553         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9554         Likewise.
9555         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9556         Likewise.
9557         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9558         Reported by Eric Blake.
9559
9560 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9561
9562         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9563         for NetBSD.  Problem reported by Bruno Haible.
9564
9565 2006-10-09  Jim Meyering  <jim@meyering.net>
9566
9567         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9568         Patch from Bruno Haible.
9569
9570 2006-10-09  Jim Meyering  <jim@meyering.net>
9571
9572         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9573         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9574         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9575
9576 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         Don't include <config.h> twice; this doesn't work in some cases,
9579         e.g., when config.h has "#define intmax_t long long int" and
9580         we include <config.h>, <inttypes.h>, <config.h> in that order.
9581         Problem reported by Matthew Woehlke in:
9582         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9583         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9584         * lib/fts-cycle.c: Don't include config.h.
9585         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9586         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9587         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9588         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9589         inttypes.h.
9590         * lib/xstrtoumax.c: Likewise.
9591         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9592         __strtol and the like, so that this module is more like its siblings.
9593         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9594         Remove; no longer needed now that we assume gnulib inttypes.h.
9595
9596 2006-10-08  Bruno Haible  <bruno@clisp.org>
9597
9598         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9599         option.
9600
9601 2006-10-07  Jim Meyering  <jim@meyering.net>
9602
9603         * modules/inttypes (inttypes.h): Revert what seems to have been
9604         an inadvertent part of today's change: use "|", not "/" in the
9605         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9606
9607 2006-10-07  Bruno Haible  <bruno@clisp.org>
9608
9609         * modules/sublist: New file.
9610
9611 2006-10-07  Bruno Haible  <bruno@clisp.org>
9612
9613         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9614         * modules/argz (argz.h): Likewise.
9615         * modules/arpa_inet (arpa/inet.h): Likewise.
9616         * modules/byteswap (byteswap.h): Likewise.
9617         * modules/configmake (configmake.h): Likewise.
9618         * modules/fcntl (fcntl.h): Likewise.
9619         * modules/fnmatch (fnmatch.h): Likewise.
9620         * modules/getopt (getopt.h): Likewise.
9621         * modules/glob (glob.h): Likewise.
9622         * modules/inttypes (inttypes.h): Likewise.
9623         * modules/netinet_in (netinet/in.h): Likewise.
9624         * modules/poll (poll.h): Likewise.
9625         * modules/stdbool (stdbool.h): Likewise.
9626         * modules/stdint (stdint.h): Likewise.
9627         * modules/sys_select (sys/select.h): Likewise.
9628         * modules/sys_socket (sys/socket.h): Likewise.
9629         * modules/sys_stat (sys/stat.h): Likewise.
9630         * modules/sysexits (sysexits.h): Likewise.
9631         * modules/unistd (unistd.h): Likewise.
9632         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9633         Add a "DO NOT EDIT" comment to the generated file.
9634         (func_import): Likewise for gnulib-comp.m4.
9635
9636 2006-10-07  Bruno Haible  <bruno@clisp.org>
9637
9638         * lib/gl_sublist.h: New file.
9639         * lib/gl_sublist.c: New file.
9640
9641 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9642
9643         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9644         name (relative to the original working directory) and the file
9645         name component (relative to the temporary working directory).  All
9646         callers changed.
9647         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9648         * lib/mkdir-p.c (make_dir_parents): Likewise.
9649         * lib/mkdir-p.h (make_dir_parents): Likewise.
9650
9651 2006-10-06  Eric Blake  <ebb9@byu.net>
9652
9653         Define several macros for use by the clean-temp module.
9654         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9655         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9656         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9657
9658         * lib/clean-temp.h (close_stream_temp): New declaration.
9659         * lib/clean-temp.c (includes): Pull in headers according to what
9660         other modules are in use.
9661         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9662
9663 2006-10-06  Bruno Haible  <bruno@clisp.org>
9664
9665         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9666         instead of fopen, fwriteerror.
9667
9668 2006-10-06  Bruno Haible  <bruno@clisp.org>
9669
9670         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9671         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9672         int.
9673         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9674         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9675         Return an error indicator.
9676         Suggested by Eric Blake.
9677
9678 2006-10-06  Bruno Haible  <bruno@clisp.org>
9679
9680         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9681         Reported by Eric Blake.
9682
9683 2006-10-06  Bruno Haible  <bruno@clisp.org>
9684
9685         * modules/closeout (Description): Mention stderr too.
9686
9687 2006-10-06  Bruno Haible  <bruno@clisp.org>
9688         and Paul Eggert  <eggert@cs.ucla.edu>
9689
9690         * lib/closeout.c (close_stdout): Also close stderr.
9691         * lib/closeout.h: Update comment.
9692
9693 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9694
9695         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9696         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9697         * lib/dirchownmod.c: Include lchown.h.
9698         * lib/lchown.c: Don't include files that lchown.h now includes.
9699         Don't declare chown, since lchown.h now does that.
9700         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9701         (lchown): Define to rpl_chown if lchown is declared but
9702         does not exist.  Declare using a prototype if lchown is not
9703         declared.  Add a copyright notice.
9704         * lib/mkstemp.h: Include <unistd.h>.
9705         * lib/openat.c: Include lchown.h.
9706
9707         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9708         we now test for that separately.
9709         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9710         rather than O_NOFOLLOW, when testing whether it's possible to
9711         avoid a race condition reliably.
9712         * lib/savewd.c (savewd_chdir): Likewise.
9713
9714         Remove macros that are no longer needed now that stdint.h is
9715         reliable.
9716         * lib/fsusage.c (UINTMAX_MAX): Remove.
9717         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9718         * lib/utimecmp.c (SIZE_MAX): Remove.
9719
9720         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9721
9722         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9723         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9724         O_NOATIME works.
9725
9726 2006-10-05  Bruno Haible  <bruno@clisp.org>
9727
9728         * lib/gl_list.h (gl_sortedlist_search_from_to,
9729         gl_sortedlist_indexof_from_to): New declarations.
9730         (gl_list_implementation): New fields sortedlist_search_from_to,
9731         sortedlist_indexof_from_to.
9732         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9733         inline functions.
9734         * lib/gl_list.c (gl_sortedlist_search_from_to,
9735         gl_sortedlist_indexof_from_to): New functions.
9736         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9737         function.
9738         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9739         (gl_array_sortedlist_search_from_to): New function.
9740         (gl_array_list_implementation): Update.
9741         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9742         function.
9743         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9744         (gl_carray_sortedlist_search_from_to): New function.
9745         (gl_carray_list_implementation): Update.
9746         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9747         gl_linked_sortedlist_indexof_from_to): New functions.
9748         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9749         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9750         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9751         gl_tree_sortedlist_indexof_from_to): New functions.
9752         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9753         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9754         Update.
9755         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9756         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9757         Update.
9758
9759 2006-10-05  Bruno Haible  <bruno@clisp.org>
9760
9761         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9762         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9763         (struct gl_list_implementation): Add fields search_from_to,
9764         indexof_from_to. Remove fields search, indexof.
9765         (gl_list_search): Use the search_from_to method.
9766         (gl_list_search_from, gl_list_search_from_to): New functions.
9767         (gl_list_indexof): Use the indexof_from_to method.
9768         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9769         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9770         (gl_list_search_from, gl_list_search_from_to): New functions.
9771         (gl_list_indexof): Use the indexof_from_to method.
9772         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9773         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9774         gl_array_indexof. Add start_index, end_index arguments.
9775         (gl_array_search_from_to): Renamed from gl_array_search. Add
9776         start_index, end_index arguments.
9777         (gl_array_remove, gl_array_list_implementation): Update.
9778         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9779         gl_carray_indexof. Add start_index, end_index arguments.
9780         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9781         start_index, end_index arguments.
9782         (gl_carray_remove, gl_carray_list_implementation): Update.
9783         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9784         gl_linked_search. Add start_index, end_index arguments.
9785         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9786         start_index, end_index arguments.
9787         (gl_linked_remove): Update.
9788         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9789         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9790         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9791         field to 'size_t'.
9792         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9793         gl_tree_search. Add start_index, end_index arguments.
9794         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9795         start_index, end_index arguments.
9796         (gl_tree_remove): Update.
9797         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9798         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9799         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9800         function.
9801         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9802         gl_tree_search. Add start_index, end_index arguments.
9803         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9804         start_index, end_index arguments.
9805         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9806         Update.
9807         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9808
9809 2006-10-05  Bruno Haible  <bruno@clisp.org>
9810
9811         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9812
9813         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9814         fwriteerror_temp): New declarations.
9815         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9816         (descriptors): New variable.
9817         (cleanup): First, close the descriptors.
9818         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9819         fclose_temp, fwriteerror_temp): New functions.
9820
9821 2006-10-04  Jim Meyering  <jim@meyering.net>
9822
9823         * lib/fts.c (fts_open): Tiny comment change.
9824
9825 2006-10-04  Bruno Haible  <bruno@clisp.org>
9826
9827         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9828         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9829         gl_LOCK_BODY.
9830         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9831         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9832         gl_LOCK_EARLY_BODY.
9833         (gl_LOCK): Require gl_LOCK_BODY.
9834
9835 2006-10-04  Bruno Haible  <bruno@clisp.org>
9836
9837         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9838         (gl_oset_search_atleast): New declaration.
9839         (struct gl_oset_implementation): Add field 'search_atleast'.
9840         (gl_oset_search_atleast): New inline function.
9841         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9842         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9843         (gl_array_oset_implementation): Update.
9844         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9845         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9846         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9847
9848 2006-10-04  Bruno Haible  <bruno@clisp.org>
9849
9850         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9851
9852 2006-10-03  Bruno Haible  <bruno@clisp.org>
9853
9854         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9855         from gl_avltreehash_list_implementation.
9856
9857 2006-10-03  Bruno Haible  <bruno@clisp.org>
9858
9859         * lib/gl_oset.c (gl_oset_add): Fix return type.
9860
9861 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9862
9863         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9864
9865 2006-10-02  Eric Blake  <ebb9@byu.net>
9866
9867         * modules/strnlen (Depends-on): Add extensions.
9868
9869 2006-10-02  Eric Blake  <ebb9@byu.net>
9870
9871         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9872         definition in 2.60+.
9873
9874 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9875
9876         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9877         checks.
9878
9879 2006-10-02  Bruno Haible  <bruno@clisp.org>
9880
9881         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9882         to the AUTOMAKE_OPTIONS.
9883         Reported by Jim Meyering.
9884
9885 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9886
9887         Work around bug in Solaris 10 /proc file system:
9888         /proc/self/fd/NNN/.. isn't the parent directory of
9889         the directory whose file descriptor is NNN.  This needs to
9890         be worked around at run time, not compile time, since a
9891         program might be built on Solaris 8, where things work, and
9892         run on Solaris 10.
9893         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9894         to use the following interface instead:
9895         (OPENAT_BUFFER_SIZE): New macro.
9896         (openat_proc_name): New function.
9897         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9898         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9899         Likewise.
9900         * lib/openat-proc.c: New file.
9901         * modules/openat (Files): Add lib/openat-proc.c.
9902         (Depends-on): Add same-inode, stdbool.
9903         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9904
9905 2006-09-29  Bruno Haible  <bruno@clisp.org>
9906
9907         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9908         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9909         argument. Set stdout_closed before testing for ferror, not after.
9910         (fwriteerror, fwriteerror_no_ebadf): New functions.
9911
9912 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9913
9914         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9915
9916 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9917
9918         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9919         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9920
9921 2006-09-28  Jim Meyering  <jim@meyering.net>
9922
9923         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9924         Include <unistd.h>.
9925
9926 2006-09-28  Bruno Haible  <bruno@clisp.org>
9927
9928         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9929         * modules/linkedhash-list (Depends-on): Likewise.
9930         * modules/rbtreehash-list (Depends-on): Likewise.
9931
9932 2006-09-28  Bruno Haible  <bruno@clisp.org>
9933
9934         * lib/strndup.h: Simplify the redefinition of strndup.
9935         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9936         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9937
9938 2006-09-28  Bruno Haible  <bruno@clisp.org>
9939
9940         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9941         * lib/gl_linkedhash_list.c: Likewise.
9942         * lib/gl_rbtreehash_list.c: Likewise.
9943
9944 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9945
9946         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9947         getaddrinfo.
9948
9949         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9950         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9951         it causes <stdio_ext.h> to cause a compile-time error.
9952         Problem reported by Nelson H. F. Beebe.
9953         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9954         of HAVE_DECL___PENDING.
9955
9956         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9957         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9958         declaration.
9959
9960 2006-09-27  Jim Meyering  <jim@meyering.net>
9961
9962         This file could end up with a definition for a function
9963         named __strndup, rather than rpl_strndup on a system with
9964         incomplete weak_alias support.
9965         * lib/strndup.c (strndup): Rename from __strndup.
9966         Remove #defines that used to map __strndup to strndup.
9967         Don't use K&R prototypes.
9968         Remove LIBC-related code, since this file is not sync'd with glibc.
9969         * lib/strndup.h: Revamp, accordingly.
9970         * m4/strndup.m4: Modernize.
9971
9972 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9973
9974         * modules/savewd (Depends-on): Add 'raise'.
9975         * lib/savewd.c: Include <signal.h>, for 'raise'.
9976
9977 2006-09-26  Jim Meyering  <jim@meyering.net>
9978
9979         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9980         when we detect Darwin 8.7.0's acl_get_file bug.
9981         Rearrange to perform the new (below) run-test while $LIBS
9982         contains any acl-related library.  Set USE_ACL at the end.
9983         (gl_ACL_GET_FILE): New function.
9984
9985 2006-09-26  Eric Blake  <ebb9@byu.net>
9986
9987         * lib/verror.c: Include <config.h> unconditionally.
9988
9989 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * modules/clock-time (Maintainer): Add self.
9992         * modules/getlogin_r (Depends-on): Add extensions.
9993
9994 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9995
9996         * modules/clock-time: New module.
9997         * modules/nanosleep (Depends-on): Add clock-time.
9998         * modules/gethrxtime (Depends-on): Likewise.
9999         * modules/gettime (Depends-on): Likewise.
10000         * modules/settime (Depends-on): Likewise.
10001
10002         * modules/fts-lgpl: Depend on openat.
10003         * modules/mkancesdirs: Depend on savewd.
10004         * modules/mkdir-p: Likewise.
10005
10006 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10007
10008         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10009
10010         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10011         `gl_have_arbitrary_file_name_length_limit' to
10012         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10013         actually works between configure runs.
10014
10015 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10016             Bruno Haible  <bruno@clisp.org>
10017
10018         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10019
10020 2006-09-25  Jim Meyering  <jim@meyering.net>
10021
10022         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10023         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10024
10025 2006-09-25  Eric Blake  <ebb9@byu.net>
10026
10027         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10028         exec's in 2006-09-18 patch when shuffling fds.
10029
10030 2006-09-25  Bruno Haible  <bruno@clisp.org>
10031
10032         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10033         Reported by Jim Meyering.
10034
10035 2006-09-24  Jim Meyering  <jim@meyering.net>
10036
10037         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10038         compare a pointer against a literal "0".  That caused failures with
10039         at least HP-UX's hpcc.
10040
10041 2006-09-22  Simon Josefsson  <jas@extundo.com>
10042
10043         * modules/gc-sha1:
10044         * modules/gc-md4:
10045         * modules/gc-hmac-sha1:
10046         * modules/gc-hmac-md5:
10047         * modules/gc-des:
10048         * modules/gc-arcfour: Distribute more files.
10049
10050 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10051
10052         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10053         (gl_linked_iterator_from_to): Initialize struct completely.
10054         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10055         (gl_tree_iterator_from_to): Likewise
10056         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10057         * lib/gl_array_list.c [lint] (gl_array_iterator)
10058         (gl_array_iterator_from_to): Likewise.
10059         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10060         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10061         (gl_carray_iterator_from_to): Likewise.
10062
10063         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10064         * lib/md4.c (md4_process_block): Remove unused variable.
10065         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10066         parentheses for clarity.
10067
10068 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10069
10070         * modules/bison-i18n (Depends-on): Add gettext.
10071
10072 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10073
10074         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10075         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10076         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10077         also add missing comma that caused broken test.
10078         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10079         stdlib.h, for `abort'.
10080         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10081         variables.
10082         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10083         include unistd.h if present, for `rmdir'.
10084         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10085         variables.
10086         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10087         in the process include standard headers for prototypes.
10088         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10089         gets declared on GNU/Linux.
10090         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10091         unistd.h, for `rmdir'.
10092         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10093
10094         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10095         always true.
10096         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10097
10098         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10099
10100 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10101
10102         * gnulib-tool (func_version): Create output all at once.  This
10103         may help avoid triggering unnecessary SIGPIPEs, and at any
10104         rate it doesn't hurt.
10105
10106 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10107             Bruno Haible  <bruno@clisp.org>
10108
10109         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10110         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10111         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10112
10113         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10114         (gl_FUNC_VASPRINTF): Invoke it.
10115
10116 2006-09-22  Bruno Haible  <bruno@clisp.org>
10117
10118         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10119         getloadavg.c as first argument.
10120
10121 2006-09-22  Bruno Haible  <bruno@clisp.org>
10122
10123         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10124         at the beginning of the gl_INIT macro.
10125         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10126         gl_GETLOADAVG.
10127
10128 2006-09-22  Bruno Haible  <bruno@clisp.org>
10129
10130         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10131         module.
10132         Suggested by Ralf Wildenhues.
10133
10134 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         Import this patch from libc:
10137
10138         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10139
10140         * lib/regex_internal.c (re_string_reconstruct): Handle
10141         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10142         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10143         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10144         re_string_context_at.
10145
10146         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10147         now requires it.
10148         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10149         gl_REGEX now does it for us.
10150         (gl_REGEX): Add test taken from
10151         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10152
10153         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10154         Check that large offsets work.  Modernize Autoconf usages.
10155         Prefer "yes" to mean a good thing rather than a bad.
10156         Don't put "#define mkstemp" in config.h, as this might interfere
10157         with standard system headers that "#define mkstemp mkstemp64".
10158
10159         * modules/mkstemp (Depends-on): Add extensions, so that
10160         mkstemp is visible on some platforms.
10161         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10162         (Include): Change to "mkstemp.h" from <stdlib.h>.
10163         (Files): Add mkstemp.h.
10164
10165         * lib/mkstemp.h: New file, since some standard headers
10166         #define mkstemp.
10167         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10168         Include "mkstemp.h".
10169         Make the _LIBC code resemble glibc original more,
10170         e.g., use K&R style.
10171         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10172         (mkstemp): Remove, since mkstemp.h does this for us.
10173         * lib/stdlib--.h: Include mkstemp.h.
10174
10175         Import this patch from libc:
10176
10177         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10178
10179         * lib/tempname.c (__gen_tempname): Change attempts_min
10180         into a macro.  Use preprocessor to decide how to initialize
10181         attempts [Coverity CID 67].
10182
10183 2006-09-20  Bruno Haible  <bruno@clisp.org>
10184
10185         * lib/mkdtemp.c: Import from libc.
10186         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10187                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10188                 attempts_min into a macro.  Use preprocessor to decide how to
10189                 initialize attempts [Coverity CID 67].
10190         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10191                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10192                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10193
10194 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10195
10196         * gnulib-tool (func_exit): New function, to allow to pass the
10197         exit status portably through the trap.  Use everywhere.
10198         (--help, --version): Signal a write error.
10199         (trap): catch SIGPIPE, for write errors.
10200         Exit at the end of the trap, with the correct exit status.
10201
10202 2006-09-19  Karl Berry  <karl@gnu.org>
10203
10204         * doc/gnulib.texi: note about the license texinfo files.
10205
10206 2006-09-19  Eric Blake  <ebb9@byu.net>
10207
10208         * gnulib-tool: Avoid space-tab.
10209
10210 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10213         that prevented coreutils 6.1 from building.  Problem reported
10214         by Petter Reinholdtsen.
10215
10216 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10217
10218         * gnulib-tool (avoidlist): Fix typo that broke options like
10219         --avoid=lock that are used by coreutils bootstrap.
10220
10221 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10222
10223         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10224         more systematically.
10225
10226 2006-09-18  Jim Meyering  <jim@meyering.net>
10227
10228         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10229
10230 2006-09-18  Bruno Haible  <bruno@clisp.org>
10231
10232         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10233
10234 2006-09-18  Bruno Haible  <bruno@clisp.org>
10235
10236         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10237         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10238         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10239         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10240         * m4/gettext.m4: Require autoconf >= 2.52.
10241         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10242         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10243         of gl_cv_header_inttypes_h.
10244
10245 2006-09-18  Bruno Haible  <bruno@clisp.org>
10246
10247         * lib/javaversion.c: Include configmake.h.
10248
10249 2006-09-18  Bruno Haible  <bruno@clisp.org>
10250
10251         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10252         avoid that the while loops be executed in a subshell.
10253
10254 2006-09-18  Bruno Haible  <bruno@clisp.org>
10255
10256         * MODULES.html.sh (func_module): Break long lines.
10257         Suggested by Bruce Korb <bkorb@gnu.org>.
10258
10259 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10260
10261         Speed up by a factor of 1.12.
10262         * gnulib-tool (nl): New variable.
10263         (func_import): Rewrite include directive extraction to only read each
10264         directive once.
10265
10266 2006-09-17  Bruno Haible  <bruno@clisp.org>
10267
10268         * modules/javaversion (Makefile.am): Remove DEFS setting.
10269         (Depends-on): Add configmake, for PKGDATADIR definition.
10270
10271 2006-09-17  Bruno Haible  <bruno@clisp.org>
10272
10273         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10274
10275 2006-09-17  Bruno Haible  <bruno@clisp.org>
10276
10277         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10278         (func_modules_transitive_closure, func_modules_add_dummy,
10279         func_modules_to_filelist, func_import, func_create_testdir,
10280         func_create_megatestdir, ...): Use it wherever possible.
10281         Suggested by Ralf Wildenhues.
10282
10283 2006-09-16  Karl Berry  <karl@gnu.org>
10284
10285         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10286         to avoid sectioning errors.
10287         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10288         [ifinfo]: blank line after @center-ed titles.
10289         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10290         Spell FSF address consistently with others.
10291         (These changes approved by rms.)
10292
10293 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10294
10295         Speed up by a factor of 1.61.
10296         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10297         already checked module names again.
10298
10299 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10300
10301         Speed up by a factor of 1.13.
10302         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10303         for new_files, and the input to func_add_or_update.
10304
10305 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10306
10307         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10308         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10309
10310 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * modules/mkancesdirs (Depends-on): Add fcntl.
10313         * modules/savewd: New file.
10314         * MODULES.html.sh (File system functions): Add savewd.
10315
10316         * modules/configmake (Makefile.am): Add support for the
10317         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10318
10319 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10320
10321         * m4/savewd.m4: New file.
10322
10323 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10326         (dirchownmod): New arg FD.  All callers changed.
10327         Use FD rather than opening the directory ourself, as opening is
10328         now the caller's responsibility.
10329         * lib/dirchownmod.h: Likewise.
10330         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10331         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10332         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10333         (test_dir): Remove.
10334         (mkancesdirs): Return length of prefix of FILE that has already
10335         been made, or -2 if there is a child doing the work.  Redo
10336         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10337         ".", and treat ".." specially since it might stray back into
10338         already-created areas.  Use a subprocess if necessary.  New arg
10339         WD; all users changed.  MAKE_DIR function should now return 1
10340         if it creates a directory that is not readable.  Return -2 if
10341         a child process is spun off.
10342         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10343         Adjust signature to match code.
10344         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10345         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10346         all users changed.
10347         * lib/savewd.c, lib/savewd.h: New files.
10348
10349 2006-09-15  Jim Meyering  <jim@meyering.net>
10350
10351         * modules/rename-dest-slash: New module.
10352         * MODULES.html.sh (posix_compat): Add it here.
10353
10354         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10355
10356 2006-09-15  Jim Meyering  <jim@meyering.net>
10357
10358         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10359         file.
10360
10361         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10362
10363 2006-09-15  Jim Meyering  <jim@meyering.net>
10364
10365         * lib/rename-dest-slash.c (has_trailing_slash): Use
10366         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10367         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10368         test before testing whether SRC is a directory.
10369         Suggestions from Bruno Haible.
10370
10371         Avoid a warning about an unused variable.
10372         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10373         into the #ifdef block where it's used.
10374
10375         * lib/rename-dest-slash.c: New file.
10376
10377 2006-09-14  Bruno Haible  <bruno@clisp.org>
10378
10379         * lib/allocsa.c: Include <config.h> unconditionally.
10380         * lib/asnprintf.c: Likewise.
10381         * lib/asprintf.c: Likewise.
10382         * lib/c-strcasecmp.c: Likewise.
10383         * lib/c-strcasestr.c: Likewise.
10384         * lib/c-strncasecmp.c: Likewise.
10385         * lib/c-strstr.c: Likewise.
10386         * lib/classpath.c: Likewise.
10387         * lib/clean-temp.c: Likewise.
10388         * lib/concatpath.c: Likewise.
10389         * lib/copy-file.c: Likewise.
10390         * lib/csharpcomp.c: Likewise.
10391         * lib/csharpexec.c: Likewise.
10392         * lib/execute.c: Likewise.
10393         * lib/fatal-signal.c: Likewise.
10394         * lib/findprog.c: Likewise.
10395         * lib/fwriteerror.c: Likewise.
10396         * lib/gl_array_list.c: Likewise.
10397         * lib/gl_array_oset.c: Likewise.
10398         * lib/gl_avltree_list.c: Likewise.
10399         * lib/gl_avltree_oset.c: Likewise.
10400         * lib/gl_avltreehash_list.c: Likewise.
10401         * lib/gl_carray_list.c: Likewise.
10402         * lib/gl_linked_list.c: Likewise.
10403         * lib/gl_linkedhash_list.c: Likewise.
10404         * lib/gl_list.c: Likewise.
10405         * lib/gl_oset.c: Likewise.
10406         * lib/gl_rbtree_list.c: Likewise.
10407         * lib/gl_rbtree_oset.c: Likewise.
10408         * lib/gl_rbtreehash_list.c: Likewise.
10409         * lib/imaxabs.c: Likewise.
10410         * lib/imaxdiv.c: Likewise.
10411         * lib/javacomp.c: Likewise.
10412         * lib/javaexec.c: Likewise.
10413         * lib/javaversion.c: Likewise.
10414         * lib/linebreak.c: Likewise.
10415         * lib/localcharset.c: Likewise.
10416         * lib/lock.c: Likewise.
10417         * lib/mbchar.c: Likewise.
10418         * lib/mbswidth.c: Likewise.
10419         * lib/mkdtemp.c: Likewise.
10420         * lib/pipe.c: Likewise.
10421         * lib/printf-args.c: Likewise.
10422         * lib/printf-parse.c: Likewise.
10423         * lib/progname.c: Likewise.
10424         * lib/progreloc.c: Likewise.
10425         * lib/readlink.c: Likewise.
10426         * lib/sh-quote.c: Likewise.
10427         * lib/stpcpy.c: Likewise.
10428         * lib/stpncpy.c: Likewise.
10429         * lib/strcasecmp.c: Likewise.
10430         * lib/strcasestr.c: Likewise.
10431         * lib/strcspn.c: Likewise.
10432         * lib/striconv.c: Likewise.
10433         * lib/strncasecmp.c: Likewise.
10434         * lib/strnlen1.c: Likewise.
10435         * lib/strstr.c: Likewise.
10436         * lib/strtok_r.c: Likewise.
10437         * lib/tls.c: Likewise.
10438         * lib/tmpdir.c: Likewise.
10439         * lib/unicodeio.c: Likewise.
10440         * lib/unsetenv.c: Likewise.
10441         * lib/vasnprintf.c: Likewise.
10442         * lib/vasprintf.c: Likewise.
10443         * lib/wait-process.c: Likewise.
10444         * lib/xallocsa.c: Likewise.
10445         * lib/xsetenv.c: Likewise.
10446         * lib/xstriconv.c: Likewise.
10447
10448 2006-09-13  Simon Josefsson  <jas@extundo.com>
10449
10450         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10451         that internally, suggested by Ralf Wildenhues
10452         <Ralf.Wildenhues@gmx.de>.
10453
10454 2006-09-13  Simon Josefsson  <jas@extundo.com>
10455
10456         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10457         @LIBOBJS@.
10458         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10459
10460 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10463         longer worry about uses that don't define HAVE_CONFIG_H.
10464         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10465         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10466         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10467         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10468         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10469         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10470         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10471         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10472         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10473         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10474         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10475         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10476         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10477         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10478         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10479         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10480         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10481         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10482         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10483         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10484         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10485         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10486         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10487         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10488         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10489         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10490         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10491         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10492         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10493         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10494         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10495         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10496         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10497         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10498         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10499         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10500         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10501         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10502         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10503         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10504         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10505         Likewise.
10506
10507 2006-09-13  Eric Blake  <ebb9@byu.net>
10508
10509         * lib/getopt.c: Fix typo in last commit.
10510
10511 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10512
10513         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10514         dgettext.
10515
10516 2006-09-12  Jim Meyering  <jim@meyering.net>
10517
10518         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10519         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10520         Reported by Nelson H. F. Beebe.
10521
10522 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10523
10524         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10525         program_invocation_name and program_invocation_short_name are
10526         initialized.
10527         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10528         and program_invocation_short_name to argp.h, so they are visible
10529         to user programs.
10530         * lib/argp.h: Likewise
10531
10532 2006-09-10  Bruno Haible  <bruno@clisp.org>
10533
10534         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10535         m4/inttypes_h.m4, m4/uintmax_t.m4.
10536
10537 2006-09-10  Bruno Haible  <bruno@clisp.org>
10538
10539         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10540         gl_AC_TYPE_UINTMAX_T.
10541
10542 2006-09-10  Bruno Haible  <bruno@clisp.org>
10543
10544         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10545
10546 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10547
10548         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10549         convention.  Text proposed by Bruno Haible.
10550         (struct argp_option): Document the use of N_() wrappers.
10551
10552         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10553         '\v', and translate the two parts separately, instead of feeding
10554         the whole string to gettext.  This allows to exclude
10555         '\v' from the strings visible to the translator by writing doc
10556         strings as N_("..") "\v" N_("..").
10557
10558 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10559
10560         * config/srclist.txt: Undo latest change; the bug was fixed.
10561
10562 2006-09-09  Bruno Haible  <bruno@clisp.org>
10563
10564         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10565         assignments if building a library without libtool.
10566         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10567         in func_emit_lib_Makefile_am.
10568         (func_import): When building a static library libfoo.a, arrange to
10569         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10570         (func_create_testdir): Likewise.
10571         * modules/gc (configure.ac, Makefile.am): If building statically,
10572         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10573         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10574         * modules/striconv (configure.ac, Makefile.am): Likewise.
10575         Based on a suggestion by Ralf Wildenhues.
10576
10577 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10580         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10581         Also:
10582
10583         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10584         Add year_2050_test to catch glibc bug 2821
10585         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10586
10587         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10588         Prefer #ifdef to #if.
10589
10590         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10591         Return from 'main' instead of calling 'exit'.
10592
10593 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10594
10595         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10596         returned the maximum time_t value rather than (time_t) -1.
10597         Problem originally reported by William Bardwell
10598         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10599
10600         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10601         Moved to here ...
10602         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10603         ... from here.
10604
10605 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10606
10607         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10608         2821 is fixed.
10609
10610 2006-09-08  Jim Meyering  <jim@meyering.net>
10611
10612         Don't make generated files read-only.  That would bother too many
10613         people.  However, do retain the ability to work when targets are
10614         read-only: remove the destination and temporary files before writing
10615         them (when generated via sed or echo), or by using the -f option for
10616         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10617         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10618         * modules/byteswap, modules/configmake, modules/fcntl:
10619         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10620         * modules/localcharset, modules/netinet_in, modules/poll:
10621         * modules/stdbool, modules/stdint, modules/sys_select:
10622         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10623
10624 2006-09-08  Jim Meyering  <jim@meyering.net>
10625
10626         Avoid new build failure on FreeBSD 6.0.
10627         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10628         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10629         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10630
10631 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10632
10633         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10634
10635 2006-09-07  Jim Meyering  <jim@meyering.net>
10636
10637         Fix global typo in last change: use chmod u-w, not chmod u-x.
10638         Spotted by Paul Eggert and Bruce Korb.
10639         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10640         * modules/byteswap, modules/configmake, modules/fcntl:
10641         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10642         * modules/localcharset, modules/netinet_in, modules/poll:
10643         * modules/stdbool, modules/stdint, modules/sys_select:
10644         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10645
10646 2006-09-06  Jim Meyering  <jim@meyering.net>
10647
10648         Make generated files be read-only.
10649         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10650         Ensure that each generated file is now read-only.
10651         * modules/argz: Likewise.
10652         * modules/arpa_inet: Likewise.
10653         * modules/byteswap: Likewise.
10654         * modules/configmake: Likewise.
10655         * modules/fcntl: Likewise.
10656         * modules/fnmatch: Likewise.
10657         * modules/getopt: Likewise.
10658         * modules/glob: Likewise.
10659         * modules/inttypes: Likewise.
10660         * modules/netinet_in: Likewise.
10661         * modules/poll: Likewise.
10662         * modules/stdbool: Likewise.
10663         * modules/stdint: Likewise.
10664         * modules/sys_select: Likewise.
10665         * modules/sys_socket: Likewise.
10666         * modules/sys_stat: Likewise.
10667         * modules/sysexits: Likewise.
10668         * modules/localcharset: Same as above, but continue using temporary
10669         file named "t-$@" (why different?) rather than the "$@-t" used
10670         everywhere else.
10671
10672         * modules/sysexits (Makefile.am): Replace literal occurrences
10673         of "sysexit.h" more readable, and more consistent, "$@".
10674
10675 2006-09-06  Bruno Haible  <bruno@clisp.org>
10676
10677         * modules/striconv: New file.
10678         * modules/xstriconv: New file.
10679         * MODULES.html.sh (Internationalization functions): Add striconv,
10680         xstriconv.
10681
10682 2006-09-06  Bruno Haible  <bruno@clisp.org>
10683
10684         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10685         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10686         not using libtool correctly.
10687
10688 2006-09-06  Bruno Haible  <bruno@clisp.org>
10689
10690         * lib/striconv.h: New file.
10691         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10692         iconvstring.c.
10693         * lib/xstriconv.h: New file.
10694         * lib/xstriconv.c: New file.
10695
10696 2006-09-06  Bruno Haible  <bruno@clisp.org>
10697
10698         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10699         lib_..._LDFLAGS.
10700
10701 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10702
10703         * lib/argz_.h: Sync from Libtool.
10704
10705         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10706                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10707
10708         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10709
10710 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10711
10712         * modules/trim: New file.
10713
10714 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10715
10716         * lib/trim.h: New file.
10717         * lib/trim.c: New file.
10718
10719 2006-09-05  Bruno Haible  <bruno@clisp.org>
10720
10721         * MODULES.html.sh (String handling): Add trim.
10722
10723 2006-09-04  Karl Berry  <karl@gnu.org>
10724
10725         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10726         until next release.
10727
10728 2006-09-03  Bruno Haible  <bruno@clisp.org>
10729
10730         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10731         correctly.
10732
10733 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10734
10735         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10736         not gl_GETLOADAVG.  Omit unneeded semicolons.
10737         Problems reported by Ralf Wildenhues in
10738         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10739         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10740         at the end, which is the usual gnulib style.
10741
10742         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10743         of doing all the work ourselves.
10744         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10745         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10746
10747 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10748
10749         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10750         Problem reported by Ralf Wildenhues in
10751         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10752
10753         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10754         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10755
10756 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10759         yesterday's patch by changing test -n to test -z.
10760
10761 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10764         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10765         the former is now obsolescent.
10766
10767         * modules/chdir-long (Depends-on): Add fcntl.
10768
10769 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10770
10771         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10772         obsolescent, and programs should use gnulib instead.
10773         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10774         but with prefixes changed.
10775
10776 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10777
10778         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10779         or stdbool.h, because they might not exist while configuring.
10780
10781         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10782         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10783         does that for us.
10784         (O_DIRECTORY): Remove.
10785
10786 2006-08-31  Eric Blake  <ebb9@byu.net>
10787
10788         * gnulib-tool: Don't let emacs change spaces to TAB.
10789
10790 2006-08-31  Bruno Haible  <bruno@clisp.org>
10791
10792         * gnulib-tool: When calling func_import more than once, do it in a
10793         subshell.
10794         Reported by Eric Blake <ebb9@byu.net>.
10795
10796 2006-08-31  Bruno Haible  <bruno@clisp.org>
10797
10798         * gnulib-tool (nl): Remove variable.
10799         (sed_transform_lib_file): Use more robust test for config-h module.
10800         (func_import): Fix typo in 2006-08-25 patch.
10801
10802 2006-08-31  Bruno Haible  <bruno@clisp.org>
10803
10804         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10805         specified, augment Makefile.am variables instead of assigning them.
10806
10807 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         Work around a bug in both the Linux and SunOS 64-bit kernels:
10810         nanosleep mishandles sleeps for longer than 2**31 seconds.
10811         Problem reported by Frank v Waveren in
10812         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10813         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10814         Check for nanosleep bug.
10815         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10816
10817 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         Work around a bug in both the Linux and SunOS 64-bit kernels:
10820         nanosleep mishandles sleeps for longer than 2**31 seconds.
10821         Problem reported by Frank v Waveren in
10822         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10823         * lib/nanosleep.c (BILLION): New constant.
10824         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10825         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10826         implementation.
10827
10828 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10829
10830         * modules/nanosleep (Depends-on): Add gettime.
10831
10832 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10833         and Simon Josefsson  <jas@extundo.com>
10834         and Oskar Liljeblad  <oskar@osk.mine.nu>
10835
10836         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10837         * gnulib-tool (func_import): New license type 'unmodifiable license
10838         text'.
10839         * modules/fdl: Use it.  Longer description.
10840         * module/gpl, module/lgpl: New files.
10841
10842 2006-08-30  Jim Meyering  <jim@meyering.net>
10843
10844         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10845         shadowing the parameter.
10846
10847 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10848
10849         Sync from Libtool:
10850
10851         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10852
10853         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10854         sharing with gnulib.  Report by Eric Blake.
10855
10856 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10857
10858         * modules/isapipe: New file.
10859         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10860
10861 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * modules/configmake (Makefile.am): Add a comment, and omit
10864         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10865         by Bruno Haible.
10866
10867 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * m4/isapipe.m4: New file.
10870
10871 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10872
10873         * lib/isapipe.c, lib/isapipe.h: New files.
10874
10875 2006-08-29  Jim Meyering  <jim@meyering.net>
10876
10877         * modules/configmake (Makefile.am): Make configmake.h depend on
10878         Makefile.  Otherwise, a stale configmake.h could hang around.
10879
10880 2006-08-29  Eric Blake  <ebb9@byu.net>
10881
10882         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10883         resolution of upstream bug 3044.
10884
10885 2006-08-29  Bruno Haible  <bruno@clisp.org>
10886
10887         * modules/localcharset (Depends-on): Add configmake.
10888         (Makefile.am): Remove setting of LIBDIR through DEFS.
10889
10890 2006-08-29  Bruno Haible  <bruno@clisp.org>
10891
10892         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10893         defined.
10894
10895 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10896
10897         * modules/fcntl: New file.
10898         * modules/chdir-safer (Depends-on): Add fcntl.
10899         * modules/fts: Likewise.
10900         * modules/mkdir-p: Likewise.
10901
10902         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10903         This undoes the most recent change, since we're now addressing the
10904         problem in a different way.
10905
10906         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10907         into output, since the output might be called Makefile.am even
10908         if $makefile_name is something different.
10909         (func_import): Use $makefile_am rather than
10910         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10911         empty.
10912
10913         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10914
10915 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10916
10917         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10918         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10919         recent change to stdint.m4, since we're now addressing the problem in a
10920         different way.
10921
10922 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10923
10924         * m4/fcntl_h.m4: New file.
10925
10926 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10927
10928         * lib/fcntl_.h: New file.
10929         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10930         the fcntl module.
10931         * lib/dirchownmod.c: Likewise.
10932         * lib/fts.c: Likewise.
10933
10934         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10935         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10936         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10937         just before including <inttypes.h>, to avoid circular inclusion.
10938
10939 2006-08-28  Jim Meyering  <jim@meyering.net>
10940
10941         * doc/visibility.texi: Actually read and correct the grammar of the
10942         sentence affected by yesterday's change.
10943
10944 2006-08-28  Eric Blake  <ebb9@byu.net>
10945
10946         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10947         needs wrapper.
10948
10949 2006-08-28  Eric Blake  <ebb9@byu.net>
10950
10951         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10952
10953 2006-08-28  Eric Blake  <ebb9@byu.net>
10954
10955         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10956
10957 2006-08-28  Bruno Haible  <bruno@clisp.org>
10958
10959         * modules/c-strstr: New file, from GNU gettext.
10960         * MODULES.html.sh (String handling): Add c-strstr.
10961
10962 2006-08-28  Bruno Haible  <bruno@clisp.org>
10963
10964         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10965         macros.
10966         Reported by Eric Blake.
10967
10968 2006-08-28  Bruno Haible  <bruno@clisp.org>
10969
10970         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10971         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10972         * lib/vasprintf.c: Include errno.h, limits.h.
10973         (EOVERFLOW): New fallback definition.
10974         (vasprintf): Test here whether the string length is > INT_MAX.
10975         * lib/vsnprintf.c: Include errno.h, limits.h.
10976         (EOVERFLOW): New fallback definition.
10977         (vsnprintf): Fix bug when generated string was too long for the buffer.
10978         Test here whether the string length is > INT_MAX.
10979
10980 2006-08-28  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/inttypes_.h (SCNX*): Remove definitions.
10983         Reported by Eric Blake.
10984
10985 2006-08-28  Bruno Haible  <bruno@clisp.org>
10986
10987         * lib/c-strstr.h: New file, from GNU gettext.
10988         * lib/c-strstr.c: New file, from GNU gettext.
10989
10990 2006-08-28  Bruno Haible  <bruno@clisp.org>
10991
10992         * gnulib-tool: Reorder some statements.
10993
10994 2006-08-28  Bruno Haible  <bruno@clisp.org>
10995
10996         * gnulib-tool: New option --makefile-name.
10997         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10998         $makefile_name.
10999         (func_import): Write $makefile_name to the cache file, and read it from
11000         there unless explicitly specified. Use $makefile_name as file name
11001         instead of Makefile.am. Adjust the recommendations accordingly.
11002
11003 2006-08-28  Bruno Haible  <bruno@clisp.org>
11004
11005         * gnulib-tool (func_verify_module): Check against misapplying patch.
11006
11007 2006-08-28  Bruno Haible  <bruno@clisp.org>
11008
11009         * gnulib-tool (func_relativize, func_relconcat): New functions.
11010         Give an error if --local-dir is given with --update.
11011         Remove trailing slashes from $local_gnulib_dir.
11012         (func_import): Store the relativized $local_gnulib_dir in
11013         gnulib-cache.m4, and read it from there if not specified explicitly.
11014
11015 2006-08-28  Bruno Haible  <bruno@clisp.org>
11016
11017         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11018         is the current directory. Respect also $local_gnulib_dir.
11019
11020 2006-08-28  Bruno Haible  <bruno@clisp.org>
11021             Simon Josefsson  <jas@extundo.com>
11022
11023         BeOS portability.
11024         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11025
11026 2006-08-27  Jim Meyering  <jim@meyering.net>
11027
11028         * doc/visibility.texi: Remove duplicate word: "pointer".
11029
11030 2006-08-26  Bruno Haible  <bruno@clisp.org>
11031
11032         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11033         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11034         (Makefile.am): Create inttypes.h from inttypes_.h.
11035         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11036
11037         * modules/imaxabs: New file.
11038
11039         * modules/imaxdiv: New file.
11040
11041 2006-08-26  Bruno Haible  <bruno@clisp.org>
11042
11043         * m4/inttypes.m4: New file.
11044         * m4/_inttypes_h.m4: Remove file.
11045         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11046         PRI_MACROS_BROKEN.
11047         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11048
11049         * m4/imaxabs.m4: New file.
11050
11051         * m4/imaxdiv.m4: New file.
11052
11053 2006-08-26  Bruno Haible  <bruno@clisp.org>
11054
11055         * lib/inttypes_.h: New file.
11056         * lib/inttypes.h: Remove file.
11057         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11058
11059         * lib/imaxabs.c: New file.
11060
11061         * lib/imaxdiv.c: New file.
11062
11063 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         New config-h module, so that "make" output needn't be cluttered
11066         by -DHAVE_CONFIG_H.
11067         * MODULES.html.sh (Support for building libraries and executables):
11068         Add config-h.
11069         * modules/config-h: New file.
11070         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11071         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11072         the config-h module is used.
11073
11074         New configmake module, so that "make" output needn't be cluttered
11075         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11076         * MODULES.html.sh (Support for building libraries and executables):
11077         Add configmake.
11078         * modules/configmake: New file.
11079
11080 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11081
11082         * m4/config-h.m4: New file.
11083
11084 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11085
11086         * config/srclist.txt: Add elisp-comp.
11087
11088 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * MODULES.html.sh (Support for building libraries and executables):
11091         Add elisp-comp.
11092         * build-aux/elisp-comp: New file.
11093         * modules/elisp-comp: New file.
11094
11095 2006-08-24  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (func_create_testdir): Use non-default values of
11098         sourcebase and m4base.
11099
11100 2006-08-24  Bruno Haible  <bruno@clisp.org>
11101
11102         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11103         HTML structure.
11104
11105 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         * modules/openat (Depends-on): Add lchown.
11108
11109 2006-08-23  Bruno Haible  <bruno@clisp.org>
11110
11111         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11112         of gl_LOCK_EARLY instead of gl_LOCK.
11113
11114 2006-08-23  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11117         on OSF/1 to no.
11118         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11119
11120 2006-08-23  Bruno Haible  <bruno@clisp.org>
11121
11122         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11123         as unusable.
11124
11125         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11126         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11127         (gl_LOCK): New macro.
11128
11129 2006-08-22  Simon Josefsson  <jas@extundo.com>
11130
11131         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11132         to md5 module.
11133
11134 2006-08-22  Simon Josefsson  <jas@extundo.com>
11135
11136         * MODULES.html.sh: Add "Support for maintaining and release
11137         projects".
11138
11139         * build-aux/gnupload: New file, from coreutils.
11140
11141 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11142
11143         Avoid the need for AC_LIBSOURCES in m4 macros.
11144         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11145         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11146         * modules/check-version (EXTRA_DIST): Add check-version.h.
11147         * modules/crc (EXTRA_DIST): Add crc.h.
11148         * modules/des (EXTRA_DIST): Add des.h.
11149         * modules/gc (EXTRA_DIST): Add gc.h.
11150         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11151         * modules/getline (EXTRA_DIST): Add getline.h.
11152         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11153         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11154         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11155         * modules/md2 (EXTRA_DIST): Add md2.h.
11156         * modules/md4 (EXTRA_DIST): Add md4.h.
11157         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11158         * modules/read-file (EXTRA_DIST): Add read-file.h.
11159         * modules/readline (EXTRA_DIST): Add readline.h.
11160         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11161         rijndael-api-fst.h.
11162
11163 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11164
11165         * m4/rijndael.m4 (gl_ARCFOUR):
11166         * m4/arctwo.m4 (gl_ARCTWO):
11167         * m4/check-version.m4 (gl_CHECK_VERSION):
11168         * m4/crc.m4 (gl_CRC):
11169         * m4/des.m4 (gl_DES):
11170         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11171         * m4/gc.m4 (gl_GC):
11172         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11173         * m4/getline.m4 (gl_FUNC_GETLINE):
11174         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11175         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11176         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11177         * m4/md2.m4 (gl_MD2):
11178         * m4/md4.m4 (gl_MD4):
11179         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11180         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11181         * m4/readline.m4 (gl_FUNC_READLINE):
11182         * m4/rijndael.m4 (gl_RIJNDAEL):
11183         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11184         to get the necessary .h files and whatnot.
11185
11186 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11189         gnulib rather than the other way around.
11190         * config/srclistvars.sh (COREUTILS): Remove.
11191
11192 2006-08-22  Jim Meyering  <jim@meyering.net>
11193
11194         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11195
11196         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11197
11198 2006-08-22  Eric Blake  <ebb9@byu.net>
11199
11200         * modules/regexprops-generic: New file.
11201         * MODULES.html.sh (Support for building documentation): List it.
11202
11203 2006-08-22  Eric Blake  <ebb9@byu.net>
11204
11205         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11206         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11207         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11208         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11209
11210 2006-08-22  Bruno Haible  <bruno@clisp.org>
11211
11212         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11213         and lib_LTLIBRARIES like the other lib_* variables.
11214
11215 2006-08-22  Bruno Haible  <bruno@clisp.org>
11216
11217         * build-aux/x-to-1.in: New file, from GNU gettext.
11218
11219 2006-08-22  Bruno Haible  <bruno@clisp.org>
11220
11221         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11222         <utmpx.h> exists.
11223
11224 2006-08-22  Bruno Haible  <bruno@clisp.org>
11225
11226         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11227         <utmpx.h> exists.
11228
11229 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         BeOS portability.
11232         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11233         exist.
11234         Problem reported by Bruno Haible.
11235
11236 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11237
11238         Avoid the need for AC_LIBSOURCES in m4 macros.
11239         * modules/acl (EXTRA_DIST): Add acl.h.
11240         * modules/argmatch (Files): Add m4/argmatch.m4.
11241         (configure.ac): Add gl_ARGMATCH.
11242         (EXTRA_DIST): Renamed from lib_SOURCES, for
11243         consistency with the other modules.  Remove argmatch.c.
11244         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11245         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11246         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11247         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11248         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11249         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11250         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11251         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11252         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11253         * modules/closeout (EXTRA_DIST): Add closeout.h.
11254         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11255         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11256         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11257         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11258         dirname.h; remove basename.c and stripslash.c.
11259         * modules/exclude (EXTRA_DIST): Add exclude.h.
11260         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11261         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11262         * modules/file-type (EXTRA_DIST): Add file-type.h.
11263         * modules/filemode (EXTRA_DIST): Add filemode.h.
11264         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11265         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11266         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11267         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11268         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11269         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11270         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11271         * modules/getdate (EXTRA_DIST): Add getdate.c.
11272         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11273         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11274         * modules/getpass (EXTRA_DIST): Add getpass.h.
11275         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11276         * modules/group-member (EXTRA_DIST): Add group-member.h.
11277         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11278         * modules/hash (EXTRA_DIST): Add hash.h.
11279         * modules/human (EXTRA_DIST): Add human.h.
11280         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11281         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11282         * modules/lchown (EXTRA_DIST): Add lchown.h.
11283         * modules/long-options (EXTRA_DIST): Add long-options.h.
11284         * modules/lstat (EXTRA_DIST): Add lstat.h.
11285         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11286         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11287         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11288         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11289         * modules/memxor (EXTRA_DIST): Add memxor.h.
11290         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11291         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11292         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11293         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11294         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11295         * modules/physmem (EXTRA_DIST): Add physmem.h.
11296         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11297         * modules/posixver (EXTRA_DIST): Add posixver.h.
11298         * modules/quote (EXTRA_DIST): Add quote.h.
11299         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11300         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11301         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11302         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11303         regex_internal.h regexec.c.
11304         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11305         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11306         * modules/same (EXTRA_DIST): Add same.h.
11307         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11308         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11309         * modules/savedir (EXTRA_DIST): Add savedir.h.
11310         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11311         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11312         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11313         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11314         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11315         * modules/strdup (EXTRA_DIST): Add strdup.h.
11316         * modules/strftime (EXTRA_DIST): Add strftime.h.
11317         * modules/strndup (EXTRA_DIST): Add strndup.h.
11318         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11319         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11320         * modules/time_r (EXTRA_DIST): Add time_r.h.
11321         * modules/timespec (EXTRA_DIST): Add timespec.h.
11322         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11323         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11324         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11325         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11326         * modules/userspec (EXTRA_DIST): Add userspec.h.
11327         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11328         * modules/utimens (EXTRA_DIST): Add utimens.h.
11329         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11330         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11331         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11332         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11333         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11334         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11335         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11336         * modules/yesno (EXTRA_DIST): Add yesno.h.
11337
11338 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11341
11342         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11343         * m4/dev-ino.m4, same-inode.m4: Remove.
11344
11345         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11346         * m4/acl.m4 (AC_FUNC_ACL):
11347         * m4/backupfile.m4 (gl_BACKUPFILE):
11348         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11349         * m4/canon-host.m4 (gl_CANON_HOST):
11350         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11351         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11352         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11353         * m4/cloexec.m4 (gl_CLOEXEC):
11354         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11355         * m4/closeout.m4 (gl_CLOSEOUT):
11356         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11357         * m4/dirname.m4 (gl_DIRNAME):
11358         * m4/exclude.m4 (gl_EXCLUDE):
11359         * m4/exitfail.m4 (gl_EXITFAIL):
11360         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11361         * m4/file-type.m4 (gl_FILE_TYPE):
11362         * m4/filemode.m4 (gl_FILEMODE):
11363         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11364         * m4/fpending.m4 (gl_FUNC_FPENDING):
11365         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11366         * m4/fts.m4 (gl_FUNC_FTS):
11367         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11368         * m4/getdate.m4 (gl_GETDATE):
11369         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11370         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11371         * m4/getpass.m4 (gl_FUNC_GETPASS):
11372         * m4/gettime.m4 (gl_GETTIME):
11373         * m4/getugroups.m4 (gl_GETUGROUPS):
11374         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11375         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11376         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11377         * m4/hash.m4 (gl_HASH):
11378         * m4/idcache.m4 (gl_IDCACHE):
11379         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11380         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11381         * m4/long-options.m4 (gl_LONG_OPTIONS):
11382         * m4/lstat.m4 (gl_FUNC_LSTAT):
11383         * m4/md5.m4 (gl_MD5):
11384         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11385         * m4/memcoll.m4 (gl_MEMCOLL):
11386         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11388         * m4/memxor.m4 (gl_MEMXOR):
11389         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11390         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11391         * m4/modechange.m4 (gl_MODECHANGE):
11392         * m4/mountlist.m4 (gl_MOUNTLIST):
11393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11394         * m4/openat.m4 (gl_FUNC_OPENAT):
11395         * m4/pathmax.m4 (gl_PATHMAX):
11396         * m4/physmem.m4 (gl_PHYSMEM):
11397         * m4/posixtm.m4 (gl_POSIXTM):
11398         * m4/posixver.m4 (gl_POSIXVER):
11399         * m4/quote.m4 (gl_QUOTE):
11400         * m4/quotearg.m4 (gl_QUOTEARG):
11401         * m4/readtokens.m4 (gl_READTOKENS):
11402         * m4/readutmp.m4 (gl_READUTMP):
11403         * m4/regex.m4 (gl_REGEX):
11404         * m4/safe-read.m4 (gl_SAFE_READ):
11405         * m4/safe-write.m4 (gl_SAFE_WRITE):
11406         * m4/same.m4 (gl_SAME):
11407         * m4/save-cwd.m4 (gl_SAVE_CWD):
11408         * m4/savedir.m4 (gl_SAVEDIR):
11409         * m4/settime.m4 (gl_SETTIME):
11410         * m4/sha1.m4 (gl_SHA1):
11411         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11412         * m4/stat-macros.m4 (gl_STAT_MACROS):
11413         * m4/stat-time.m4 (gl_STAT_TIME):
11414         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11415         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11416         * m4/strdup.m4 (gl_FUNC_STRDUP):
11417         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11418         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11419         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11420         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11421         * m4/time_r.m4 (gl_TIME_R):
11422         * m4/timespec.m4 (gl_TIMESPEC):
11423         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11424         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11425         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11426         * m4/userspec.m4 (gl_USERSPEC):
11427         * m4/utimecmp.m4 (gl_UTIMECMP):
11428         * m4/utimens.m4 (gl_UTIMENS):
11429         * m4/xalloc.m4 (gl_XALLOC):
11430         * m4/xgetcwd.m4 (gl_XGETCWD):
11431         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11432         * m4/xreadlink.m4 (gl_XREADLINK):
11433         * m4/xstrtod.m4 (gl_XSTRTOD):
11434         * m4/yesno.m4 (gl_YESNO):
11435         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11436         to get the necessary .h files and whatnot.
11437
11438 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11439             Bruno Haible  <bruno@clisp.org>
11440
11441         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11442         /bin/sh understanding of '!' conditional negation.
11443
11444 2006-08-21  Jim Meyering  <jim@meyering.net>
11445
11446         * modules/openat (Depends-on): Really alphabetize.
11447
11448         * modules/acl (Depends-on): Add error and quote.
11449
11450         * check-module (find_included_lib_files): Add at-func.c to the
11451         ok-to-include-more-than-once white list.
11452
11453         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11454
11455 2006-08-21  Bruno Haible  <bruno@clisp.org>
11456
11457         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11458         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11459         Reported by Martin Lambers <marlam@marlam.de>.
11460
11461 2006-08-21  Bruno Haible  <bruno@clisp.org>
11462
11463         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11464         specify an installation location, don't emit a noinst_LIBRARIES or
11465         noinst_LTLIBRARIES assignment.
11466
11467 2006-08-21  Bruno Haible  <bruno@clisp.org>
11468
11469         BeOS portability.
11470         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11471         BeOS has mbrtowc() but no <wctype.h>.
11472
11473 2006-08-21  Bruno Haible  <bruno@clisp.org>
11474
11475         BeOS portability.
11476         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11477         exist.
11478
11479 2006-08-21  Bruno Haible  <bruno@clisp.org>
11480
11481         BeOS portability.
11482         * lib/mbchar.h: Include <wctype.h> only if it exists.
11483
11484 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11485
11486         Remove files that are no longer needed by their respective modules.
11487         * m4/obstack.m4: Remove.
11488         * m4/strerror_r.m4: Remove.
11489         * m4/uint32_t.m4: Remove.
11490         * m4/uintptr_t.m4: Remove.
11491         * m4/ullong_max.m4: Remove.
11492         * m4/xstrtoimax.m4: Remove.
11493         * m4/xstrtoumax.m4: Remove.
11494
11495         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11496         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11497         dependencies now capture this.
11498
11499         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11500         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11501         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11502         * m4/human.m4 (gl_HUMAN): Likewise.
11503         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11504         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11505
11506         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11507
11508         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11509         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11510         stdint.
11511         * m4/human.m4 (gl_HUMAN): Likewise.
11512         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11513         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11514         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11515         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11516         * m4/xstrtol (gl_XSTRTOL): Likewise.
11517
11518         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11519         AC_TYPE_LONG_LONG_INT.
11520         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11521         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11522         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11523         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11524
11525         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11526         on stdbool.
11527
11528         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11529         (gl_PREREQ_XSTRTOUL): Remove.
11530
11531         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11532
11533         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11534         mode.
11535
11536 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11537
11538         Add and change modules to make it easier for coreutils to use
11539         gnulib-tool.
11540         * modules/backupfile (Files): Remove m4/d-ino.m4.
11541         (Depends-on): Add d-ino.
11542         * modules/cycle-check (Depends-on): Add stdint.
11543         (lib_SOURCES): Add cycle-check.h.
11544         * modules/d-ino: New module.
11545         * modules/d-type: New module.
11546         * modules/error (Files): Remove m4/strerror_r.m4.
11547         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11548         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11549         m4/inttypes_h.m4, m4/uintmax_t.m4.
11550         (Depends-on): Add stdint.
11551         (lib_SOURCES): Add fsusage.h.
11552         * modules/getcwd (Files): Remove d-ino.m4.
11553         (Depends-on): Add d-ino.
11554         * modules/getndelim2 (Depends-on): Add stdint.
11555         * modules/glob (Files): Remove m4/d-type.m4.
11556         (Depends-on): Add d-type.
11557         * modules/host-os: New module.
11558         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11559         m4/inttypes_h.m4, m4/uintmax_t.m4.
11560         * Depends-on: Add stdint.
11561         (lib_SOURCES): Add human.h.
11562         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11563         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11564         m4/uintmax_t.m4, m4/ulonglong.m4.
11565         (Depends-on): Add stdint.
11566         (EXTRA_DIST): Add inttostr.h.
11567         * modules/lchmod: New module.
11568         * modules/link-follow: New module.
11569         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11570         (Depends-on): Add lchmod.
11571         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11572         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11573         (Depends-on): Add stdint.
11574         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11575         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11576         (Depends-on): Add stdint.
11577         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11578         * modules/perl: New module.
11579         * modules/regex (Depends-on): Add stdint.
11580         * modules/rmdir-errno: New module.
11581         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11582         m4/intmax_t.m4.
11583         (Depends-on): Add stdint.
11584         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11585         m4/uintmax_t.m4.
11586         (Depends-on): Add stdint.
11587         * modules/unlink-busy: New module.
11588         * modules/utimecmp (Depends-on): Add stdint.
11589         * modules/uptime: New module.
11590         * modules/winsz-ioctl: New module.
11591         * modules/winsz-termios: New module.
11592         * modules/xnanosleep (Depends-on): Add nanosleep.
11593         * modules/ullong_max: Remove.
11594         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11595         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11596         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11597         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11598         (Depends-on): Add inttypes.
11599         (lib_SOURCES): Add xstrtol.h.
11600         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11601         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11602         * MODULES.html.sh: Move 'assert' into the assert section.
11603         Move 'dummy' into the linking section.
11604         Remove ullong_max.
11605         Add section for compatibility checks for POSIX:2001 functions,
11606         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11607         winsz-ioctl, and winsz-termios into it.
11608         Add lchmod.
11609         Add top-level Misc section and put host-os, perl, and uptime
11610         into it.
11611
11612 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11613
11614         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11615         now assume the stdint module.  Do not include inttypes.h.
11616         * lib/fsusage.h: Likewise.
11617         * lib/getndelim2.c: Likewise.
11618         * lib/human.h: Likewise.
11619         * lib/inttostr.h: Likewise.
11620         * lib/obstack.c: Likewise.
11621         * lib/regex_internal.h: Likewise.
11622         * lib/tempname.c: Likewise.
11623         * lib/utimecmp.c: Likewise.
11624         * lib/xstrtol.h: Likewise.
11625
11626         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11627
11628         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11629         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11630         * lib/xtime.h: Likewise.
11631
11632 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11633
11634         * modules/openat (Files): Add lib/fchmodat.c.
11635         Fixes problem reported by Jay Youngman.
11636
11637 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11638
11639         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11640         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11641
11642 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11643             Bruno Haible  <bruno@clisp.org>
11644
11645         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11646         and is a script that invokes bison. Tighten the code. Add comments.
11647
11648 2006-08-18  Jim Meyering  <jim@meyering.net>
11649
11650         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11651         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11652         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11653         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11654
11655 2006-08-18  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/bison-i18n: New file.
11658         * MODULES.html.sh (Internationalization functions): Add it.
11659
11660 2006-08-18  Bruno Haible  <bruno@clisp.org>
11661
11662         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11663         sys/statvfs.h. When getmntinfo was found, check its declaration and
11664         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11665
11666 2006-08-18  Bruno Haible  <bruno@clisp.org>
11667
11668         * m4/bison-i18n.m4: New file, from bison.
11669
11670 2006-08-18  Bruno Haible  <bruno@clisp.org>
11671
11672         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11673         (ME_DUMMY): Treat "kernfs" as a dummy.
11674         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11675
11676 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11677
11678         Update from coreutils.
11679
11680         2006-08-15  Jim Meyering  <jim@meyering.net>
11681
11682         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11683
11684         2006-01-17  Jim Meyering  <jim@meyering.net>
11685
11686         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11687
11688         2006-01-11  Jim Meyering  <jim@meyering.net>
11689
11690         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11691         Check for the lchmod function.
11692
11693 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         Update from coreutils.
11696
11697         * lib/__fpending.h: Add copyright notice.
11698         * lib/fprintftime.h: Likewise.
11699         * lib/savedir.c: Use (C) in copyright notice.
11700         * lib/savedir.h: Likewise.
11701
11702         2006-08-15  Jim Meyering  <jim@meyering.net>
11703
11704         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11705         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11706         in support of the EXPECTED_ERRNO macro.
11707         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11708         definitions.  Instead, define the appropriate symbols and include
11709         "at-func.c".
11710         * lib/mkdirat.c (mkdirat): Likewise.
11711         * lib/fchmodat.c (fchmodat): Likewise.
11712         (ENOSYS): Remove definition.
11713         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11714         it.  Don't include "unistd--.h" -- it wasn't ever used.
11715
11716         2006-01-17  Jim Meyering  <jim@meyering.net>
11717
11718         Rewrite fts.c not to change the current working directory,
11719         by using openat, fstatat, fdopendir, etc..
11720
11721         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11722         (HAVE_OPENAT_SUPPORT): Define.
11723         [_LIBC] (fchdir): Don't undef or define; no longer used.
11724         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11725         Now, this `function' always succeeds, and consumes its file descriptor
11726         parameter -- so callers must not close such FDs.  Update callers.
11727         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11728         (diropen): Add parameter, SP.  Adjust all callers.
11729         Implement using diropen_fd, rather than open.
11730         (fts_open): Initialize new member, fts_cwd_fd.
11731         Remove fts_rft-setting code.
11732         (fts_close): Close fts_cwd_fd, if necessary.
11733         (__opendir2): Define in terms of opendir or opendirat,
11734         depending on whether the FST_NOCHDIR flag is set.
11735         (fts_build): Since fts_safe_changedir consumes its FD, and since
11736         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11737         and close the dup'd file descriptor upon failure.
11738         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11739         (fts_safe_changedir): Tweak semantics to reflect that this function
11740         now calls cwd_advance_fd and hence consumes its FD argument.
11741         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11742         [struct FTS] (fts_rft): Remove now-unused member.
11743         [struct FTS] (fts_cycle.state): Improve comment.
11744
11745         * lib/openat.c (openat_needs_fchdir): New function.
11746         * lib/openat.h (openat_needs_fchdir): Declare it.
11747
11748 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11749
11750         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11751         Problem and fix reported by Pádraig Brady in
11752         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11753
11754 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11757
11758 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11759
11760         * lib/memcoll.c (memcoll): Optimize for the common case where the
11761         arguments are bytewise equal.
11762
11763 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * doc/regexprops-generic.texi: Add a copyright notice.
11766
11767 2006-08-15  Bruno Haible  <bruno@clisp.org>
11768
11769         * modules/tmpdir (License): Change to LGPL.
11770
11771 2006-08-15  Bruno Haible  <bruno@clisp.org>
11772
11773         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11774         module.
11775
11776 2006-08-14  Simon Josefsson  <jas@extundo.com>
11777
11778         * config/srclist.txt: Add gnupload.
11779
11780 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11781
11782         Change copyright notice from LGPL 2 to GPL 2, since that's the
11783         standard form used in the gnulib repository.
11784         * tests/test-lock.c: Likewise.
11785         * tests/test-stdint.c: Likewise.
11786         * tests/test-tls.c: Likewise.
11787
11788         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11789         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11790         Add copyright notice.
11791
11792         * check-module: Add copyright notice.  Output a copyright
11793         notice if "--version" is specified.
11794         * modules/COPYING: New file.
11795         * tests/test-getaddrinfo.c: Add copyright notice.
11796         * tests/test-verify.c: Likewise.
11797
11798 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11799
11800         Change copyright notice from LGPL 2 to GPL 2, since that's the
11801         standard form used in the gnulib repository.
11802         * lib/lock.c: LGPL -> GPL.
11803         * lib/lock.h: Likewise.
11804         * lib/strnlen1.c: Likewise.
11805         * lib/strnlen1.h: Likewise.
11806         * lib/tls.c: Likewise.
11807         * lib/tls.h: Likewise.
11808         * lib/tmpdir.c: Likewise.
11809
11810         * lib/TODO: Remove; this belongs only in coreutils.
11811
11812 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11813
11814         Add copyright notices to long-enough files that lack them, since
11815         otherwise the files aren't clearly free.  Use the same notice that
11816         getdate.texi already uses.
11817         * doc/alloca-opt.texi: Add copyright notice.
11818         * doc/alloca.texi: Likewise.
11819         * doc/ctime.texi: Likewise.
11820         * doc/functions.texi: Likewise.
11821         * doc/gcd.texi: Likewise.
11822         * doc/gnulib-tool.texi: Likewise.
11823         * doc/inet_ntoa.texi: Likewise.
11824         * doc/visibility.texi: Likewise.
11825
11826         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11827         * doc/quote.texi: Add copyright notice.
11828
11829         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11830         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11831         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11832         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11833         is now obsolete, and give a pointer to the Sun list.
11834         Add copyright notice.
11835
11836 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11837
11838         * config/srclistvars.sh: Add copyright notice.
11839
11840 2006-08-14  Eric Blake  <ebb9@byu.net>
11841
11842         Import the following change from libc:
11843
11844         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11845
11846         Upstream bug 2997.
11847         * lib/misc/error.c: Add space between program name and message if file
11848         name is missing.
11849
11850 2006-08-12  Karl Berry  <karl@gnu.org>
11851
11852         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11853         remove, these originate in gnulib now.
11854
11855 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11856
11857         * doc/Makefile (standards.info standards.html standards.dvi):
11858         Also depend on make-stds.texi.
11859
11860 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11861
11862         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11863         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11864
11865         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11866         in wchar_t.  Problem reported by Eric Blake.
11867
11868         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11869         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11870         Also, help the compiler to keep LEN in a register.
11871
11872 2006-08-11  Eric Blake  <ebb9@byu.net>
11873
11874         * users.txt: Sort.  Add tar.
11875
11876 2006-08-11  Bruno Haible  <bruno@clisp.org>
11877
11878         * users.txt: New file.
11879
11880 2006-08-11  Bruno Haible  <bruno@clisp.org>
11881
11882         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11883         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11884
11885 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11886
11887         * modules/snprintf (Depends-on): Remove minmax.
11888         (Maintainer): Add self and Bruno.
11889
11890 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11893         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11894         (EOVERFLOW): Define if the system does not.
11895         Do not include "minmax.h"; it wasn't used.
11896         (snprintf): Don't assume size_t promotes to an unsigned type.
11897         Fix bug when generated string was too long for the buffer: the
11898         buffer's contents are supposed to be the initial prefix of the
11899         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11900         exceeds INT_MAX; do the check ourselves.
11901
11902         Import the following changes from libc:
11903
11904         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11905
11906         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11907         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11908         set wc to the byte which couldn't be converted.
11909         (re_string_reconstruct): Don't clear valid_raw_len before calling
11910         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11911         tip_context using re_string_context_at.
11912
11913         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11914
11915         * lib/posix/regex.h: g++ still cannot handled [restrict].
11916
11917         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11918
11919         * lib/posix/regex.h: Remove special handling for VMS.
11920
11921 2006-08-10  Jim Meyering  <jim@meyering.net>
11922
11923         * modules/same-inode: New module.
11924         * modules/dev-ino: New module.
11925         * modules/cycle-check: Depend on these modules, rather than simply
11926         including their .h files.
11927         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11928         required via m4/cycle-check.m4.
11929         * modules/same: Depend on new same-inode module, rather than
11930         including same-inode.h.
11931         * modules/chdir-safer: New file.
11932
11933         * modules/chown (Depends-on): Add stat-macros.
11934
11935 2006-08-10  Jim Meyering  <jim@meyering.net>
11936
11937         * m4/cycle-check.m4: New file.
11938         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11939         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11940
11941 2006-08-10  Eric Blake  <ebb9@byu.net>
11942
11943         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11944         in from original proposal.
11945
11946 2006-08-10  Eric Blake  <ebb9@byu.net>
11947         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11948
11949         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11950         namespace.
11951
11952 2006-08-10  Bruno Haible  <bruno@clisp.org>
11953
11954         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11955         as well.
11956
11957 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11958
11959         Sync from coreutils.
11960
11961         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11962
11963         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11964         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11965
11966 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11967
11968         * modules/restrict: Remove; no longer needed now that we assume
11969         Autoconf 2.59 or later.
11970         * MODULES.html.sh: Remove 'restrict'.
11971         * modules/argp (Depends-on): Remove 'restrict'.
11972         * modules/base64 (Depends-on): Likewise.
11973         * modules/gc (Depends-on): Likewise.
11974         * modules/getaddrinfo (Depends-on): Likewise.
11975         * modules/glob (Depends-on): Likewise.
11976         * modules/inet_ntop (Depends-on): Likewise.
11977         * modules/inet_pton (Depends-on): Likewise.
11978         * modules/memxor (Depends-on): Likewise.
11979         * modules/regex (Depends-on): Likewise.
11980         * modules/strtok_r (Depends-on): Likewise.
11981         * modules/time_r (Depends-on): Likewise.
11982
11983 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11984
11985         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11986         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11987         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11988         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11989         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11990         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11991         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11992         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11993
11994         Merge from coreutils.
11995         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11996         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11997         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11998         * m4/time_r.m4 (gl_TIME_R): Likewise.
11999
12000 2006-08-09  Karl Berry  <karl@gnu.org>
12001
12002         * config/srclist.txt: no more gettext-tools, per Bruno.
12003
12004 2006-08-08  Eric Blake  <ebb9@byu.net>
12005
12006         * modules/verror: New module.
12007         * MODULES.html.sh: Document it.
12008
12009 2006-08-08  Eric Blake  <ebb9@byu.net>
12010
12011         * lib/verror.h, lib/verror.c: New files.
12012
12013 2006-08-08  Eric Blake  <ebb9@byu.net>
12014
12015         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12016         verror_at_line output complies with GNU Coding Standards even when
12017         file is NULL.
12018
12019 2006-08-07  Bruno Haible  <bruno@clisp.org>
12020
12021         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12022         versions of AIX.
12023         Reported by Ralf Wildenhues.
12024
12025 2006-08-07  Bruno Haible  <bruno@clisp.org>
12026
12027         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12028         in an AC_DEFUN. Needed so that the autoconf snippets can use
12029         AC_REQUIRE.
12030
12031 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12032
12033         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12034         Initialize pkgdata_DATA.
12035         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12036         overriding it.
12037
12038 2006-08-06  Eric Blake  <ebb9@byu.net>
12039
12040         * lib/error.h: Fold in some upstream changes from glibc.
12041         * lib/error.c: Likewise.
12042
12043 2006-08-04  Bruno Haible  <bruno@clisp.org>
12044
12045         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12046         Make the mostlyclean-local rule depend on mostlyclean-generic.
12047         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12048
12049 2006-07-31  Bruno Haible  <bruno@clisp.org>
12050
12051         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12052         <stdlib.h>, <string.h>.
12053
12054 2006-07-30  Bruno Haible  <bruno@clisp.org>
12055
12056         * modules/readlink (License): Change to LGPL.
12057
12058 2006-07-30  Bruno Haible  <bruno@clisp.org>
12059
12060         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12061         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12062         set PKGDATADIR to point to it.
12063
12064 2006-07-30  Bruno Haible  <bruno@clisp.org>
12065
12066         * modules/csharpexec (configure.ac): Comment out macro invocation.
12067         * modules/javaexec (configure.ac): Likewise.
12068         * modules/javacomp-script (configure.ac): Likewise.
12069
12070         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12071
12072 2006-07-30  Bruno Haible  <bruno@clisp.org>
12073
12074         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12075         linked-list.
12076
12077 2006-07-30  Bruno Haible  <bruno@clisp.org>
12078
12079         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12080
12081 2006-07-30  Bruno Haible  <bruno@clisp.org>
12082
12083         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12084         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12085         get removed.
12086
12087 2006-07-29  Bruno Haible  <bruno@clisp.org>
12088
12089         Make it possible for gnulib-tool to work with locally modified or
12090         augmented gnulib repositories.
12091         * gnulib-tool (func_usage): Document --local-dir option.
12092         (local_gnulib_dir): New variable.
12093         Handle --local-dir option.
12094         (func_lookup_file): New function.
12095         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12096         (func_get_description, func_get_filelist, func_get_description,
12097         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12098         func_get_automake_snippet, func_get_include_directive,
12099         func_get_license, func_get_maintainer): Use func_lookup_file.
12100         (func_import, func_create_testdir): Use func_lookup_file.
12101
12102 2006-07-29  Bruno Haible  <bruno@clisp.org>
12103
12104         * modules/setenv (Depends-on): Add unistd.
12105
12106 2006-07-29  Bruno Haible  <bruno@clisp.org>
12107
12108         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12109
12110 2006-07-29  Bruno Haible  <bruno@clisp.org>
12111
12112         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12113
12114 2006-07-29  Bruno Haible  <bruno@clisp.org>
12115
12116         * gnulib-tool (import, update): If there is no Makefile.am, look at
12117         aclocal.m4, instead of bailing out.
12118
12119 2006-07-29  Bruno Haible  <bruno@clisp.org>
12120
12121         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12122         Categorize the options by when they are useful.
12123
12124 2006-07-29  Bruno Haible  <bruno@clisp.org>
12125
12126         * gnulib-tool (func_usage): Document option --no-libtool.
12127         Handle option --no-libtool.
12128         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12129         for changed semantics of $libtool variable.
12130         (func_import): Likewise. If libtool is not used, show this through
12131         an option --no-libtool.
12132         (func_create_testdir): Update.
12133
12134 2006-07-29  Bruno Haible  <bruno@clisp.org>
12135
12136         * gnulib-tool (func_import): Extend error message about missing
12137         --doc-base.
12138
12139 2006-07-29  Bruno Haible  <bruno@clisp.org>
12140
12141         * gnulib-tool (func_import): Don't create the $docbase directory if
12142         there is no file to store there.
12143
12144 2006-07-29  Bruno Haible  <bruno@clisp.org>
12145
12146         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12147         relevant, look for configure.ac there, not in the current directory.
12148         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12149
12150 2006-07-29  Bruno Haible  <bruno@clisp.org>
12151
12152         * gnulib-tool (SORT): New variable.
12153         (func_usage): Undocument --assume-autoconf option.
12154         Remove --assume-autoconf option handling.
12155         (autoconf_minversion): Determine from the contents of configure.ac.
12156         (func_import): Remove autoconf_minversion handling.
12157         Suggested by Eric Blake.
12158
12159 2006-07-29  Bruno Haible  <bruno@clisp.org>
12160
12161         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12162
12163 2006-07-29  Bruno Haible  <bruno@clisp.org>
12164
12165         * config/srclist.txt (*setenv.[ch]): Remove rules.
12166
12167 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12168
12169         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12170
12171 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12172
12173         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12174         arpa/inet.h.
12175
12176 2006-07-28  Simon Josefsson  <jas@extundo.com>
12177
12178         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12179         * modules/inet_pton (Depends-on): Likewise.
12180
12181 2006-07-28  Simon Josefsson  <jas@extundo.com>
12182
12183         * m4/netinet_in_h.m4: New file.
12184
12185 2006-07-28  Simon Josefsson  <jas@extundo.com>
12186
12187         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12188         #include's.
12189
12190 2006-07-28  Simon Josefsson  <jas@extundo.com>
12191
12192         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12193         #include's.
12194
12195 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12196
12197         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12198         setgid on directories only if they set these bits.
12199         * lib/modechange.h: Remove obsolete comment about masks.
12200
12201 2006-07-28  Eric Blake  <ebb9@byu.net>
12202
12203         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12204         macro expansion.
12205
12206 2006-07-28  Bruno Haible  <bruno@clisp.org>
12207
12208         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12209
12210 2006-07-28  Bruno Haible  <bruno@clisp.org>
12211
12212         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12213
12214 2006-07-28  Bruno Haible  <bruno@clisp.org>
12215
12216         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12217         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12218         Define fallbacks.
12219         Avoids link error on FreeBSD 4.x.
12220         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12221
12222         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12223         encoding.
12224         * lib/mbswidth.c (iswcntrl): Likewise.
12225
12226 2006-07-27  Bruno Haible  <bruno@clisp.org>
12227
12228         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12229         test.
12230
12231 2006-07-27  Bruno Haible  <bruno@clisp.org>
12232
12233         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12234         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12235         defined.
12236
12237 2006-07-26  Eric Blake  <ebb9@byu.net>
12238
12239         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12240
12241 2006-07-26  Eric Blake  <ebb9@byu.net>
12242
12243         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12244         like mingw that lack mkstemp.
12245         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12246         avoid compilation warning on mingw.
12247
12248 2006-07-26  Bruno Haible  <bruno@clisp.org>
12249
12250         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12251         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12252         INT_FAST*_MIN, INTPTR_MIN.
12253
12254 2006-07-25  Bruno Haible  <bruno@clisp.org>
12255
12256         * modules/version-etc (Depends-on): Add stdarg.
12257
12258 2006-07-25  Bruno Haible  <bruno@clisp.org>
12259
12260         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12261         complex commands.
12262
12263 2006-07-25  Bruno Haible  <bruno@clisp.org>
12264
12265         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12266         defined in <stdarg.h> or config.h.
12267
12268 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12269
12270         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12271         (gl_STDIO_SAFER): Remove.
12272
12273 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         * MODULES.html.sh (File stream based Input/Output):
12276         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12277         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12278         * modules/fopen-safer, modules/tmpfile-safer: New files.
12279         * modules/stdio-safer: Remove.
12280
12281 2006-07-24  Bruno Haible  <bruno@clisp.org>
12282
12283         * modules/tmpdir: New file.
12284         * MODULES.html.sh (File system functions): Add it.
12285
12286 2006-07-24  Bruno Haible  <bruno@clisp.org>
12287
12288         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12289         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12290
12291 2006-07-24  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/clean-temp: New file.
12294
12295 2006-07-24  Bruno Haible  <bruno@clisp.org>
12296
12297         * m4/tmpdir.m4: New file, from GNU gettext.
12298
12299 2006-07-24  Bruno Haible  <bruno@clisp.org>
12300
12301         * lib/tmpdir.h: New file, from GNU gettext.
12302         * lib/tmpdir.c: New file, from GNU gettext.
12303
12304 2006-07-24  Bruno Haible  <bruno@clisp.org>
12305
12306         * lib/clean-temp.h: New file, from GNU gettext.
12307         * lib/clean-temp.c: New file, from GNU gettext.
12308
12309 2006-07-23  Eric Blake  <ebb9@byu.net>
12310
12311         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12312         (Depends-on): Add binary-io.
12313
12314 2006-07-23  Eric Blake  <ebb9@byu.net>
12315
12316         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12317
12318 2006-07-23  Eric Blake  <ebb9@byu.net>
12319
12320         * lib/tmpfile-safer.c: New file.
12321         * lib/stdio-safer.h (fopen_safer): Add prototype.
12322         * lib/stdio--.h (tmpfile): Make safer.
12323
12324 2006-07-23  Bruno Haible  <bruno@clisp.org>
12325
12326         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12327         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12328         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12329         gl_linked_remove_at): Use it.
12330
12331 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12332         and Simon Josefsson <jas@extundo.com>
12333
12334         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12335
12336         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12337
12338 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12339
12340         * modules/close-stream: New file.
12341         * modules/closeout (Description): Make it clear that it exits
12342         with a diagnostic on error.
12343         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12344         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12345
12346 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * m4/close-stream.m4: New file.
12349
12350 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12351
12352         * lib/close-stream.c, lib/close-stream.h: New files.
12353
12354 2006-07-22  Bruno Haible  <bruno@clisp.org>
12355
12356         Merge from GNU gettext 0.15.
12357
12358         2006-05-01  Bruno Haible  <bruno@clisp.org>
12359
12360                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12361
12362         2006-07-22  Bruno Haible  <bruno@clisp.org>
12363
12364                 * modules/javaversion: New file.
12365                 * MODULES.html.sh (Java): Add javaversion.
12366
12367         2006-03-12  Bruno Haible  <bruno@clisp.org>
12368
12369                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12370
12371         2005-12-04  Bruno Haible  <bruno@clisp.org>
12372
12373                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12374                 (untested).
12375
12376         2006-06-21  Bruno Haible  <bruno@clisp.org>
12377
12378                 Avoid warnings from recent versions of mcs.
12379                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12380                 -o, -L, -r any more. Use options documented since mcs-1.0
12381                 instead. Similarly for -g.
12382
12383         2005-12-04  Bruno Haible  <bruno@clisp.org>
12384
12385                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12386                 .resources, not .resource.
12387
12388         2005-07-09  Bruno Haible  <bruno@clisp.org>
12389
12390                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12391                 add a .dll suffix.
12392                 Reported by Mark Junker <mjscod@gmx.de>.
12393
12394         2006-07-22  Bruno Haible  <bruno@clisp.org>
12395
12396                 * modules/gettext: Upgrade to gettext-0.15.
12397                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12398                 m4/visibility.m4.
12399                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12400
12401 2006-07-22  Bruno Haible  <bruno@clisp.org>
12402
12403         Merge from GNU gettext 0.15.
12404
12405         2006-03-25  Bruno Haible  <bruno@clisp.org>
12406
12407                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12408
12409         2006-07-21  Bruno Haible  <bruno@clisp.org>
12410
12411                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12412                 "1.1".
12413
12414         2006-05-09  Bruno Haible  <bruno@clisp.org>
12415
12416                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12417                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12418                 for the conftestver execution.
12419
12420         2006-05-01  Bruno Haible  <bruno@clisp.org>
12421
12422                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12423                 optional target-version argument. Verify that the compiler
12424                 groks source of the specified source-version, or add -source
12425                 option as necessary. Verify that the compiler produces
12426                 bytecode in the specified target-version, or add -target and
12427                 -source options as necessary. Make the result of the test
12428                 available as variable CONF_JAVAC. Also log error output in
12429                 config.log.
12430
12431         2006-03-11  Bruno Haible  <bruno@clisp.org>
12432
12433                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12434
12435         2006-05-09  Bruno Haible  <bruno@clisp.org>
12436
12437                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12438                 CLASSPATH_SEPARATOR to a semicolon.
12439
12440         2006-03-12  Bruno Haible  <bruno@clisp.org>
12441
12442                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12443                 available as variable CONF_JAVA, for subsequent autoconf
12444                 tests. Also log error output in config.log.
12445
12446         2006-07-19  Bruno Haible  <bruno@clisp.org>
12447
12448                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12449                 that getline works on glibc2 systems. Needed to avoid trouble
12450                 in relocatable.c.
12451                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12452
12453         2005-12-04  Bruno Haible  <bruno@clisp.org>
12454
12455                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12456                 launcher (untested).
12457
12458         2005-12-04  Bruno Haible  <bruno@clisp.org>
12459
12460                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12461
12462         2006-07-22  Bruno Haible  <bruno@clisp.org>
12463
12464                 * gettext.m4: Update from GNU gettext-0.15.
12465                 * nls.m4: Likewise.
12466                 * po.m4: Likewise.
12467                 * inttypes-pri.m4: Likewise.
12468                 * inttypes-h.m4: Renamed from inttypes.m4.
12469                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12470
12471 2006-07-22  Bruno Haible  <bruno@clisp.org>
12472
12473         Merge from GNU gettext 0.15.
12474
12475         2005-07-05  Bruno Haible  <bruno@clisp.org>
12476
12477                 * printf-args.c (printf_fetchargs): Work around broken
12478                 definition of wint_t on mingw.
12479
12480         2005-02-12  Bruno Haible  <bruno@clisp.org>
12481
12482                 * xallocsa.h: Add extern "C" for C++.
12483
12484         2006-05-17  Bruno Haible  <bruno@clisp.org>
12485
12486                 Cygwin portability.
12487                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12488
12489         2006-04-30  Bruno Haible  <bruno@clisp.org>
12490
12491                 * progreloc.c: Include <mach-o/dyld.h> if available.
12492                 (find_executable): Use _NSGetExecutablePath when possible.
12493
12494         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12495
12496                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12497                 function.
12498
12499         2005-12-29  Bruno Haible  <bruno@clisp.org>
12500
12501                 * progreloc.c (set_program_name_and_installdir): Fix
12502                 compilation error.
12503
12504         2005-12-04  Bruno Haible  <bruno@clisp.org>
12505
12506                 Cygwin portability.
12507                 * progreloc.c: Include <windows.h> also on Cygwin.
12508                 (find_executable): Add support for Cygwin.
12509                 (set_program_name_and_installdir): Handle also platforms with
12510                 nonempty EXEEXT.
12511
12512         2006-07-11  Bruno Haible  <bruno@clisp.org>
12513
12514                 * javacomp.c: Fix a comment.
12515                 Reported by Jim Meyering.
12516
12517         2006-04-30  Bruno Haible  <bruno@clisp.org>
12518
12519                 * javacomp.h (compile_java_class): Add source_version,
12520                 target_version arguments.
12521                 * javacomp.c: Rewritten to choose only a compiler that
12522                 respects the specified source_version and target_version.
12523
12524         2006-06-27  Bruno Haible  <bruno@clisp.org>
12525
12526                 Assume correct S_ISDIR macro.
12527                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12528
12529         2006-07-22  Bruno Haible  <bruno@clisp.org>
12530
12531                 * javaversion.h: New file, from GNU gettext.
12532                 * javaversion.c: New file, from GNU gettext.
12533                 * javaversion.java: New file, from GNU gettext.
12534                 * javaversion.class: New file, from GNU gettext.
12535
12536         2006-05-17  Bruno Haible  <bruno@clisp.org>
12537
12538                 Cygwin portability.
12539                 * javaexec.c (execute_java_class): Test for jview program
12540                 also on Cygwin.
12541
12542         2006-04-09  Bruno Haible  <bruno@clisp.org>
12543
12544                 * fatal-signal.c: Don't include string.h.
12545                 (at_fatal_signal): Use a copying loop instead of memcpy.
12546
12547         2005-12-04  Bruno Haible  <bruno@clisp.org>
12548
12549                 * csharpexec.c: Add support for 'clix' launcher (untested).
12550                 (execute_csharp_using_sscli): New function.
12551                 (execute_csharp_program): Call it.
12552
12553         2006-06-21  Bruno Haible  <bruno@clisp.org>
12554
12555                 Avoid warnings from recent versions of mcs.
12556                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12557                 -o, -L, -r any more. Use options documented since mcs-1.0
12558                 instead. Similarly for -g.
12559
12560         2005-07-09  Bruno Haible  <bruno@clisp.org>
12561
12562                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12563                 add a .dll suffix.
12564                 Reported by Mark Junker <mjscod@gmx.de>.
12565
12566         2006-06-17  Bruno Haible  <bruno@clisp.org>
12567
12568                 * config.charset: Update for NetBSD 3.0.
12569
12570         2006-05-17  Bruno Haible  <bruno@clisp.org>
12571
12572                 Cygwin portability.
12573                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12574
12575         2006-05-16  Bruno Haible  <bruno@clisp.org>
12576
12577                 * localcharset.c [CYGWIN]: Include <windows.h>.
12578                 (get_charset_aliases): For Cygwin, return the same CPxxx
12579                 aliases list as under WIN32.
12580                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12581                 the environment variables. Fall back to GetACP().
12582
12583         2006-04-05  Bruno Haible  <bruno@clisp.org>
12584
12585                 * config.charset: Update Juan Manuel Guerrero's address.
12586
12587         2005-02-12  Bruno Haible  <bruno@clisp.org>
12588
12589                 * allocsa.h: Add extern "C" for C++.
12590
12591         2005-02-10  Bruno Haible  <bruno@clisp.org>
12592
12593                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12594                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12595
12596         2006-07-22  Bruno Haible  <bruno@clisp.org>
12597
12598                 * gettext.h: Update to GNU gettext-0.15.
12599
12600 2006-07-22  Bruno Haible  <bruno@clisp.org>
12601
12602         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12603         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12604         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12605
12606 2006-07-21  Eric Blake  <ebb9@byu.net>
12607
12608         * modules/stdlib-safer: New file.
12609         * MODULES.html.sh (File stream based Input/Output): Add
12610         stdlib-safer.
12611
12612 2006-07-21  Eric Blake  <ebb9@byu.net>
12613
12614         * lib/stdlib-safer.h: New file from coreutils, required by
12615         stdlib--.h.
12616
12617 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12620
12621 2006-07-20  Bruno Haible  <bruno@clisp.org>
12622
12623         * gnulib-tool: Recognize new option --assume-autoconf.
12624         (autoconf_minversion): New variable.
12625         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12626
12627 2006-07-20  Bruno Haible  <bruno@clisp.org>
12628
12629         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12630
12631 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12632
12633         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12634         Reindent and repaginate.
12635
12636 2006-07-19  Derek Price  <derek@ximbiot.com>
12637
12638         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12639         Correct grammar.
12640
12641 2006-07-17  Bruno Haible  <bruno@clisp.org>
12642
12643         * modules/list: New file.
12644         * modules/array-list: New file.
12645         * modules/carray-list, modules/carray-list-tests: New files.
12646         * modules/linked-list, modules/linked-list-tests: New files.
12647         * modules/avltree-list, modules/avltree-list-tests: New files.
12648         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12649         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12650         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12651         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12652         * modules/oset: New file.
12653         * modules/array-oset: New file.
12654         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12655         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12656         * tests/test-carray_list.c: New file.
12657         * tests/test-linked_list.c: New file.
12658         * tests/test-avltree_list.c: New file.
12659         * tests/test-rbtree_list.c: New file.
12660         * tests/test-linkedhash_list.c: New file.
12661         * tests/test-avltreehash_list.c: New file.
12662         * tests/test-rbtreehash_list.c: New file.
12663         * tests/test-avltree_oset.c: New file.
12664         * tests/test-rbtree_oset.c: New file.
12665         * MODULES.html.sh (Container data structures): New section.
12666
12667 2006-07-17  Bruno Haible  <bruno@clisp.org>
12668
12669         * m4/gl_list.m4: New file.
12670
12671 2006-07-17  Bruno Haible  <bruno@clisp.org>
12672
12673         * lib/gl_list.h: New file.
12674         * lib/gl_list.c: New file.
12675         * lib/gl_array_list.h: New file.
12676         * lib/gl_array_list.c: New file.
12677         * lib/gl_carray_list.h: New file.
12678         * lib/gl_carray_list.c: New file.
12679         * lib/gl_linked_list.h: New file.
12680         * lib/gl_linked_list.c: New file.
12681         * lib/gl_anylinked_list1.h: New file.
12682         * lib/gl_anylinked_list2.h: New file.
12683         * lib/gl_avltree_list.h: New file.
12684         * lib/gl_avltree_list.c: New file.
12685         * lib/gl_anyavltree_list1.h: New file.
12686         * lib/gl_anyavltree_list2.h: New file.
12687         * lib/gl_rbtree_list.h: New file.
12688         * lib/gl_rbtree_list.c: New file.
12689         * lib/gl_anyrbtree_list1.h: New file.
12690         * lib/gl_anyrbtree_list2.h: New file.
12691         * lib/gl_anytree_list1.h: New file.
12692         * lib/gl_anytree_list2.h: New file.
12693         * lib/gl_linkedhash_list.h: New file.
12694         * lib/gl_linkedhash_list.c: New file.
12695         * lib/gl_anyhash_list1.h: New file.
12696         * lib/gl_anyhash_list2.h: New file.
12697         * lib/gl_avltreehash_list.h: New file.
12698         * lib/gl_avltreehash_list.c: New file.
12699         * lib/gl_rbtreehash_list.h: New file.
12700         * lib/gl_rbtreehash_list.c: New file.
12701         * lib/gl_anytreehash_list1.h: New file.
12702         * lib/gl_anytreehash_list2.h: New file.
12703
12704         * lib/gl_oset.h: New file.
12705         * lib/gl_oset.c: New file.
12706         * lib/gl_array_oset.h: New file.
12707         * lib/gl_array_oset.c: New file.
12708         * lib/gl_avltree_oset.h: New file.
12709         * lib/gl_avltree_oset.c: New file.
12710         * lib/gl_rbtree_oset.h: New file.
12711         * lib/gl_rbtree_oset.c: New file.
12712         * lib/gl_anytree_oset.h: New file.
12713
12714 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         * m4/mkancesdirs.m4: New file.
12717         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12718         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12719         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12720         it.
12721
12722 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12725         * lib/mkancesdirs.h: New files.
12726         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12727         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12728         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12729         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12730         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12731         callers changed.  Revamp internals significantly, by not
12732         attempting to create directories that are temporarily more
12733         permissive than the final results.  Do not attempt to use
12734         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12735         This removes some race conditions, fixes some bugs, and simplifies
12736         things.  Use new dirchownmod function to do owner and mode changes.
12737         * lib/mkdir-p.h: Likewise.
12738         * lib/modechange.c (octal_to_mode): New function.
12739         (struct mode_change): New member mentioned.
12740         (make_node_op_equals): New arg mentioned.  All callers changed.
12741         (mode_compile): Keep track of which mode bits the user has explicitly
12742         mentioned.
12743         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12744         New arg PMODE_BITS, to keep track of which mode bits the user
12745         mentioned; it treats S_ISUID and S_ISGID speciall.
12746         All callers changed.
12747         * lib/modechange.h: Likewise.
12748
12749 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12750
12751         * MODULES.html.sh: Add mkancestors.
12752         * modules/mkancesdirs: New module.
12753         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12754         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12755         The chdir-safer and afs files are now orphans; I'll remove them
12756         unless someone speaks up.
12757         Add lib/dirchownmod.c, lib/dirchownmod.h.
12758         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12759         Add lchown, mkancesdirs.
12760         (Maintainer): Add self.
12761
12762 2006-07-15  Karl Berry  <karl@gnu.org>
12763
12764         * gnulib-tool: help message wording/arrangement.
12765
12766 2006-07-14  Simon Josefsson  <jas@extundo.com>
12767
12768         * doc/gnulib.texi (Libtool and Windows): New section.
12769
12770 2006-07-12  Simon Josefsson  <jas@extundo.com>
12771
12772         * modules/gendocs (License): Fix license, approved by Karl.
12773
12774 2006-07-12  Eric Blake  <ebb9@byu.net>
12775
12776         * MODULES.html.sh: Add gendocs.
12777
12778 2006-07-11  Eric Blake  <ebb9@byu.net>
12779
12780         * modules/fdl: New module, to install doc/fdl.texi.
12781         * MODULES.html.sh: Add new section for documentation modules.
12782         * gnulib-tool: Avoid space-tab.
12783         (--doc-base): New option, to manage files from doc.
12784
12785 2006-07-11  Eric Blake  <ebb9@byu.net>
12786
12787         * m4/absolute-header.m4: Fix comments to match recent change.
12788
12789 2006-07-11  Eric Blake  <ebb9@byu.net>
12790
12791         * gnulib-tool: List --doc-base before --tests-base.
12792
12793 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12794
12795         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12796
12797 2006-07-11  Bruno Haible  <bruno@clisp.org>
12798
12799         * README: Mention where to put documentation.
12800
12801 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12802
12803         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12804
12805 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12808         to stdint.m4.
12809
12810 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12811
12812         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12813         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12814         "no/such/file/stdint.h" when there is no such file, so that
12815         the resulting C code can be parsed by dodgy compilers.
12816         Problems reported by Bob Proulx.
12817
12818 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12819
12820         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12821         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12822         macros into the GNU _D_EXACT_NAMLEN.
12823         * lib/savedir.c:  Likewise.
12824         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12825
12826 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12827         and Paul Eggert  <eggert@cs.ucla.edu>
12828
12829         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12830         * m4/savedir.m4:
12831         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12832         macros into the GNU _D_EXACT_NAMLEN.
12833
12834 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12835
12836         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12837         around the absolute name, to work around a problem with the HP-UX
12838         11.23 native C compiler, reported by Bob Proulx.
12839
12840 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12841
12842         * doc/maintain.texi, make-stds.texi: Sync from
12843         <http://savannah.gnu.org/projects/gnustandards>.
12844
12845 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12846
12847         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12848
12849 2006-07-09  Jim Meyering  <jim@meyering.net>
12850
12851         * m4/glob.m4: Remove a doubled word in a comment.
12852
12853 2006-07-09  Jim Meyering  <jim@meyering.net>
12854
12855         * lib/argp-pv.c: Remove a doubled word in a comment.
12856         * lib/check-version.c (check_version): Likewise.
12857         * lib/javacomp.c (compile_java_class): Likewise.
12858
12859 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12862         for the benefit of people using Autoconf 2.60.  If you want to
12863         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12864         (or m4/onceonly.m4, if pre-2.57) manually.
12865
12866 2006-07-08  Jim Meyering  <jim@meyering.net>
12867
12868         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12869         comment.
12870         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12871         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12872         comment.
12873
12874 2006-07-08  Jim Meyering  <jim@meyering.net>
12875
12876         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12877
12878 2006-07-07  Simon Josefsson  <jas@extundo.com>
12879
12880         * tests/test-crc.c: Change expected crc value, the test vector
12881         were probably computed using the old broken crc.c?
12882
12883 2006-07-06  Simon Josefsson  <jas@extundo.com>
12884
12885         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12886         now the canonical place for the M4 file).
12887
12888         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12889         from the sys_socket dependency now.
12890
12891         * modules/inet_pton (Files): Ditto.
12892
12893         * modules/inet_ntop (Files): Ditto.
12894
12895 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12896
12897         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12898         not gl_PREREQ_GETUSERSHELL.
12899
12900 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12901
12902         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12903         with only one argument, for Autoconf 2.60.
12904         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12905         expand to nothing, so add a shell command to avoid syntax error.
12906         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12907
12908 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12909
12910         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12911
12912 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12913
12914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12915         no longer needed.  Check for isblank decl.
12916         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12917         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12918         of existence.
12919
12920 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         * lib/getloadavg.c: Use __VMS, not VMS.
12923         * lib/getopt.c: Likewise.
12924         * lib/getpagesize.h: Likewise.
12925         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12926         and probably does not work.
12927
12928 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * lib/.cppi-disable: Add wcwidth.
12931         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12932         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12933         (ISGRAPH): Remove.  All uses changed to isgraph.
12934         (FOLD) [!defined _LIBC]: Remove special case.
12935         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12936         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12937         HAVE_ISBLANK.
12938         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12939         case.
12940
12941 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12942
12943         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12944         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12945         brackets.  Other minor changes to suppress some compiler
12946         warnings.
12947
12948 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12949         and Paul Eggert  <eggert@cs.ucla.edu>
12950
12951         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12952         of invoking obsolescent AC_HEADER_DIRENT macro.
12953         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12954         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12955         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12956         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12957         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12958         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12959         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12960         * m4/readdir.m4: Remove; no longer needed.
12961
12962 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12963         and Paul Eggert  <eggert@cs.ucla.edu>
12964
12965         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12966         Don't worry about this obsolete case any more.
12967         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12968         directories.
12969         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12970         worry about this obsolete case any more.
12971         * lib/fts.c: Likewise.
12972         * lib/getcwd.c: Likewise.
12973         * lib/glob.h: Likewise.
12974         * lib/savedir.c: Likewise.
12975
12976 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12977
12978         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12979         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12980         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12981         needed.
12982         All uses removed.
12983         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12984         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12985         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12986         needed.
12987         * m4/getdate.m4 (gl_GETDATE): Likewise.
12988         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12989         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12990         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12991         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12992         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12993         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12994         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12995         needed.
12996
12997 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12998
12999         * lib/memcasecmp.c: Include <limits.h>.
13000         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13001         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13002         Don't assume isdigit succeeds only on '0' through '9'.
13003
13004 2006-07-05  Eric Blake  <ebb9@byu.net>
13005
13006         * modules/getaddrinfo (Depends-on): Add snprintf.
13007
13008 2006-07-05  Eric Blake  <ebb9@byu.net>
13009
13010         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13011         to avoid 'header present but could not be compiled' on cygwin.
13012
13013 2006-07-05  Eric Blake  <ebb9@byu.net>
13014
13015         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13016         missing from netdb.h.
13017         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13018
13019 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13020
13021         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13022         no longer needed.
13023         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13024         * m4/getdate.m4 (gl_GETDATE): Likewise.
13025         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13026         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13027         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13028         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13029         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13030
13031 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13032
13033         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13034         All uses of is_space replaced by isspace.
13035         * lib/exit.h: Don't talk about STDC_HEADERS.
13036         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13037         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13038         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13039         replaced by isprint etc.
13040         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13041         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13042         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13043         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13044         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13045         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13046
13047 2006-07-05  Bruno Haible  <bruno@clisp.org>
13048
13049         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13050         the function exists, before testing against AIX.
13051         Reported by Martin Lambers <marlam@marlam.de>.
13052
13053 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13054
13055         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13056         From Mark D. Baushke.
13057
13058 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13061         to the absolute name, not just one, to bypass Sun C 5.8's
13062         "warning: #include of /usr/include/... may be non-portable".
13063
13064 2006-07-04  Eric Blake  <ebb9@byu.net>
13065
13066         * modules/dirname-tests: New test module.
13067         * tests/test-dirname.c: New file, replacing dirname.c
13068         TEST_DIRNAME section that was recently deleted.
13069
13070 2006-07-04  Bruno Haible  <bruno@clisp.org>
13071
13072         Assume ANSI C header files and <ctype.h> functions.
13073         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13074         (mbsnwidth): Use isprint, iscntrl instead.
13075
13076 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13077
13078         Merge from coreutils.
13079         * MODULES.html.sh: Add xstrtold.
13080         * modules/xstrtold: New file.
13081         * modules/cycle-check (Files): Add lib/same-inode.h.
13082         * modules/dirname (Files): Add m4/double-slash-root.m4.
13083         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13084         * modules/mkdir-p (Files): Add lib/same-inode.h.
13085         * modules/same (Files): Add lib/same-inode.h.
13086
13087 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13090         This is to keep the terminology clean; POSIX talks about
13091         "absolute pathnames", not "full pathnames", but the GNU
13092         Coding Standards say to use "path" for something else;
13093         so use "absolute" to keep both sides happy.
13094         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13095         Set gl_absolute_header, not gl_full_header_path.
13096         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13097         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13098         All uses changed.
13099
13100         Merge from coreutils.
13101
13102         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13103
13104         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13105         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13106         want to require the building of c-strtod.o.
13107         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13108         needs -lm directly.
13109         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13110
13111         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13112
13113         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13114         --as-needed option if available.  Problem reported by Albert Chin in
13115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13116         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13117         cc merely issues a bunch of annoying warnings for --as-needed
13118         (this problem was reported by Bob Proulx).  Also, try linking with
13119         -lm to detect a bug in binutils 2.16 (this problem was reported
13120         by Ralf Wildenhues).
13121
13122         2006-06-18  Jim Meyering  <jim@meyering.net>
13123
13124         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13125         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13126         macro.
13127         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13128         also check for glibc-2.4's abort-inducing bug.
13129
13130         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13131         Low-probability clean-up should be to use rmdir to get rid of
13132         the just-created directory, not unlink.
13133
13134         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13135         configure fail, and request a bug report to inform us about it.
13136         Add a comment that, barring reports to the contrary, in 2007 we'll
13137         assume ftruncate is universally available.
13138
13139         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13140
13141         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13142
13143         2006-03-12  Jim Meyering  <jim@meyering.net>
13144
13145         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13146         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13147         * m4/same.m4 (gl_SAME): Likewise.
13148         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13149
13150         2006-03-11  Eric Blake  <ebb9@byu.net>
13151
13152         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13153         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13154         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13155         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13156
13157 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13158
13159         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13160         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13161         reported by Mark D. Baushke, one in
13162         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13163
13164         Merge from coreutils.
13165
13166         * lib/.cppi-disable: Add stdint_.h.
13167         * lib/.cvsignore: Add stdint.h.
13168
13169         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13170
13171         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13172         both double and long double versions.
13173         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13174         * lib/xstrtold.c: New file.
13175         * lib/xstrtod.h (xstrtold): New decl.
13176
13177         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13178
13179         * lib/filemode.c (setst): Remove.
13180         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13181         (arguably) clearer, and the generated code is a bit smaller on my
13182         Debian GNU/Linux stable x86 host.
13183
13184         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13185
13186         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13187         Assume that filemode.h includes sys/types.h and sys/stat.h.
13188         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13189         (ftypelet): Reorder to put common cases first, for efficiency.
13190         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13191         to do 'M'.
13192         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13193         of 10, for compatibility with FreeBSD.  All callers changed.
13194         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13195         types that can't be deduced solely from st_mode.  First arg is now a
13196         const pointer.
13197         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13198         (strmode): Renamed from mode_string.
13199         (filemodestring): New decl.
13200         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13201         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13202         needed.
13203         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13204
13205         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13206
13207         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13208         fsusage.h now does that.  Include fsusage.h first, to test interface.
13209         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13210         at most one method (the old code could have generated decls that
13211         didn't conform to C89, not that this was ever exercised).
13212         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13213
13214         2006-03-19  Jim Meyering  <jim@meyering.net>
13215
13216         Work even in a chroot where d_ino values for entries in "/"
13217         don't match the stat.st_ino values for the same names.
13218         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13219         number, iterate through all entries again, using lstat instead.
13220         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13221         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13222
13223         * lib/getcwd.c (__getcwd): Clarify a comment.
13224         Use memcpy in place of a call to strcpy.
13225
13226         2006-03-12  Jim Meyering  <jim@meyering.net>
13227
13228         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13229         matches that of the current directory (which we're about to chdir ".."
13230         out of), then save the dev-ino of the parent, instead.
13231
13232         * lib/same-inode.h (SAME_INODE): New file/macro.
13233         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13234         Include "same-inode.h", instead.
13235         * lib/same.c: Likewise.
13236         * lib/cycle-check.h: Include "same-inode.h".
13237         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13238         * lib/cycle-check.c (SAME_INODE): Remove definition.
13239         * lib/root-dev-ino.h: Include "same-inode.h".
13240
13241         2006-03-11  Eric Blake  <ebb9@byu.net>
13242
13243         * lib/same.c (same_name): s/base_name/last_component/
13244         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13245         * lib/filenamecat.c (file_name_concat): Likewise.
13246
13247         2006-03-11  Eric Blake  <ebb9@byu.net>,
13248                     Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13251         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13252         drive prefix.
13253         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13254         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13255         (last_component): New method.
13256         * lib/dirname.c (dir_len): Determine when drive letters need a
13257         subsequent slash.  Preserve // when it is special.
13258         (dir_name): Don't append dot when drive letter is absolute.
13259         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13260         * lib/basename.c (base_name): New semantics - malloc the result.
13261         Preserve // when it is special.  Preserve relative files that look
13262         like drive letters.
13263         (base_len): Preserve // when it is special.
13264         (last_component): New method, similar to old base_name semantics.
13265         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13266         base_name.  Strip redundant slashes from ///.
13267
13268 2006-07-03  Jim Meyering  <jim@meyering.net>
13269
13270         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13271         macro is used before the first cycle_check call.
13272
13273 2006-07-03  Eric Blake  <ebb9@byu.net>
13274
13275         * modules/dirname (Depends-on): Add xstrndup.
13276
13277 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13278
13279         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13280         test cases, so that config.log is a bit easier to follow.
13281
13282 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13285         both are 64 bits, since this seems to be the tradition, and this
13286         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13287         we ever run into a host that prefers long long to long in this
13288         case, we'll need another configure-time test.  Problem reported by
13289         Jim Meyering.
13290
13291 2006-07-02  Eric Blake  <ebb9@byu.net>
13292
13293         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13294
13295 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * modules/inttypes (Depends-on): No longer depends on stdint.
13298         * modules/stdint (Description): Say more about assumptions.
13299         Say that the fast types might differ.  Say macros are used.
13300         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13301         (Makefile.am): Revise list of substituted symbols to match
13302         new stdint.m4.
13303         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13304         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13305         * tests/test-stdint.c (verify_same_types)
13306         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13307         the code conforms to C99/C89.
13308         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13309         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13310
13311 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13312
13313         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13314         but fix a bug, by requiring at least 64 bits.
13315         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13316         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13317         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13318         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13319
13320         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13321         changes.  Make 2.59 a prerequisite.  Check and substitute for
13322         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13323         inttypes.h.  Do not use special include files; just use the
13324         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13325         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13326         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13327         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13328         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13329         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13330         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13331         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13332         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13333         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13334         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13335         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13336         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13337         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13338         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13339         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13340         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13341         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13342         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13343         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13344         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13345         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13346         not check for things that C99 does not require, e.g., int8_t.  If
13347         a test isn't needed unless <stdint.h> isn't working, and is
13348         unlikely to be needed for any other reason, then don't do it
13349         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13350         size_t, since we assume C89 freestanding at least.  Do not check
13351         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13352         the right thing even if the types are not defined.  Instead use:
13353         (gl_STDINT_TYPE_PROPERTIES): New macro.
13354         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13355         testing whether <sys/types.h> clashes, as Autoconf does this for
13356         us now.  All uses removed.
13357         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13358         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13359         (gl_CHECK_TYPE_SAME):
13360         Remove; no longer needed.
13361         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13362         exists, since we'll return 0 anyway in that case.
13363         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13364
13365 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13368         possible collision with system files.
13369         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13370         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13371         WCHAR_MIN and WCHAR_MAX in this case.
13372         (<stddef.h>): Do not include; no longer needed.
13373         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13374         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13375         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13376         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13377         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13378         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13379         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13380         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13381         !defined(__c99))]: Include in this case too, since it's harmless
13382         now.
13383         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13384         dangerous to do so.
13385         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13386         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13387         (_STDINT_MIN, _STDINT_MAX): New macros.
13388         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13389         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13390         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13391         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13392         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13393         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13394         macros, not typedefs; this simplifies things quite a bit.
13395         Use long int for all types narrower than int64_t.
13396         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13397         Define in terms of long long int or int64_t or long int,
13398         not int64_t or int32_t.  This saves some compile-time testing.
13399         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13400         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13401         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13402         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13403         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13404         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13405         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13406         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13407         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13408         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13409         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13410         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13411         undef any previous version and define our own version, for
13412         simplicity and consistency with the new macros for types.
13413         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13414         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13415         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13416         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13417         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13418         @WINT_T_SUFFIX@ to keep things simple here.
13419         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13420         Simplify by assuming typical 8/16/32/64 host, since we're
13421         already doing that elsewhere anyway.
13422         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13423         and assume long long int is 64 bits if available.  This
13424         speeds up 'configure'.
13425
13426 2006-07-01  Eric Blake  <ebb9@byu.net>
13427
13428         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13429         Reported by Andreas Buening.
13430
13431 2006-07-01  Eric Blake  <ebb9@byu.net>
13432
13433         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13434
13435 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13436
13437         * lib/getaddrinfo.c: fixed typo
13438
13439 2006-06-29  Jim Meyering  <jim@meyering.net>
13440
13441         * modules/strftime (Maintainer): Add my name, since with the
13442         FPRINTFTIME changes strftime.c has forked from glibc.
13443
13444 2006-06-29  Eric Blake  <ebb9@byu.net>
13445
13446         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13447
13448 2006-06-29  Eric Blake  <ebb9@byu.net>
13449
13450         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13451
13452 2006-06-29  Eric Blake  <ebb9@byu.net>
13453
13454         * lib/stat_.h: New file.
13455
13456 2006-06-29  Eric Blake  <ebb9@byu.net>
13457
13458         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13459         unused static function.
13460
13461 2006-06-29  Eric Blake  <ebb9@byu.net>
13462
13463         * doc/functions.texi (Function Portability): Document missing lstat
13464         on mingw.
13465
13466 2006-06-29  Eric Blake  <ebb9@byu.net>
13467
13468         * MODULES.html.sh: Add sys_stat.
13469         * modules/sys_stat: New module.
13470         * modules/mkstemp (Depends-on): Add sys_stat.
13471
13472 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13473
13474         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13475
13476 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13477
13478         * m4/c-bs-a.m4: Removed.
13479
13480 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13481
13482         * lib/strftime.c: Assume strftime() exists.
13483
13484 2006-06-29  Derek Price  <derek@ximbiot.com>
13485
13486         * modules/c-bs-a: Removed - \a is C89.
13487         * MODULES.html.sh: Remove c-bs-a.
13488
13489 2006-06-29  Bruno Haible  <bruno@clisp.org>
13490
13491         * modules/wcwidth (License): Change to LGPL.
13492
13493 2006-06-28  Simon Josefsson  <jas@extundo.com>
13494
13495         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13496         on _WIN32.
13497
13498         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13499         getnameinfo.
13500
13501 2006-06-28  Simon Josefsson  <jas@extundo.com>
13502
13503         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13504
13505 2006-06-28  Simon Josefsson  <jas@extundo.com>
13506
13507         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13508         functions there.  It will succeed on Windows XP, but on Windows
13509         2000 and (presumably) earlier, it will fail, and use the internal
13510         re-implementation.
13511         (use_win32_p): New function.
13512         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13513         Support AI_NUMERICSERV to disable getservbyname.
13514         (getnameinfo): New function, only supports
13515         NI_NUMERICHOST|NI_NUMERICSERV for now.
13516
13517         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13518         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13519         getnameinfo.
13520
13521 2006-06-28  Eric Blake  <ebb9@byu.net>
13522
13523         * modules/wcwidth: New file.
13524         * modules/mbchar (Depends-on): Add wcwidth.
13525         * modules/mbswidth (Depends-on): Add wcwidth.
13526         * MODULES.html.sh: Add wcwidth.
13527
13528 2006-06-28  Eric Blake  <ebb9@byu.net>
13529
13530         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13531         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13532
13533 2006-06-28  Eric Blake  <ebb9@byu.net>
13534
13535         * lib/xvasprintf.h: Fix comments.
13536
13537 2006-06-28  Eric Blake  <ebb9@byu.net>
13538
13539         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13540         * lib/mbswidth.c (wcwidth): Move from here...
13541         * lib/wcwidth.h: ...to this new file.
13542
13543 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13544
13545         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13546
13547         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13548         it's obsolete.
13549         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13550
13551 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13552
13553         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13554         Autoconf 2.60 says this stuff was obsolete.
13555
13556 2006-06-28  Bruno Haible  <bruno@clisp.org>
13557
13558         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13559
13560 2006-06-28  Bruno Haible  <bruno@clisp.org>
13561
13562         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13563         gt_TYPE_WCHAR_T.
13564
13565 2006-06-28  Bruno Haible  <bruno@clisp.org>
13566
13567         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13568         declaration for wcwidth.
13569         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13570
13571 2006-06-28  Bruno Haible  <bruno@clisp.org>
13572
13573         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13574         (mkdir): Define using _mkdir.
13575
13576 2006-06-28  Bruno Haible  <bruno@clisp.org>
13577
13578         * lib/getaddrinfo.h: Fix POSIX URL.
13579         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13580         _WIN32.
13581         (use_win32_p): Make static.
13582         (getaddrinfo): Reject service name if it is empty or does not consist
13583         solely of decimal digits, or if its value is > 65535.
13584         (getnameinfo): Remove useless casts.
13585
13586 2006-06-27  Simon Josefsson  <jas@extundo.com>
13587
13588         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13589         Eggert and Martin Lambers.
13590
13591 2006-06-27  Simon Josefsson  <jas@extundo.com>
13592
13593         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13594         Eggert and Martin Lambers.
13595
13596 2006-06-27  Bruno Haible  <bruno@clisp.org>
13597
13598         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13599         result to 0, not to empty.
13600         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13601
13602 2006-06-27  Bruno Haible  <bruno@clisp.org>
13603
13604         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13605
13606 2006-06-26  Simon Josefsson  <jas@extundo.com>
13607
13608         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13609         present.
13610
13611 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13612
13613         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13614         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13615         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13616
13617 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13618
13619         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13620
13621 2006-06-26  Bruno Haible  <bruno@clisp.org>
13622
13623         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13624
13625 2006-06-26  Bruno Haible  <bruno@clisp.org>
13626
13627         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13628
13629 2006-06-26  Bruno Haible  <bruno@clisp.org>
13630
13631         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13632         SGI C compiler in pre-C99 mode.
13633         Suggested by Mark D. Baushke and Larry Jones.
13634
13635 2006-06-26  Bruno Haible  <bruno@clisp.org>
13636
13637         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13638         WCHAR_MAX.
13639         Reported by Mark D. Baushke and Larry Jones.
13640
13641 2006-06-26  Bruno Haible  <bruno@clisp.org>
13642
13643         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13644         in pre-C99 mode.
13645         Suggested by Mark D. Baushke and Larry Jones.
13646
13647 2006-06-23  Simon Josefsson  <jas@extundo.com>
13648             Bruno Haible  <bruno@clisp.org>
13649
13650         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13651         Emit mostlyclean-local rule.
13652         (func_emit_tests_Makefile_am): Likewise.
13653         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13654
13655 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13656
13657         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13658
13659 2006-06-23  Bruno Haible  <bruno@clisp.org>
13660
13661         * tests/test-stdint.c: Update to match ISO C 99 Technical
13662         Corrigendum 1.
13663
13664 2006-06-23  Bruno Haible  <bruno@clisp.org>
13665
13666         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13667
13668 2006-06-23  Bruno Haible  <bruno@clisp.org>
13669
13670         * lib/stdint_.h: Treat IRIX like OpenBSD.
13671
13672 2006-06-23  Bruno Haible  <bruno@clisp.org>
13673
13674         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13675         ISO C 99 Technical Corrigendum 1.
13676
13677 2006-06-22  Simon Josefsson  <jas@extundo.com>
13678
13679         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13680         MinGW.
13681
13682 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13685         needed.  Some compiler complained about some of them.  Problem reported
13686         by Larry Jones in
13687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13688
13689 2006-06-21  Simon Josefsson  <jas@extundo.com>
13690
13691         * tests/test-getaddrinfo.c: New file.
13692
13693         * modules/getaddrinfo-tests: New file.
13694
13695         * MODULES.html.sh: Add inet_pton.
13696
13697         * modules/inet_pton: New file.
13698
13699 2006-06-21  Simon Josefsson  <jas@extundo.com>
13700
13701         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13702         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13703         of using the (limited) gnulib implementation on Windows XP.
13704
13705         * m4/inet_pton.m4: New file.
13706
13707 2006-06-21  Simon Josefsson  <jas@extundo.com>
13708
13709         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13710         variable.
13711
13712         * lib/socket_.h: Don't define WINVER.
13713
13714         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13715         slightly modified to work in gnulib.
13716
13717 2006-06-21  Simon Josefsson  <jas@extundo.com>
13718
13719         * doc/gnulib.texi (Windows sockets): Add.
13720
13721 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13722
13723         * lib/read-file.c (fread_file): Start with buffer allocation of
13724         0 bytes rather than 1 byte; this simplifies the code.
13725         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13726         code to free buffer and save/restore errno.
13727         (internal_read_file): Remove unused local.
13728
13729 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13730
13731         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13732         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13733         Problem reported by Denis Excoffier in
13734         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13735
13736 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13737
13738         * modules/sys_socket, modules/socklen: Include sys/types since
13739         FreeBSD 4.x's sys/socket.h needs it.
13740
13741 2006-06-19  Simon Josefsson  <jas@extundo.com>
13742
13743         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13744
13745 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13748
13749 2006-06-19  Bruno Haible  <bruno@clisp.org>
13750
13751         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13752         and FULL_PATH_INTTYPES_H in angle brackets.
13753         Reported by Mark D. Baushke <mdb@gnu.org>.
13754
13755 2006-06-17  Eric Blake  <ebb9@byu.net>
13756
13757         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13758         errno.
13759
13760 2006-06-17  Bruno Haible  <bruno@clisp.org>
13761
13762         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13763         <sys/inttypes.h>.
13764
13765 2006-06-17  Bruno Haible  <bruno@clisp.org>
13766
13767         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13768         whether errno is declared. Assume <errno.h> declares errno.
13769
13770 2006-06-17  Bruno Haible  <bruno@clisp.org>
13771
13772         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13773
13774 2006-06-17  Bruno Haible  <bruno@clisp.org>
13775
13776         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13777         problem on Solaris 2.5.1.
13778
13779 2006-06-16  Eric Blake  <ebb9@byu.net>
13780
13781         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13782         * lib/unicodeio.c [!defined errno]: Likewise.
13783         * lib/strtol.c [!defined errno]: Likewise.
13784         * lib/strtod.c [!defined errno]: Likewise.
13785
13786 2006-06-15  Eric Blake  <ebb9@byu.net>
13787
13788         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13789
13790 2006-06-15  Eric Blake  <ebb9@byu.net>
13791
13792         * config/srclist.txt (ssize_t.m4): Lose sync.
13793
13794 2006-06-15  Bruno Haible  <bruno@clisp.org>
13795
13796         * modules/stdint (Files): Include m4/full-header-path.m4,
13797         m4/size_max.m4, m4/wchar_t.m4.
13798         (Makefile.am): Many more substitutions.
13799         * modules/stdint-tests: New file.
13800         * tests/test-stdint.c: New file.
13801
13802 2006-06-15  Bruno Haible  <bruno@clisp.org>
13803
13804         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13805         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13806         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13807         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13808         gl_CHECK_TYPE_SAME): New macros.
13809
13810 2006-06-15  Bruno Haible  <bruno@clisp.org>
13811
13812         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13813
13814 2006-06-15  Bruno Haible  <bruno@clisp.org>
13815
13816         * lib/stdint_.h: Rewritten to be fully auto-configured.
13817         Fixes bug on HP-UX/IA64.
13818
13819 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * lib/getdate.y (__attribute__): Don't define if already defined.
13822         Problem reported by Larry Jones.
13823         * lib/utimens.c (__attribute__): Likewise.
13824
13825 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13826
13827         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13828         reported by Andreas Schwab.
13829
13830 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13831             Bruno Haible  <bruno@clisp.org>
13832
13833         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13834         check for the declaration of strnlen and a run test that exposes the
13835         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13836         rpl_strndup.
13837
13838 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13839             Bruno Haible  <bruno@clisp.org>
13840
13841         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13842
13843 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13844
13845         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13846         compile test, for Tru64 4.0D.
13847
13848 2006-05-28  Karl Berry  <karl@gnu.org>
13849
13850         * config/srclist.txt (printf-args.c): lose sync.
13851
13852 2006-05-26  Martin Lambers  <marlam@marlam.de>
13853
13854         * lib/getpass.c: Updates the test for the native W32 API, and adds
13855         missing includes, thus fixing compilation warnings.
13856
13857 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13858
13859         * lib/exclude.c (exclude_fnmatch): New function.
13860         (excluded_file_name): Call exclude_fnmatch.
13861         * lib/exclude.h (excluded_file_name): New prototype
13862
13863 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         * lib/tempname.c (small_open, large_open): New macros.
13866         (__open, __open64) [!_LIBC]: Remove.
13867         (__gen_tempname): Use small_open and large_open instead of __open
13868         and __open64.  This fixes a portability bug on HP-UX 11.11i
13869         reported by Simon Wing-Tang in
13870         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13871
13872 2006-05-24  Bruno Haible  <bruno@clisp.org>
13873
13874         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13875         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13876         Reported by Thorsten Maerz <torte@netztorte.de> via
13877         Aaron Stone <aaron@serendipity.cx>.
13878
13879 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13882         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13883         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13884         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13885         not really conditional on the cache.
13886         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13887
13888 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13891         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13892         (my_usleep): Don't mishandle maximum value.
13893
13894 2006-05-19  Jim Meyering  <jim@meyering.net>
13895
13896         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13897
13898 2006-05-17  Bruno Haible  <bruno@clisp.org>
13899
13900         Cygwin portability.
13901         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13902
13903 2006-05-17  Bruno Haible  <bruno@clisp.org>
13904
13905         * lib/stdint_.h: Fix recognition of Cygwin.
13906
13907 2006-05-15  Bruno Haible  <bruno@clisp.org>
13908
13909         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13910         on libtool patch by Ralf Wildenhues.
13911
13912 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13915         test for C99 conformance; (bool) 0.5 is an integer constant
13916         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13917         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13918
13919 2006-05-11  Simon Josefsson  <jas@extundo.com>
13920
13921         * m4/xvasprintf.m4: Fix obvious typo.
13922
13923 2006-05-11  Jim Meyering  <jim@meyering.net>
13924
13925         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13926         James Lemley.
13927
13928 2006-05-10  Simon Josefsson  <jas@extundo.com>
13929
13930         * lib/md4.c: Typo fix, update copyright years.
13931         (K1, K2): Don't use L because it turn computations into 64-bit on
13932         64-bit platforms.
13933
13934 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13935
13936         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13937         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13938         unwanted sign propagation, e.g., on hosts with 64-bit int.
13939         There still are some problems with reeelly weird theoretical hosts
13940         (e.g., 33-bit int) but it's not worth worrying about now.
13941         * lib/sha1.c (rol): Likewise.
13942         (K1, K2, K3, K4): Remove unnecessary L suffix.
13943
13944 2006-05-10  Bruno Haible  <bruno@clisp.org>
13945
13946         * lib/des.c: Cast to avoid warnings.
13947
13948 2006-05-09  Bruno Haible  <bruno@clisp.org>
13949
13950         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13951         (Depends-on): Depend also on xsize, stdarg.
13952         (configure.ac): Add gl_XVASPRINTF.
13953
13954 2006-05-09  Bruno Haible  <bruno@clisp.org>
13955
13956         * m4/xvasprintf.m4: New file.
13957
13958 2006-05-09  Bruno Haible  <bruno@clisp.org>
13959
13960         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13961         (EOVERFLOW): Define fallback value.
13962         (xstrcat): New function.
13963         (xvasprintf): Recognize the special case of a string concatenation.
13964
13965 2006-05-08  Eric Blake  <ebb9@byu.net>
13966
13967         * gnulib-tool (func_version): Base copyright year on CVS date.
13968         (func_emit_copyright_notice): New function.
13969         (func_emit_lib_Makefile_am): Use it.
13970         (func_emit_tests_Makefile_am): Likewise.
13971         (func_import): Likewise.
13972
13973 2006-05-08  Bruno Haible  <bruno@clisp.org>
13974
13975         * modules/stdarg: New file.
13976         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13977
13978 2006-05-08  Bruno Haible  <bruno@clisp.org>
13979
13980         * m4/stdarg.m4: New file, from GNU gettext.
13981
13982 2006-05-08  Bruno Haible  <bruno@clisp.org>
13983
13984         * config/srclist.txt (build-aux/config.rpath): different from latest
13985         release.
13986
13987 2006-05-08  Bruno Haible  <bruno@clisp.org>
13988
13989         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13990
13991 2006-05-05  Jim Meyering  <jim@meyering.net>
13992
13993         * m4/warning.m4: New file, derived from bison's file by the same name.
13994
13995 2006-05-03  Bruno Haible  <bruno@clisp.org>
13996
13997         * lib/stdint_.h: Shorter URL.
13998         * lib/inttypes.h: Likewise.
13999
14000 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14001
14002         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14003
14004 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         * lib/verify.h: Document the internals better.  Most of this change
14007         was written by Bruno Haible.
14008
14009 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * doc/verify.texi: New file, partly based on a proposal by
14012         Bruno Haible.
14013
14014 2006-05-02  Bruno Haible  <bruno@clisp.org>
14015
14016         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14017         test from here...
14018         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14019
14020 2006-04-29  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14023         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14024
14025 2006-04-29  Bruno Haible  <bruno@clisp.org>
14026
14027         * gnulib-tool: Make --update option actually work.
14028
14029 2006-04-29  Bruno Haible  <bruno@clisp.org>
14030
14031         * doc/gcd.texi: New file.
14032         * doc/gnulib.texi: Include it.
14033
14034 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14035
14036         * lib/getdate.y (get_date): When adding relative date, start with the
14037         initial time, not with the result of the first mktime call.
14038
14039 2006-04-25  Bruno Haible  <bruno@clisp.org>
14040
14041         * gnulib-tool (func_import): Output the include directives in three
14042         blocks, sorted separately.
14043         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14044
14045 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14046
14047         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14048         to define main with arguments, for C++.  Reported by Eric Blake.
14049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14050         Prefer 'int main ()' to 'int main (void)', for C++.
14051         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14052         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14053         for 'main', for C99 and C++.
14054
14055 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14058         Don't assume that exit status -1 is valid.
14059         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14060         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14061         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14062         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14063         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14064         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14065         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14066         functions can be used without declaring them, or that you can
14067         exit with status -1.
14068         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14069
14070 2006-04-24  Karl Berry  <karl@gnu.org>
14071
14072         * config/srclist.txt (longdouble.m4): sync lost.
14073
14074 2006-04-24  Eric Blake  <ebb9@byu.net>
14075
14076         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14077
14078 2006-04-24  Bruno Haible  <bruno@clisp.org>
14079
14080         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14081         poll() implementation in AIX.
14082         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14083
14084 2006-04-24  Bruno Haible  <bruno@clisp.org>
14085
14086         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14087         assigned exactly once.
14088
14089 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14090             Bruno Haible  <bruno@clisp.org>
14091
14092         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14093         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14094         for AM_CPPFLAGS.
14095
14096 2006-04-23  Bruno Haible  <bruno@clisp.org>
14097
14098         * modules/copy-file: Depend on unistd.
14099         * modules/execute: Likewise.
14100         * modules/fatal-signal: Likewise.
14101         * modules/findprog: Likewise.
14102         * modules/mkdtemp : Likewise.
14103         * modules/pipe: Likewise.
14104         * modules/wait-process: Likewise.
14105
14106 2006-04-23  Bruno Haible  <bruno@clisp.org>
14107
14108         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14109         condition was already detected.
14110         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14111
14112 2006-04-23  Bruno Haible  <bruno@clisp.org>
14113
14114         * lib/copy-file.c: Include <unistd.h> unconditionally.
14115         * lib/execute.c: Likewise.
14116         * lib/fatal-signal.c: Likewise.
14117         * lib/findprog.c: Likewise.
14118         * lib/mkdtemp.c: Likewise.
14119         * lib/pipe.h: Likewise.
14120         * lib/pipe.c: Likewise.
14121         * lib/wait-process.h: Likewise.
14122
14123 2006-04-23  Bruno Haible  <bruno@clisp.org>
14124
14125         * gnulib-tool (func_usage): Fix --import description. Document
14126         --update.
14127         (func_import): Create temporary file in a temporary directory, if
14128         --dry-run is specified. Silence errors from 'grep' when there are no
14129         m4 files in $m4dir.
14130         (func_create_testdir): Silence errors from 'grep' when there are no
14131         m4 files in $m4dir.
14132         Reported by Karl Berry <karl@freefriends.org>.
14133
14134 2006-04-20  Bruno Haible  <bruno@clisp.org>
14135
14136         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14137         one argument, so that the code will be portable to Autoconf 2.60.
14138         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14139         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14140         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14141
14142 2006-04-19  Derek Price  <derek@ximbiot.com>
14143             Eric Blake  <ebb9@byu.net>
14144
14145         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14146         rather than "/full/path.h".  Update comment to match.  Shorten &
14147         generalize m4_translit call via AS_TR_CPP.
14148
14149 2006-04-19  Derek Price  <derek@ximbiot.com>
14150             Eric Blake  <ebb9@byu.net>
14151
14152         * lib/inttypes.h: Correct grammar in comment.
14153
14154 2006-04-18  Derek Price  <derek@ximbiot.com>
14155             Paul Eggert  <eggert@cs.ucla.edu>
14156
14157         * modules/inttypes: New file.
14158         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14159
14160 2006-04-18  Derek Price  <derek@ximbiot.com>
14161             Paul Eggert  <eggert@cs.ucla.edu>
14162
14163         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14164         New files.
14165
14166 2006-04-18  Derek Price  <derek@ximbiot.com>
14167             Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * lib/inttypes.h: New file.
14170         * lib/strtoimax.c: Assume <inttypes.h>.
14171
14172 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14175         isn't mounted.  Problem reported by Kir Kolyshkin.
14176
14177 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14180         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14181         Derek R. Price.
14182         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14183         implementation.
14184
14185 2006-04-12  Eric Blake  <ebb9@byu.net>
14186
14187         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14188         is now done automatically by the corresponding Autoconf macro.
14189
14190 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14193         time_r.h.
14194
14195 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14196
14197         Merge regex changes from libc, removing some of our
14198         POSIX-conformance changes that were rejected and redoing them in a
14199         less-intrusive way.
14200
14201         * lib/regcomp.c (re_compile_internal, init_dfa):
14202         Length arg is now size_t, not Idx.  All uses changed.
14203         (peek_token): Forward decl now says internal_function.
14204         (__re_error_msgid, __re_error_msgid_idx):
14205         Now static rather than extern with attribute_hidden.
14206         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14207         For some reason libc prefers K&R style defns for external functions.
14208         (regerror) [!defined _LIBC]: Likewise.
14209         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14210         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14211         (build_range_exp, build_collating_symbol):
14212         Use K&R-style defn.
14213         (re_compile_fastmap): Use '\0' to memset, not 0.
14214         (utf8_sb_map): Make the calculations more obvious.
14215         (init_dfa, parse_bracket_exp, build_charclass_op):
14216         Call calloc and cast result, as glibc does.
14217         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14218         (build_range_exp, build_collating_symbol):
14219         Now internal functions.
14220
14221         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14222
14223         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14224         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14225         Don't depend on VMS; depend on __VMS instead, for POSIX
14226         namespace cleanness.
14227         (regoff_t): Define to ssize_t, not long int.
14228
14229         Remove the REG_ macros named below.  Instead, make the old names
14230         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14231         __USE_GNU_REGEX.
14232         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14233         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14234         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14235         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14236         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14237         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14238         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14239         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14240         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14241         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14242         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14243         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14244         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14245         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14246         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14247         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14248         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14249         (REG_NREGS):
14250         Remove.  All uses replaced by the old RE_* names.
14251         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14252         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14253         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14254         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14255         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14256         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14257         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14258         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14259         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14260         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14261         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14262         Don't bother having these macros be independent of each others'
14263         values, since they no longer exist in the POSIX name space.
14264
14265         Rename the following member names back to their old names,
14266         unless !__USE_GNU_REGEX.  All uses changed back.
14267         (buffer): Renamed from re_buffer.
14268         (allocated): Renamed from re_allocated.
14269         (used): Renamed from re_used.
14270         (syntax): Renamed from re_syntax.
14271         (fastmap): Renamed from re_fastmap.
14272         (translate): Renamed from re_translate.
14273         (can_be_null): Renamed from re_can_be_null.
14274         (regs_allocated): Renamed from re_regs_allocated.
14275         (fastmap_accurate): Renamed from re_fastmap_accurate.
14276         (no_sub): Renamed from re_no_sub.
14277         (not_bol): Renamed from re_not_bol.
14278         (not_eol): Renamed from re_not_eol.
14279         (newline_anchor): Renamed from re_newline_anchor.
14280         (num_regs): Renamed from rm_num_regs.
14281         (start): Renamed from rm_start.
14282         (end): Renamed from rm_end.
14283
14284         (free_state): Move up a bit.
14285
14286         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14287         #define to be empty.
14288         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14289         when that is what is intended.
14290         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14291         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14292         (MAX): New macro.
14293         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14294         All uses changed back to re_malloc, etc.  It's now the caller's
14295         responsibility to check for overflow; all callers changed.
14296         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14297         (re_x2nrealloc): Remove.
14298         (free_state): Remove decl.
14299
14300         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14301         (re_set_registers, re_exec):
14302         Use K&R-style defn.
14303
14304         2006-01-31  Roland McGrath  <roland@redhat.com>
14305
14306         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14307         Reported by Mike Frysinger <vapier@gentoo.org>.
14308
14309         2006-01-15  Andreas Jaeger  <aj@suse.de>
14310
14311         [BZ #1950]
14312         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14313         build_wcs_upper_buffer change.
14314         (build_wcs_upper_buffer): Change return type.
14315
14316         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14317
14318         * lib/regex_internal.h: Include <stdint.h> if available.
14319
14320         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14321
14322         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14323
14324         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14325
14326         * lib/regcomp.c: Adjust for changed secondary hash function.
14327
14328         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14329
14330         * lib/regex.h: Pretty printing.
14331         Clean up namespace a bit.
14332
14333         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14334
14335         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14336         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14337
14338         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14339                     Ulrich Drepper  <drepper@redhat.com>
14340
14341         [BZ #1302]
14342         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14343         changed.
14344         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14345
14346         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14347
14348         [BZ #281]
14349         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14350         * lib/regcomp.c: Remove unnecessary uses of
14351         unsigned RE_TRANSLATE_TYPE.
14352         * lib/regex_internal.h: Likewise.
14353         * lib/regex_internal.c: Likewise.
14354         * lib/regexec.c: Likewise.
14355         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14356
14357         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14358
14359         * lib/regexec.c (find_recover_state): Remove unnecessary
14360         initialization.
14361         (transit_state_bkref): Make DFA a const pointer.
14362         (get_subexp): Likewise.
14363         (check_arrival): Likewise.
14364         (update_cur_sifted_state): Likewise.
14365         (re_search_internal): Likewise.
14366         (prune_impossible_nodes): Likewise.
14367         (acquire_init_state_context): Likewise.
14368         (proceed_next_node): Likewise.
14369         (set_regs): Likewise.
14370         (free_fail_stack_return): Likewise.
14371         (check_arrival_expand_ecl): Mark DFA parameter as const.
14372         (check_arrival_expand_ecl_sub): Likewise.
14373         (check_subexp_limits): Likewise.
14374         (sub_epsilon_src_nodes):  Likewise.
14375         (add_epsilon_src_nodes):  Likewise.
14376         (merge_state_array): Likewise.
14377         (update_regs): Likewise.
14378         (build_trtable): Likewise.
14379         (sift_states_backward): Mark MCTX parameter as const.
14380         (build_sifted_states): Likewise.
14381         (update_cur_sifted_state): Likewise.
14382         (sift_states_mkref): Likewise.
14383         (check_arrival_expand_ecl): Mark eclosure as const.
14384         (check_dst_limits_calc_pos_1): Likewise.
14385         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14386         pointer.
14387
14388         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14389
14390         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14391         (transit_state_sb): Likewise.
14392         (transit_state_mb): Likewise.
14393         (sift_states_iter_mb): Likewise.
14394         (check_arrival_add_next_nodes): Likewise.
14395         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14396         [_LIBC] (re_search_2_stub): Use mempcpy.
14397
14398         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14399         mbrtowc for very simple UTF-8 case.
14400
14401         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14402         a pointer-to-const.
14403         (re_acquire_state_context): Likewise.
14404         * lib/regex_internal.h: Adjust prototypes.
14405
14406         * lib/regex.c: Prevent using C++ compilers.
14407
14408         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14409         (re_acquire_state_context): Likewise.
14410
14411 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * modules/regex (Depends-on): Add ssize_t.
14414
14415 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14416
14417         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14418         translation table.
14419
14420 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14423
14424 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14425             Bruno Haible  <bruno@clisp.org>
14426
14427         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14428         <sys/types.h> and <inttypes.h>.
14429
14430 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14431
14432         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14433         `__error_t_defined', so argp.h will not typedef the former.
14434
14435 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14438         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14439         glibc names.  Even if glibc is changed to conform to POSIX, the
14440         traditional names will be available anyway, since regex depends on
14441         the extensions module.  Also, fix a longstanding typo in the
14442         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14443         reported by Emanuele Giaquinta.  Also, change sense of cached
14444         variable, so that the message makes sense.
14445
14446 2006-03-24  Simon Josefsson  <jas@extundo.com>
14447
14448         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14449         including some doc fixes.
14450         (base64_encode_alloc): Fix +1 bug on allocation failures.
14451
14452 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14453
14454         * lib/base64.c (base64_encode): Do not read past end of array with
14455         unsanitized input on systems with CHAR_BIT > 8.
14456
14457 2006-03-24  Eric Blake  <ebb9@byu.net>
14458
14459         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14460
14461 2006-03-22  Karl Berry  <karl@gnu.org>
14462
14463         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14464         * config/srclistvars.sh (COREUTILS): new var.
14465
14466 2006-03-17  Jim Meyering  <jim@meyering.net>
14467
14468         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14469         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14470
14471 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14472
14473         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14474         no longer needs it.  Instead, check that regoff_t is as least
14475         as wide as ptrdiff_t.
14476
14477         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14478         so that our regex.h stays compatible with the installed regex.
14479         This is helpful for installers who configure --without-included-regex.
14480         Problem reported by Emanuele Giaquinta.
14481
14482 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14483
14484         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14485         Typedef to long int, not to off_, as POSIX will likely change
14486         in that direction.
14487
14488 2006-03-15  Eric Blake  <ebb9@byu.net>
14489
14490         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14491
14492 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14493
14494         * lib/argp-help.c (validate_uparams): Fix typo
14495         * lib/argp-parse.c (argp_default_options): Consistently begin help
14496         messages with a lowercase letter.
14497
14498 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14499
14500         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14501         overrun buffers and shouldn't be used (much as gets shouldn't be
14502         used).
14503         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14504
14505 2006-03-08  Simon Josefsson  <jas@extundo.com>
14506
14507         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14508         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14509
14510 2006-03-08  Simon Josefsson  <jas@extundo.com>
14511
14512         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14513         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14514
14515 2006-03-08  Simon Josefsson  <jas@extundo.com>
14516
14517         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14518         signal that configure disabled the device.
14519
14520 2006-03-08  Simon Josefsson  <jas@extundo.com>
14521
14522         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14523         languages.
14524
14525 2006-03-07  Simon Josefsson  <jas@extundo.com>
14526
14527         * modules/getopt (Depends-on): Add unistd.
14528
14529         * modules/unistd: New file.
14530
14531 2006-03-07  Simon Josefsson  <jas@extundo.com>
14532
14533         * modules/gc-random: New file.
14534
14535 2006-03-07  Simon Josefsson  <jas@extundo.com>
14536
14537         * m4/unistd_h.m4: New file.
14538
14539 2006-03-07  Simon Josefsson  <jas@extundo.com>
14540
14541         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14542         test to be side-effect free by storing the result in the cache
14543         variable gl_cv_lib_readline, and moving the assignment of
14544         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14545         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14546
14547 2006-03-07  Simon Josefsson  <jas@extundo.com>
14548
14549         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14550         error on missing devices (the functions will return an error).
14551
14552         * m4/gc.m4: Move random stuff to gc-random.m4
14553
14554 2006-03-07  Simon Josefsson  <jas@extundo.com>
14555
14556         * lib/unistd_.h: New file.
14557
14558 2006-03-07  Simon Josefsson  <jas@extundo.com>
14559
14560         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14561
14562 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14565         Problem reported by Juan Manuel Guerrero.
14566
14567 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14570         the unistd module.
14571         * lib/getlogin_r.c: Likewise.
14572         * lib/getlogin_r.h: Likewise.
14573         * lib/glob.c: Likewise.
14574         * lib/pagealign_alloc.c: Likewise.
14575         * lib/unistd_.h: Remove; no longer needed.
14576
14577 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14578
14579         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14580         Add unistd.
14581         * modules/c-stack (Depends-on): Add unistd.
14582         * modules/getlogin_r: Likewise.
14583         * modules/glob: Likewise.
14584         * modules/pagealign_alloc: Likewise.
14585         * modules/unistd (Files): Remove lib/unistd_.h.
14586         (EXTRA_DIST): Remove.
14587         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14588         need unistd_.h.
14589         (MOSTLYCLEANFILES): Remove unistd.h-t.
14590
14591 2006-03-03  Simon Josefsson  <jas@extundo.com>
14592
14593         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14594
14595 2006-03-03  Simon Josefsson  <jas@extundo.com>
14596
14597         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14598         libidn and bison.
14599
14600 2006-03-03  Simon Josefsson  <jas@extundo.com>
14601
14602         * build-aux/maint.mk: Add indent target.
14603
14604 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14605
14606         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14607         our replacement poll.h in any case, to avoid a differing
14608         declaration from a system header.  Seen on AIX.
14609
14610 2006-03-01  Simon Josefsson  <jas@extundo.com>
14611
14612         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14613         <kasal@ucw.cz>.
14614
14615 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         * modules/gettime (Depends-on): Add extensions module.
14618         * modules/nanosleep (Depends-on): Likewise.
14619         * modules/settime (Depends-on): Likewise.
14620
14621 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14622
14623         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14624         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14625         pedantically.
14626         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14627         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14628
14629         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14630         not "==".  Reported by Ralf Wildenhues.
14631
14632 2006-03-01  Karl Berry  <karl@gnu.org>
14633
14634         * doc/Copyright/request-*: new files, synced from gnuorg.
14635
14636 2006-03-01  Karl Berry  <karl@gnu.org>
14637
14638         * config/srclist.txt (Copyright/*): new entries.
14639
14640 2006-02-28  Simon Josefsson  <jas@extundo.com>
14641
14642         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14643
14644 2006-02-27  Simon Josefsson  <jas@extundo.com>
14645
14646         * lib/base64.h: Indent #define's.  From Jim Meyering
14647         <jim@meyering.net>.
14648
14649 2006-02-27  Jim Meyering  <jim@meyering.net>
14650
14651         Revert the change of 2006-02-24, so these files can continue
14652         to be sync'd from gettext.
14653         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14654         of `config.h'.
14655
14656 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14657
14658         * modules/intprops: New file.
14659         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14660         Add intprops.
14661         * modules/getloadavg (Files): Remove lib/intprops.h.
14662         (Depends-on): Add intprops.
14663         * modules/human: Likewise.
14664         * modules/inttostr: Likewise.
14665         * modules/openat: Likewise.
14666         * modules/sig2str: Likewise.
14667         * modules/userspec: Likewise.
14668         * modules/utimecmp: Likewise.
14669         * modules/xnanosleep: Likewise.
14670         * modules/xstrtol: Likewise.
14671
14672 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14673
14674         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14675         * modules/lock-tests (TESTS): Use $(EXEEXT).
14676         * modules/tls-tests: Likewise.
14677         * modules/argp-tests: Likewise.
14678         (check_PROGRAMS): New var, replacing...
14679         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14680
14681 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14682
14683         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14684         `config.h'.
14685
14686 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14687
14688         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14689
14690 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14691
14692         Sync from coreutils.
14693         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14694         gl_CHDIR_SAFER.
14695
14696 2006-02-22  Jim Meyering  <jim@meyering.net>
14697
14698         Sync from coreutils.
14699         * m4/chdir-safer.m4: New file.
14700
14701 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14704         AT_FDCWD exceeds INT_MAX.
14705         * lib/openat.h (AT_FDCWD): Likewise.
14706
14707 2006-02-17  Eric Blake  <address@hidden>
14708
14709         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14710
14711 2006-02-16  Simon Josefsson  <jas@extundo.com>
14712
14713         * modules/getaddrinfo (Depends-on): Add sys_socket.
14714
14715 2006-02-15  Simon Josefsson  <jas@extundo.com>
14716
14717         * build-aux/maint.mk: Add dsyntax-check rule.
14718
14719 2006-02-15  Eric Blake  <ebb9@byu.net>
14720
14721         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14722         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14723         'present but cannot compile' warnings on cygwin.
14724         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14725         use ws2tcpip.h if sys/socket.h works.
14726         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14727         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14728
14729 2006-02-14  Simon Josefsson  <jas@extundo.com>
14730
14731         * modules/maintainer-makefile (Files): Rename.
14732
14733         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14734         and (the local) Makefile.cfg to maint-cfg.mk.
14735
14736         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14737         to the latter.
14738
14739         * modules/maintainer-makefile: New module.
14740
14741         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14742         severaly stripped to make it possible to build it up from scratch
14743         with reliable tests.
14744
14745         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14746         fixes to permit overriding the default actions when configure and
14747         makefile are not available.
14748
14749 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         Sync from coreutils.
14752         * modules/lstat (Depends-on): Don't depend on xalloc.
14753         (License): Change from GPL to LGPL, since this is now simply a
14754         replacement for a libc function.
14755
14756 2006-02-14  Jim Meyering  <jim@meyering.net>
14757
14758         Sync from coreutils.
14759
14760         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14761         failure on deficient systems, and simplify gnulib lgpl dependencies.
14762         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14763         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14764
14765         * lib/xalloc-die.c: Remove unused definition of N_.
14766
14767 2006-02-14  Jim Meyering  <jim@meyering.net>
14768
14769         Sync from coreutils.
14770         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14771         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14772         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14773         double-quote uses of that variable, to accommodate the rare case in
14774         which getmntent is available in none of the libraries checked.  This
14775         happens at least on FreeBSD 5.0.
14776
14777 2006-02-13  Simon Josefsson  <jas@extundo.com>
14778
14779         * gnulib-tool (Usage): Fix --import, from
14780         karl@freefriends.org (Karl Berry).
14781
14782 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14783
14784         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14785
14786 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14787
14788         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14789         "autoupdate" on 2005-12-12.
14790
14791 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14792
14793         * modules/closeout (Depends-on): Remove atexit.
14794
14795 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14798         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14799
14800 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14803         __EXTENSIONS__ if this causes compilation to fail.  Problem
14804         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14805         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14806
14807 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14810         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14811         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14812         All uses changed.
14813
14814 2006-01-26  Simon Josefsson  <jas@extundo.com>
14815
14816         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14817         prototype is visible on mingw32.
14818
14819         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14820         for mingw32.
14821
14822         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14823         mingw32).
14824
14825 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14826
14827         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14828         attempt to open for write; this always fails, at least on POSIX
14829         hosts.  This reinstates the 2006-01-09 change, which was
14830         inadvertently removed.
14831
14832 2006-01-26  Bruno Haible  <bruno@clisp.org>
14833
14834         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14835         Reported by Paul Eggert.
14836
14837 2006-01-26  Bruno Haible  <bruno@clisp.org>
14838             Paul Eggert  <eggert@cs.ucla.edu>
14839
14840         * lib/stdbool_.h (_Bool)
14841         [(! (defined __cplusplus || defined __BEOS__)
14842           && !defined __GNUC__
14843           && !(defined __HP_cc || defined __xlc__
14844                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14845                || defined __sgi))]:
14846         #define to signed char in these cases too; this simplifies
14847         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14848         etc., separately) and makes it more conservative.
14849
14850 2006-01-25  Simon Josefsson  <jas@extundo.com>
14851
14852         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14853         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14854         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14855
14856 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14857
14858         * lib/argp-namefrob.h: Bugfix. Remove stray #
14859
14860 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14861
14862         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14863         so that we test the test.
14864         Check for yet another HP-UX cc bug involving *bool |= bool.
14865
14866 2006-01-25  Karl Berry  <karl@gnu.org>
14867
14868         * config/srclist.txt (vasnprintf.c): sync lost.
14869
14870 2006-01-25  Jim Meyering  <jim@meyering.net>
14871
14872         Sync from the stable (b5) branch of coreutils:
14873
14874         * lib/fts.c (fts_children): Don't let close() clobber errno from
14875         failed fchdir().
14876
14877         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14878         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14879         a dangling symlink.  That can also happen at least for ELOOP.
14880         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14881         FYI, this bug predates the inclusion of fts.c in coreutils.
14882
14883         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14884         in their own block, so pre-c99 compilers don't object.
14885
14886         Avoid the double-free (first in fts_read, second in fts_close) that
14887         would occur when an `active' directory is made inaccessible (e.g.,
14888         via chmod a-x) during a traversal.
14889         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14890         before returning.  Reproduce this failure by
14891         mkdir -p a/b; cd a; chmod a-x . b
14892         Reported by Stavros Passas.
14893
14894 2006-01-25  Jim Meyering  <jim@meyering.net>
14895
14896         * lib/fileblocks.c: Remove more useless parentheses.
14897         * lib/readutmp.h: Likewise.
14898
14899 2006-01-25  Bruno Haible  <bruno@clisp.org>
14900
14901         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14902         warnings.
14903         Reported by Paul Eggert.
14904
14905 2006-01-25  Bruno Haible  <bruno@clisp.org>
14906
14907         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14908         rid of a trap command. For Solaris sh.
14909         Reported by Mark D. Baushke <mdb@gnu.org>.
14910
14911 2006-01-24  Simon Josefsson  <jas@extundo.com>
14912
14913         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14914         Bruno.
14915
14916 2006-01-24  Karl Berry  <karl@gnu.org>
14917
14918         * config/srclist.txt (argp-namefrob.h): sync lost.
14919
14920 2006-01-24  Jim Meyering  <jim@meyering.net>
14921
14922         * modules/openat (Files): Add lib/intprops.h.
14923         From Mark D. Baushke.
14924
14925 2006-01-24  Jim Meyering  <jim@meyering.net>
14926
14927         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14928         Reported by Mark D. Baushke.
14929
14930 2006-01-24  Jim Meyering  <jim@meyering.net>
14931
14932         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14933
14934 2006-01-24  Bruno Haible  <bruno@clisp.org>
14935
14936         * modules/strnlen (Maintainer): Change from glibc to all.
14937
14938 2006-01-24  Bruno Haible  <bruno@clisp.org>
14939
14940         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14941         Patch by Paul Eggert.
14942
14943 2006-01-24  Bruno Haible  <bruno@clisp.org>
14944
14945         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14946         already has it.
14947         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14948         2005-11-26.
14949
14950         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14951         'signed char' to avoid problems with the built-in _Bool type.
14952         Reported by Paul Eggert on 2005-11-26.
14953
14954 2006-01-24  Bruno Haible  <bruno@clisp.org>
14955
14956         * gnulib-tool (func_import): Avoid constructing complicated sed
14957         expressions inside backquote.
14958         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14959
14960 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14961
14962         These changes imported from libc.
14963         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14964         test and two separate function calls.
14965         * lib/strndup.c (__strndup): Add libc_hidden_def.
14966
14967 2006-01-23  Simon Josefsson  <jas@extundo.com>
14968
14969         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14970         Remove the test_*_SOURCES variable: automake infers it by default.
14971         * modules/tls-tests: Likewise.
14972
14973 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         Work around porting bugs reported by Dieter in
14976         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14977         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14978         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14979         Include "getopt.h" first, to check interface.
14980         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14981         !HAVE_DECL_GETENV.
14982         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14983         (__strndup): Revert to K&R-style function dfns, the glibc style.
14984         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14985         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14986         Include strnlen.h first, to get prototype properly.
14987         (strnlen): Renamed from __strnlen.
14988         Remove weak alias.
14989
14990 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14993
14994 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * config/srclist.txt: Adjust to reflect glibc reorganization.
14997         This affects only comments.
14998
14999 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15000
15001          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15002          Reported by Bruce Korb <bkorb@gnu.org>.
15003
15004 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15005
15006         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15007         to pacify gcc -Wswitch-default.
15008
15009 2006-01-22  Bruno Haible  <bruno@clisp.org>
15010
15011         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15012         temporary buffer for sprintf, take into account the precision also
15013         for 'd', 'i', 'u', 'o', 'x', 'X'.
15014
15015 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15016
15017         * modules/argp-tests: New module
15018         * tests/test-argp.c: New file
15019         * tests/test-argp-2.sh: New file
15020
15021 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15022
15023         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15024         (__argp_base_name): Removed
15025         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15026         typo.
15027         (__argp_base_name): Provide macro definition or extern declaration
15028         depending on the configuration
15029
15030 2006-01-20  Simon Josefsson  <jas@extundo.com>
15031
15032         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15033
15034 2006-01-20  Simon Josefsson  <jas@extundo.com>
15035
15036         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15037
15038 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15039
15040         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15041         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15042         Suggested by Bruno Haible.
15043
15044 2006-01-20  Karl Berry  <karl@gnu.org>
15045
15046         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15047         until changes propagate, I guess.
15048
15049 2006-01-19  Simon Josefsson  <jas@extundo.com>
15050
15051         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15052
15053 2006-01-19  Simon Josefsson  <jas@extundo.com>
15054
15055         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15056
15057 2006-01-19  Simon Josefsson  <jas@extundo.com>
15058
15059         * gnulib-tool: Set check_PROGRAMS.
15060
15061         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15062         modules/des-tests, modules/gc-arcfour-tests,
15063         modules/gc-arctwo-tests, modules/gc-des-tests,
15064         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15065         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15066         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15067         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15068         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15069         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15070         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15071         test_*_SOURCES.
15072
15073 2006-01-18  Simon Josefsson  <jas@extundo.com>
15074
15075         * modules/socklen (Depends-on): Depend on sys_socket.
15076
15077 2006-01-18  Simon Josefsson  <jas@extundo.com>
15078
15079         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15080         modules/des-tests, modules/gc-arcfour-tests,
15081         modules/gc-arctwo-tests, modules/gc-des-tests,
15082         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15083         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15084         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15085         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15086         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15087         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15088         $(EXEEXT) to automake TESTS variable, for mingw32.
15089
15090 2006-01-17  Simon Josefsson  <jas@extundo.com>
15091
15092         * modules/socklen (Include): Need sys/socket.h.
15093
15094 2006-01-17  Bruno Haible  <bruno@clisp.org>
15095
15096         * modules/ssize_t (Include): Add <sys/types.h>.
15097
15098 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15101         it's not portable and it doesn't work with cross-compiles.
15102         Problem reported by Bruno Haible.  Fix missing-$ typo in
15103         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15104         -zignore from being used with Sun's C compiler.
15105
15106 2006-01-12  Simon Josefsson  <jas@extundo.com>
15107
15108         * lib/base64.c: Fix warning, reported by Bruno Haible
15109         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15110
15111 2006-01-12  Bruno Haible  <bruno@clisp.org>
15112
15113         * modules/ldd: New file.
15114         * build-aux/ldd.sh.in: New file.
15115         * MODULES.html.sh (Support for building libraries and executables): Add
15116         ldd.
15117
15118 2006-01-12  Bruno Haible  <bruno@clisp.org>
15119
15120         * m4/ldd.m4: New file.
15121
15122 2006-01-12  Bruno Haible  <bruno@clisp.org>
15123
15124         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15125         endless loop while replacing $auxdir with build-aux.
15126
15127 2006-01-11  Simon Josefsson  <jas@extundo.com>
15128
15129         * lib/stdint_.h (SIZE_MAX): Add missing (.
15130
15131 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         Sync from coreutils.
15134         * lib/md5.c: Fix commentary typos.
15135         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15136         * lib/md5.h (__attribute__): Remove; unused.
15137         * lib/sha1.c: Fix commentary to match md5 better.
15138         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15139         so that we don't need to worry about alignment.  All uses changed.
15140         This merges the 2005-10-28 md5 change into sha1.
15141
15142 2006-01-11  Jim Meyering  <jim@meyering.net>
15143
15144         Sync from coreutils.
15145         * lib/md5.c (OP): Fix spacing.
15146
15147 2006-01-11  Bruno Haible  <bruno@clisp.org>
15148
15149         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15150         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15151         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15152
15153 2006-01-11  Bruno Haible  <bruno@clisp.org>
15154
15155         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15156         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15157         the "early" section as well.
15158
15159 2006-01-11  Bruno Haible  <bruno@clisp.org>
15160
15161         Avoid "ar: no archive members specified" error on MacOS X.
15162         * gnulib-tool (func_modules_add_dummy): New function.
15163         (func_import, func_create_testdir): Invoke it.
15164
15165 2006-01-11  Bruno Haible  <bruno@clisp.org>
15166
15167         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15168         with $auxdir in AC_CONFIG_FILES statements.
15169
15170 2006-01-11  Bruno Haible  <bruno@clisp.org>
15171
15172         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15173         Initialize also noinst_HEADERS to empty.
15174
15175 2006-01-11  Bruno Haible  <bruno@clisp.org>
15176
15177         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15178         variables.
15179         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15180         autoreconf.
15181
15182 2006-01-11  Bruno Haible  <bruno@clisp.org>
15183
15184         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15185         overridable by the user.
15186         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15187
15188 2006-01-10  Simon Josefsson  <jas@extundo.com>
15189
15190         * modules/sys_socket: New file.
15191
15192 2006-01-10  Simon Josefsson  <jas@extundo.com>
15193
15194         * m4/sys_socket_h.m4: New file.
15195
15196 2006-01-10  Simon Josefsson  <jas@extundo.com>
15197
15198         * lib/socket_.h: New file.
15199
15200 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15201
15202         * modules/readutmp (Maintainer): Add myself.
15203
15204 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15205
15206         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15207         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15208         People who are still concerned with buggy memcmp implementations
15209         can invoke gl_FUNC_MEMCMP themselves.
15210
15211 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15212
15213         * lib/regex_internal.h (BITSET_WORD_BITS):
15214         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15215         preprocessor mishandles large unsigned values as if they were signed.
15216         Problem reported by Claudio Fontana in
15217         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15218
15219 2006-01-10  Jim Meyering  <jim@meyering.net>
15220
15221         Avoid the double-free (first in fts_read, second in fts_close) that
15222         would occur when an `active' directory is made inaccessible (e.g.,
15223         via chmod a-x) during a traversal.
15224         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15225         before returning.  Reproduce this failure by
15226         mkdir -p a/b; cd a; chmod a-x . b
15227         Reported by Stavros Passas.
15228
15229         Sync from coreutils.
15230         * lib/sha1.c: Tweak grammar in a comment.
15231
15232 2006-01-10  Jim Meyering  <jim@meyering.net>
15233
15234         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15235         Patch by Joerg Sonnenberger.
15236
15237 2006-01-10  Bruno Haible  <bruno@clisp.org>
15238
15239         * modules/readutmp: Depend on module free.
15240         * modules/strtok_r: Depend on module restrict.
15241
15242 2006-01-10  Bruno Haible  <bruno@clisp.org>
15243
15244         * modules/gettext (configure.ac): Add an invocation of
15245         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15246
15247 2006-01-10  Bruno Haible  <bruno@clisp.org>
15248
15249         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15250         Reported by Werner Lemberg <wl@gnu.org>.
15251
15252 2006-01-10  Bruno Haible  <bruno@clisp.org>
15253
15254         * lib/localcharset.c: Update from GNU gettext.
15255
15256 2006-01-10  Bruno Haible  <bruno@clisp.org>
15257
15258         * lib/argp.h (__const): Remove macro. Use const instead.
15259         * lib/argp-fmtstream.h (__const): Likewise.
15260         * lib/glob_.h (__const): Remove macro.
15261         * lib/glob-libc.h: Use const instead of __const.
15262
15263 2006-01-10  Bruno Haible  <bruno@clisp.org>
15264
15265         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15266         variable.
15267         Needed to avoid an automake error regarding the 'gettext' module.
15268
15269 2006-01-09  Simon Josefsson  <jas@extundo.com>
15270
15271         * modules/inet_ntop (Depends-on): Add restrict.
15272
15273 2006-01-09  Simon Josefsson  <jas@extundo.com>
15274
15275         * modules/gc-rijndael-tests (License): Put under LGPL.
15276
15277         * modules/gc-des-tests (License): Likewise.
15278
15279         * modules/gc-arcfour-tests (License): Likewise.
15280
15281         * modules/gc-arctwo-tests (License): Likewise.
15282
15283         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15284
15285         * modules/gc-hmac-sha1-tests (Files): Likewise.
15286
15287         * modules/gc-hmac-md5-tests (License): Likewise.
15288
15289         * modules/gc-sha1-tests (License): Likewise.
15290
15291         * modules/gc-md5-tests (License): Likewise.
15292
15293         * modules/gc-md4-tests (License): Likewise.
15294
15295         * modules/gc-md2-tests (License): Likewise.
15296
15297         * modules/gc-tests (License): Likewise.
15298
15299         * modules/des-tests (License): Likewise.
15300
15301         * modules/md4-tests (License): Likewise.
15302
15303         * modules/md2-tests (License): Likewise.
15304
15305 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         Sync from coreutils:
15308
15309         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15310         * modules/lib-ignore: New file.
15311         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15312         chdir-safer.m4, lchmod.m4.
15313         * modules/openat: Add mkdirat.c, openat-priv.h.
15314
15315 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15316
15317         Sync from coreutils.
15318         * m4/lib-ignore.m4: New file.
15319         * m4/lchmod.m4: New file.
15320
15321 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         Sync from coreutils.
15324         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15325         for write access: POSIX says that must fail.
15326         * lib/fts.c (diropen): Likewise.
15327         * lib/save-cwd.c (save_cwd): Likewise.
15328         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15329         well, for minor improvements on hosts that lack O_DIRECTORY.
15330         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15331         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15332         Fall back on chown if open failed with EACCES.
15333
15334         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15335         Report an error at compile-time if only a 1-second nominal clock
15336         resolution is found.
15337
15338         * lib/lchmod.h: New file.
15339         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15340         (make_dir_parents): Use lchown rather than chown, and
15341         lchmod rather than chmod.
15342
15343         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15344         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15345         "proc" reported by n0dalus.
15346
15347         * lib/mountlist.c: Include <limits.h>.
15348         (dev_from_mount_options)
15349         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15350         New function.  It no longer assumes "dev=" has the System V meaning
15351         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15352         (read_file_system_list)
15353         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15354         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15355         dev= in that case.
15356
15357         * lib/posixtm.h (PDS_PRE_2000): New macro.
15358         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15359         allow_century.  All usages changed.  Reject dates outside the range
15360         1969-1999 if PDS_PRE_2000 is used.
15361
15362 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         Sync from coreutils.
15365         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15366         (Time of day items): Mention the possibility of leap seconds.
15367         Problem reported by Dr. David Alan Gilbert.
15368
15369 2006-01-09  Jim Meyering  <jim@meyering.net>
15370
15371         Sync from coreutils.
15372
15373         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15374
15375         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15376
15377         * lib/modechange.c (mode_compile): Reject an invalid mode string
15378         that starts with an octal digit.  From Andreas Gruenbacher.
15379
15380         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15381         and dup to open_safer and dup_safer, respectively.
15382         (openat_permissive): Fix typo in comment.
15383
15384         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15385         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15386         (_): Remove; no longer needed.
15387         (openat): Renamed from rpl_openat; no need for rpl_openat
15388         since openat.h renames openat for us.
15389         Replace most of the body with a call to openat_permissive,
15390         to avoid duplicate code.
15391         Port to (probably hypothetical) environments were mode_t is
15392         wider than int.
15393         (openat_permissive): Require mode arg, so that we can check
15394         types better.  Put it just after flags.  Change cwd failure
15395         indicator from pointer-to-bool to pointer-to-errno-value.
15396         All callers changed.
15397         Invoke openat_save_fail and/or openat_restore_fail if
15398         cwd_errno is null, so that openat can call us.
15399         (openat_permissive, fdopendir, fstatat, unlinkat):
15400         Simplify errno handling to avoid some duplicate code,
15401         as it's OK to set errno on success.
15402         * lib/openat.h: Revamp code so that function macros depend on
15403         __OPENAT_PREFIX only, not also on AT_FDCWD.
15404         (openat_ro): Remove.  Caller changed to use openat_permissive.
15405         (openat_permissive): Now a macro, if not a function.
15406         (openat_restore_fail, openat_save_fail): Now always functions,
15407         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15408
15409         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15410         and openat.c.
15411         * lib/mkdirat.c: Include openat-priv.h.
15412         Remove definitions of macros defined therein.
15413         * lib/openat.c: Likewise.
15414
15415         * lib/mkdirat.c (mkdirat): New file and function.
15416         * lib/openat.h (mkdirat): Declare.
15417
15418         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15419
15420         * lib/openat.h (openat_permissive): Declare.
15421         (openat_ro): Define.
15422
15423         * lib/openat.c (EXPECTED_ERRNO): New macro.
15424         (openat_permissive): New function -- used in remove.c rewrite.
15425         (all functions): Set errno just before returning, only if there
15426         was an actual failure.
15427         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15428
15429         Emulate openat-family functions using Linux's procfs, if possible.
15430         Idea and some code based on Ulrich Drepper's glibc changes.
15431
15432         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15433         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15434         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15435         before falling back on save_cwd and restore_cwd.
15436         (fdopendir, fstatat, unlinkat): Likewise.
15437
15438         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15439         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15440
15441         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15442         as second argument to va_arg.  Otherwise, some versions of gcc
15443         warn that `if this code is reached, the program will abort'.
15444
15445 2006-01-09  Jim Meyering  <jim@meyering.net>
15446
15447         Sync from coreutils.
15448         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15449         Require openat-priv.h.
15450
15451 2006-01-09  Bruno Haible  <bruno@clisp.org>
15452
15453         * modules/strnlen (Include): Use strnlen.h.
15454
15455 2006-01-09  Bruno Haible  <bruno@clisp.org>
15456
15457         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15458
15459 2006-01-09  Bruno Haible  <bruno@clisp.org>
15460
15461         * lib/sysexit_.h (EX_OK): New macro.
15462         Suggested by Martin Lambers <marlam@marlam.de>.
15463
15464 2006-01-09  Bruno Haible  <bruno@clisp.org>
15465
15466         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15467         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15468
15469 2006-01-09  Bruno Haible  <bruno@clisp.org>
15470
15471         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15472         numbers.
15473
15474 2006-01-09  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15477         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15478         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15479         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15480
15481 2006-01-09  Bruno Haible  <bruno@clisp.org>
15482
15483         * build-aux/javacomp.sh.in: New file, moved from lib/.
15484         * modules/javacomp-script (Files): Update.
15485         (configure.ac): Add AC_CONFIG_FILES invocation.
15486         (EXTRA_DIST): Remove variable.
15487
15488         * build-aux/javaexec.sh.in: New file, moved from lib/.
15489         * modules/javaexec (Files): Update.
15490         (configure.ac): Add AC_CONFIG_FILES invocation.
15491         (EXTRA_DIST): Remove javaexec.sh.in.
15492
15493         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15494         * modules/csharpcomp-script (Files): Update.
15495         (configure.ac): Add AC_CONFIG_FILES invocation.
15496         (EXTRA_DIST): Remove variable.
15497
15498         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15499         * modules/csharpexec (Files): Update.
15500         (configure.ac): Add AC_CONFIG_FILES invocation.
15501         (EXTRA_DIST): Remove csharpexec.sh.in.
15502
15503 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15504
15505         Sync from coreutils.
15506
15507         Add POSIX ACL support
15508         * lib/acl.h (copy_acl, set_acl): Add declarations.
15509         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15510         systems other than Linux.
15511         (chmod_or_fchmod): New function: use fchmod when possible,
15512         and chmod otherwise.
15513         (file_has_acl): Add a POSIX ACL implementation, with a
15514         Linux-specific subcase.
15515         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15516         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15517         acls are unsupported.
15518         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15519         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15520         are unsupported.
15521
15522 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15523
15524         Sync from coreutils.
15525         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15526
15527 2006-01-07  Bruno Haible  <bruno@clisp.org>
15528
15529         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15530         gl_EARLY.
15531
15532 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15535         Problem reported for Mingw by Mark Junker.
15536
15537 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * README: Gnulib normally doesn't generate a tarball.
15540
15541 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15544         long int, not int, for nanosecond counts, so that people who are
15545         used to POSIX struct timespec won't be surprised.  Reported by Jim
15546         Meyering.
15547
15548 2005-12-28  Bruno Haible  <bruno@clisp.org>
15549
15550         * build-aux/config.rpath: Update from GNU gettext.
15551
15552 2005-12-16  Jim Meyering  <jim@meyering.net>
15553
15554         * modules/fprintftime: New module.
15555         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15556
15557 2005-12-16  Jim Meyering  <jim@meyering.net>
15558
15559         * m4/fprintftime.m4: New file.
15560
15561 2005-12-16  Jim Meyering  <jim@meyering.net>
15562
15563         * lib/fprintftime.c, lib/fprintftime.h: New files.
15564
15565 2005-12-15  Simon Josefsson  <jas@extundo.com>
15566
15567         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15568         new m4/socklen.m4.
15569
15570 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15571
15572         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15573         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15574
15575 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15576
15577         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15578         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15579         struct uparams is valid. Fall back to the default values if it is
15580         not.
15581
15582 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15583
15584         * modules/argp (Files): Add argp-pin.c
15585         (Depends-on): dirname
15586         (lib_SOURCES): Add argp-pin.c
15587
15588 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15589
15590         * m4/argp.m4:  Check if program_invocation_name and
15591         program_invocation_short_name are declared and define appropriate
15592         macros if they are not.
15593
15594 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15595
15596         * lib/argp-help.c (__argp_base_name): New function
15597         (__argp_short_program_name): Rewrite using __argp_base_name
15598         * lib/argp-namefrob.h: Define program_invocation_name and
15599         program_invocation_short_name if requested
15600         (__argp_base_name): Add prototype
15601         * lib/argp-parse.c (argp_def): Use gettext wrappers
15602         (argp_default_parser): Use __argp_base_name
15603         * lib/argp-pin.c: New file. Defines program_invocation_name and
15604         program_invocation_short_name on systems that lack them.
15605
15606 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15609         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15610         porting problem reported by Georg Schwarz in
15611         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15612
15613 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15616         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15617         porting problem reported by Georg Schwarz in
15618         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15619
15620 2005-12-05  Bruno Haible  <bruno@clisp.org>
15621
15622         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15623         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15624         Reported by Mark Junker <mjscod@gmx.de>.
15625
15626 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15627
15628         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15629         Use implementation from Albert Chin, with some
15630         comments/corrections by Stepan Kasal and myself.
15631
15632 2005-12-02  Bruno Haible  <bruno@clisp.org>
15633
15634         * gnulib-tool (func_import): Accept GPLed build tool modules when
15635         --lgpl is given.
15636         * modules/csharpcomp-script: New file.
15637         * modules/csharpcomp: Depend on it.
15638         * modules/javacomp-script: New file.
15639         * modules/javacomp: Depend on it.
15640         Suggested by Simon Josefsson.
15641
15642 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15645         statement, to work around an HP-UX 10.20 compiler bug reported by
15646         Peter O'Gorman.
15647
15648 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * modules/savedir (Depends-on): Add openat.
15651
15652 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15655         (uintmax_t) [defined uintmax_t]: Do not declare.
15656         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15657         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15658         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15659         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15660         sake of portability to weird hosts that C allows (though we don't
15661         know of any practical examples).
15662
15663         * lib/savedir.h (fdsavedir): New decl.
15664         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15665         contains most of the former guts of savedir.
15666         (savedir): Use savedirstream.
15667         Include "openat.h".
15668
15669 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * modules/obstack (Files): Add m4/ulonglong.m4.
15672         Problem reported by Davide Angelocola.
15673
15674 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15675
15676         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15677         coreutils no longer futzes with rounding modes.
15678
15679 2005-11-14  Jim Meyering  <jim@meyering.net>
15680
15681         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15682         replacement of mkstemp.
15683
15684 2005-11-10  Simon Josefsson  <jas@extundo.com>
15685
15686         * lib/readline.c: Remove EOL.
15687
15688 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15689
15690         * modules/gethrxtime (Depends-on): Add gettime.
15691
15692 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15693
15694         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15695         or gettimeofday; no longer needed.
15696
15697 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15700         time business.
15701         (gethrxtime) [! (HAVE_NANOUPTIME
15702         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15703         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15704         our own approximation.
15705
15706 2005-11-08  Eric Blake  <ebb9@byu.net>
15707
15708         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15709
15710 2005-11-08  Eric Blake  <ebb9@byu.net>
15711
15712         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15713
15714 2005-11-04  Bruno Haible  <bruno@clisp.org>
15715
15716         * gnulib-tool: Implement --update mode.
15717
15718 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15719
15720         Fix porting problem reported by Theodoros V. Kalamatianos.
15721         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15722         Don't assume that futimes failing means we must fail.
15723
15724 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15725
15726         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15727         variables to suggest the intended function of the PATH_MAX check.
15728
15729 2005-10-30  Kean Johnston  <jkj@sco.com>
15730
15731         Trivial changes to support SCO systems.
15732         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15733         as PATH_MAX.
15734         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15735         where __ptr is null when no I/O is pending.
15736
15737 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15740         leave errno alone.  Problem reported by Dmitry V. Levin.
15741
15742 2005-10-28  Simon Josefsson  <jas@extundo.com>
15743
15744         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15745         Test more.
15746
15747         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15748
15749         * modules/md2, modules/md2-tests: New files.
15750
15751 2005-10-28  Simon Josefsson  <jas@extundo.com>
15752
15753         * m4/inet_ntop.m4: More tests.
15754
15755         * m4/gc-md2.m4, md2.m4: New file.
15756
15757 2005-10-28  Simon Josefsson  <jas@extundo.com>
15758
15759         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15760         "restrict" keywords, as per POSIX.  Protect the function
15761         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15762         Don't use K&R prototypes.  Check the sprintf return values.
15763         Re-define EAFNOSUPPORT if not present.  Indent.
15764
15765         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15766         suggested by Bruno Haible <bruno@clisp.org>.
15767
15768         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15769
15770         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15771
15772         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15773         libgcrypt).
15774
15775         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15776
15777         * lib/md2.h, lib/md2.c: New files.
15778
15779 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15782         errno alone.  Problem reported by Frederic Jolliton.
15783
15784 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * modules/verify (License): Change from GPL to LGPL.  This is a
15787         tiny module and there are apparently near-equivalents that are
15788         under the BSD license.
15789
15790 2005-10-24  Simon Josefsson  <jas@extundo.com>
15791
15792         * modules/sha1: Relicense to LGPL.
15793
15794 2005-10-24  Simon Josefsson  <jas@extundo.com>
15795
15796         * lib/md4.h: Shrink buffer size, now that we changed the type.
15797
15798 2005-10-23  Simon Josefsson  <jas@extundo.com>
15799
15800         * gnulib-tool (func_import): Fix --tests-base.
15801
15802 2005-10-22  Simon Josefsson  <jas@extundo.com>
15803
15804         * modules/arcfour (Depends-on): Need stdint.
15805
15806 2005-10-22  Simon Josefsson  <jas@extundo.com>
15807
15808         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15809         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15810
15811 2005-10-22  Simon Josefsson  <jas@extundo.com>
15812
15813         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15814         suggested by Bruno Haible <bruno@clisp.org>.
15815
15816 2005-10-22  Simon Josefsson  <jas@extundo.com>
15817
15818         * lib/crc.h: Include stddef.h, for size_t.
15819
15820 2005-10-22  Simon Josefsson  <jas@extundo.com>
15821
15822         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15823         arcfour_context struct (simplify test vector testing in GNU
15824         Shishi).
15825
15826 2005-10-21  Simon Josefsson  <jas@extundo.com>
15827
15828         * modules/des, modules/des-tests: New files.
15829
15830         * modules/gc-des, modules/gc-des-tests: New files.
15831
15832         * tests/test-des.c, tests/test-gc-des.c: New file.
15833
15834 2005-10-21  Simon Josefsson  <jas@extundo.com>
15835
15836         * modules/arctwo, modules/arctwo-tests: New files.
15837
15838         * tests/test-arctwo.c: New file.
15839
15840         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15841
15842         * tests/test-gc-arctwo.c: New file.
15843
15844 2005-10-21  Simon Josefsson  <jas@extundo.com>
15845
15846         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15847         Bruno Haible <bruno@clisp.org>.
15848
15849         * m4/gc-des.m4: New file.
15850
15851 2005-10-21  Simon Josefsson  <jas@extundo.com>
15852
15853         * m4/arctwo.m4: New file.
15854
15855         * m4/gc-arctwo.m4: New file.
15856
15857 2005-10-21  Simon Josefsson  <jas@extundo.com>
15858
15859         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15860         block.
15861
15862 2005-10-21  Simon Josefsson  <jas@extundo.com>
15863
15864         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15865         <bruno@clisp.org>.
15866
15867         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15868
15869         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15870         Bruno Haible <bruno@clisp.org>.
15871
15872         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15873         <bruno@clisp.org>.
15874
15875 2005-10-21  Simon Josefsson  <jas@extundo.com>
15876
15877         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15878
15879 2005-10-21  Simon Josefsson  <jas@extundo.com>
15880
15881         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15882
15883 2005-10-21  Simon Josefsson  <jas@extundo.com>
15884
15885         * lib/des.h, lib/des.c: New files.
15886
15887         * lib/gc-gnulib.c: Support DES.c
15888
15889 2005-10-21  Simon Josefsson  <jas@extundo.com>
15890
15891         * lib/arctwo.h, lib/arctwo.c: New files.
15892
15893         * lib/gc-gnulib.c: Support ARCTWO.
15894
15895 2005-10-21  Simon Josefsson  <jas@extundo.com>
15896
15897         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15898         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15899
15900 2005-10-21  Simon Josefsson  <jas@extundo.com>
15901
15902         * gnulib-tool (func_import, func_create_testdir): Define automake
15903         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15904         Makefile.am snippet),
15905         suggested by Bruno Haible <bruno@clisp.org>.
15906
15907         * modules/gc (Makefile.am): Use it.
15908
15909 2005-10-21  Bruno Haible  <bruno@clisp.org>
15910
15911         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15912         patch.
15913
15914 2005-10-19  Simon Josefsson  <jas@extundo.com>
15915
15916         * tests/test-gc-rijndael.c: New file.
15917
15918         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15919
15920 2005-10-19  Simon Josefsson  <jas@extundo.com>
15921
15922         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15923         interface too.
15924
15925 2005-10-19  Simon Josefsson  <jas@extundo.com>
15926
15927         * tests/test-gc-arcfour.c: New file.
15928
15929         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15930
15931 2005-10-19  Simon Josefsson  <jas@extundo.com>
15932
15933         * modules/gc-md4, modules/gc-md4-tests: New file.
15934
15935         * tests/test-gc-md4.c: New file.
15936
15937 2005-10-19  Simon Josefsson  <jas@extundo.com>
15938
15939         * m4/gc-md4.m4: New file.
15940
15941 2005-10-19  Simon Josefsson  <jas@extundo.com>
15942
15943         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15944         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15945         <kasal@ucw.cz>.
15946
15947 2005-10-19  Simon Josefsson  <jas@extundo.com>
15948
15949         * m4/gc-arcfour.m4: New file.
15950
15951         * m4/gc-rijndael.m4: New file.
15952
15953 2005-10-19  Simon Josefsson  <jas@extundo.com>
15954
15955         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15956
15957 2005-10-19  Simon Josefsson  <jas@extundo.com>
15958
15959         * lib/gc-gnulib.c: Support ARCFOUR.
15960
15961 2005-10-19  Simon Josefsson  <jas@extundo.com>
15962
15963         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15964         support.
15965
15966         * lib/gc.h: Add ECB enum type.
15967
15968         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15969
15970 2005-10-18  Simon Josefsson  <jas@extundo.com>
15971
15972         * tests/test-md5.c: New file.
15973
15974         * modules/md5-tests: New file.
15975
15976 2005-10-18  Simon Josefsson  <jas@extundo.com>
15977
15978         * tests/test-md4.c: New file.
15979
15980         * modules/md4, modules/md4-tests: New files.
15981
15982 2005-10-18  Simon Josefsson  <jas@extundo.com>
15983
15984         * m4/md4.m4: New file.
15985
15986 2005-10-18  Simon Josefsson  <jas@extundo.com>
15987
15988         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15989
15990 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15991
15992         * gnulib-tool (func_create_testdir): Omit the second check whether
15993         BUILT_SOURCES in nonempty.
15994
15995 2005-10-17  Simon Josefsson  <jas@extundo.com>
15996
15997         * tests/test-rijndael.c: New file.
15998
15999 2005-10-17  Simon Josefsson  <jas@extundo.com>
16000
16001         * modules/sha1: Depend on stdint instead of md5.
16002
16003         * modules/md5: Depend on stdint, remove uint32_t.
16004
16005 2005-10-17  Simon Josefsson  <jas@extundo.com>
16006
16007         * modules/gc-sha1-tests: New file.
16008
16009         * tests/test-gc-sha1.c: New file.
16010
16011 2005-10-17  Simon Josefsson  <jas@extundo.com>
16012
16013         * m4/md5.m4: Remove call to uint32_t.m4.
16014
16015 2005-10-17  Simon Josefsson  <jas@extundo.com>
16016
16017         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16018
16019         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16020         md5.h.
16021
16022         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16023
16024         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16025
16026 2005-10-17  Simon Josefsson  <jas@extundo.com>
16027
16028         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16029
16030 2005-10-17  Simon Josefsson  <jas@extundo.com>
16031
16032         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16033
16034 2005-10-17  Simon Josefsson  <jas@extundo.com>
16035
16036         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16037
16038         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16039
16040 2005-10-17  Bruno Haible  <bruno@clisp.org>
16041
16042         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16043         that it can also be used in a test.
16044
16045 2005-10-16  Bruno Haible  <bruno@clisp.org>
16046
16047         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16048         TESTS_ENVIRONMENT, so that individual tests can augment it.
16049
16050         * gnulib-tool (func_create_testdir): Use an intermediate target for
16051         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16052         macros, like $(ALLOCA_H), which cannot be passed through the command
16053         line.
16054
16055 2005-10-15  Simon Josefsson  <jas@extundo.com>
16056
16057         * modules/rijndael-tests: New file.
16058
16059         * modules/rijndael: New file.
16060
16061 2005-10-15  Simon Josefsson  <jas@extundo.com>
16062
16063         * m4/rijndael.m4: New file.
16064
16065 2005-10-15  Simon Josefsson  <jas@extundo.com>
16066
16067         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16068
16069         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16070
16071 2005-10-14  Simon Josefsson  <jas@extundo.com>
16072
16073         * tests/test-arcfour.c: New file.
16074
16075         * modules/arcfour, modules/arcfour-tests: New files.
16076
16077 2005-10-14  Simon Josefsson  <jas@extundo.com>
16078
16079         * m4/arcfour.m4: New file.
16080
16081 2005-10-14  Simon Josefsson  <jas@extundo.com>
16082
16083         * lib/arcfour.h, lib/arcfour.c: New files.
16084
16085 2005-10-14  Roland McGrath  <roland@redhat.com>
16086
16087         Import from libc.  [BZ #1331]
16088         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16089         macro argument.
16090         Reported by Matej Vela <vela@debian.org>.
16091
16092 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16095         include <wchar.h>; no longer needed.
16096
16097 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16100
16101 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16102         and  Ulrich Drepper  <drepper@redhat.com>
16103
16104         Import from libc.
16105         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16106         instead of inline stream orientation test and two separate
16107         function calls.  Pay no attention to USE_IN_LIBIO.
16108
16109 2005-10-13  Simon Josefsson  <jas@extundo.com>
16110
16111         * modules/gc-hmac-md5-tests: New file.
16112
16113         * tests/test-gc-hmac-sha1.c: New file.
16114
16115         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16116
16117         * modules/gc-hmac-md5-tests: New file.
16118
16119         * tests/test-gc-md5.c: New file.
16120
16121         * modules/gc-md5-tests: New file.
16122
16123 2005-10-13  Simon Josefsson  <jas@extundo.com>
16124
16125         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16126         Move memory allocation outside of loop.
16127
16128 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16131         intermediate directory is in a read-only file system.  Problem
16132         reported by Eric Blake.
16133
16134 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16135
16136         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16137
16138 2005-10-12  Simon Josefsson  <jas@extundo.com>
16139
16140         * tests/test-hmac-sha1.c: New file.
16141
16142         * modules/hmac-sha1-tests: New file.
16143
16144         * modules/hmac-sha1: New file.
16145
16146 2005-10-12  Simon Josefsson  <jas@extundo.com>
16147
16148         * modules/gc-sha1: New file.
16149
16150 2005-10-12  Simon Josefsson  <jas@extundo.com>
16151
16152         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16153
16154         * tests/test-gc-pbkdf2-sha1.c: New file.
16155
16156 2005-10-12  Simon Josefsson  <jas@extundo.com>
16157
16158         * modules/gc-md5, modules/gc-hmac-md5: New files.
16159
16160         * modules/gc (Files): Remove md5, memxor and hmac files.
16161
16162 2005-10-12  Simon Josefsson  <jas@extundo.com>
16163
16164         * m4/gc-pbkdf2-sha1.m4: New file.
16165
16166         * m4/gc-hmac-sha1.m4: New file.
16167
16168         * m4/gc-sha1: New file.
16169
16170         * m4/hmac-sha1.m4: New file.
16171
16172 2005-10-12  Simon Josefsson  <jas@extundo.com>
16173
16174         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16175
16176         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16177
16178 2005-10-12  Simon Josefsson  <jas@extundo.com>
16179
16180         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16181         suggested by Bruno Haible <bruno@clisp.org>.
16182
16183 2005-10-12  Simon Josefsson  <jas@extundo.com>
16184
16185         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16186
16187 2005-10-12  Simon Josefsson  <jas@extundo.com>
16188
16189         * lib/gc-pbkdf2-sha1.c: New file.
16190
16191         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16192
16193 2005-10-12  Simon Josefsson  <jas@extundo.com>
16194
16195         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16196
16197         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16198
16199 2005-10-12  Simon Josefsson  <jas@extundo.com>
16200
16201         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16202         GC_USE_HMAC_MD5, respectively.
16203
16204         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16205         (gc_md5): Fix typo.
16206
16207         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16208
16209         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16210
16211         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16212
16213 2005-10-12  Bruno Haible  <bruno@clisp.org>
16214
16215         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16216         Reported by Stepan Kasal <kasal@ucw.cz>.
16217
16218 2005-10-11  Simon Josefsson  <jas@extundo.com>
16219
16220         * tests/test-crc.c: New file.
16221
16222         * modules/crc, modules/crc-tests: New files.
16223
16224 2005-10-11  Simon Josefsson  <jas@extundo.com>
16225
16226         * m4/crc.m4: New file.
16227
16228 2005-10-11  Simon Josefsson  <jas@extundo.com>
16229
16230         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16231
16232         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16233
16234         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16235
16236 2005-10-11  Simon Josefsson  <jas@extundo.com>
16237
16238         * lib/crc.h, lib/crc.c: New files.
16239
16240         * lib/gc.h (gc_hash_buffer): Add doc.
16241
16242 2005-10-11  Bruno Haible  <bruno@clisp.org>
16243
16244         * modules/c-strcasestr: New file.
16245         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16246
16247 2005-10-11  Bruno Haible  <bruno@clisp.org>
16248
16249         * modules/c-strcase: New file.
16250         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16251
16252 2005-10-11  Bruno Haible  <bruno@clisp.org>
16253
16254         * lib/strcasecmp.c: Include limits.h.
16255         (strcasecmp): Avoid integer overflow on exotic platforms.
16256         * lib/strncasecmp.c: Include limits.h.
16257         (strncasecmp): Avoid integer overflow on exotic platforms.
16258         Reported by Paul Eggert.
16259
16260 2005-10-11  Bruno Haible  <bruno@clisp.org>
16261
16262         * lib/c-strcasestr.h: New file, from GNU gettext.
16263         * lib/c-strcasestr.c: New file, from GNU gettext.
16264
16265 2005-10-11  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/c-strcase.h: New file, from GNU gettext.
16268         * lib/c-strcasecmp.c: New file, from GNU gettext.
16269         * lib/c-strncasecmp.c: New file, from GNU gettext.
16270
16271 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * modules/mempcpy (License): GPL -> LGPL.
16274         * modules/strchrnul (License): Likewise.
16275         * modules/sysexits (License): Likewise.
16276
16277 2005-10-08  Simon Josefsson  <jas@extundo.com>
16278
16279         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16280
16281 2005-10-07  Simon Josefsson  <jas@extundo.com>
16282
16283         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16284
16285 2005-10-06  Simon Josefsson  <jas@extundo.com>
16286
16287         * tests/test-hmac-md5.c: New file.
16288
16289         * modules/hmac-md5-tests: New file.
16290
16291         * modules/hmac-md5: New file.
16292
16293 2005-10-06  Simon Josefsson  <jas@extundo.com>
16294
16295         * m4/hmac-md5.m4: New file.
16296
16297         * m4/memxor.m4: Require gl_C_RESTRICT.
16298
16299 2005-10-06  Simon Josefsson  <jas@extundo.com>
16300
16301         * lib/memxor.c (memxor): Avoid casts and warnings.
16302
16303 2005-10-06  Simon Josefsson  <jas@extundo.com>
16304
16305         * lib/hmac-md5.c: New file.
16306
16307         * lib/hmac.h: New file.
16308
16309 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16310
16311         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16312         promotes to int, not unsigned int, to catch the AIX 5.3
16313         compiler bug.
16314
16315 2005-10-05  Simon Josefsson  <jas@extundo.com>
16316
16317         * modules/memxor: New file.
16318
16319         * modules/iconv (Files): Move config.rpath to havelib, it is used
16320         there.
16321
16322         * modules/havelib (Files): Add config.rpath.
16323
16324 2005-10-05  Simon Josefsson  <jas@extundo.com>
16325
16326         * m4/memxor.m4: New file.
16327
16328 2005-10-05  Simon Josefsson  <jas@extundo.com>
16329
16330         * lib/memxor.c (memxor): Fix compiler error.
16331
16332         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16333         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16334
16335         * lib/memxor.h, lib/memxor.c: New files.
16336
16337         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16338         we assume all systems have it, suggested by Jim Meyering
16339         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16340         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16341         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16342         same reasons.
16343
16344 2005-10-05  Simon Josefsson  <jas@extundo.com>
16345
16346         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16347
16348 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16349
16350         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16351         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16352         needed, since the source code now assumes these .h files.
16353
16354 2005-10-05  Derek Price  <derek@ximbiot.com>
16355
16356         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16357
16358 2005-10-05  Bruno Haible  <bruno@clisp.org>
16359
16360         * modules/stdint (License): Change to LGPL.
16361
16362 2005-10-04  Simon Josefsson  <jas@extundo.com>
16363
16364         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16365         D. Baushke" <mdb@gnu.org>.
16366
16367 2005-10-04  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/verify.h (verify_true): Provide alternative definition for C++.
16370
16371 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16372
16373         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16374         (SSIZE_MAX): New macro, if not already defined.
16375         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16376         than 2 GiB.
16377
16378 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         Sync from coreutils.
16381         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16382         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16383         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16384         ULLONG_MAX doesn't work with 2.7.2.1.
16385
16386 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16387
16388         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16389         From Ben Pfaff.
16390
16391         * modules/exclude (Depends-on): Depend on verify.
16392         * modules/strtoimax (Depends-on): Likewise.
16393         * modules/utimecmp (Depends-on): Likewise.
16394
16395 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * lib/exclude.c: Include verify.h.
16398         (verify): Remove.  All callers changed to use verify.h's version.
16399         * lib/strtoimax.c: Likewise.
16400         * lib/utimecmp.c: Likewis.e
16401
16402         Sync from coreutils.
16403         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16404         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16405         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16406         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16407         bother returning ENOSYS if settimeofday or stime fails; just let
16408         them return whatever errno they want to return.
16409         * lib/utimens.c: Include unistd.h, for dup2.
16410         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16411         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16412
16413 2005-10-02  Jim Meyering  <jim@meyering.net>
16414
16415         Sync from coreutils.
16416         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16417         from glibc-2.2.5 that fails for read-only files.
16418
16419 2005-10-02  Jim Meyering  <jim@meyering.net>
16420
16421         Sync from coreutils.
16422         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16423         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16424         `#if HAVE_CONFIG_H'.
16425         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16426         Remove AT_FDCWD test.
16427         Do not consume the fd unless successful.
16428         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16429         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16430         block, so that we don't even try to compile it if settimeofday is
16431         available.  This works around a compilation failure on OSF1 V5.1,
16432         due to stime requiring a `long int*' while tv_sec is `int'.
16433
16434 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16435
16436         Sync from coreutils.
16437         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16438         against `yes', rather than just testing for nonempty.
16439
16440 2005-10-01  Simon Josefsson  <jas@extundo.com>
16441
16442         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16443         and Darwin.
16444
16445         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16446         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16447         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16448         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16449         Check if struct addrinfo is declared.
16450
16451 2005-10-01  Simon Josefsson  <jas@extundo.com>
16452
16453         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16454         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16455         AI_* and EAI_* definitions.  Protect function declarations.
16456
16457 2005-10-01  Jim Meyering  <jim@meyering.net>
16458
16459         Sync from coreutils.
16460
16461         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16462         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16463         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16464         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16465         in the inet and nsl libraries.  Required on Solaris 5.7.
16466
16467 2005-10-01  Jim Meyering  <jim@meyering.net>
16468
16469         Sync from coreutils.
16470         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16471         in the inet and nsl libraries.  Required on Solaris 5.7.
16472
16473 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16474
16475         * lib/getdelim.c (getdelim): Remove unused variables.
16476
16477 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16478
16479         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16480         so that the code works even with ancient cpp.  Portability problem
16481         with GCC 2.7.2.1 reported by Thomas M.Ott.
16482
16483 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * modules/regex (Depends-on): Add strcase.
16486
16487         * modules/gethostname (Licence): Change from GPL to LGPL, since
16488         gethostname.c is a trivial implementation of a standard library
16489         function.
16490         * modules/poll (License): Change from GPL to LGPL, since it's
16491         derived from LGPL code.
16492
16493 2005-09-27  Jim Meyering  <jim@meyering.net>
16494
16495         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16496         HAVE_CONFIG_H.
16497
16498         * lib/intprops.h (signed_type_or_expr__): Define.
16499         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16500         for unsigned types.
16501
16502 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         * lib/verify.h (verify_expr): Remove, replacing with:
16505         (verify_true): New macro that returns true instead of void.
16506         (verify_type__): Remove.
16507         (verify): Use verify_true rather than verify_type__.
16508
16509 2005-09-26  Bruno Haible  <bruno@clisp.org>
16510
16511         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16512         is necessary.
16513         (lib_SOURCES): Remove mbchar.c.
16514         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16515         (Files): Add m4/mbrtowc.m4.
16516         * modules/mbiter: Likewise.
16517         * modules/mbuiter: Likewise.
16518
16519 2005-09-26  Bruno Haible  <bruno@clisp.org>
16520
16521         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16522         compile mbchar.c if they are not both present.
16523         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16524         * m4/mbiter.m4 (gl_MBITER): Likewise.
16525         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16526         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16527         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16528
16529 2005-09-25  Jim Meyering  <jim@meyering.net>
16530
16531         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16532         also uses socklen_t.
16533
16534 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16535
16536         * lib/utimens.c (ENOSYS): Define if not already defined.
16537         (futimens): Support having a null PATH if the file descriptor
16538         is nonnegative.
16539
16540         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16541         Remove.
16542         (__attribute): Define to empty unless GCC 3.1 or later.
16543         This works around a core dump on OpenBSD 3.4, which has GCC
16544         2.95.3, which dumps core when given __attribute__(()).  It also
16545         simplifies other tests, since we really don't want to bother with
16546         worrying about which ancient version of GCC supported what.
16547         Original problem reported by Yoann Vandoorselaere, with part of
16548         the fix suggested by Derek Price.
16549
16550 2005-09-24  Jim Meyering  <jim@meyering.net>
16551
16552         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16553         so we can once again use a positive bitfield width of 1 -- now we
16554         don't have to explain why we were using a bitfield width of 2.
16555
16556 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16557
16558         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16559         and similarly for the other external symbols.  Problem reported
16560         by James Gallager.
16561
16562         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16563         bug reported by Jim Meyering.
16564
16565         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16566         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16567         not needed, since socklen is a prerequisite module.
16568
16569 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16570
16571         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16572         Problem reported by Eric Blake.
16573         (getaddrinfo): Initialize se so that it's not garbage.
16574         Redo internal storage allocation so that it doesn't make unportable
16575         assumptions about alignment.
16576         Fix a memory leak.
16577
16578         * lib/utimens.c (futimens): Use futimesat if available.
16579         Prefer it to futimes since it doesn't have the futimes bug.
16580
16581         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16582         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16583         Instead, declare a function that returns a pointer to an array,
16584         and use verify_type__ to declare the size of the array.
16585         Problem and germ of a solution reported by Bruno Haible.
16586         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16587         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16588
16589 2005-09-23  Jim Meyering  <jim@meyering.net>
16590
16591         Sync from coreutils.
16592         Correct build failure (socklen_t not defined) on at least
16593         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16594         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16595
16596 2005-09-23  Jim Meyering  <jim@meyering.net>
16597
16598         * modules/getaddrinfo (Depends-on): Add socklen.
16599
16600 2005-09-23  Bruno Haible  <bruno@clisp.org>
16601
16602         * tests/test-verify.c: New file.
16603
16604 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         Sync from coreutils.
16607
16608         * modules/argmatch (Depends-on): Add verify.
16609         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16610         unistd-safer.
16611         * modules/save-cwd (Depends-on): Likewise.
16612
16613         * modules/openat (Files): Add lib/openat-die.c.
16614         (Depends-on): Remove error, exitfail.
16615         Add dirname.
16616
16617         * modules/verify: New file.
16618         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16619         with "verify" module.
16620
16621 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         Sync from coreutils.
16624
16625         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16626         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16627         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16628         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16629         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16630         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16631         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16632         Don't bother checking for string.h, stdlib.h, unistd.h.
16633         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16634         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16635         module's job.
16636         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16637         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16638
16639         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16640         (gl_GETDATE): Use it.
16641
16642         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16643
16644 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         Sync from coreutils.
16647
16648         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16649         stat-time.h.
16650         * lib/argmatch.h: Include verify.h
16651         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16652         (ARGMATCH_ASSERT): Remove; unused.
16653         * lib/canonicalize.c: Assume STDC_HEADERS.
16654         * lib/exclude.c: Include "strcase.h".
16655         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16656         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16657         and stdio-safer.h.
16658         (getusershell): Call fopen, not fopen_safer.
16659         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16660         Do not include unistd-safer.h.
16661         (save_cwd): Don't call fd_safer; no longer needed
16662         now that we include fcntl--.h.
16663
16664         * lib/getdate.y (relative_time): New type.
16665         (RELATIVE_TIME_0): New constant.
16666         (parser_control): Use relative_time instead of doing it ourselves.
16667         (%union): Add new relative_time rel member.
16668         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16669         Now typeless.
16670         (relunit, relunit_snumber): Now of type rel.
16671         (zone, rel, relunit, get_date): Adjust to above changes.
16672
16673         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16674         Do not include unistd-safer.h.
16675         (getloadavg): Don't call fd_safer; no longer needed
16676         now that we include fcntl--.h.
16677
16678         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16679         (make_dir_parents): Treat ENOSYS like EEXIST.
16680
16681         Improve quality of diagnostics on restore_cwd failure.
16682         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16683         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16684         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16685         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16686         each time through the loop.  Do not diagnose restore_cwd failure;
16687         that is the caller's job (and perhaps the caller does not care).
16688
16689         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16690         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16691         If the file already exists but is not a directory, don't bother
16692         to try to make its parents.
16693         Close potential file descriptor leak if we can't chdir("/") (!).
16694         Don't always return true if chdir($PWD) fails; return true only
16695         if the requested action was done successfully (except for the
16696         chdir($PWD)).
16697         Don't log final directory unless we actually made it.
16698         Refactor to avoid duplicate code to fix up permissions.
16699         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16700
16701         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16702         to make it a bit faster and (I hope) clearer.
16703         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16704         Fix bug in formats like %2N.
16705
16706         * lib/verify.h: New file.
16707
16708 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         Sync from coreutils.
16711         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16712
16713 2005-09-22  Jim Meyering  <jim@meyering.net>
16714
16715         Sync from coreutils.
16716
16717         * m4/lstat.m4 (gl_FUNC_LSTAT):
16718         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16719         Remove obsolete comment.
16720         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16721         * m4/xstrtod.m4: Likewise.
16722
16723         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16724
16725 2005-09-22  Jim Meyering  <jim@meyering.net>
16726
16727         Sync from coreutils.
16728
16729         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16730
16731         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16732         the .tm_year member, since otherwise gcc-4.0 would now warn about
16733         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16734
16735         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16736         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16737
16738         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16739         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16740         when run in a time zone for which daylight savings time is in effect
16741         for the starting date.
16742
16743         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16744         stop us from restricting permissions of just-created absolute-named
16745         directories.
16746         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16747         to restore initial working directory.
16748         * lib/mkdir-p.c (make_dir_parents): New parameter:
16749         different_working_dir, to tell caller if/when we change the working
16750         directory and are unable to return to the initial one.
16751         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16752         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16753         `return false'.  This fixes a bug introduced on 2004-07-30.
16754
16755         * lib/openat.c (fdopendir): Be sure to close the supplied
16756         file descriptor before returning.  This makes our replacement
16757         implementation a little closer to Solaris's, where fdopendir
16758         ties the file descriptor to the returned DIR* pointer.
16759         * lib/openat.c (unlinkat): New function.
16760         * lib/openat.h (unlinkat): Add prototype.
16761         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16762         (openat_restore_fail): Rename from openat_restore_die.
16763         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16764
16765         Provide an alternative to exiting immediately upon save_cwd or
16766         restore_cwd failure.  Now, an application can arrange e.g.,
16767         to perform a longjump in that case.
16768         * lib/openat.c: Include dirname.h.
16769         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16770         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16771         and openat_restore_die rather than calling error directly.
16772         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16773
16774         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16775         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16776         define.
16777
16778         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16779         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16780                             int utc, int nanoseconds);
16781         Background:
16782         date should not have to allocate a megabyte of virtual memory to
16783         handle a format argument like +%1048575T.  When implemented with
16784         strftime, it must allocate such a buffer, use strftime to fill it
16785         in, print it, then free it.
16786         With fprintftime, it simply prints everything and exits.
16787         With no need for memory allocation, that's one fewer way to fail.
16788         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16789         optional field width, not before, so we accept %9:z, not %:9z.
16790         (my_strftime): Be sure to use L_('x') for literals.
16791
16792         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16793         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16794         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16795         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16796         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16797         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16798         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16799         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16800         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16801         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16802         * lib/xgethostname.c, lib/xreadlink.c:
16803         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16804
16805         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16806         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16807         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16808         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16809         and don't include <sys/file.h>).
16810
16811 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16812
16813         Sync from coreutils.
16814
16815         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16816         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16817         [!LDAV_DONE]: Avoid unused variable warning.
16818
16819 2005-09-21  Bruno Haible  <bruno@clisp.org>
16820
16821         * lib/unicodeio.h (unicode_to_mb): New declaration.
16822
16823 2005-09-20  Derek Price  <derek@ximbiot.com>
16824
16825         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16826         getaddrinfo.h.
16827
16828 2005-09-20  Bruno Haible  <bruno@clisp.org>
16829
16830         * gnulib-tool: Remove trailing slashes from the values specified for
16831         --source-base, --m4-base, --tests-base, --aux-dir.
16832         Suggested by Simon Josefsson <jas@extundo.com>.
16833
16834 2005-09-20  Bruno Haible  <bruno@clisp.org>
16835
16836         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16837         func_modules_to_filelist, func_import, func_create_testdir): Make all
16838         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16839         change when gnulib-tool is invoked in a different locale.
16840
16841 2005-09-19  Simon Josefsson  <jas@extundo.com>
16842
16843         * m4/socklen.m4: Fix typo.
16844
16845 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16846
16847         Use a consistent style for including <config.h>.
16848         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16849         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16850         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16851         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16852         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16853         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16854         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16855         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16856         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16857         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16858         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16859         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16860         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16861         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16862         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16863         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16864         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16865         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16866         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16867         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16868         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16869         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16870         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16871         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16872         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16873         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16874         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16875         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16876         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16877         lib/xstrtoumax.c, lib/yesno.c:
16878         Standardize inclusion of config.h.
16879         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16880         lib/inttostr.h:  Removed inclusion of config.h from header files.
16881         * lib/inttostr.c:  Adjusted in-tree users.
16882         * lib/timespec.h: Remove superfluous warning to include config.h.
16883         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16884         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16885         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16886         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16887         config.h with HAVE_CONFIG_H.
16888
16889 2005-09-19  Jim Meyering  <jim@meyering.net>
16890
16891         * modules/pathmax (License): Change to LGPL.
16892
16893 2005-09-19  Derek Price  <derek@ximbiot.com>
16894
16895         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16896
16897 2005-09-19  Bruno Haible  <bruno@clisp.org>
16898
16899         * gnulib-tool (import): Provide default for --tests-base.
16900
16901 2005-09-19  Bruno Haible  <bruno@clisp.org>
16902
16903         * doc/quote.texi: New file, extracted from gnulib.texi.
16904         * doc/ctime.texi: New file, extracted from gnulib.texi.
16905         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16906         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16907         * doc/gnulib.texi: Include them.
16908
16909 2005-09-18  Bruno Haible  <bruno@clisp.org>
16910
16911         Portability fix.
16912         * gnulib-tool (func_readlink): New function.
16913         (func_ln_if_changed): Use it.
16914
16915 2005-09-18  Bruno Haible  <bruno@clisp.org>
16916
16917         * gnulib-tool: Support --with-tests also with --import.
16918         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16919         (func_import): Use variables $testsbase and $inctests. Emit a
16920         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16921         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16922         SUBDIRS += $testsdir.
16923         (func_create_testdir): Update.
16924
16925 2005-09-18  Bruno Haible  <bruno@clisp.org>
16926
16927         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16928         instead of $dry_run.
16929         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16930         (func_ln_if_changed): Don't handle dry-run here.
16931         (func_import): In dry-run mode, detect more precisely which actions
16932         would be performed, and don't use "...ing" verbs.
16933
16934 2005-09-18  Bruno Haible  <bruno@clisp.org>
16935
16936         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16937         (func_import): Use join on two temporary files instead of three nested
16938         loops, in order to determine which files are new or old.
16939
16940 2005-09-18  Bruno Haible  <bruno@clisp.org>
16941
16942         * gnulib-tool (func_import): Comment out code that spits out the
16943         new files with --dry-run.
16944
16945 2005-09-18  Bruno Haible  <bruno@clisp.org>
16946
16947         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16948
16949 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16950
16951         * lib/stat-time.h: New file.
16952         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16953         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16954         in a different way.
16955         (timespec_cmp): New function.
16956         * lib/utimecmp.c: Include stat-time.h.
16957         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16958         members exist, not on the obsolescent ST_MTIM_NSEC.
16959         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16960
16961 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16964
16965 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * MODULES.html.sh (File system functions): Add stat-time.
16968         * modules/stat-time: New file.
16969         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16970         is now done in a different way, by the stat-time module.
16971         * modules/utimecmp (Depends-on): Add stat-time.
16972
16973 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16974
16975         * m4/st_mtim.m4: Remove.  Superseded by...
16976         * m4/stat-time.m4: New file.
16977         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16978         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16979
16980 2005-09-15  Derek Price  <derek@ximbiot.com>
16981
16982         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16983
16984 2005-09-15  Derek Price  <derek@ximbiot.com>
16985
16986         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16987         * lib/regex_internal.c: Ditto, using this...
16988         (__GNUC_PREREQ): ...new macro.
16989         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16990         using...
16991         (__GNUC_PREREQ): ...this new macro.
16992
16993         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16994
16995 2005-09-15  Derek Price  <derek@ximbiot.com>
16996             Paul Eggert  <eggert@cs.ucla.edu>
16997
16998         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16999         changes, consolidating in...
17000         * lib/regex_internal.h: ...this file.
17001
17002 2005-09-13  Jim Meyering  <jim@meyering.net>
17003
17004         * lib/canon-host.c: Filter through gnu indent and reword comments
17005         slightly.
17006         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17007
17008 2005-09-13  Derek Price  <derek@ximbiot.com>
17009
17010         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17011         failure.
17012         Reported by Jim Meyering  <jim@meyering.net>.
17013
17014 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17015
17016         * lib/base64.c: Typo.
17017         (base64_encode): Put b64str in initialized data section.
17018
17019 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         Merge glibc and coreutils changes into gnulib, plus a few
17022         extra fixes.
17023         * lib/md5.c: Use #error rather than a string.
17024         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17025         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17026         (__attribute__): Define to empty for non recent-GCC.
17027         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17028         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17029         Renamed from their non-__ counterparts, with new macros replacing
17030         them if not _LIBC.  Add __THROW attribute.
17031         (rol): Remove.
17032         (struct md5_ctx): Align buffer if using GCC.
17033         * lib/sha1.h (struct sha1_ctx): Likewise.
17034         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17035         The old name was backwards.
17036         (NOTSWAP): Remove; not used.
17037         (rol): New macro, moved here from md5.h.
17038         (sha1_process_block): Remove a FIXME that doesn't make sense.
17039
17040 2005-09-12  Derek Price  <derek@ximbiot.com>
17041
17042         Return usable errors from canon-host.
17043         * lib/canon-host.h: New file.
17044         * lib/canon-host.c (canon_host): Wrap...
17045         (canon_host_r): ...this new function, which now relies exclusively on
17046         getaddrinfo.
17047         (ch_strerror): New function.
17048         (last_cherror): New global.
17049         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17050         interface.
17051         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17052         void *.
17053         (freeaddrinfo): Free ai->ai_canonname when set.
17054
17055 2005-09-12  Derek Price  <derek@ximbiot.com>
17056
17057         Make canon-host require getaddrinfo.
17058         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17059         AC_LIBSOURCE canon-host.h.  Call...
17060         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17061         gl_GETADDRINFO.
17062         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17063
17064 2005-09-12  Derek Price  <derek@ximbiot.com>
17065
17066         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17067         LGPL.
17068         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17069
17070 2005-09-12  Derek Price  <derek@ximbiot.com>
17071
17072         * lib/gai_strerror.c: Include config.h when available.  Include
17073         getaddrinfo.h before other headers to test interface.
17074         Reported by Larry Jones <lawrence.jones@ugs.com>.
17075
17076 2005-09-12  Derek Price  <derek@ximbiot.com>
17077             Paul Eggert  <eggert@cs.ucla.edu>
17078
17079         * modules/glob (Files): Add glob-libc.h.
17080
17081 2005-09-12  Derek Price  <derek@ximbiot.com>
17082             Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17085         glob_.h, glob-libc.h.
17086         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17087
17088 2005-09-12  Derek Price  <derek@ximbiot.com>
17089             Paul Eggert  <eggert@cs.ucla.edu>
17090
17091         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17092         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17093         protecting things that should be done only in gnulib contexts.
17094         * lib/glob_.h: New file, containing only the glob things needed for
17095         gnulib.
17096         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17097         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17098         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17099         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17100         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17101         and to respect the namespace rules better.
17102
17103 2005-09-08  Simon Josefsson  <jas@extundo.com>
17104
17105         * modules/socklen: New file.
17106
17107 2005-09-08  Simon Josefsson  <jas@extundo.com>
17108
17109         * m4/socklen.m4: New file.
17110
17111 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17112
17113         * modules/utimens (Files): Add m4/utimbuf.m4, since
17114         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17115         Reported by Sergey Poznyakoff.
17116
17117 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17120         definitions, since that's the preferred style in glibc.
17121         Fix a minor spacing issue, and update copyright notice to match
17122         glibc's.
17123
17124 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17127
17128 2005-09-06  Simon Josefsson  <jas@extundo.com>
17129
17130         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17131         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17132
17133 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17136         warning.
17137
17138 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * config/srclist.txt: Add glibc bug 1302.
17141
17142 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         Change bitset word type from unsigned int to unsigned long int,
17145         as this has better performance on typical 64-bit hosts.
17146         Port bitset code to hosts with unusual word sizes.
17147         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17148         (build_collating_symbol):
17149         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17150         argument is a bitset.  This is merely a style issue, but it makes
17151         it clearer that an entire array is expected.
17152         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17153         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17154         Port to the case where bitset_word is not the same as unsigned int.
17155         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17156         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17157         Likewise.
17158         * lib/regexec.c (check_dst_limits_calc_pos_1,
17159         check_subexp_matching_top):
17160         (build_trtable, group_nodes_into_DFAstates):
17161         Likewise.
17162         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17163         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17164         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17165         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17166         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17167         * lib/regcomp.c (optimize_subexps, lower_subexp):
17168         Work even if bitset_word has holes in its bitwise representation.
17169         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17170         * lib/regexec.c (check_dst_limits_calc_pos_1,
17171         check_subexp_matching_top):
17172         Likewise.
17173         * lib/regex_internal.c (re_string_reconstruct):
17174         Don't assume UCHAR_MAX == 255.
17175         * lib/regex_internal.h (bitset_set_all): Likewise.
17176         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17177         All uses changed.
17178         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17179         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17180         All uses changed.
17181         (BITSET_WORD_MAX): New macro.
17182         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17183         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17184         (bitset_empty, bitset_copy):
17185         Prefer sizeof (bitset) to multiplying it out ourselves.
17186         (bitset_not_merge): Remove; unused.
17187         (bitset_contain): Return bool, not unsigned int with one bit on.
17188         All callers changed.
17189         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17190         alignment than re_node_set; do this by defining a new internal
17191         type struct dests_alloc and using it to allocate memory.
17192
17193 2005-09-05  Bruno Haible  <bruno@clisp.org>
17194
17195         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17196         links.
17197
17198 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17199
17200         * modules/size_max (Makefile.am): Add size_max.h
17201
17202 2005-09-04  Derek Price  <derek@ximbiot.com>
17203
17204         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17205
17206 2005-09-03  Simon Josefsson  <jas@extundo.com>
17207
17208         * gnulib-tool: Fix typo.
17209
17210 2005-09-03  Simon Josefsson  <jas@extundo.com>
17211
17212         * config/srclist.txt: Add glibc bug 1293.
17213
17214 2005-09-03  Derek Price  <derek@ximbiot.com>
17215
17216         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17217         From Larry Jones <lawrence.jones@ugs.com>.
17218
17219 2005-09-02  Simon Josefsson  <jas@extundo.com>
17220
17221         * modules/socklen: New file.
17222
17223 2005-09-02  Simon Josefsson  <jas@extundo.com>
17224
17225         * modules/havelib: New module.
17226
17227         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17228         Use havelib.
17229
17230 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17231
17232         Check for arithmetic overflow when calculating sizes, to prevent
17233         some buffer-overflow issues.  These patches are conservative, in the
17234         sense that when I couldn't determine whether an overflow was possible,
17235         I inserted a run-time check.
17236         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17237         macros.
17238         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17239         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17240         (re_xnrealloc, re_x2nrealloc): New inline functions.
17241         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17242         parse_bracket_exp):
17243         (build_equiv_class, build_charclass): Check for arithmetic overflow
17244         in size expression calculations.
17245         * lib/regex_internal.c (re_string_realloc_buffers):
17246         (build_wcs_upper_buffer, re_node_set_add_intersect):
17247         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17248         (re_dfa_add_node, register_state): Likewise.
17249         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17250         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17251         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17252         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17253
17254 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17257         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17258
17259 2005-09-02  Bruno Haible  <bruno@clisp.org>
17260
17261         Support for lib vs. lib64 distinction on biarch platforms.
17262         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17263         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17264         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17265
17266 2005-09-02  Bruno Haible  <bruno@clisp.org>
17267
17268         * gnulib-tool (import): In the other first-use case, provide defaults
17269         as well.
17270
17271 2005-09-02  Bruno Haible  <bruno@clisp.org>
17272
17273         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17274         patches not yet found in the latest gettext release.
17275
17276 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17277
17278         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17279         to avoid a collision with bits/local_lim.h in glibc.
17280         All uses changed.  Problem reported by Dmitry V. Levin in
17281         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17282
17283         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17284         bugs in int versus size_t comparisons.
17285         (re_string_context_at): Fix bug where the code assumed that
17286         Idx is signed.
17287
17288         Use bool where appropriate.
17289         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17290         All callers changed.
17291         (calc_eclosure_iter): Likewise, for ROOT arg.
17292         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17293         (build_charclass_op): Likewise, for NON_MATCH arg.
17294         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17295         (re_string_construct_common): Likewise, for ICASE arg.
17296         * lib/regexec.c (re_search_2_stub, re_search_stub):
17297         Likewise, for RET_LEN arg.
17298         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17299         (set_regs): Likewise, for FL_BACKTRACK arg.
17300         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17301         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17302         (calc_eclosure_iter, parse_bracket_exp):
17303         Use bool for internal variables that are booleans.
17304         * lib/regexec.c (re_search_internal, check_matching,
17305         proceed_next_node):
17306         (set_regs, build_sifted_states, sift_states_bkref):
17307         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17308         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17309         (find_collation_sequence_value):
17310         Likewise.
17311         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17312         (re_node_set_compare):
17313         Return bool, not int. All callers changed.
17314         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17315         (build_trtable, check_node_accept): Likewise.
17316         * lib/regex_internal.h: Include stdbool.h.
17317
17318         Fix bugs uncovered when converting to bool.
17319         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17320         failure instead of charging ahead blindly.
17321         * lib/regex_internal.c (register_state): Likewise.
17322         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17323         for freeing internal storage.
17324         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17325         bitset pieces used as boolean, to avoid undefined behavior
17326         on hosts that do int overflow checking.
17327
17328 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17329
17330         * config/srclist.txt: Add glibc bugs 1285-1287.
17331
17332 2005-09-01  Jim Meyering  <jim@meyering.net>
17333
17334         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17335         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17336         Require gl_STAT_MACROS, too.
17337
17338 2005-09-01  Bruno Haible  <bruno@clisp.org>
17339
17340         * gnulib-tool (import): In the first-use case, provide defaults.
17341
17342 2005-09-01  Bruno Haible  <bruno@clisp.org>
17343
17344         * gnulib-tool (func_import): Remove the .tmp files.
17345
17346 2005-09-01  Bruno Haible  <bruno@clisp.org>
17347
17348         * gnulib-tool (func_import): Fix handling of symbolic links.
17349
17350 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17351
17352         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17353         old glibc regex code mishandles strings longer than 2**31 bytes.
17354         This patch fixes this when the regex code is used in gnulib
17355         (i.e., outside glibc).
17356
17357         This patch should not affect the use of the regex code inside
17358         glibc.  No doubt this problem also needs to be handled for glibc
17359         as well, but the result will be an incompatible change to the
17360         glibc ABI, and the old ABI will have to be supported too.  That
17361         can be the the subject for another patch.
17362
17363         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17364         governing whether the rest of this patch is active.  By default,
17365         the macro is disabled and the patch has no effect.
17366         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17367         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17368         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17369         (re_match_2, re_set_registers): Use the new types.
17370         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17371         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17372         New macros.
17373         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17374         (re_string_context_at, bin_tree_t, re_dfastate_t):
17375         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17376         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17377         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17378         (re_string_char_size_at, re_string_wchar_at):
17379         (re_string_elem_size_at):
17380         Use the new types and macros to port to 64-bit hosts.
17381         Use unsigned types for internal values, so that the code
17382         mostly works even for arrays larger than SSIZE_MAX.
17383         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17384         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17385         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17386         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17387         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17388         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17389         (calc_inveclosure, parse_dup_op, build_range_exp):
17390         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17391         (fetch_number, create_token_tree, mark_opt_subexp):
17392         Likewise.
17393         * lib/regex_internal.c (re_string_construct_common,
17394         create_ci_newstate):
17395         (create_cd_newstate, re_string_allocate, re_string_construct):
17396         (re_string_realloc_buffers, build_wcs_upper_buffer):
17397         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17398         (re_string_reconstruct, re_string_peek_byte_case):
17399         (re_string_fetch_byte_case, re_string_context_at):
17400         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17401         (re_node_set_init_copy, re_node_set_add_intersect):
17402         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17403         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17404         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17405         (re_acquire_state, re_acquire_state_context, register_state):
17406         Likewise.
17407         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17408         search_cur_bkref_entry):
17409         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17410         (re_search_internal, re_search_2_stub, re_search_stub)
17411         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17412         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17413         (update_cur_sifted_state, check_dst_limits):
17414         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17415         (check_subexp_limits, sift_states_bkref, merge_state_array):
17416         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17417         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17418         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17419         (expand_bkref_cache, check_node_accept_bytes):
17420         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17421         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17422         (acquire_init_state_context, check_halt_node_context):
17423         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17424         (sift_states_backward, clean_state_log_if_needed):
17425         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17426         (find_recover_state, transit_state_sb, transit_state_mb):
17427         (transit_state_bkref, build_trtable, match_ctx_clean):
17428         Likewise.
17429         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17430         to work around an assumption that REG_MISSING is negative.
17431
17432         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17433         (seek_collating_symbol_entry) [defined _LIBC]:
17434         (lookup_collation_sequence_value) [defined _LIBC]:
17435         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17436         Use prototypes rather than old-style function definitions.
17437         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17438         (transit_state_sb) [0]:
17439         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17440
17441         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17442         rm_eo.
17443
17444         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17445         (optimize_subexps, lower_subexp):
17446         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17447         since the signed shift might overflow.  Use 1u<<31 instead.
17448         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17449         Likewise.
17450         * lib/regexec.c (check_dst_limits_calc_pos_1,
17451         check_subexp_matching_top): Likewise.
17452
17453         * lib/regcomp.c (optimize_subexps, lower_subexp):
17454         Use CHAR_BIT rather than 8, for clarity.
17455         * lib/regexec.c (check_dst_limits_calc_pos_1):
17456         (check_subexp_matching_top): Likewise.
17457         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17458         have to worry about portability issues when shifting it left.
17459         Remove no-longer-needed test for table_size > 0.
17460         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17461         in a word, as the resulting behavior is undefined.
17462         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17463         in one case, a <= should have been an <, and in another case the
17464         whole test was missing.
17465         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17466         the standard name CHAR_BIT.
17467         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17468         this is not true on one's complement and signed-magnitude hosts.
17469
17470         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17471         next_last_offset.
17472         (struct re_dfa_t): Remove unused member states_alloc.
17473         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17474
17475 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17476
17477         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17478         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17479         and large-file glibc and in 32-bit large-file Solaris.
17480
17481 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17482
17483         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17484         lengths fit in regoff_t; this isn't true if regoff_t is the same
17485         width as size_t.
17486         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17487         (= START + RANGE) instead of RANGE.  This avoids overflow
17488         problems when regoff_t is the same width as size_t.
17489         All callers changed.
17490         (re_search_2_stub): Check for overflow when adding the
17491         sizes of the two strings.
17492         (re_search_stub): Check for overflow when adding START
17493         to RANGE; if it occurs, substitute the extreme value.
17494
17495 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17498
17499 2005-08-31  Jim Meyering  <jim@meyering.net>
17500
17501         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17502         a pointer-to-const.
17503         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17504         (register_state): Likewise.
17505         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17506         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17507         (group_nodes_into_DFAstates): Likewise.
17508
17509 2005-08-31  Jim Meyering  <jim@meyering.net>
17510
17511         * check-module: Add a FIXME comment.
17512
17513 2005-08-31  Eric Blake  <ebb9@byu.net>
17514
17515         * modules/unistd-safer (Files): Add unistd--.h.
17516         * modules/stdio-safer (Files): Add stdio--.h.
17517
17518 2005-08-31  Derek Price  <derek@ximbiot.com>
17519
17520         * lib/getdelim.c (getdelim): Return EOF on EOF.
17521         Reported by Larry Jones <lawrence.jones@ugs.com>.
17522
17523 2005-08-31  Bruno Haible  <bruno@clisp.org>
17524
17525         Avoid unnecessary diffs in the generated lib/Makefile.am.
17526         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17527         the generated files.
17528         (func_import): Don't set cmd.
17529
17530 2005-08-31  Bruno Haible  <bruno@clisp.org>
17531
17532         * lib/strstr.c: Include <stddef.h>, for NULL.
17533         * lib/strcasestr.c: Likewise.
17534         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17535
17536 2005-08-31  Bruno Haible  <bruno@clisp.org>
17537
17538         * gnulib-tool: New option --macro-prefix.
17539         (func_import): Use macro_prefix.
17540         (import): Handle option --macro-prefix.
17541
17542 2005-08-31  Bruno Haible  <bruno@clisp.org>
17543
17544         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17545         Also use new variables cached_lgpl, cached_libtool.
17546
17547 2005-08-31  Bruno Haible  <bruno@clisp.org>
17548
17549         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17550         always instantiating them.
17551
17552 2005-08-31  Bruno Haible  <bruno@clisp.org>
17553
17554         * gnulib-tool (func_import): Read the previous cached settings
17555         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17556         earlier added by gnulib but are now dropped. Warn when a gnulib file
17557         overwrites a non-gnulib file.
17558
17559 2005-08-31  Bruno Haible  <bruno@clisp.org>
17560
17561         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17562         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17563         projects that don't keep autogenerated files in CVS. Put into
17564         actioncmd only the specified modules, not the transitive closure.
17565
17566 2005-08-31  Bruno Haible  <bruno@clisp.org>
17567
17568         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17569         Create directories that shall be filled.
17570         (import): Don't look for gl_* macros in configure.ac. Recurse across
17571         all directories containing a gnulib-cache.m4 files, if meaningful.
17572
17573 2005-08-31  Bruno Haible  <bruno@clisp.org>
17574
17575         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17576         (import): Set seen_libtool when we see gl_LIBTOOL.
17577
17578 2005-08-31  Bruno Haible  <bruno@clisp.org>
17579
17580         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17581         declaration macro definitions from generated gnulib.m4.
17582
17583 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17584
17585         * lib/iconvme.h: Add prototype for iconv_alloc.
17586
17587 2005-08-29  Simon Josefsson  <jas@extundo.com>
17588
17589         * lib/iconvme.c: Fix errno.
17590
17591 2005-08-29  Bruno Haible  <bruno@clisp.org>
17592
17593         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17594         that it works when the directory contains spaces.
17595
17596 2005-08-29  Bruno Haible  <bruno@clisp.org>
17597
17598         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17599
17600 2005-08-29  Bruno Haible  <bruno@clisp.org>
17601
17602         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17603         Emit more advice.
17604
17605 2005-08-29  Bruno Haible  <bruno@clisp.org>
17606         and Stepan Kasal  <kasal@ucw.cz>
17607
17608         * check-module: If more parameters are given, check each of them
17609         separately; add more exceptions, as noted by Jim Meyering.
17610         (check_module): New procedure.
17611         (%exempt_header): Now contains all exceptions.
17612
17613 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17614
17615         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17616
17617 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17618
17619         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17620
17621 2005-08-28  Bruno Haible  <bruno@clisp.org>
17622
17623         * m4/gnulib-tool.m4: New file.
17624
17625 2005-08-27  Jim Meyering  <jim@meyering.net>
17626
17627         * modules/unistd-safer (Files): Add pipe-safer.c.
17628         * modules/fcntl-safer (Files): Add creat-safer.c.
17629
17630 2005-08-27  Jim Meyering  <jim@meyering.net>
17631
17632         * m4/stdlib-safer.m4: New file.  From coreutils.
17633         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17634         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17635         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17636         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17637         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17638
17639 2005-08-27  Jim Meyering  <jim@meyering.net>
17640
17641         * lib/fopen-safer.c: Merge minor changes from coreutils.
17642         * lib/dup-safer.c: Likewise.
17643         * lib/fd-safer.c: Likewise.
17644
17645         Merge from coreutils.
17646         * lib/stdio--.h: New file.
17647         * lib/stdlib--.h: New file.
17648         * lib/mkstemp-safer.c: New file.
17649
17650         GNU tar needs these.
17651         * lib/pipe-safer.c: New file.
17652         * lib/creat-safer.c: New file.
17653         * lib/fcntl--.h (creat): Define to creat_safer.
17654         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17655         * lib/unistd--.h (pipe): Define to pipe_safer.
17656         * lib/unistd-safer.h: Declare pipe_safer.
17657
17658 2005-08-26  Simon Josefsson  <jas@extundo.com>
17659
17660         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17661         Haible <bruno@clisp.org>.
17662
17663 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17664
17665         * lib/regex_internal.h: Remove all references to
17666         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17667         or better.
17668         (bitset_not, bitset_merge, bitset_not_merge):
17669         (bitset_mask, re_string_allocate, re_string_construct):
17670         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17671         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17672         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17673         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17674         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17675         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17676         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17677         (re_acquire_state_context):
17678         Remove unnecessary forward decls.
17679         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17680         Put __attribute at function definition,
17681         now that the function decl has been removed.
17682         * lib/regex_internal.c (re_string_peek_byte_case):
17683         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17684         Likewise.
17685
17686 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17687
17688         * m4/regex.m4: Add AC_PREREQ(2.50).
17689         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17690
17691 2005-08-25  Simon Josefsson  <jas@extundo.com>
17692
17693         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17694         __fsetlocking.
17695
17696 2005-08-25  Simon Josefsson  <jas@extundo.com>
17697
17698         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17699         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17700         GLIBC specific code.
17701
17702 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17703
17704         Make regex safe for g++.  This fixes one real bug (an "err"
17705         that should have been "*err").  g++ problem reported by
17706         Sam Steingold.
17707         * lib/regex_internal.h (re_calloc): New macro, consistent with
17708         re_malloc etc.  All callers of calloc changed to use re_calloc.
17709         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17710         not int.  All callers changed.
17711         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17712         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17713         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17714         (find_recover_state): Change "err" to "*err"; this fixes what
17715         appears to be a real bug.
17716         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17717         versus int.
17718
17719 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17720
17721         * modules/regex (Depends-on): Add malloc, since the code
17722         assumes that !malloc(0) means failure.
17723
17724 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17725
17726         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17727
17728         alloca modernization/simplification for regex.
17729         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17730         needs to be at the start of the file, and can be moved into
17731         regex_internal.h and simplified.
17732         * lib/regex_internal.h: Include <alloca.h>.
17733         (__libc_use_alloca) [!defined _LIBC]: New macro.
17734         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17735         now works outside glibc.
17736
17737 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17738
17739         * config/srclist.txt: Add glibc bugs 1241, 1245.
17740
17741 2005-08-25  Jim Meyering  <jim@meyering.net>
17742
17743         * lib/open-safer.c: Include <config.h>.
17744         Otherwise, we'd lose LARGEFILE support in any file using
17745         e.g. "fcntl--.h"
17746
17747 2005-08-25  Bruno Haible  <bruno@clisp.org>
17748
17749         * m4/minmax.m4: Require autoconf 2.52.
17750         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17751         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17752         alternatives of translit over the alphabet.
17753         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17754
17755 2005-08-24  Simon Josefsson  <jas@extundo.com>
17756
17757         * tests/test-getpass.c: New file.
17758
17759 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17762         for GNU regex features.
17763
17764 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17767         * lib/regex.h (regerror): Likewise.
17768
17769         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17770         requires this.  (The code never needed it.)
17771
17772         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17773         All uses of recently-renamed identifiers changed to use the new,
17774         POSIX-compliant names.  The code will build and run just fine
17775         without these changes, but it's better to eat our own dog food
17776         and use the standard-conforming names.
17777
17778         * lib/regex.h: Fix a multitude of POSIX name space violations.
17779         These changes have an effect only for programs that define
17780         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17781         do not change anything for programs compiled in the normal way.
17782         Also, there is no effect on the ABI.
17783
17784         (_REGEX_SOURCE): New macro.
17785         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17786         defined and _GNU_SOURCE is not; this fixes a name space violation.
17787
17788         Rename the following macros to obey POSIX requirements.
17789         The old names are still visible as macros if _REGEX_SOURCE is defined.
17790         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17791         RE_BACKSLASH_ESCAPE_IN_LISTS.
17792         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17793         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17794         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17795         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17796         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17797         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17798         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17799         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17800         (REG_INTERVALS): renamed from RE_INTERVALS.
17801         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17802         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17803         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17804         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17805         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17806         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17807         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17808         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17809         RE_UNMATCHED_RIGHT_PAREN_ORD.
17810         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17811         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17812         (REG_DEBUG): renamed from RE_DEBUG.
17813         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17814         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17815         unusual, since we can't clash with the POSIX REG_ICASE.
17816         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17817         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17818         (REG_NO_SUB): renamed from RE_NO_SUB.
17819         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17820         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17821         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17822         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17823         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17824         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17825         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17826         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17827         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17828         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17829         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17830         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17831         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17832         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17833         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17834         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17835         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17836         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17837         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17838         (REG_FIXED): Renamed from REGS_FIXED.
17839         (REG_NREGS): Renamed from RE_NREGS.
17840
17841         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17842         of other REG_* macros, since POSIX says the user is allowed to
17843         #undef these macros selectively.
17844
17845         (reg_errcode_t): Update comment stating what other tables need
17846         to be consistent.
17847
17848         Rename the following enum values to obey POSIX requirements.
17849         The old names are still visible as macros.
17850         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17851         is not defined, since GNU is supposed to be a superset of POSIX as
17852         much as possible, and since we want reg_errcode_t to be a signed
17853         type for implementation consistency.
17854         (_REG_NOERROR): Renamed from REG_NOERROR.
17855         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17856         (_REG_BADPAT): Renamed from REG_BADPAT.
17857         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17858         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17859         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17860         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17861         (_REG_EBRACK): Renamed from REG_EBRACK.
17862         (_REG_EPAREN): Renamed from REG_EPAREN.
17863         (_REG_EBRACE): Renamed from REG_EBRACE.
17864         (_REG_BADBR): Renamed from REG_BADBR.
17865         (_REG_ERANGE): Renamed from REG_ERANGE.
17866         (_REG_ESPACE): Renamed from REG_ESPACE.
17867         (_REG_BADRPT): Renamed from REG_BADRPT.
17868         (_REG_EEND): Renamed from REG_EEND.
17869         (_REG_ESIZE): Renamed from REG_ESIZE.
17870         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17871         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17872         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17873         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17874         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17875
17876         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17877         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17878         changed.  But support the old name if the new one is not defined
17879         and if _REGEX_SOURCE.
17880
17881         Change the following member names in struct re_pattern_buffer.
17882         The old names are still supported if !_REGEX_SOURCE.
17883         The new names are always supported, regardless of _REGEX_SOURCE.
17884         (re_buffer): Renamed from buffer.
17885         (re_allocated): Renamed from allocated.
17886         (re_used): Renamed from used.
17887         (re_syntax): Renamed from syntax.
17888         (re_fastmap): Renamed from fastmap.
17889         (re_translate): Renamed from translate.
17890         (re_can_be_null): Renamed from can_be_null.
17891         (re_regs_allocated): Renamed from regs_allocated.
17892         (re_fastmap_accurate): Renamed from fastmap_accurate.
17893         (re_no_sub): Renamed from no_sub.
17894         (re_not_bol): Renamed from not_bol.
17895         (re_not_eol): Renamed from not_eol.
17896         (re_newline_anchor): Renamed from newline_anchor.
17897
17898         Change the following member names in struct re_registers.
17899         The old names are still supported if !_REGEX_SOURCE.
17900         The new names are always supported, regardless of _REGEX_SOURCE.
17901         (rm_num_regs): Renamed from num_regs.
17902         (rm_start): Renamed from start.
17903         (rm_end): Renamed from end.
17904
17905         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17906         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17907         Prepend __ to parameter names.
17908
17909         Undo yesterday's changes.
17910
17911 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17912
17913         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17914         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17915         lib/regex.c.
17916
17917 2005-08-24  Jim Meyering  <jim@meyering.net>
17918
17919         Sync from coreutils.
17920         * m4/fcntl-safer.m4: New file.
17921
17922         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17923         and object files for this module.
17924
17925 2005-08-24  Jim Meyering  <jim@meyering.net>
17926
17927         Sync from coreutils.
17928         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17929
17930 2005-08-24  Jim Meyering  <jim@meyering.net>
17931
17932         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17933         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17934
17935 2005-08-24  Jim Meyering  <jim@meyering.net>
17936
17937         * modules/fcntl-safer: New module.
17938         * modules/fts (Depends-on): Add fcntl-safer.
17939         * MODULES.html.sh (File descriptor based Input/Output):
17940         Add fcntl-safer.
17941
17942 2005-08-24  Bruno Haible  <bruno@clisp.org>
17943
17944         Support for unit test modules.
17945         * modules/README: Mention tests modules.
17946         * modules/TEMPLATE-TESTS: New file.
17947         * gnulib-tool: New options --extract-tests-module, --with-tests and
17948         --tests-base (unused for the moment).
17949         (testsbase, inctests): New variables.
17950         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17951         (func_verify_module): Exclude TEMPLATE-TESTS.
17952         (func_verify_nontests_module, func_verify_tests_module): New functions.
17953         (func_get_dependencies): Add implicit dependency for tests modules.
17954         (func_get_tests_module): New function.
17955         (func_modules_transitive_closure): When --with-tests was specified,
17956         include the unit tests as well, unless explicitly avoided.
17957         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17958         (func_emit_tests_Makefile_am): New function.
17959         (func_create_testdir): When --with-tests was specified, emit a
17960         tests/ directory.
17961         * MODULES.html.sh (Future developments): Update.
17962
17963 2005-08-24  Bruno Haible  <bruno@clisp.org>
17964
17965         * modules/tls-tests: New file.
17966         * tests/test-tls.c: New file, from GNU gettext.
17967
17968 2005-08-24  Bruno Haible  <bruno@clisp.org>
17969
17970         * modules/lock-tests: New file.
17971         * tests/test-lock.c: New file, from GNU gettext.
17972
17973 2005-08-24  Bruno Haible  <bruno@clisp.org>
17974
17975         * lib/lock.h: Add multiple inclusion guard.
17976         * lib/tls.h: Add multiple inclusion guard.
17977
17978 2005-08-24  Bruno Haible  <bruno@clisp.org>
17979
17980         * gnulib-tool: Add support for the --aux-dir option to
17981         --create-testdir, --create-megatestdir, --test, --megatest.
17982         (func_create_testdir, func_create_megatestdir): Optionally emit a
17983         AC_CONFIG_AUX_DIR directive.
17984         (create-testdir, create-megatestdir, test, megatest): Provide a
17985         default value for $auxdir.
17986
17987 2005-08-24  Bruno Haible  <bruno@clisp.org>
17988
17989         * gnulib-tool (import): Use compound statement instead of subshell
17990         where possible.
17991
17992 2005-08-24  Bruno Haible  <bruno@clisp.org>
17993
17994         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17995
17996 2005-08-24  Bruno Haible  <bruno@clisp.org>
17997
17998         * gnulib-tool (func_version): Update.
17999
18000 2005-08-24  Bruno Haible  <bruno@clisp.org>
18001
18002         * gnulib-tool (func_import, func_create_testdir,
18003         func_create_megatestdir): Quote all autoconf macro arguments.
18004
18005 2005-08-24  Bruno Haible  <bruno@clisp.org>
18006
18007         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18008         option --force, because --force causes the aclocal.m4 of each
18009         subdirectory to be newer than the corresponding config.h.in.
18010
18011 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18012
18013         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18014         All contents moved to gl_REGEX.
18015         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18016         assume that it does.
18017
18018 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * lib/regex.h (REG_NOSYS)
18021         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18022         Define, since POSIX requires it as of 2001.
18023         (_REG_ENOSYS)
18024         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18025         New private symbol, used to keep the enum signed in all cases.
18026         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18027         Youngman in
18028         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18029
18030         * lib/regex_internal.c (re_string_skip_chars, register_state):
18031         (calc_state_hash):
18032         Remove forward decls; no longer needed now that we use prototypes.
18033         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18034         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18035         (clean_state_log_if_needed): Likewise.
18036
18037 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         * config/srclist.txt: Add glibc bugs 1231-1233.
18040
18041 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         Fix problems reported by Sam Steingold in
18044         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18045         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18046         assumed that reg_errcode_t is a signed type, which is not
18047         necessarily true if _XOPEN_SOURCE is not defined.
18048         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18049         since some compilers warn about it otherwise.
18050
18051 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18052
18053         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18054         (init_word_char, create_initial_state, duplicate_node_closure):
18055         (fetch_token, peek_token_bracket, build_range_exp):
18056         (build_collating_symbol): Remove forward decls; no longer needed
18057         now that we use prototypes.
18058
18059         * lib/regcomp.c:
18060         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18061         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18062         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18063         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18064         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18065         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18066         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18067         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18068         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18069         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18070         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18071         (build_charclass, build_charclass_op, fetch_number, create_tree):
18072         (create_token_tree, mark_opt_subexp, duplicate_tree):
18073         Use prototypes rather than old-style definitions.
18074
18075         * lib/regex_internal.c:
18076         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18077         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18078         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18079         (re_string_reconstruct, re_string_peek_byte_case):
18080         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18081         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18082         (re_node_set_init_copy, re_node_set_add_intersect):
18083         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18084         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18085         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18086         (re_acquire_state, re_acquire_state_context, register_state):
18087         (create_ci_newstate, create_cd_newstate, free_state):
18088         Likewise.
18089         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18090         re_search_2):
18091         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18092         (re_search_internal, prune_impossible_nodes):
18093         (acquire_init_state_context, check_matching, static):
18094         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18095         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18096         (update_regs, sift_states_backward, build_sifted_states):
18097         (clean_state_log_if_needed, merge_state_array):
18098         (update_cur_sifted_state, add_epsilon_src_nodes):
18099         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18100         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18101         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18102         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18103         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18104         (check_arrival, check_arrival_add_next_nodes):
18105         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18106         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18107         (check_node_accept_bytes, check_node_accept, extend_buffers):
18108         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18109         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18110         (sift_ctx_init):
18111         Likewise.
18112
18113         * lib/regex_internal.h:
18114         (re_string_allocate, re_string_construct, re_string_reconstruct):
18115         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18116         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18117         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18118         (re_string_context_at, re_string_peek_byte_case):
18119         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18120         is defined, since we now use prototypes always.
18121
18122         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18123         C89 or better.  All uses removed.
18124
18125 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18126
18127         * config/srclist.txt: Add glibc bugs 1220-1227.
18128
18129 2005-08-20  Jim Meyering  <jim@meyering.net>
18130
18131         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18132         of unused local, dfa.
18133
18134 2005-08-20  Bruno Haible  <bruno@clisp.org>
18135
18136         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18137
18138 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18139
18140         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18141         (re_node_set_insert_last, re_dfa_add_node):
18142         Rename local variables to avoid GCC shadowing warnings.
18143
18144 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18145
18146         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18147         [defined lint]: Suppress bogus uninitialized-variable warnings.
18148
18149         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18150         and let the caller return REG_ESPACE if out of space.  This
18151         removes an uninitialied-variable warning with GCC 4.0.1, and also
18152         avoids taking the address of a local variable.  All callers
18153         changed.
18154
18155 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18158         $LIBCSRC/posix/regexec.c.
18159         Add glibc bug 1217 for regcomp.c.
18160
18161 2005-08-19  Jim Meyering  <jim@meyering.net>
18162
18163         * lib/regexec.c (proceed_next_node): Redo local variables to
18164         avoid GCC shadowing warnings.
18165
18166 2005-08-18  Bruno Haible  <bruno@clisp.org>
18167
18168         * lib/strstr.c (strstr): Fix return value in multibyte case.
18169         * lib/strcasestr.c (strcasestr): Likewise.
18170
18171 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18172
18173         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18174
18175 2005-08-17  Jim Meyering  <jim@meyering.net>
18176
18177         Make the %s format (seconds since the epoch) work for a negative
18178         number and when used with a zero-padded field width, e.g. %015s.
18179
18180         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18181         label so that it precedes the code to set `digits'.  Otherwise,
18182         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18183         print `00-22'.  Now, it prints `-0022', as it should.
18184
18185 2005-08-17  Bruno Haible  <bruno@clisp.org>
18186
18187         * modules/strstr (Files): Add m4/mbrtowc.m4.
18188         (Depends-on): Add mbuiter.
18189
18190 2005-08-17  Bruno Haible  <bruno@clisp.org>
18191
18192         * modules/strcasestr: New file.
18193         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18194         strcasestr.
18195
18196 2005-08-17  Bruno Haible  <bruno@clisp.org>
18197
18198         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18199
18200 2005-08-17  Bruno Haible  <bruno@clisp.org>
18201
18202         * modules/mbuiter: New file.
18203         * MODULES.html.sh (Extended multibyte and wide character utilities):
18204         Add mbuiter.
18205
18206 2005-08-17  Bruno Haible  <bruno@clisp.org>
18207
18208         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18209         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18210
18211 2005-08-17  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/strcasestr.m4: New file.
18214
18215 2005-08-17  Bruno Haible  <bruno@clisp.org>
18216
18217         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18218         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18219
18220 2005-08-17  Bruno Haible  <bruno@clisp.org>
18221
18222         * lib/strcasestr.h: New file.
18223         * lib/strcasestr.c: New file.
18224
18225 2005-08-17  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/strcasecmp.c: Use mbuiter.h.
18228
18229 2005-08-17  Bruno Haible  <bruno@clisp.org>
18230
18231         * lib/mbuiter.h: New file.
18232
18233 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18234
18235         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18236         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18237         and gl_GETOPT are both invoked via different paths (as happens
18238         with GNU tar CVS because it uses both argp and getopt), the former
18239         wins.
18240
18241 2005-08-16  Bruno Haible  <bruno@clisp.org>
18242
18243         * modules/tls: New file.
18244         * MODULES.html.sh (Multithreading): Add tls.
18245
18246 2005-08-16  Bruno Haible  <bruno@clisp.org>
18247
18248         * modules/strnlen1: New file.
18249         * MODULES.html.sh (String handling): Add strnlen1.
18250
18251 2005-08-16  Bruno Haible  <bruno@clisp.org>
18252
18253         * modules/strcase (Files): Add m4/mbrtowc.m4.
18254         (Depends-on): Add strnlen1, mbchar.
18255
18256 2005-08-16  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/mbiter: New file.
18259         * MODULES.html.sh (Extended multibyte and wide character utilities):
18260         Add mbiter.
18261
18262 2005-08-16  Bruno Haible  <bruno@clisp.org>
18263
18264         * modules/mbfile: New file.
18265         * MODULES.html.sh (Extended multibyte and wide character utilities):
18266         Add mbfile.
18267
18268 2005-08-16  Bruno Haible  <bruno@clisp.org>
18269
18270         * modules/mbchar: New file.
18271         * MODULES.html.sh (Extended multibyte and wide character utilities):
18272         New section.
18273
18274 2005-08-16  Bruno Haible  <bruno@clisp.org>
18275
18276         * m4/tls.m4: New file, from GNU gettext.
18277
18278 2005-08-16  Bruno Haible  <bruno@clisp.org>
18279
18280         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18281         always.
18282         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18283
18284 2005-08-16  Bruno Haible  <bruno@clisp.org>
18285
18286         * m4/mbiter.m4: New file.
18287
18288 2005-08-16  Bruno Haible  <bruno@clisp.org>
18289
18290         * m4/mbfile.m4: New file.
18291
18292 2005-08-16  Bruno Haible  <bruno@clisp.org>
18293
18294         * m4/mbchar.m4: New file.
18295
18296 2005-08-16  Bruno Haible  <bruno@clisp.org>
18297
18298         * lib/tls.h: New file, from GNU gettext.
18299         * lib/tls.c: New file, from GNU gettext.
18300
18301 2005-08-16  Bruno Haible  <bruno@clisp.org>
18302
18303         * lib/strnlen1.h: New file.
18304         * lib/strnlen1.c: New file.
18305
18306 2005-08-16  Bruno Haible  <bruno@clisp.org>
18307
18308         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18309         (mbi_init): Update.
18310         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18311         NUL byte, not after it.
18312
18313 2005-08-16  Bruno Haible  <bruno@clisp.org>
18314
18315         * lib/strcase.h (strcasecmp): Add note in comments.
18316         * lib/strncasecmp.c: Use code from strcasecmp.c.
18317         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18318         (strcasecmp): Work correctly in multibyte locales.
18319
18320 2005-08-16  Bruno Haible  <bruno@clisp.org>
18321
18322         * lib/mbiter.h: New file.
18323
18324 2005-08-16  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/mbfile.h: New file.
18327
18328 2005-08-16  Bruno Haible  <bruno@clisp.org>
18329
18330         * lib/mbchar.h: New file.
18331         * lib/mbchar.c: New file.
18332
18333 2005-08-16  Bruno Haible  <bruno@clisp.org>
18334
18335         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18336         the valid ones. Makes the comparison operations transitive:
18337         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18338         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18339
18340 2005-08-15  Simon Josefsson  <jas@extundo.com>
18341
18342         * modules/ssize_t (License): Change to 'unlimited'.
18343
18344         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18345
18346 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18349         Add comments for each pending glibc patch.
18350
18351 2005-08-15  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18354         __cplusplus is defined.
18355
18356 2005-08-14  Jim Meyering  <jim@meyering.net>
18357
18358         Sync from coreutils.
18359
18360         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18361         Use the hash-table-based cycle-detection code not just when
18362         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18363         Reported by James Youngman in
18364         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18365         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18366         FTS_TIGHT_CYCLE_CHECK.
18367         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18368         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18369         once again.
18370         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18371         * lib/fts.c (fd_safer): Remove decl.
18372         Include fcntl--.h rather than unistd-safer.h
18373         (fts_safe_changedir): Don't call fd_safer; no longer needed
18374         now that we include fcntl--.h.
18375
18376 2005-08-12  Simon Josefsson  <jas@extundo.com>
18377
18378         * modules/getndelim2: Use ssize_t module.
18379         * modules/getnline: Likewise.
18380         * modules/safe-read: Likewise.
18381         * modules/xreadlink: Likewise.
18382
18383         * modules/ssize_t: New file.
18384
18385 2005-08-12  Simon Josefsson  <jas@extundo.com>
18386
18387         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18388
18389 2005-08-12  Simon Josefsson  <jas@extundo.com>
18390
18391         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18392         ssize_t.
18393
18394 2005-08-12  Simon Josefsson  <jas@extundo.com>
18395
18396         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18397         readline, getdelim and check_version.
18398         (Support for systems lacking ISO C 99: Sizes of integer types):
18399         Add size_max.
18400
18401 2005-08-12  Bruno Haible  <bruno@clisp.org>
18402
18403         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18404
18405 2005-08-11  Simon Josefsson  <jas@extundo.com>
18406
18407         * modules/readline: New file.
18408
18409         * modules/strnlen (Files): Add strnlen.h.
18410
18411 2005-08-11  Simon Josefsson  <jas@extundo.com>
18412
18413         * m4/readline.m4: New file.
18414
18415 2005-08-11  Simon Josefsson  <jas@extundo.com>
18416
18417         * lib/readline.h, readline.c: New file.
18418
18419 2005-08-11  Simon Josefsson  <jas@extundo.com>
18420
18421         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18422         gl_AVOID.
18423
18424 2005-08-11  Bruno Haible  <bruno@clisp.org>
18425
18426         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18427
18428 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18429
18430         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18431
18432 2005-08-10  Simon Josefsson  <jas@extundo.com>
18433
18434         * tests/test-iconvme.c: New file.
18435
18436 2005-08-10  Simon Josefsson  <jas@extundo.com>
18437
18438         * m4/strnlen.m4: New file.
18439
18440         * m4/strndup.m4: Don't check for strnlen declaration, done in
18441         strnlen.m4.
18442
18443 2005-08-10  Simon Josefsson  <jas@extundo.com>
18444
18445         * lib/strndup.c: Use strnlen.h.
18446
18447         * lib/strnlen.h: New file.
18448
18449 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18450
18451         * README: Typos.
18452
18453 2005-08-02  Simon Josefsson  <jas@extundo.com>
18454
18455         * modules/readline: New file.
18456
18457 2005-08-02  Simon Josefsson  <jas@extundo.com>
18458
18459         * modules/getdelim: New file.
18460
18461         * modules/getline: Rewrite, don't use getndelim2.
18462
18463 2005-08-02  Simon Josefsson  <jas@extundo.com>
18464
18465         * m4/getline.m4: Separate out getdelim stuff into separate module.
18466
18467         * m4/getdelim.m4: New file.
18468
18469 2005-08-02  Simon Josefsson  <jas@extundo.com>
18470
18471         * lib/getline.h, getline.c: Rewrite.
18472
18473         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18474
18475 2005-07-31  Bruno Haible  <bruno@clisp.org>
18476
18477         * lib/lock.h (gl_lock_initializer): New macro.
18478         (gl_lock_define_initialized): Use it.
18479         (gl_rwlock_initializer): New macro.
18480         (gl_rwlock_define_initialized): Use it.
18481         (gl_recursive_lock_initializer): New macro.
18482         (gl_recursive_lock_define_initialized): Use it.
18483
18484 2005-07-30  Karl Berry  <karl@gnu.org>
18485
18486         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18487         Report from Ben Pfaff, regarding getopt.
18488
18489 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18492         normal way.
18493         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18494         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18495         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18496         (gl_GETOPT): Use the new macros.  Most of the implementation
18497         is moved to the new macros.  This is for programs like Emacs
18498         that don't want all the functionality of gl_GETOPT.
18499
18500 2005-07-26  Bruno Haible  <bruno@clisp.org>
18501
18502         * m4/lock.m4: Update from GNU gettext.
18503
18504 2005-07-26  Bruno Haible  <bruno@clisp.org>
18505
18506         * lib/lock.h: Update from GNU gettext.
18507         * lib/lock.c: Update from GNU gettext.
18508
18509 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18510
18511         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18512         obsolescent AC_TRY_RUN.  Include the default includes files, for
18513         'exit'.
18514
18515 2005-07-24  Bruno Haible  <bruno@clisp.org>
18516
18517         * modules/visibility: New file.
18518         * MODULES.html.sh (Misc): Add visibility.
18519
18520 2005-07-24  Bruno Haible  <bruno@clisp.org>
18521
18522         * m4/visibility.m4: New file.
18523
18524 2005-07-24  Bruno Haible  <bruno@clisp.org>
18525
18526         * doc/visibility.texi: New file.
18527
18528 2005-07-22  Bruno Haible  <bruno@clisp.org>
18529
18530         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18531         $(ALLOCA_H), redundant through BUILT_SOURCES.
18532         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18533         redundant through BUILT_SOURCES.
18534         * modules/byteswap (Makefile.am): Remove explicit dependency on
18535         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18536         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18537         $(FNMATCH_H), redundant through BUILT_SOURCES.
18538         * modules/getopt (Makefile.am): Remove explicit dependency on
18539         $(GETOPT_H), redundant through BUILT_SOURCES.
18540         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18541         redundant through BUILT_SOURCES.
18542         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18543         redundant through BUILT_SOURCES.
18544         * modules/stdbool (Makefile.am): Remove explicit dependency on
18545         $(STDBOOL_H), redundant through BUILT_SOURCES.
18546         * modules/stdint (Makefile.am): Remove explicit dependency on
18547         $(STDINT_H), redundant through BUILT_SOURCES.
18548         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18549         Remove explicit dependency on $(SYSEXITS_H).
18550         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18551
18552 2005-07-18  Simon Josefsson  <jas@extundo.com>
18553
18554         * lib/check-version.c (check_version): Accept identical versions too.
18555
18556 2005-07-18  Bruno Haible  <bruno@clisp.org>
18557
18558         * modules/lock: New file.
18559         * MODULES.html.sh (Multithreading): New section.
18560
18561 2005-07-18  Bruno Haible  <bruno@clisp.org>
18562
18563         * m4/lock.m4: New file, from GNU gettext.
18564
18565 2005-07-18  Bruno Haible  <bruno@clisp.org>
18566
18567         * lib/lock.h: New file, from GNU gettext.
18568         * lib/lock.c: New file, from GNU gettext.
18569
18570 2005-07-18  Bruno Haible  <bruno@clisp.org>
18571
18572         * lib/lock.h (gl_once_t): New type.
18573         (gl_once_define, gl_once): New macros.
18574         * lib/lock.c (fresh_once): New variable.
18575         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18576         functions.
18577
18578 2005-07-16  Simon Josefsson  <jas@extundo.com>
18579
18580         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18581         workaround, suggested by Bruno.
18582
18583 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * modules/xalloc (Depends-on): Add xalloc-die.
18586         * modules/xvasprintf (Depends-on): Add xalloc-die.
18587
18588 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18589
18590         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18591         with a minor change.
18592
18593 2005-07-15  Bruno Haible  <bruno@clisp.org>
18594
18595         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18596         When using lib/poll.c, define poll as rpl_poll.
18597
18598 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * modules/argp (Depends-on): Remove unlocked-io.
18601
18602 2005-07-14  Derek Price  <derek@ximbiot.com>
18603
18604         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18605         for glob symlink bug.
18606
18607 2005-07-14  Bruno Haible  <bruno@clisp.org>
18608
18609         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18610         Instead, test for *_unlocked function declarations directly.
18611
18612 2005-07-11  Simon Josefsson  <jas@extundo.com>
18613
18614         * modules/size_max: New file.
18615
18616         * modules/xsize: Depend on size_max module for size_max.m4.
18617
18618 2005-07-11  Simon Josefsson  <jas@extundo.com>
18619
18620         * lib/size_max.h: New file.
18621
18622 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18623
18624         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18625         copyright symbol and the year.
18626         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18627         (version_etc_va): Use parameterized copyright notice.
18628         Reword to conform to the current GNU coding standards.
18629
18630 2005-07-11  Karl Berry  <karl@gnu.org>
18631
18632         * doc/gnulib.texi (Quoting): new node.
18633         (Initial import): more info, from Patrice.
18634
18635 2005-07-11  Bruno Haible  <bruno@clisp.org>
18636
18637         * gnulib-tool (func_usage): Document option --avoid.
18638         (Command line options): Handle --avoid.
18639         (func_acceptable): New function.
18640         (func_modules_transitive_closure): Use it.
18641
18642 2005-07-11  Bruno Haible  <bruno@clisp.org>
18643
18644         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18645         Reported by Jim Meyering.
18646
18647 2005-07-10  Bruno Haible  <bruno@clisp.org>
18648
18649         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18650         Needed when size_t is smaller than 'unsigned int'.
18651         Reported by Paul Eggert.
18652
18653 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18654
18655         * modules/argp (Depends-on): Add unlocked-io
18656
18657 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18658
18659         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18660         block of defines.
18661
18662 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18665         fix now.
18666
18667 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18668         and Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18671         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18672
18673 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18674
18675         * modules/regex (Files): Add lib/regex_internal.c,
18676         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18677         (Depends-on): Add extensions.
18678         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18679
18680 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18681
18682         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18683         pathconf.
18684         * m4/same.m4 (gl_SAME): Likewise.
18685         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18686
18687         * m4/regex.m4: Adjust to new libc regex implementation.
18688         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18689         all the .c and .h parts of (the new) regex.
18690         Quote the m4 stuff better.
18691         Check for RE_ICASE bug of old gnulib.
18692         Check for REG_STARTEND of recent libc.
18693         Rename local variables from jm_* to gl_*.
18694         Quote operand of "test -f".
18695         Say "recent enough" version of libc, not "version 2".
18696         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18697         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18698         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18699         Remove check for btowc, isascii.
18700         Require AM_LANGINFO_CODESET.
18701
18702 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18703
18704         * lib/regex.c, regex.h: Sync from libc.
18705         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18706         * lib/regexec.c:
18707         New files, synced from libc, except that regex_internal.h
18708         currently has a small porting fix.
18709
18710 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18711
18712         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18713         regex_internal.c, regexec.c.
18714         Add regex_internal.h too, but as a comment, since the libc version
18715         is currently broken in gnulib mode.
18716
18717 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18718
18719         Support programs like Emacs that use gnulib but not gettext.
18720         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18721         * modules/gettext-h: New file.
18722         * modules/gettext (Files): Remove lib/gettext.h.
18723         (Depends-on): Add gettext-h.
18724         (Makefile.am): Remove lib_SOURCES.
18725         * modules/argmatch, modules/c-stack, modules/closeout:
18726         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18727         * modules/execute, modules/file-type, modules/getaddrinfo:
18728         * modules/getopt, modules/human, modules/javacomp:
18729         * modules/javaexec, modules/mkdir-p, modules/obstack:
18730         * modules/openat, modules/pagealign_alloc, modules/pipe:
18731         * modules/quotearg, modules/regex, modules/rpmatch:
18732         * modules/unicodeio, modules/userspec, modules/version-etc:
18733         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18734         * modules/xsetenv:
18735         Depend on gettext-h, not gettext.
18736
18737 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18738
18739         * gnulib-tool (func_import): Add support for 'public domain' license.
18740         * modules/alloca, modules/atexit, modules/memmove:
18741         Now public domain, not GPL.
18742         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18743         * modules/realloc, modules/strerror, modules/strtod:
18744         Now LGPL, not GPL.
18745
18746 2005-07-05  Bruno Haible  <bruno@clisp.org>
18747
18748         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18749         autoconf CVS. Needed for mingw.
18750
18751 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18752
18753         Remove the dependency of the strftime module on the tzset module.
18754         * modules/strftime (Depends-on): Remove dependency on tzset.
18755
18756 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18757
18758         Remove the dependency of the strftime module on the tzset module.
18759         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18760         gl_FUNC_TZSET_CLOBBER.
18761
18762 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         Remove the dependency of the strftime module on the tzset module.
18765         * lib/strftime.c (my_strftime)
18766         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18767         Copy the input structure, to work around some of the bug with
18768         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18769         Solaris releases, you should also use the tzset module, but we won't
18770         require it as a dependency any more since we don't want LGPLed code
18771         to depend on GPLed code.
18772
18773 2005-07-02  Jim Meyering  <jim@meyering.net>
18774
18775         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18776         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18777         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18778         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18779
18780 2005-07-02  Jim Meyering  <jim@meyering.net>
18781
18782         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18783
18784 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18787         declares only 'struct timespec;' (!).
18788
18789 2005-07-01  Jim Meyering  <jim@meyering.net>
18790
18791         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18792         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18793         * lib/save-cwd.c, tempname.c:
18794         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18795         and don't include <sys/file.h>).
18796
18797 2005-06-29  Jim Meyering  <jim@meyering.net>
18798
18799         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18800         type name.  Use the variable name instead.
18801         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18802         Likewise.
18803
18804 2005-06-28  Simon Josefsson  <jas@extundo.com>
18805
18806         * modules/check-version (Files): Add check-version.m4.
18807
18808 2005-06-28  Simon Josefsson  <jas@extundo.com>
18809
18810         * m4/check-version.m4: New file, suggested by Jim Meyering
18811         <jim@meyering.net>.
18812
18813 2005-06-28  Simon Josefsson  <jas@extundo.com>
18814
18815         * lib/check-version.h, lib/check-version.c: New files.
18816
18817 2005-06-28  Simon Josefsson  <jas@extundo.com>
18818
18819         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18820         collision with global variable.  Better indentation.  Don't
18821         increment buffer pointer beyond buffer end.  Based on comments
18822         from Paul Eggert <eggert@cs.ucla.edu>.
18823
18824         * lib/base64.h: Indent.
18825
18826 2005-06-28  Simon Josefsson  <jas@extundo.com>
18827
18828         * doc/gnulib.texi (Library version handling): New section.
18829
18830 2005-06-28  Jim Meyering  <jim@meyering.net>
18831
18832         * check-module (find_included_lib_files): Hard-code another
18833         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18834         but modules/fts-lgpl (correctly) does not list those files.
18835
18836         * modules/canonicalize (Files): Add lib/pathmax.h.
18837
18838 2005-06-25  Simon Josefsson  <jas@extundo.com>
18839
18840         * modules/check-version: New file.
18841
18842 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18845         initializer of struct addrinfo, as an indication that we don't
18846         care how many members the structure has.
18847
18848 2005-06-24  Derek Price  <derek@ximbiot.com>
18849         and Bruno Haible  <bruno@clisp.org>
18850
18851         Remove stat module & update lstat.
18852         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18853         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18854         * m4/stat.m4: Remove this file.
18855
18856 2005-06-24  Derek Price  <derek@ximbiot.com>
18857         and Bruno Haible  <bruno@clisp.org>
18858
18859         Remove stat module & update lstat.
18860         * lib/stat.c: Remove this file...
18861         (slash_aware_lstat): ...moving this content and its support...
18862         * lib/lstat.c (rpl_lstat): ...into here.
18863         * lib/lstat.h: New file.
18864
18865 2005-06-24  Derek Price  <derek@ximbiot.com>
18866         and Bruno Haible  <bruno@clisp.org>
18867
18868         Remove stat module & update lstat.
18869         * config/srclist.txt (libc sources): Remove stat.
18870
18871 2005-06-24  Derek Price  <derek@ximbiot.com>
18872         and Bruno Haible  <bruno@clisp.org>
18873
18874         Remove stat module & update lstat.
18875         * MODULES.html.sh (stat): Remove.
18876         * MODULES.html: Regenerated.
18877         * modules/lstat (Description): Correct function name.
18878         (Files): Add "lstat.h".
18879         (Depends-on): Remove stat, add xalloc, stat-macros.
18880         * modules/stat: Remove this file.
18881         (Include): Add "lstat.h", remove <sys/stat.h>.
18882
18883 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18884
18885         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18886         (ranged_convert): Don't save conversion in a temporary struct.
18887         This causes a warning with GCC 4.0.0, and anyway in the typical
18888         case it's not worth the extra 100 bytes or so of code.
18889         (ranged_convert, __mktime_internal): When calling a function via a
18890         pointer P, use P () rather than (*P) (), as we now assume C89 or
18891         better.
18892
18893 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18896         "who -r" failed to give output.  Problem reported by Tim Waugh.
18897
18898         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18899         (xcalloc): Use it to avoid needless tests.
18900         Problem reported by Jim Meyering.
18901
18902 2005-06-20  Derek Price  <derek@ximbiot.com>
18903
18904         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18905         unnecessary for Autoconfs > 2.59c.
18906
18907 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18908
18909         * lib/argp.h (__option_is_short): Check upper limit of
18910         __key. Isprint() requires its argument to have the value
18911         of an unsigned char or EOF.
18912
18913 2005-06-16  Jim Meyering  <jim@meyering.net>
18914
18915         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18916         when either N or S is zero.
18917
18918 2005-06-16  Derek Price  <derek@ximbiot.com>
18919
18920         * m4/bison.m4: Declare YACC & YFLAGS precious.
18921
18922 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18923
18924         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18925         multibyte string or pattern, fall back on unibyte matching.
18926         Problem reported by James Youngman.
18927
18928 2005-06-08  Bruno Haible  <bruno@clisp.org>
18929
18930         * modules/csharpcomp: New file.
18931         * MODULES.html.sh (C#): Add csharpcomp.
18932
18933 2005-06-08  Bruno Haible  <bruno@clisp.org>
18934
18935         * m4/csharpcomp.m4: New file, from GNU gettext.
18936
18937 2005-06-08  Bruno Haible  <bruno@clisp.org>
18938
18939         * lib/csharpcomp.h: New file, from GNU gettext.
18940         * lib/csharpcomp.c: New file, from GNU gettext.
18941         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18942
18943 2005-06-08  Bruno Haible  <bruno@clisp.org>
18944
18945         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18946         warning on mingw.
18947
18948 2005-06-07  Derek Price  <derek@ximbiot.com>
18949
18950         Sync from CVS.
18951         * lib/glob_.h: Indent nested #ifdef.
18952
18953 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18954
18955         Sync from coreutils.
18956         Use "file name" when talking about file names, instead of "filename"
18957         or "path", as per the GNU coding standards.
18958         * lib/mkdir-p.c: Renamed from makepath.c.
18959         (make_dir_parents): Renamed from make_path.  All callers changed.
18960         * lib/mkdir-p.h: Likewise.  All includers changed.
18961         * lib/filenamecat.c: Renamed from path-concat.c.
18962         (file_name_concat): Renamed from path_concat.  All callers changed.
18963         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18964         * lib/filenamecat.h: Likewise.  All includers changed.
18965         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18966         in comments or local variable names.
18967         * lib/basename.c: Likewise.
18968         * lib/canonicalize.c, canonicalize.h: Likewise.
18969         * lib/dirname.c, dirname.h: Likewise.
18970         * lib/euidaccess.c: Likewise.
18971         * lib/exclude.c: Likewise
18972         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18973         * lib/fsusage.c, fsuage.h: Likewise.
18974         * lib/fts.c, fts_.h: Likewise.
18975         * lib/getcwd.c: Likewise.
18976         * lib/getloadavg.c: Likewise.
18977         * lib/mkstemp.c: Likewise.
18978         * lib/mountlist.c, mountlist.h: Likewise.
18979         * lib/openat.c, openat.h: Likewise.
18980         * lib/readlink-stub.c: Likewise.
18981         * lib/readutmp.c, readutmp.h: Likewise.
18982         * lib/rename.c: Likewise.
18983         * lib/rmdir.c: Likewise.
18984         * lib/same.c: Likewise.
18985         * lib/savedir.c: Likewise.
18986         * lib/stripslash.c: Likewise.
18987         * lib/tempname.c: Likewise.
18988         * lib/xreadlink.c: Likewise.
18989         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18990         All uses changed.
18991         * lib/exclude.h: Likewise.
18992
18993         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18994         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18995         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18996         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18997         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18998         files have been getting away with it for years (MORE/BSD 4.3
18999         is extinct now).
19000         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19001         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19002
19003         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19004         Define to 256, not 255, as per modern POSIX.
19005
19006 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19007
19008         Sync from coreutils.
19009         Use "file name" when talking about file names, instead of "filename"
19010         or "path", as per the GNU coding standards.
19011         * MODULES.html.sh: mkdir-p renamed from makepath.
19012         filenamecat renamed from path-concat.
19013         * modules/filenamecat: Renamed from modules/path-concat.
19014         (Files): filenamecat.h and filenamecat.c renamed from
19015         path-concat.h and path-concat.c.
19016         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19017         (Include): filenamecat.h, not path-concat.h.
19018         * modules/mkdir-p: Renamed from modules/makepath.
19019         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19020         makepath.c.
19021         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19022         (Include): mkdir-p.h, not makepath.h.
19023
19024 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19025
19026         Sync from coreutils.
19027         * m4/mkdir-p.m4: Renamed from makepath.m4.
19028         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19029         Rename files from makepath.c to mkdir-p.c, and from
19030         makepath.h to mkdir-p.h.
19031         * m4/filenamecat.m4: Renamed from path-concat.m4.
19032         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19033         Rename files from path-concat.c to filenamecat.c,
19034         and from path-concat.h to filenamecat.h.
19035         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19036         "file name" in local variables or comments.
19037         * m4/rename.m4: Likewise.
19038
19039 2005-06-01  Bruno Haible  <bruno@clisp.org>
19040
19041         * modules/csharpexec: New file.
19042         * MODULES.html.sh (C#): New section.
19043
19044 2005-06-01  Bruno Haible  <bruno@clisp.org>
19045
19046         * m4/csharp.m4: New file, from GNU gettext.
19047         * m4/csharpexec.m4: New file, from GNU gettext.
19048
19049 2005-06-01  Bruno Haible  <bruno@clisp.org>
19050
19051         * lib/csharpexec.h: New file, from GNU gettext.
19052         * lib/csharpexec.c: New file, from GNU gettext.
19053         * lib/csharpexec.sh.in: New file, from GNU gettext.
19054
19055 2005-05-31  Derek Price  <derek@ximbiot.com>
19056             Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         Sync from cvs.
19059         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19060
19061 2005-05-31  Derek Price  <derek@ximbiot.com>
19062             Paul Eggert  <eggert@cs.ucla.edu>
19063
19064         Sync from cvs.
19065         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19066
19067 2005-05-29  Derek Price  <derek@ximbiot.com>
19068
19069         * config/srclist.txt (glob_.h, glob.c): Add these files.
19070
19071 2005-05-29  Derek Price  <derek@ximbiot.com>
19072
19073         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19074         * modules/glob: New file.
19075         * modules/getlogin_r: Add link to POSIX spec in description.
19076
19077 2005-05-29  Derek Price  <derek@ximbiot.com>
19078             Paul Eggert  <eggert@cs.ucla.edu>
19079
19080         * m4/glob.m4: New file.
19081
19082 2005-05-29  Derek Price  <derek@ximbiot.com>
19083             Paul Eggert  <eggert@cs.ucla.edu>
19084
19085         * lib/glob_.h, lib/glob.c: New files.
19086
19087 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19088
19089         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19090         * modules/fts-lgpl (Depends-on): Remove gettext.
19091
19092 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19093
19094         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19095         and don't require gt_INTTYPES_PRI.
19096
19097 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19100
19101         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19102         the configuration hassle isn't worth it.
19103         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19104         (LONGEST_MODIFIER, PRIuMAX): Remove.
19105
19106 2005-05-27  Bruno Haible  <bruno@clisp.org>
19107
19108         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19109
19110 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19111
19112         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19113         _POSIX_PTHREAD_SEMANTICS for Solaris.
19114
19115 2005-05-25  Derek Price  <derek@ximbiot.com>
19116
19117         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19118
19119 2005-05-25  Derek Price  <derek@ximbiot.com>
19120             Paul Eggert  <eggert@cs.ucla.edu>
19121
19122         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19123         * lib/getlogin_r.c, getlogin_r.h: New files.
19124
19125 2005-05-25  Bruno Haible  <bruno@clisp.org>
19126             Derek Price  <derek@ximbiot.com>
19127
19128         * lib/getlogin_r.h: Simplify API documentation.
19129
19130 2005-05-23  Derek Price  <derek@ximbiot.com>
19131
19132         * modules/minmax (Files): Add m4/minmax.m4.
19133         (configure.ac): Add gl_MINMAX.
19134
19135 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19136
19137         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19138         so that unistd-safer.h (GPL'ed code) need not be included.
19139
19140 2005-05-22  Bruno Haible  <bruno@clisp.org>
19141
19142         * m4/minmax.m4: New file.
19143         Based on a patch by Derek Price <derek@ximbiot.com>.
19144
19145 2005-05-22  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19148         (INT64_MIN): Fix definition.
19149         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19150
19151         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19152         NEED_SIGNED_INT_TYPES.
19153
19154         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19155         HAVE_SYSTEM_INTTYPES.
19156
19157 2005-05-22  Bruno Haible  <bruno@clisp.org>
19158
19159         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19160         Also include <sys/param.h> if it defines MIN, MAX.
19161         Based on a patch by Derek Price <derek@ximbiot.com>.
19162
19163 2005-05-21  Jim Meyering  <jim@meyering.net>
19164
19165         * modules/fts (Files): Add m4/inttypes-pri.m4.
19166         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19167
19168 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19169
19170         New fts module.
19171         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19172         (setup_dir, free_dir): New functions.
19173         (enter_dir, leave_dir): Define trivial
19174         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19175         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19176         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19177         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19178         Move to fts-cycle.c.
19179         (fts_open): Use setup_dir.
19180         (fts_close): Use free_dir.
19181         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19182         This adds a label and some gotos, but the alternatives were messier.
19183         Check for memory allocation failure when entering a dir.
19184         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19185         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19186         (FTS): New member fts_cycle, that is a union that contains the
19187         old active_dir_ht and cycle_state.  All uses changed to mention
19188         fts_cycle.ht and fts_cycle.state.
19189         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19190         fts.c, with the following changes:
19191         (setup_dir, free_dir): New functions.
19192         (enter_dir): Now returns bool.  Return true if successful, false
19193         if memory exhausted.  All callers changed.
19194         Do not bother partly cleaning up on
19195         memory allocation failure; that is free_dir's job.
19196         However, free ad if hash_insert fails, to avoid memory leak.
19197         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19198         fts->fts_options to see which union member to use.
19199
19200 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19203         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19204
19205 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19206
19207         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19208
19209 2005-05-20  Jim Meyering  <jim@meyering.net>
19210
19211         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19212         Now a macro, to pacify GCC.
19213
19214 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19215
19216         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19217         of -1.
19218
19219 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19220
19221         * lib/chown.c (rpl_chown): Return -1 on failure.
19222
19223 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19224
19225         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19226         Don't check for stddef.h.
19227         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19228         don't use its results.
19229         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19230         since we include them unconditionally.  Don't require
19231         AM_STDBOOL_H, since stdbool is a prerequisite.
19232         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19233         since we assume C89 or better.
19234         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19235         as we don't use their results.
19236         Don't check for fchdir, memmove, memset, strrchr, as we use
19237         them unconditionally.
19238         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19239         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19240
19241 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19244         Include <stddef.h> unconditionally, since we assume C89 now.
19245         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19246         * lib/fts.c: Include fts_.h first, to check interface.
19247         Do not include intprops.h; no longer needed.
19248         Include cycle-check.h and hash.h, since fts_.h no longer does.
19249         Remove unnecessary casts of closedir to void.
19250         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19251         decide whether to decrement nlinks.
19252         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19253         (FTS): Use struct hash_table * instead of Hash_table, so that
19254         we no longer need to include hash.h here.
19255
19256 2005-05-18  Jim Meyering  <jim@meyering.net>
19257
19258         * modules/dirfd (License): Change to LGPL.  Most of the code
19259         is already in the public domain.
19260
19261 2005-05-18  Jim Meyering  <jim@meyering.net>
19262
19263         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19264         Reported by Yoann Vandoorselaere.
19265
19266 2005-05-17  Jim Meyering  <jim@meyering.net>
19267
19268         * m4/fts.m4: New file, from coreutils.
19269
19270 2005-05-17  Jim Meyering  <jim@meyering.net>
19271
19272         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19273
19274 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19275
19276         Sync from coreutils.
19277         * m4/unlinkdir.m4: New file.
19278
19279 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19280
19281         Sync from coreutils.
19282         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19283         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19284         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19285         White space changes only.
19286         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19287         special.
19288         * lib/yesno.c: Include getline.h, not ctype.h.
19289         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19290         Use getline to remove arbitrary restriction on response length.
19291
19292 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19293
19294         * config/srclist-update: Spell out "Street" in FSF postal
19295         mail address; this is the style the FSF seems to prefer.
19296
19297         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19298         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19299         this updates FSF postal mail address.
19300
19301         Sync from coreutils.
19302         * modules/unlinkdir: New file.
19303         * modules/yesno (Depends-on): Add getline.
19304         * MODULES.html.sh (File system functions): Add unlinkdir.
19305
19306 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19309         lib/strsep.h:
19310         Change the initial comment to refer to GPL, not LGPL.
19311         gnulib-tool will change it to LGPL as needed.
19312
19313         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19314         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19315         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19316         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19317         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19318         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19319         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19320         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19321         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19322         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19323         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19324         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19325         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19326         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19327         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19328         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19329         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19330         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19331         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19332         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19333         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19334         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19335         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19336         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19337         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19338         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19339         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19340         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19341         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19342         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19343         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19344         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19345         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19346         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19347         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19348         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19349         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19350         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19351         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19352         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19353         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19354         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19355         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19356         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19357         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19358         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19359         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19360         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19361         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19362         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19363         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19364         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19365         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19366         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19367         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19368         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19369         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19370         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19371         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19372         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19373         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19374         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19375         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19376         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19377         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19378         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19379         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19380         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19381         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19382         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19383         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19384         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19385         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19386         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19387         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19388         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19389         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19390         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19391         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19392         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19393         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19394         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19395         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19396         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19397         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19398         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19399         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19400         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19401         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19402         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19403         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19404         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19405         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19406         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19407         lib/yesno.c, lib/yesno.h:
19408         Update FSF postal mail address.
19409
19410 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19411
19412         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19413         tests/test-memmem.c, tests/test-stpncpy.c:
19414         Update FSF postal mail address.
19415
19416 2005-05-13  Bruno Haible  <bruno@clisp.org>
19417
19418         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19419         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19420         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19421         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19422         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19423         Add support for 64-bit integers in the MSVC compiler.
19424
19425 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19426
19427         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19428
19429 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19430
19431         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19432
19433 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19434
19435         * doc/getdate.texi (General date syntax): Don't say that date
19436         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19437         Problem reported by Nic Ferrier.
19438
19439 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19440
19441         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19442         specified in ai_socktype. Fix invalid ai_protocol
19443         check. ai_protocol is usually set to 0 or depending on
19444         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19445         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19446         ai_socktype / ai_protocol in the returned addrinfo structure.
19447
19448 2005-05-10  Simon Josefsson  <jas@extundo.com>
19449
19450         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19451         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19452
19453 2005-05-10  Karl Berry  <karl@gnu.org>
19454
19455         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19456         (from http://www.gnu.org/licenses).
19457         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19458         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19459         fdl.texi suffices.
19460
19461 2005-05-10  Karl Berry  <karl@gnu.org>
19462
19463         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19464         (COPYING.DOC): remove.
19465
19466         * config/srclist-update: new FSF address.
19467
19468 2005-05-10  Derek Price  <derek@ximbiot.com>
19469
19470         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19471         possible.
19472
19473 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19474             Bruno Haible  <bruno@clisp.org>
19475
19476         * modules/inet_ntop: New file.
19477         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19478         inet_ntop.
19479
19480 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19481             Bruno Haible  <bruno@clisp.org>
19482
19483         * m4/inet_ntop.m4: New file.
19484
19485 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19486             Bruno Haible  <bruno@clisp.org>
19487
19488         * lib/inet_ntop.h: New file.
19489         * lib/inet_ntop.c: New file, from glibc with modifications.
19490
19491 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * modules/time_r (License): Change to LGPL.
19494         * modules/extensions (License): Change to LGPL.  Actually,
19495         the license is more permissive than that, but currently gnulib-tool
19496         doesn't know how to handle more-permissive licenses.
19497
19498         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19499         Problem reported by Dave Love.
19500
19501 2005-05-08  Jim Meyering  <jim@meyering.net>
19502
19503         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19504         blank.
19505
19506 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19507
19508         * modules/argmatch (Depends-on): Add stdbool.
19509         * modules/backupfile (Depends-on): Likewise.
19510         * modules/chdir-long (Depends-on): Likewise.
19511         * modules/closeout (Depends-on): Likewise.
19512         * modules/cycle-check (Depends-on): Likewise.
19513         * modules/dirname (Depends-on): Likewise.
19514         * modules/fnmatch (Depends-on): Likewise.
19515         * modules/fsusage (Depends-on): Likewise.
19516         * modules/fwriteerror (Depends-on): Likewise.
19517         * modules/getcwd (Depends-on): Likewise.
19518         * modules/getloadavg (Depends-on): Likewise.
19519         * modules/hard-locale (Depends-on): Likewise.
19520         * modules/makepath (Depends-on): Likewise.
19521         * modules/mountlist (Depends-on): Likewise.
19522         * modules/nanosleep (Depends-on): Likewise.
19523         * modules/posixtm (Depends-on): Likewise.
19524         * modules/quotearg (Depends-on): Likewise.
19525         * modules/readtokens (Depends-on): Likewise.
19526         * modules/readtokens0 (Depends-on): Likewise.
19527         * modules/readutmp (Depends-on): Likewise.
19528         * modules/save-cwd (Depends-on): Likewise.
19529         * modules/strftime (Depends-on): Likewise.
19530         * modules/userspec (Depends-on): Likewise.
19531         * modules/utimecmp (Depends-on): Likewise.
19532         * modules/xgetcwd (Depends-on): Likewise.
19533         * modules/xnanosleep (Depends-on): Likewise.
19534         * modules/xstrtod (Depends-on): Likewise.
19535         * modules/yesno (Depends-on): Likewise.
19536
19537 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19538
19539         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19540         needless checks.
19541
19542 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19543
19544         Merge from coreutils.  Among other things,
19545         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19546         * lib/fd-safer.c: New file.
19547         * lib/fcntl-safer.h, open-safer.c: Remove.
19548         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19549         * lib/dup-safer.c: Include unistd-safer.h first.
19550         Don't include errno.h.
19551         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19552         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19553         * lib/file-type.c: Rely on file-type.h change.
19554         * lib/getloadavg.c: Include unistd-safer.h.
19555         (getloadavg): Use safer open.
19556         * lib/getusershell.c: Include "stdio-safer.h".
19557         (getusershell): Use safer fopen.
19558         * lib/long-options.c (long_options): Use NULL rather than 0.
19559         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19560         'free'.
19561         * lib/modechange.c: Likewise.
19562         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19563         (MODE_DONE): New constant.
19564         (struct mode_change): Remove 'next' member.
19565         (make_node_op_equals): New function; like the old one of the
19566         same name, except it allocates an array.
19567         (mode_compile, mode_create_from_ref): Use it.
19568         (mode_compile): Allocate result as an array, not a linked list.
19569         Parse octal string ourself, so that we catch mistakes like "+0".
19570         (mode_adjust): Arg is an array, not a linked list.
19571         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19572         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19573         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19574         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19575         Remove.  This is now stat-macros.h's job.
19576         (talloc): Remove.  All callers replaced by xalloc, so that
19577         our invokers don't have to worry about reporting memory failures.
19578         (make_node_op_equals): Remove.
19579         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19580         New constants.
19581         (struct mode_change): Moved here from modechange.h.
19582         (mode_append_entry): Remove.
19583         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19584         apps to have incorrect behavior.  Use simpler algorithm for head
19585         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19586         Detect more invalid usages rather than having somewhat-random behavior.
19587         Don't insert an "a=" action, as that leads to incorrect behavior.
19588         (mode_compile, mode_create_from_ref): Return NULL on error instead
19589         of an enum, since now there's only one way to have an error.  All
19590         callers changed.
19591         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19592         at the correct time.  Simplify calculation of "+u" and its ilk.
19593         Don't mishandle "+X".
19594         (mode_free): Remove "register" and localize decls.
19595         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19596         (struct mode_change): Move to modechange.c; callers don't
19597         need to see this stuff.
19598         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19599         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19600         (mode_change, mode_adjust): Reflect the new signatures noted above.
19601         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19602         that might redefine system include files.
19603         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19604         (my_usleep): Use NULL rather than (void *) 0.
19605         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19606         Use siginterrupt to specify that system calls should be interrupted.
19607         (rpl_nanosleep): Move initialization of suspended closer to call of
19608         my_usleep.
19609         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19610         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19611         (desirable_utmp_entry): New function.
19612         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19613         using x2nrealloc, to simplify logic.
19614         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19615         size calculation.  Do not assume utmp file is a regular file.
19616         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19617         (READ_UTMP_CHECK_PIDS): New constant.
19618         * lib/save-cwd.c: Include unistd-safer.h.
19619         (save_cwd): Use fd_safer.
19620         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19621         [!_LIBC] Include "stat-macros.h" instead.
19622         * lib/unistd-safer.h (fd_safer): New decl.
19623
19624 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19625
19626         * modules/getloadavg (Depends-on): Add unistd-safer.
19627         * modules/getusershell (Depends-on): Add stdio-safer.
19628         * modules/lstat (Depends-on): Remove xalloc.
19629         * modules/mkstemp (Depends-on): Add stat-macros.
19630         * modules/modechange (Depends-on): Remove xstrtol.
19631         Add stat-macros, xalloc.
19632         * modules/save-cwd (Depends-on): Add unistd-safer.
19633         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19634         * modules/unistd-safer (Files): Add lib/fd-safer.c
19635         (Makefile.am): Remove lib_SOURCES.
19636
19637         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19638         Remove fcntl-safer; unistd-safer supersedes it.
19639
19640 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19643         AC_HEADER_STAT.
19644         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19645         (gl_PREREQ_CHOWN): Remove.
19646         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19647         it.  Don't require AC_HEADER_STAT.
19648         (gl_PREREQ_LSTAT): Remove.
19649         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19650         Don't require AC_HEADER_STAT.
19651         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19652         (gl_PREREQ_RMDIR): Remove.
19653         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19654         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19655         the stat-macros module a prerequisite.
19656         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19657         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19658         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19659         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19660         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19661         variable names.
19662         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19663         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19664         variable prefixes.
19665         * m4/fcntl-safer.m4: Remove.
19666         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19667         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19668         Invoke gl_PREREQ_FD_SAFER.
19669         (gl_PREREQ_FD_SAFER): New macro.
19670         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19671         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19672         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19673         Remove duplicate call to AC_LIBOBJ(readutmp).
19674         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19675
19676         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19677         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19678
19679 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         * MODULES.html.sh (Misc): Add byteswap.
19682
19683 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19684
19685         * modules/getcwd (Depends-on): Add extensions.
19686         * modules/openat (Depends-on): Likewise.
19687
19688 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19689
19690         * modules/byteswap: New file.
19691
19692 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19693
19694         * m4/byteswap.m4: New file.
19695
19696 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19697
19698         * lib/byteswap_.h: New file.
19699
19700 2005-04-25  Karl Berry  <karl@gnu.org>
19701
19702         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19703
19704 2005-04-25  Albert Chin  <china@thewrittenword.com>
19705
19706         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19707         Toolkit C bug.
19708
19709 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19710
19711         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19712         (func_ln_if_changed) Remove forcibly for no error message
19713         in case file does not exist.
19714
19715 2005-04-19  Simon Josefsson  <jas@extundo.com>
19716
19717         * gnulib-tool (Options): Make --symlink mean --symbolic.
19718
19719 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19720
19721         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19722
19723 2005-04-16  Simon Josefsson  <jas@extundo.com>
19724
19725         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19726
19727 2005-04-15  Simon Josefsson  <jas@extundo.com>
19728
19729         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19730
19731 2005-04-15  Simon Josefsson  <jas@extundo.com>
19732
19733         * gnulib-tool: Rename --symlink to --symbolic.
19734
19735 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19736
19737         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19738         symbolic links to files instead of copying/moving.  Add --aux-dir,
19739         specifying directory relative --dir where auxiliary build tools
19740         are placed.
19741
19742 2005-04-14  Bruno Haible  <bruno@clisp.org>
19743
19744         * modules/allocsa (License): Change to LGPL.
19745         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19746
19747 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19748
19749         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19750         that "UTC +1 second" continues to work.  Problem reported
19751         by Dmitry V. Levin.
19752         (relunit_snumber): New rule.
19753         (relunit): Use it.
19754
19755 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19756
19757         * lib/getdate.y (universal_time_zone_table): New constant.
19758         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19759         universal_time_zone_table.
19760         (lookup_zone): Prefer universal_time_zone_table to
19761         local_time_zone_table, so that "GMT" time stamps are allowed in
19762         London during the summer.  Problem reported by Ian Abbott.
19763
19764 2005-04-12  Jim Meyering  <jim@meyering.net>
19765
19766         * lib/human.c (humblock): Set *options even when returning due to
19767         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19768         warning from gcc-4.
19769
19770 2005-04-09  Jim Meyering  <jim@meyering.net>
19771
19772         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19773         -Wuninitialized: initialize tm0.tm_year.
19774
19775 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19776
19777         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19778         count, since there's no maximum.  All uses changed.
19779         Add member dsts_seen.
19780         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19781         not being INT_MAX.
19782         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19783         Use pc_rels_seen to decide whther a date is absolute.
19784
19785         * lib/getdate.y (number): Don't overwrite year.
19786         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19787         check.
19788
19789 2005-04-02  Simon Josefsson  <jas@extundo.com>
19790
19791         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19792         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19793
19794 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19795
19796         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19797         where no absolute path name can be longer than PATH_MAX.
19798
19799 2005-03-27  Jim Meyering  <jim@meyering.net>
19800
19801         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19802
19803 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19804
19805         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19806         "one's complement" -> "ones' complement" in comment, as per Knuth.
19807         "value of type" -> "type or expression" in comment.
19808         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19809
19810 2005-03-26  Jim Meyering  <jim@meyering.net>
19811
19812         Comment nits.
19813         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19814         Correct typos: s/or/of/.
19815
19816 2005-03-26  Jim Meyering  <jim@meyering.net>
19817
19818         * modules/check-include-files: Move to ../ and rename to...
19819         * check-module: ...this.
19820
19821 2005-03-25  Jim Meyering  <jim@meyering.net>
19822
19823         * modules/xvasprintf (Files): Add xalloc.h.
19824
19825 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * modules/gettext (Files): config/config.rpath ->
19828         build-aux/config.rpath
19829         * modules/iconv (Files): Likewise.
19830         Problem reported by Oskar Liljeblad.
19831
19832 2005-03-23  Jim Meyering  <jim@meyering.net>
19833
19834         * modules/check-include-files: New script to check for
19835         missing dependencies, multiple includes, etc.
19836
19837         * modules/c-strtold (Depends-on): Add xalloc.
19838         * modules/c-strtod (Depends-on): Add xalloc.
19839         * modules/hash (Depends-on): Add xalloc.
19840         (Files): Remove lib/xalloc.h.
19841
19842         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19843         * modules/userspec (Files): Add lib/inttostr.h.
19844
19845 2005-03-23  Jim Meyering  <jim@meyering.net>
19846
19847         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19848
19849 2005-03-22  Jim Meyering  <jim@meyering.net>
19850
19851         * modules/stat-macros: New module.
19852         * modules/canonicalize, modules/euidaccess, modules/file-type,
19853         * modules/filemode, modules/lchown, modules/makepath,
19854         * modules/rmdir, modules/stat: Depend on new stat-macros module
19855         rather than listing lib/stat-macros.h manually.
19856         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19857
19858 2005-03-22  Jim Meyering  <jim@meyering.net>
19859
19860         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19861
19862 2005-03-22  Bruno Haible  <bruno@clisp.org>
19863
19864         * config/srclist.txt: Replace target directory 'config' with
19865         'build-aux'.
19866         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19867         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19868         ../build-aux/.
19869
19870 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19871
19872         * modules/chdir-long (Depends-on): Add mempcpy.
19873
19874         * modules/acl, modules/backupfile, modules/c-strtod,
19875         modules/c-strtold, modules/canon-host, modules/canonicalize,
19876         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19877         modules/exclude, modules/exitfail, modules/file-type,
19878         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19879         modules/getdate, modules/getline, modules/getpagesize,
19880         modules/getpass, modules/getugroups, modules/group-member,
19881         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19882         modules/inttostr, modules/long-options, modules/makepath,
19883         modules/md5, modules/memcasecmp, modules/memcoll,
19884         modules/modechange, modules/mountlist, modules/path-concat,
19885         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19886         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19887         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19888         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19889         modules/strftime, modules/strndup, modules/strverscmp,
19890         modules/timespec, modules/unlocked-io, modules/userspec,
19891         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19892         modules/yesno:
19893         Remove lib_SOURCES line from Makefile.am section, as this is now
19894         done automatically by the corresponding Autoconf macro.
19895
19896 2005-03-21  Jim Meyering  <jim@meyering.net>
19897
19898         Changes imported from coreutils.
19899
19900         * lib/cycle-check.c: Don't include xalloc.h.
19901
19902         * lib/path-concat.c: Don't include assert.h.
19903         (path_concat): Remove assertion that would have triggered
19904         for ABASE starting with more than one slash.
19905         Reported by Andreas Schwab.
19906
19907         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19908         properly when ABASE is an absolute file name.
19909         Correct the description of this function.
19910         Include <assert.h>.
19911         Add an assertion and a test driver.
19912         This fixes a bug introduced on 2004-07-02.
19913         Andreas Schwab reported the resulting failure of cp --parents:
19914         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19915
19916 2005-03-21  Jim Meyering  <jim@meyering.net>
19917
19918         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19919         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19920
19921 2005-03-21  Jim Meyering  <jim@meyering.net>
19922         and  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19925         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19926         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19927         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19928         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19929         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19930         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19931         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19932         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19933         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19934         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19935         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19936         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19937         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19938         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19939         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19940         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19941         for these modules.
19942
19943 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19946         (which shouldn't happen), generate nothing instead of returning 0
19947         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19948
19949 2005-03-16  Bruno Haible  <bruno@clisp.org>
19950
19951         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19952         HAVE_LONGLONG_64BIT.
19953
19954 2005-03-16  Bruno Haible  <bruno@clisp.org>
19955
19956         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19957         HAVE_LONGLONG_64BIT.
19958
19959 2005-03-16  Bruno Haible  <bruno@clisp.org>
19960
19961         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19962         HAVE_LONGLONG_64BIT.
19963
19964 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19965
19966         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19967         reliably distinguish strftime failure from empty output on POSIX
19968         hosts.
19969
19970 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19971
19972         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19973         (iconv_string): Don't guess a size-zero buffer, as that might cause
19974         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19975         result would be 'too large', where 'too large' is (heuristically)
19976         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19977         overflow concerns.  This will prevent some unwanted malloc failures
19978         when the inputs are very large.
19979
19980 2005-03-15  Karl Berry  <karl@gnu.org>
19981
19982         * config/srclist.txt (config.rpath): from gettext.
19983         * config/config.rpath: update.
19984
19985 2005-03-15  Bruno Haible  <bruno@clisp.org>
19986
19987         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19988         to 'negate'.
19989
19990         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19991         variable.
19992
19993         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19994         results.
19995
19996 2005-03-14  Simon Josefsson  <jas@extundo.com>
19997
19998         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19999         <fx@gnu.org>.
20000
20001 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20002
20003         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20004         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20005         intprops.h.
20006         * lib/strtol.c: Likewise.
20007
20008 2005-03-14  Jim Meyering  <jim@meyering.net>
20009
20010         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20011         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20012         to be nonzero so that we (and caller) can detect the difference
20013         between a valid zero-length expansion and an error return, even
20014         when the underlying strftime fails before writing anything into
20015         that location.
20016
20017 2005-03-14  Bruno Haible  <bruno@clisp.org>
20018
20019         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20020         Update from GNU gettext 0.14.3.
20021
20022 2005-03-10  Jim Meyering  <jim@meyering.net>
20023
20024         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20025
20026 2005-03-10  Jim Meyering  <jim@meyering.net>
20027
20028         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20029         so that this module works on systems without fchdir.
20030
20031 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         Factor int-properties macros into a single file, except for
20034         glibc-related files.
20035         * lib/intprops.h: New file.
20036         * lib/getloadavg.c: Include it instead of limits.h.
20037         (INT_STRLEN_BOUND): Remove.
20038         * lib/human.c: Include intprops.h.
20039         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20040         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20041         302/1000.
20042         * lib/inttostr.h: Include intprops.h instead of limits.h.
20043         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20044         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20045         for consistency with intprops.h.
20046         (time_t_is_integer, twos_complement_arithmetic): Use them.
20047         * lib/sig2str.h: Include <signal.h>, intprops.h.
20048         (INT_STRLEN_BOUND): Remove.
20049         * lib/strftime.c (TYPE_SIGNED): Remove.
20050         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20051         * lib/strtol.c: Adjust comments to match intprops.h.
20052         * lib/userspec.c: Include intprops.h.
20053         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20054         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20055         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20056         instead of rolling our own expressions.
20057         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20058
20059         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20060         instead of int.
20061         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20062         the right thing even if adding 1900 would overflow.  Similarly
20063         for tm_mon + 1 and tm_yday + 1.
20064         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20065         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20066         (DO_SIGNED_NUMBER): New macro.
20067         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20068
20069 2005-03-07  Bruno Haible  <bruno@clisp.org>
20070
20071         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20072
20073 2005-03-07  Bruno Haible  <bruno@clisp.org>
20074
20075         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20076
20077 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20078
20079         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20080         (func_import): Only replace files via --import when they have actually
20081         changed.
20082
20083 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20084
20085         * m4/mmap-anon.m4: New file.
20086         * m4/pagealign_alloc.m4: New file.
20087
20088 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20089             Bruno Haible  <bruno@clisp.org>
20090
20091         * modules/pagealign_alloc: New file.
20092         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20093
20094 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20095             Bruno Haible  <bruno@clisp.org>
20096
20097         * lib/pagealign_alloc.h: New file.
20098         * lib/pagealign_alloc.c: New file.
20099
20100 2005-03-03  Bruno Haible  <bruno@clisp.org>
20101
20102         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20103         Use an all-permissive copyright notice, recommended by RMS.
20104
20105 2005-03-02  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20108         of AIX, the replacement has to be done only after <string.h> is
20109         included, therefore not in config.h. stpncpy.h does the replacement,
20110         and stpncpy.c uses it.
20111
20112 2005-03-02  Bruno Haible  <bruno@clisp.org>
20113
20114         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20115         stpncpy.c uses it.
20116
20117 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20118
20119         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20120         The workaround isn't strictly needed for POSIX conformance, and
20121         it's too much of a pain to configure and maintain.  We'll ask
20122         people to fix their kernels instead.
20123         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20124         (NANOSLEEP_BUG_WORKAROUND): Remove.
20125         (xnanosleep): Remove the workaround.
20126
20127 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20128
20129         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20130         Reported by Derek Price.
20131         (Include): Add "timespec.h".
20132
20133         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20134
20135 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20136
20137         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20138         to detect nanosleep bug.
20139
20140 2005-03-01  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20143
20144 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20145
20146         * modules/gethrxtime: New file.
20147         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20148         (Depends-on): Add gethrxtime.
20149         (configure.ac): Add gl_XNANOSLEEP.
20150         (Makefile.am): Remove lib_SOURCES line.
20151
20152 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20153
20154         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20155         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20156
20157 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20158
20159         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20160         * lib/timespec.h (gettime): Return void, since it always
20161         succeeds now.  All uses changed.
20162         * lib/gettime.c (gettime) Likewise.
20163         [HAVE_NANOTIME]: Prefer nanotime.
20164         Assume gettimeofday succeeds, as POSIX requires.
20165         Assime time () succeeds, since other code already does.
20166         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20167         (timespec_subtract): Remove.
20168         (NANOSLEEP_BUG_WORKAROUND): New constant.
20169         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20170         things considerably.  Use it only on GNU/Linux hosts, since the
20171         workaround shouldn't be needed elsewhere.
20172
20173 2005-02-24  Bruno Haible  <bruno@clisp.org>
20174
20175         * modules/gettext (Files): Add m4/glibc2.m4.
20176
20177 2005-02-24  Bruno Haible  <bruno@clisp.org>
20178
20179         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20180         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20181         * m4/progtest.m4:
20182         Update from GNU gettext 0.14.2.
20183         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20184
20185 2005-02-24  Bruno Haible  <bruno@clisp.org>
20186
20187         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20188         * lib/config.charset: Update from GNU gettext 0.14.2.
20189
20190 2005-02-24  Bruno Haible  <bruno@clisp.org>
20191
20192         * lib/gettext.h: Update from GNU gettext 0.14.2.
20193
20194 2005-02-23  Simon Josefsson  <jas@extundo.com>
20195
20196         * m4/iconvme.m4: New file.
20197
20198 2005-02-23  Jim Meyering  <jim@meyering.net>
20199
20200         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20201         change.
20202         Thanks to Bruno Haible for catching it.
20203
20204 2005-02-22  Simon Josefsson  <jas@extundo.com>
20205
20206         * modules/iconvme: New file.
20207
20208         * MODULES.html.sh: Add iconvme.
20209
20210 2005-02-22  Simon Josefsson  <jas@extundo.com>
20211
20212         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20213
20214 2005-02-22  Simon Josefsson  <jas@extundo.com>
20215
20216         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20217
20218 2005-02-22  Jim Meyering  <jim@meyering.net>
20219
20220         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20221         s/ifndef/ifdef/.
20222
20223 2005-02-20  Neil Conway  <neilc@samurai.com>
20224
20225         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20226         returned by OSX/Darwin if the specified buffer is not large
20227         enough for the hostname.
20228
20229 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20230
20231         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20232         pass it to _help, otherwise the latter coredumps trying to
20233         dereference state.root_argp.
20234
20235 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20236
20237         * modules/chdir-long (Depends-on): Add memrchr.
20238         * modules/memrchr (Files): Add lib/memrchr.h.
20239         (Include): "memrchr.h".
20240
20241 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20242
20243         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20244
20245 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20246
20247         * lib/memrchr.h: New file.
20248         * lib/chdir-long.c: Include it.
20249         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20250         Don't bother including stddef.h.
20251
20252 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20253
20254         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20255         inclusion.
20256         Include <sys/types.h>, for dev_t.
20257         (ME_DUMMY, ME_REMOTE): Move from here....
20258         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20259         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20260         Dmitry V. Levin.
20261         Include mountlist.h first, to test the interface.
20262
20263 2005-01-29  Bruno Haible  <bruno@clisp.org>
20264
20265         * lib/progname.c (program_name): Initialize.
20266         Needed when linking statically on MacOS X.
20267
20268 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20269
20270         Sync from coreutils.
20271         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20272         (Depends-on): Add c-strtod.
20273         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20274
20275 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         Sync from coreutils.
20278         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20279
20280         Remove files that are specific to coreutils.
20281         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20282
20283 2005-01-28  Bruno Haible  <bruno@clisp.org>
20284
20285         * modules/javacomp: New file.
20286         * MODULES.html.sh (Java): Add javacomp.
20287
20288 2005-01-28  Bruno Haible  <bruno@clisp.org>
20289
20290         * m4/javacomp.m4: New file, from GNU gettext.
20291
20292 2005-01-28  Bruno Haible  <bruno@clisp.org>
20293
20294         * lib/javacomp.sh.in: New file, from GNU gettext.
20295         * lib/javacomp.h: New file, from GNU gettext.
20296         * lib/javacomp.c: New file, from GNU gettext.
20297
20298 2005-01-26  Simon Josefsson  <jas@extundo.com>
20299
20300         * lib/gai_strerror.c: Use GPL in header.
20301
20302 2005-01-26  Bruno Haible  <bruno@clisp.org>
20303
20304         * modules/javaexec: New file.
20305         * MODULES.html.sh (Java): Add javaexec.
20306
20307 2005-01-26  Bruno Haible  <bruno@clisp.org>
20308
20309         * m4/javaexec.m4: New file, from GNU gettext.
20310
20311 2005-01-26  Bruno Haible  <bruno@clisp.org>
20312
20313         * lib/javaexec.sh.in: New file, from GNU gettext.
20314         * lib/javaexec.h: New file, from GNU gettext.
20315         * lib/javaexec.c: New file, from GNU gettext.
20316
20317 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20318
20319         * modules/lchown (Depends-on): Remove lchown.h
20320
20321 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20322
20323         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20324         must be defined if the header file was not found, in order
20325         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20326
20327 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20328
20329         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20330         initializers for struct pentry_state.
20331         (__argp_error): Check return value of __asprintf
20332         (__argp_failure): Translate error message
20333
20334         * lib/argp-parse.c: Removed braces around the expansion of N_()
20335
20336 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20337
20338         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20339         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20340         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20341         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20342         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20343         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20344         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20345         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20346         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20347         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20348         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20349         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20350         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20351         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20352         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20353         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20354         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20355         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20356         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20357         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20358         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20359         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20360         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20361         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20362         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20363         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20364         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20365         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20366         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20367         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20368         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20369         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20370         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20371         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20372         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20373         Use an all-permissive copyright notice, recommended by RMS.
20374
20375 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20376
20377         * modules/chdir-long (Depends-on): Remove mempcpy.
20378
20379 2005-01-21  Jim Meyering  <jim@meyering.net>
20380
20381         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20382         same value as for Solaris 9.
20383
20384         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20385         component length.  This included changing the parameter to be
20386         of type `char *' rather than `char const *'.
20387         * lib/chdir-long.h (chdir_long): Update prototype.
20388
20389         * lib/openat.c (fdopendir, fstatat): New functions.
20390         * lib/openat.h: Include headers required for use of DIR and struct
20391         stat.
20392         [AT_SYMLINK_NOFOLLOW]: Define.
20393         (fdopendir, fstatat): Add prototypes.
20394
20395 2005-01-21  Bruno Haible  <bruno@clisp.org>
20396
20397         * modules/classpath: New file.
20398         * MODULES.html.sh (Java): Add classpath.
20399
20400 2005-01-21  Bruno Haible  <bruno@clisp.org>
20401
20402         * lib/classpath.h: New file, from GNU gettext.
20403         * lib/classpath.c: New file, from GNU gettext.
20404
20405 2005-01-20  Simon Josefsson  <jas@extundo.com>
20406
20407         * modules/version-etc-fsf: New file.
20408
20409 2005-01-20  Simon Josefsson  <jas@extundo.com>
20410
20411         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20412         * lib/version-etc.c: Remove version_etc_copyright.
20413         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20414         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20415
20416 2005-01-20  Simon Josefsson  <jas@extundo.com>
20417
20418         * lib/base64.h (isbase64): Add.
20419
20420         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20421         using a unsigned prototype, don't inline.
20422         (base64_decode): Use it.
20423
20424 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20425
20426         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20427         it.
20428
20429 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20430
20431         * lib/save-cwd.c (save_cwd): Remove code to support the case
20432         where fchdir is missing or flaky.
20433
20434 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20435
20436         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20437
20438 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20439
20440         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20441         AC_LIBSOURCES now does this.
20442         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20443         with new ullong_max module.
20444
20445 2005-01-19  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/sh-quote: New file.
20448         * MODULES.html.sh (Executing programs): Add sh-quote.
20449
20450 2005-01-19  Bruno Haible  <bruno@clisp.org>
20451
20452         * lib/sh-quote.h: New file, from GNU gettext.
20453         * lib/sh-quote.c: New file, from GNU gettext.
20454
20455 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20456
20457         Merge from coreutils.
20458         * m4/ullong_max.m4: New file.
20459         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20460         (gl_MACROS): Assume localeconv exists.
20461
20462 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20463
20464         Merge changes from coreutils, as described below in several
20465         changelogs dated today.
20466
20467         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20468         (O_DIRECTORY): Remove; not needed here, since "." must be
20469         a directory.  All uses removed.
20470         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20471         universal on Suns, and we also need to test for IRIX.
20472         Revamp code to use 'if' rather than '#if'.
20473         Avoid unnecessary comparison of cwd->desc to 0.
20474
20475         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20476         for known valid error numbers rather than observed invalid ones.
20477
20478 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20479
20480         * modules/ullong_max: New file.
20481
20482         * modules/chdir-long, modules/openat: New files.
20483         * modules/save-cwd (Depends-on): Depend on chdir-long.
20484         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20485
20486 2005-01-18  Jim Meyering  <jim@meyering.net>
20487
20488         Merge from coreutils.
20489         * m4/chdir-long.m4, m4/openat.m4: New files.
20490         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20491         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20492         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20493         is sane and DOES follow symlinks.  Besides, testing 20 different
20494         systems found no broken chown implementations.
20495         Prompted by a change in rsync's copy of this macro.
20496         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20497
20498         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20499
20500         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20501         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20502         NULL-means-set-to-current-time semantics.
20503         Remove temporary file immediately, rather than waiting
20504         for configure's at-exit trap code to do it.
20505
20506 2005-01-18  Jim Meyering  <jim@meyering.net>
20507
20508         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20509
20510         * lib/utimens.c (futimens): Account for the fact that futimes
20511         can also fail with errno == ENOSYS or errno == ENOENT.
20512         Patch from Dmitry V. Levin.
20513
20514         Change the name of the robust chdir function from chdir to chdir_long.
20515         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20516         (restore_cwd): Use chdir_long, not chdir.
20517         * lib/chdir-long.c: Renamed from chdir.c.
20518         * lib/chdir-long.h: Renamed from chdir.h.
20519         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20520         Hurd.
20521
20522 2005-01-18  Bruno Haible  <bruno@clisp.org>
20523
20524         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20525         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20526         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20527         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20528         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20529         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20530         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20531         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20532         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20533         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20534         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20535         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20536         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20537         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20538         Use an all-permissive copyright notice, recommended by RMS.
20539
20540 2005-01-18  Bob Proulx  <bob@proulx.com>
20541
20542         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20543         simplify offsetof() macro construct to avoid compile failure with
20544         native HP-UX 11.0 ANSI C compiler.
20545
20546 2005-01-17  Bruno Haible  <bruno@clisp.org>
20547
20548         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20549         redundant because stpncpy.m4 takes care of it.
20550
20551 2005-01-17  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20554
20555 2005-01-17  Bruno Haible  <bruno@clisp.org>
20556
20557         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20558         used.
20559
20560 2005-01-17  Bruno Haible  <bruno@clisp.org>
20561
20562         * lib/fwriteerror.h (fwriteerror): Change specification to include
20563         fclose.
20564         * lib/fwriteerror.c: Include <stdbool.h>.
20565         (fwriteerror): At the end, close the file stream. Record whether
20566         stdout was already closed.
20567
20568 2005-01-17  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/execute.c (environ): Declare if needed.
20571         * lib/pipe.c (environ): Likewise.
20572         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20573
20574 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20575
20576         * modules/argp: Depend on vsnprintf
20577
20578 2005-01-10  Jim Meyering  <jim@meyering.net>
20579
20580         * modules/closeout (Depends-on): Add atexit.
20581
20582 2005-01-06  Bruno Haible  <bruno@clisp.org>
20583
20584         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20585
20586 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20587
20588         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20589         definitions to be after all include files, to avoid collisions.
20590         Problem reported by Bob Proulx.
20591
20592 2005-01-04  Jim Meyering  <jim@meyering.net>
20593
20594         Changes imported from coreutils.
20595         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20596         as the mkstemp template, use a temporary directory and an
20597         8.3-friendly template to avoid trouble on systems like DJGPP.
20598         Reported by Juan M. Guerrero via Stepan Kasal.
20599         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20600         close. Remove the temporary directory right away, rather than waiting
20601         for configure's at-exit trap code to do it.
20602         Suggestion from Stepan Kasal.
20603
20604 2005-01-01  Simon Josefsson  <jas@extundo.com>
20605
20606         * gnulib-tool: Print #include directives when --import'ing.
20607
20608 2004-12-28  Simon Josefsson  <jas@extundo.com>
20609
20610         * tests/test-base64.c: Include required header files.  Remove
20611         unused variables.
20612
20613 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * modules/error (Depends-on): Remove gettext.
20616
20617 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20620         not needed.  This removes a dependency on the gettext module.
20621         [defined _LIBC]: Do not include <libintl.h>; not needed.
20622
20623 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20624
20625         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20626         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20627
20628 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20629
20630         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20631         HAVE_DECL_STRTOLD.
20632
20633 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20634
20635         * modules/getdate (Depends-on): Remove alloca-opt.
20636
20637 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20638
20639         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20640
20641 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20642
20643         * lib/argp-parse.c: Include <stddef.h>.
20644         (alignof, alignto): New macros.
20645         (parser_init): Don't assume that void * is aligned sufficiently
20646         for struct option.
20647
20648         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20649         need to extend the stack.
20650         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20651         large.
20652
20653 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20654
20655         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20656
20657 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20660         (2004-10-24) change.  Apparently this was a false alarm.
20661
20662         * modules/getdate: Depend on alloca-opt, not alloca.
20663
20664 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20665
20666         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20667         Remove now-obsolete comment about AIX.
20668         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20669         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20670         (YYMAXDEPTH): New macro.
20671
20672 2004-12-18  Simon Josefsson  <jas@extundo.com>
20673
20674         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20675
20676 2004-12-18  Bruno Haible  <bruno@clisp.org>
20677
20678         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20679
20680 2004-12-18  Bruno Haible  <bruno@clisp.org>
20681
20682         * lib/fatal-signal.c (fatal_signals): Make non-const.
20683         (init_fatal_signals): New function.
20684         (uninstall_handlers, install_handlers): Ignore signals that were set to
20685         SIG_IGN.
20686         (at_fatal_signal): Call init_fatal_signals.
20687         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20688         SIG_IGN.
20689         Reported by Paul Eggert.
20690
20691 2004-12-18  Bruno Haible  <bruno@clisp.org>
20692
20693         * doc/alloca.texi: New file.
20694         * doc/alloca-opt.texi: New file.
20695
20696 2004-12-17  Jim Meyering  <jim@meyering.net>
20697
20698         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20699         Otherwise, install-sh could exit with improper exit status when
20700         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20701
20702 2004-12-16  Simon Josefsson  <jas@extundo.com>
20703
20704         * tests/test-base64.c: Add license.
20705
20706 2004-12-15  Stepan Kasal  <address@hidden>
20707
20708         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20709
20710 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * modules/getcwd (Files): Add m4/d-ino.m4.
20713         Suggested by Mark D. Baushke.
20714
20715 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20716
20717         * lib/getdate.y (textint): New member "negative".
20718         (time_zone_hhmm): New function.
20719         Expect 14 shift-reduce conflicts, not 13.
20720         (o_colon_minutes): New rule.
20721         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20722         (yylex): Set the "negative" member of signed numbers.
20723
20724 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * doc/getdate.texi (Time of day items, Time zone items):
20727         Describe new formats +00:00, UTC+00:00.
20728
20729 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20732         spurious "-l"s.  Problem reported by Stepan Kasal.
20733
20734 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20735
20736         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20737         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20738
20739 2004-12-04  Simon Josefsson  <jas@extundo.com>
20740
20741         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20742         Vandoorselaere <yoann@prelude-ids.org>.
20743
20744 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20745
20746         Changes imported from coreutils.
20747         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20748         exist.
20749         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20750
20751 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         Changes imported from coreutils.
20754         * lib/hard-locale.c: Assume <locale.h> exists.
20755         Include "strdup.h".
20756         (GLIBC_VERSION): New macro.
20757         (hard_locale): Assume setlocale exists.
20758         Rewrite to avoid #ifdef.
20759         Use strdup rather than malloc + strcpy.
20760         * lib/human.c: Assume <locale.h> exists.
20761         (human_readable): Assume localeconv exists.
20762
20763 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * modules/hard-locale (Depends-on): Add strdup.
20766
20767 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20768
20769         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20770         convert T2, not T.  (Imported from libc.)
20771
20772 2004-11-30  Simon Josefsson  <jas@extundo.com>
20773
20774         * modules/restrict (License): Change to LGPL.
20775
20776 2004-11-30  Simon Josefsson  <jas@extundo.com>
20777
20778         * m4/restrict.m4: Add copyright and copying conditions.
20779
20780 2004-11-30  Simon Josefsson  <jas@extundo.com>
20781
20782         * m4/base64.m4: New file.
20783
20784 2004-11-30  Simon Josefsson  <jas@extundo.com>
20785
20786         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20787         base64.
20788
20789         * tests/test-base64.c: New file.
20790
20791         * modules/base64: New file.
20792
20793 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20794
20795         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20796         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20797
20798         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20799
20800 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20801
20802         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20803         (__getcwd.c): Don't restore errno; glibc doesn't.
20804         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20805         first, falling back to our code only if its results look suspicious.
20806         Ensure that the resulting buffer is only as large as necessary.
20807
20808         * lib/readutmp.c: Include readutmp.h first.
20809         Include <errno.h>, since readutmp.h no longer does that.
20810         * lib/readutmp.h: Don't include <errno.h>,
20811         <sys/param.h>, <time.h>; not needed to establish interface.
20812         (errno): Remove decl.
20813         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20814         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20815         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20816
20817 2004-11-28  Simon Josefsson  <jas@extundo.com>
20818
20819         * lib/base64.h, base64.c: New file.
20820
20821 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20822
20823         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20824
20825 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20826
20827         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20828         (Depends-on): Remove pathmax, same.  Add mempcpy.
20829         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20830         (Makefile.am): Append getcwd.h to lib_SOURCES.
20831         (Include): Add getcwd.h.
20832         (Maintainer): Change from Jim Meyering to "all, glibc",
20833         since getdate now uses intended-for-glibc code.
20834         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20835         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20836
20837 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20838
20839         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20840         HP's ANSI C compiler.
20841         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20842         Declaring int functions causes warnings on some modern systems and
20843         shouldn't be needed to compile on ancient ones.
20844         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20845         defined.
20846
20847         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20848         with the following changes.
20849         (__set_errno): Parenthesize properly.
20850         Include <stdbool.h>.
20851         (MIN, MAX, MATCHING_INO): New macros.
20852         (__getcwd): Define with prototype, not K&R form.
20853         Use heuristics to allocate default buffer on stack if possible.
20854         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20855         behavior, and to avoid the PATH_MAX limit when computing
20856         ../../../../...
20857         Use MATCHING_INO to compare inode number to file.
20858         Check for arithmetic overflow in size calculations.
20859         Fix bug in reallocation of dot array that caused getcwd to fail
20860         on directories nested deeper than 75.
20861         Be more careful about saving errno on error.
20862         Do not use realloc; use only free+malloc, as this is a bit
20863         more flexible and avoids a needless copy operation.
20864         Do not inspect st_dev and st_ino for symbolic links; POSIX
20865         doesn't specify the latter.
20866         Check for closedir errors.
20867         Avoid needless casts.
20868         Use "#ifdef weak_alias" around weak_alias, to be like other
20869         glibc code.
20870         The following changes to getcwd.c have effect only when used in
20871         gnulib; they have no effect inside glibc proper.
20872         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20873         as alloca isn't used.
20874         (alloca, __alloca): Likewise.
20875         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20876         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20877         unconditionally, as gnulib assumes C89 or better.
20878         Do not include <sys/param.h>.
20879         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20880         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20881         better.
20882         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20883         Include <dirent.h> in a way that is compatible with modern Autoconf.
20884         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20885         New macros, if not already defined.
20886         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20887         Use "_LIBC", not "defined _LIBC", for consistency.
20888         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20889         a mempcpy module.
20890         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20891         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20892         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20893         credit only to Jim Meyering and adjust the copyright dates.
20894         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20895         <stdlib.h>, <unistd.h>, "pathmax.h".
20896         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20897         (INITIAL_BUFFER_SIZE): Remove.
20898         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20899
20900 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20903         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20904         Use the _ONCE methods, for efficiency.
20905         Check for fcntl.h.  In test program, include <errno.h>
20906         and <fcntl.h> if available.  Remove old K&R cruft from
20907         test program.  Check for common errors in GNU/Linux,
20908         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20909         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20910         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20911         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20912         name accordingly.
20913         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20914         accommodate new getcwd.c.
20915         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20916         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20917         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20918         that's all we need now.
20919
20920 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20921
20922         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20923         argp-parse.c depends on getopt internals, that means we should
20924         always use our getopt, to be on the safe side.
20925         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20926         order not to spoil the result of an eventual previous invocation
20927         of gl_GETOPT_SUBSTITUTE.
20928
20929 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20930
20931         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20932         redefinition warnings. To avoid them, include the defines
20933         in `#if !defined __need_getopt ... #endif'. The only place
20934         where __getopt_argv_const is used is in definitions
20935         of getopt_long and getopt_long_only below, which are as well
20936         protected by `#ifndef __need_getopt'.
20937         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20938         __need_getopt after including <stdio.h> and <unistd.h> These
20939         headers might have defined it.
20940
20941 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20942
20943         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20944
20945 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20946
20947         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20948         (futimens): New function, which uses futimes if available.
20949         (futimens, utimens): Support timespec==NULL, with same semantics
20950         as utime and utimens.
20951         * lib/utimens.h (futimens): New decl.
20952
20953 2004-11-23  Jim Meyering  <jim@meyering.net>
20954
20955         * lib/getopt_.h: Remove trailing blanks.
20956
20957 2004-11-23  Jim Meyering  <jim@meyering.net>
20958
20959         * lib/__fpending.c: Add comment.
20960
20961 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20962
20963         * modules/canonicalize (Depends-on): Add xreadlink.
20964         Problem reported by James Youngman.
20965
20966 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20967
20968         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20969         New macros.
20970         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20971         optopt): Use them instead of invoking ## directly; otherwise, the
20972         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20973
20974 2004-11-19  Bruno Haible  <bruno@clisp.org>
20975
20976         * lib/strtok_r.c: Move comments from here...
20977         * lib/strtok_r.h: ... to here.
20978
20979 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20980
20981         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20982         implementations that mishandle size_t overflow.
20983
20984 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20985
20986         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20987         might fail.  Problem reported by Yoann Vandoorselaere.
20988         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20989         implementations that mishandle size_t overflow.
20990
20991 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20992
20993         * modules/canon-host (Depends-on): Add strdup.
20994
20995 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20996
20997         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20998
20999 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21000
21001         * lib/canon-host.c: Include "strdup.h".
21002         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21003         Use strdup instead of malloc/strcpy to duplicate strings.
21004
21005         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21006         (human_space_before_unit): New constant.
21007         * lib/human.c (human_readable): Support it.
21008
21009         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21010         (xgetcwd): Set errno correctly when failing.
21011         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21012         the failure is actually due to a PATH_MAX problem.
21013
21014         Further getopt changes to make it more likely that glibc will
21015         buy the changes back.
21016         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21017         (getopt): Use it, so to preserve glibc semantic
21018         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21019         when compiling for libc.
21020         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21021         (getopt_long, getopt_long_only): Use it.
21022
21023         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21024         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21025         (getopt): Argv is now char * const *, as per standard.
21026         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21027         not char *__getopt_argv_const *.
21028         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21029         _getopt_long_only_r): Likewise.
21030         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21031         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21032         _getopt_long_r, _getopt_long_only_r): Likewise.
21033         * lib/getopt_.h (__getopt_argv_const): Remove.
21034         (getopt): Argv is now char * const *, as per standard.
21035
21036         * lib/getdate.y (tORDINAL): New token.
21037         (day, relunit): Allow it for relative times.
21038         (relative_time_table): Use tORDINAL for ordinals.
21039
21040 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21041
21042         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21043         Document that "second" isn't allowed as an ordinal number.
21044
21045 2004-11-16  Jim Meyering  <jim@meyering.net>
21046
21047         * modules/closeout (Depends-on): Add fpending.
21048
21049 2004-11-15  Jim Meyering  <jim@meyering.net>
21050
21051         * lib/closeout.c: Include "__fpending.h" once again.
21052         Include <stdbool.h>.
21053         (close_stdout): Don't fail just because stdout was closed initially,
21054         since some programs don't write to stdout in the normal course of
21055         operation (other than --version and --help), and we don't want this
21056         function to make e.g. `touch file >&-' fail.
21057         But do fail if it was closed and someone has tried to write to it.
21058         E.g., `printf foo >&-' must fail.
21059
21060 2004-11-13  Jim Meyering  <jim@meyering.net>
21061
21062         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21063
21064 2004-11-12  Simon Josefsson  <jas@extundo.com>
21065
21066         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21067         small doc fix is still pending.
21068
21069 2004-11-11  Simon Josefsson  <jas@extundo.com>
21070
21071         * modules/strtok_r: New file.
21072
21073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21074         strtok_r.
21075
21076 2004-11-11  Simon Josefsson  <jas@extundo.com>
21077
21078         * m4/strtok_r.m4: New file.
21079
21080         * m4/getopt.m4: Replace opterr.
21081
21082 2004-11-11  Simon Josefsson  <jas@extundo.com>
21083
21084         * lib/strtok_r.h, strtok_r.c: New file.
21085
21086 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21087
21088         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21089         of replacing opterr, getopt, etc.  This should handle the
21090         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21091
21092 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21095         we can stop lying to compilers about the constness of argv when we
21096         are compiled outside glibc.
21097         (getopt, getopt_long, getopt_long_only): Use it.
21098         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21099         _getopt_internal, getopt): Likewise.
21100         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21101         _getopt_long_only_r): Likewise.
21102         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21103         _getopt_long_r, _getopt_long_only_r): Likewise.
21104
21105         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21106         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21107         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21108         the other external symbols.
21109         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21110         declaration, since the above renaming now works around collisions.
21111
21112 2004-11-11  Jim Meyering  <jim@meyering.net>
21113
21114         * lib/linebreak.c: Remove trailing blanks.
21115         * lib/alloca_.h: Likewise.
21116         * lib/acosl.c: Likewise.
21117         * lib/euidaccess.c: Likewise.
21118         * lib/allocsa.h: Likewise.
21119
21120 2004-11-10  Simon Josefsson  <jas@extundo.com>
21121
21122         * m4/getaddrinfo.m4: New file.
21123
21124 2004-11-10  Simon Josefsson  <jas@extundo.com>
21125
21126         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21127
21128 2004-11-10  Simon Josefsson  <jas@extundo.com>
21129
21130         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21131         getaddrinfo.
21132
21133         * modules/getaddrinfo: New file.
21134
21135 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21136
21137         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21138
21139 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21140
21141         * lib/mktime.c (SHR): New macro, which is a portable
21142         substitute for >> that should work even on Crays.
21143         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21144         Problem reported by Mark D. Baushke in
21145         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21146         * lib/getdate.y (SHR): Likewise.
21147         (tm_diff): Use it.
21148         * lib/strftime.c (SHR): Likewise.
21149         (tm_diff): Use it.
21150         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21151         quote_these_too, so that right shifts are well defined.  All uses
21152         changed.
21153
21154 2004-11-10  Jim Meyering  <jim@meyering.net>
21155
21156         Ensure that no close failure goes unreported.
21157         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21158         return early when it seems there's nothing to flush.
21159         Don't include __fpending.h.
21160
21161 2004-11-10  Jim Meyering  <jim@meyering.net>
21162
21163         * modules/closeout (Depends-on): Remove fpending.
21164
21165 2004-11-10  Jim Meyering  <jim@meyering.net>
21166
21167         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21168
21169 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21170
21171         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21172         gl_FUNC_STRFTIME.
21173         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21174         and AC_REQUIRE when possible, to avoid duplicate checks.
21175         Check for <wchar.h>.
21176
21177 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21178
21179         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21180
21181 2004-11-09  Bruno Haible  <bruno@clisp.org>
21182
21183         * m4/sockpfaf.m4: New file.
21184
21185 2004-11-05  Bruno Haible  <bruno@clisp.org>
21186
21187         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21188         Reported by Mark D. Baushke <mdb@cvshome.org>.
21189
21190 2004-11-04  Bruno Haible  <bruno@clisp.org>
21191
21192         2004-09-11  Bruno Haible  <bruno@clisp.org>
21193                 * allocsa.valgrind: New file.
21194         2004-02-06  Bruno Haible  <bruno@clisp.org>
21195                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21196                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21197                 Reported by Christopher Seip <chris.seip@hp.com>.
21198
21199 2004-11-04  Bruno Haible  <bruno@clisp.org>
21200
21201         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21202         (Makefile.am): Distribute it.
21203
21204 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21205
21206         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21207         with errno == ERANGE if the buffer is too small.
21208         Problem reported by Mark D. Baushke.
21209
21210 2004-11-03  Albert Chin  <china@thewrittenword.com>
21211             Paul Eggert  <eggert@cs.ucla.edu>
21212
21213         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21214         equivalent, substitute $ac_type for equivalent type rather than
21215         blindly using uint32_t *always* which won't work if uint32_t is not
21216         available.  Define _UINT32_T to work around typedef of uint32_t if
21217         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21218         2.5.1.
21219
21220 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         * m4/jm-macros.m4: Sync from coreutils.
21223         (gl_MACROS): Check for mbrlen, for pathchk.
21224         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21225
21226 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21227
21228         * lib/xreadlink.c (MAXSIZE): New macro.
21229         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21230         size does not exceed MAXSIZE.  Avoid cast.
21231         As suggested by Mark D. Baushke in
21232         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21233         if readlink fails with buffer size just under MAXSIZE, try again
21234         with MAXSIZE.
21235
21236 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21239
21240 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21241         and  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21244         (get_date): Overparenthesize to avoid GCC warning.
21245
21246 2004-11-02  Bruno Haible  <bruno@clisp.org>
21247
21248         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21249         returns void.
21250
21251 2004-11-02  Bruno Haible  <bruno@clisp.org>
21252
21253         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21254         function returns void.
21255
21256 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21259         fflush_unlocked, flockfile, funlockfile, funlockfile,
21260         fputs_unlocked, putc_unlocked.
21261
21262 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21265         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21266         already declared.
21267
21268 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21269
21270         * modules/getdate (Files): Add doc/getdate.texi.
21271         (Depends-on): Add setenv, xalloc.
21272
21273 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21274
21275         * lib/getdate.y: Add support for TZ="foo" within a date string.
21276         Fix some bugs near time_t boundaries.  Reject dates with
21277         out-of-range components, e.g., "Sept 31".
21278         Include <stdlib.h>, "setenv.h", "xalloc.h".
21279         (ISDIGIT_LOCALE): Remove; unused.
21280         Note that the TZ and time functions used here are not reentrant.
21281         (mktime_ok, get_tz): New functions.
21282         (TZBUFSIZE): New constant.
21283         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21284         This requires that we sometimes generate our own TZ="XXX..." setting.
21285
21286 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * doc/getdate.texi: New file, from coreutils with modifications for
21289         the new TZ parsing.
21290
21291 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21292
21293         * lib/mktime.c (not_equal_tm): Remove redundant check.
21294
21295 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21296
21297         * modules/regex (lib_SOURCES): Add regex.c.
21298         Reported by James Youngman in
21299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21300
21301 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         * lib/getdate.y: Use Bison 1.875 features, and some minor
21304         code cleanups.  This change does not affect semantics.
21305         Don't include <stdlib.h>; no longer needed.
21306         Don't include unlocked-io.h; only the "#if TEST" code uses
21307         stdio, and performance isn't crucial there.
21308         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21309         Bison 1.875 features as described below.
21310         All uses of "PC." replaced by "pc->".
21311         (YYSTYPE): Add a forward declaration.
21312         (yylex, yyerror): Use full prototypes in forward decls.
21313         Use "%pure-parser" rather than obsolescent "%pure_parser".
21314         Use %parse-param and %lex-param instead of obsolescent
21315         YYPARSE_PARAM and YYLEX_PARAM.
21316         (meridian_table, month_and_day_table, time_units_table,
21317         relative_time_table, time_zone_table, military_table,
21318         lookup_zone, lookup_word, get_date):
21319         Use NULL instead of 0 where appropriate.
21320         (to_hour): Avoid abort (), to avoid a dependency on
21321         stdlib.h.
21322         (yyerror, yylex): Now accepts parser_control * arg.
21323         (main) [TEST]: Use '\0' rather than 0 for char.
21324
21325 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21326
21327         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21328
21329 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21330
21331         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21332         It's now the caller's responsibility to handle the case where
21333         !HAVE_GETPAGESIZE && !defined getpagesize.
21334
21335         * lib/mktime.c (leapyear): Arg is long int, not int.
21336
21337 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21338
21339         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21340
21341 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21342
21343         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21344         missing.  Problem reported by James Youngman.
21345
21346 2004-10-16  Simon Josefsson  <jas@extundo.com>
21347
21348         * gnulib-tool: Fix comments.  Fix parse problem.
21349         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21350
21351 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21352
21353         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21354         implementation of getopt_long.  Problem reported by Alexander Taler in:
21355         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21356
21357 2004-10-15  Bruno Haible  <bruno@clisp.org>
21358
21359         * gnulib-tool: Untabify. Initialize supplied_libname.
21360         (func_usage): More homogenous output.
21361         (func_modules_transitive_closure, func_modules_to_filelist,
21362         func_emit_lib_Makefile_am): New functions.
21363         (func_import): New function, extracted from big case statement. Use
21364         func_get_license, func_modules_transitive_closure,
21365         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21366         opt_lgpl. Don't use test -a, as it's not portable.
21367         (func_create_testdir): Use func_modules_transitive_closure,
21368         func_modules_to_filelist, func_emit_lib_Makefile_am.
21369
21370 2004-10-15  Bruno Haible  <bruno@clisp.org>
21371
21372         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21373
21374 2004-10-15  Bruno Haible  <bruno@clisp.org>
21375
21376         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21377         the portions belonging to each module.
21378         Suggested by Derek Robert Price <derek@ximbiot.com>.
21379
21380 2004-10-12  Simon Josefsson  <jas@extundo.com>
21381
21382         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21383         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21384         to real functions.
21385
21386 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21387
21388         * modules/vsnprintf: New file.
21389
21390 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21391
21392         * m4/vsnprintf.m4: New file.
21393
21394 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21395
21396         * lib/vsnprintf.h: New file.
21397         * lib/vsnprintf.c: New file.
21398
21399 2004-10-11  Bruno Haible  <bruno@clisp.org>
21400
21401         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21402         vsnprintf.
21403
21404 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21405
21406         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21407
21408 2004-10-07  Bruno Haible  <bruno@clisp.org>
21409
21410         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21411         fits into the provided buffer.
21412
21413 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         * lib/diacrit.c, diacrit.h: Add GPL notice.
21416
21417         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21418         notice.
21419         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21420         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21421         This avoids a potential constant-folding bug.
21422
21423 2004-10-05  Bruno Haible  <bruno@clisp.org>
21424
21425         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21426         for the declaration of strsep.
21427
21428 2004-10-05  Bruno Haible  <bruno@clisp.org>
21429
21430         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21431
21432 2004-10-04  Simon Josefsson  <jas@extundo.com>
21433
21434         * modules/memmem: New file.
21435         * tests/test-memmem.c: New file.
21436         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21437
21438 2004-10-04  Simon Josefsson  <jas@extundo.com>
21439
21440         * m4/memmem.m4: New file.
21441
21442 2004-10-04  Simon Josefsson  <jas@extundo.com>
21443
21444         * lib/memmem.h: New file.
21445         * lib/memmem.c: New file, taken from glibc.
21446
21447 2004-10-04  Simon Josefsson  <jas@extundo.com>
21448
21449         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21450         '#ifdef USE_UNLOCKED_IO'.
21451
21452 2004-10-04  Simon Josefsson  <jas@extundo.com>
21453
21454         * config/srclist.txt: Add memmem from glibc.
21455
21456 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21457
21458         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21459
21460         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21461         modules/exclude, modules/getdate, modules/getline,
21462         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21463         modules/getusershell, modules/linebuffer, modules/md5,
21464         modules/mountlist, modules/posixtm, modules/readtokens,
21465         modules/readutmp, modules/regex, modules/sha1,
21466         modules/version-etc, modules/yesno:
21467         Remove dependency on unlocked-io.
21468
21469 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21470
21471         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21472
21473         * m4/unlocked-io.m4: Add copyright notice.
21474         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21475
21476 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21477
21478         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21479         * lib/xmalloc.c (xmemdup): Likewise.
21480         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21481         XFREE): Remove these long-obsolescent macros.
21482         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21483         * lib/xstrdup.c: Remove.
21484
21485         * lib/regex.c (re_comp): Cast gettext return value to char *,
21486         Problem reported by Martin Neitzel via Mark D. Baushke.
21487
21488 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21489
21490         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21491         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21492         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21493         regex.c, sha1.c, version-etc.c, yesno.c:
21494         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21495         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21496         the includer's responsibility.
21497
21498         Sync from coreutils.
21499
21500         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21501         points to the start of a string, as the C Standard says the
21502         resulting behavior is undefined.
21503
21504         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21505         simple -> simple_backups, numbered_existing ->
21506         numbered_existing_backups, numbered -> numbered_backups
21507         to avoid shadowing problems.  All uses changed.
21508         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21509         * lib/backupfile.c (check_extension, numbered_backup):
21510         Rename locals to avoid shadowing 'basename'.
21511         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21512         once.
21513
21514         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21515         * lib/.cvsignore: Add getopt.h.
21516
21517 2004-10-04  Bruno Haible  <bruno@clisp.org>
21518
21519         * modules/README: New file.
21520         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21521         not a module.
21522
21523 2004-10-02  Jim Meyering  <jim@meyering.net>
21524
21525         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21526
21527 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21528
21529         * modules/strsep: New file.
21530
21531 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21532
21533         * m4/strsep.m4: New file.
21534
21535 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21536
21537         * lib/strsep.h: New file.
21538         * lib/strsep.c: New file.
21539
21540 2004-10-01  Simon Josefsson  <jas@extundo.com>
21541
21542         * lib/snprintf.c (snprintf): Handle size==0.
21543
21544 2004-10-01  Simon Josefsson  <jas@extundo.com>
21545             Bruno Haible  <bruno@clisp.org>
21546
21547         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21548         (snprintf): Declare 'args'.
21549
21550 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * lib/snprintf.c: Remove comments as to why each header is needed.
21553
21554 2004-10-01  Bruno Haible  <bruno@clisp.org>
21555
21556         * MODULES.html.sh: Add strsep.
21557
21558 2004-09-30  Simon Josefsson  <jas@extundo.com>
21559
21560         * modules/snprintf: New file.
21561
21562 2004-09-30  Simon Josefsson  <jas@extundo.com>
21563
21564         * m4/snprintf.m4: New file.
21565
21566 2004-09-30  Simon Josefsson  <jas@extundo.com>
21567
21568         * lib/snprintf.h, lib/snprintf.c: New files.
21569
21570 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21571
21572         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21573         (hol_entry_help): Never translate an empty string.
21574         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21575         * lib/argp.h (OPTION_NO_TRANS): New option.
21576
21577 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * modules/argp (Maintainer): Replace Simon Josefsson
21580         by Sergey Poznyakoff.
21581
21582 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21583
21584         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21585         changes merged back into glibc.
21586
21587 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21588
21589         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21590
21591 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21592
21593         * lib/xvasprintf.c: Include xalloc.h.
21594         (xvasprintf): Use xalloc_die, not xmalloc_die.
21595
21596 2004-09-29  Bruno Haible  <bruno@clisp.org>
21597
21598         * modules/alloca-opt: New file, derived from modules/alloca.
21599         * modules/allocsa: Depend on alloca-opt instead of alloca.
21600         * modules/setenv: Likewise.
21601         * modules/vasnprintf: Likewise.
21602         * MODULES.html.sh: Add alloca-opt.
21603
21604 2004-09-28  Simon Josefsson  <jas@extundo.com>
21605
21606         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21607         LGPL, and to replace license template from GPL to LGPL.
21608
21609 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21610
21611         * modules/dummy: Change license to LGPL.
21612
21613 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21614
21615         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21616
21617 2004-09-24  Simon Josefsson  <jas@extundo.com>
21618
21619         * modules/minmax (License): Change from GPL to LGPL.
21620
21621 2004-09-23  Simon Josefsson  <jas@extundo.com>
21622
21623         * gnulib-tool (--import): Typo.
21624
21625 2004-09-23  Simon Josefsson  <jas@extundo.com>
21626
21627         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21628
21629 2004-09-22  Bruno Haible  <bruno@clisp.org>
21630
21631         * modules/*: Add 'License' field.
21632         * gnulib-tool: Accept --extract-license option.
21633         (func_get_license): New function.
21634
21635 2004-09-21  Bruno Haible  <bruno@clisp.org>
21636
21637         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21638         Reported by Simon Josefsson.
21639
21640 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21643         gl_AC_TYPE_LONG_LONG.
21644
21645 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21648
21649 2004-09-18  Simon Josefsson  <jas@extundo.com>
21650         and  Paul Eggert  <eggert@cs.ucla.edu>
21651
21652         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21653         calls with autoreconf.  Define GL_LIB.
21654
21655 2004-09-14  Karl Berry  <karl@gnu.org>
21656
21657         * config/srclist.txt: unsync setenv.c, sigh.
21658
21659 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21662         Problem reported by Bruno Haible in:
21663         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21664
21665 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21666
21667         * config/srclist.txt: Comment out argp-pvh.c.
21668
21669 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21672         in case some system header has #define'd it.  Problem reported by
21673         Soeren D. Schulze in
21674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21675
21676 2004-09-09  Karl Berry  <karl@gnu.org>
21677
21678         * regex.[ch]: delete from the root.  These were supposed to be
21679                 synced with emacs cvs, but this has not happened for about
21680                 a year, and anyway nothing else uses emacs regex.[ch].
21681                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21682                 lib/regex[.ch] is untouched.
21683
21684 2004-09-09  Bruno Haible  <bruno@clisp.org>
21685
21686         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21687
21688 2004-09-09  Bruno Haible  <bruno@clisp.org>
21689
21690         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21691         modifications.
21692         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21693
21694 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21695
21696         * modules/xvasprintf: New file.
21697         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21698
21699 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21700
21701         * lib/xvasprintf.h: New file.
21702         * lib/xvasprintf.c: New file.
21703         * lib/xasprintf.c: New file.
21704
21705 2004-09-08  Bruno Haible  <bruno@clisp.org>
21706
21707         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21708
21709 2004-09-08  Bruno Haible  <bruno@clisp.org>
21710
21711         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21712         length is > INT_MAX.
21713         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21714         more.
21715
21716 2004-09-08  Bruno Haible  <bruno@clisp.org>
21717
21718         * lib/stdint_.h: New file, taken from GNU clisp.
21719
21720 2004-09-08  Bruno Haible  <bruno@clisp.org>
21721             Oskar Liljeblad  <oskar@osk.mine.nu>
21722
21723         * modules/stdint: New file.
21724         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21725
21726 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21727
21728         Import from coreutils.
21729         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21730         strings on unbounded length.  alloca's performance benefits aren't
21731         that important here.
21732         (V_STRDUP): Remove.
21733         (parse_with_separator): New function, with most of the internals
21734         of the old parse_user_spec.  Allow user to omit both user and group,
21735         for compatibility with FreeBSD.
21736         Clone only the user name, not the entire spec.
21737         Do not set *uid, *gid unless entirely successful.
21738         Avoid memory leak in some failing cases.
21739         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21740         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21741         (parse_user_spec): Rewrite to use parse_with_separator.
21742
21743 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21744
21745         * modules/userspec: Don't depend on alloca.
21746
21747 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21748
21749         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21750
21751 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21754         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21755         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21756
21757 2004-08-16  Simon Josefsson  <jas@extundo.com>
21758
21759         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21760         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21761         Add --dry-run for --import.
21762         Let user provided command line parameters override configure.ac
21763         settings.
21764
21765 2004-08-12  Simon Josefsson  <jas@extundo.com>
21766
21767         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21768         as discussed with Paul Eggert in threads rooted at
21769         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21770         and
21771         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21772         Before, the test was empty, and relied on ELIDE_CODE in source
21773         code.)
21774         (gl_PREREQ_GETOPT): New macro.
21775         (gl_GETOPT): Use them.
21776
21777 2004-08-12  Simon Josefsson  <jas@extundo.com>
21778
21779         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21780         * lib/getopt_.h: Renamed from getopt.h.
21781
21782 2004-08-12  Simon Josefsson  <jas@extundo.com>
21783
21784         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21785         Change default library name from libfoo to libgnu.
21786         Now, if you have a configure.ac that says:
21787                 gl_SOURCE_BASE(gl)
21788                 gl_M4_BASE(gl/m4)
21789                 gl_MODULES(error getopt etcetera)
21790                 gl_INIT
21791         you can import all you need by running:
21792                 ../gnulib/gnulib-tool --import
21793
21794         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21795         (Makefile.am): Rewrite, use logic from argz.
21796         (Include): Use <getopt.h> instead of "getopt.h".
21797
21798 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21799
21800         * modules/argp (Files): Add m4/unlocked-io.m4.
21801         (Depends-on): Add extensions.
21802
21803 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21804
21805         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21806         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21807         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21808         Check for program_invocation_name, program_invocation_short_name,
21809         flockfile, funlockfile, features.h, _getopt_long_only_r.
21810
21811 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21814         its complicated substitute.
21815         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21816         and program_invocation_name.
21817         (__argp_basename) [!_LIBC]: Remove; the only use was
21818         replaced by its body.
21819         (__argp_short_program_name): Change condition from
21820         !defined __argp_short_program_name to
21821         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21822         to match argp-namefrob.h.
21823         (__argp_failure): Don't assume strerror_r returns char *.
21824         * lib/argp-parse.c (N_): Define unconditionally.
21825         (argp_default_options): Fill out initializers with 0 to avoid
21826         gcc warnings.
21827
21828 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21829
21830         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21831         getopt1.c.
21832
21833 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21834
21835         Merge from coreutils.
21836
21837         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21838
21839         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21840         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21841
21842 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21843
21844         Merge from coreutils.
21845
21846         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21847         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21848         for Reliant Unix 5.43.
21849
21850         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21851         (union fooround): Use uintmax_t, not long int.
21852         The rest is a merge from libc:
21853         [defined _LIBC]: Include <shlib-compat.h>.
21854         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21855
21856         * lib/settime.c (settime): Recode to avoid warning with
21857         Sun Forte C 6U2.
21858
21859         * lib/strverscmp.c: Convert to UTF-8.
21860
21861 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21862
21863         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21864         m4/uintmax_t.m4.
21865
21866 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21867
21868         * modules/xalloc-die: New file.
21869         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21870
21871         * modules/md5 (Files): Add m4/uint32_t.m4.
21872         * modules/sha1: Renamed from modules/sha.
21873         (Files):
21874         Rename lib/sha.h to lib/sha1.h.
21875         Rename lib/sha.c to lib/sha1.c.
21876         Rename m4/sha.m4 to m4/sha1.m4.
21877         (lib_SOURCES): Likewise.
21878         (configure.ac): Rename gl_SHA to gl_SHA1.
21879         (Include): sha.h -> sha1.h.
21880
21881 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21882
21883         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21884         * m4/sha1.m4: Renamed from sha.m4.
21885         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21886
21887 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * lib/obstack.h (obstack_empty_p):
21890         Don't assume that chunk->contents is suitably aligned.
21891         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21892         Likewise. Problem reported by Benno in
21893         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21894
21895         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21896         readable.  This could be improved further but it'd take some work.
21897
21898 2004-08-08  Simon Josefsson  <jas@extundo.com>
21899
21900         * modules/xgethostname (Depends-on): Remove exit and error (not
21901         used).
21902
21903         * modules/getpass-gnu: Add getpass.h.
21904         (Depends-on): Add stdbool.
21905         * modules/getpass: Add getpass.h.
21906
21907 2004-08-08  Simon Josefsson  <jas@extundo.com>
21908
21909         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21910         Check getpass declaration.
21911
21912 2004-08-08  Simon Josefsson  <jas@extundo.com>
21913
21914         * lib/xgethostname.c: Don't include error.h (not used).
21915
21916         * lib/getpass.h: Add.
21917         * lib/getpass.c: Include getpass.h first.
21918
21919 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21920
21921         * lib/xalloc-die.c: New file.
21922         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21923         All uses removed.
21924         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21925         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21926         xalloc-die.c.
21927         (_, N_, xalloc_die): Move to xalloc-die.c.
21928         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21929         so that we needn't mess with xalloc_msg_memory_exhausted.
21930
21931         * lib/sha1.h: Renamed from sha.h.
21932         (SHA1_H): Renamed from _SHA_H.
21933         (sha1_ctx): Renamed from sha_ctx.
21934         (sha1_init_ctx): Renamed from sha_init_ctx.
21935         (sha1_process_block): Renamed from sha_process_block.
21936         (sha1_process_bytes): Renamed from sha_process_bytes.
21937         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21938         (sha1_read_ctx): Renamed from sha_read_ctx.
21939         (sha1_stream): Renamed from sha_stream.
21940         (sha1_buffer): Renamed from sha_buffer.
21941         * lib/sha1.c: Likewise; renamed from sha.c.
21942         Do not include <sys/types.h>.
21943         Include <stddef.h> rather than <stdlib.h>.
21944
21945 2004-08-08  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21948         FILESYSTEM_PREFIX_LEN.
21949         * lib/progreloc.c: Likewise.
21950         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21951
21952 2004-08-06  Simon Josefsson  <jas@extundo.com>
21953
21954         * modules/progname (Depends-on): Don't depend on stdbool.
21955
21956 2004-08-06  Simon Josefsson  <jas@extundo.com>
21957
21958         * modules/getsubopt: New file.
21959         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21960         getsubopt.
21961
21962 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21963
21964         More merge from coreutils.
21965
21966         * m4/utimens.m4, m4/utimecmp.m4: New files.
21967         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21968         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21969         prereq.m4, sha.m4: Import changes from coreutils.
21970
21971 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21972
21973         More merge from coreutils.
21974         * modules/raise, modules/readtokens0, modules/utimens:
21975         * modules/utimecmp, module/xnanosleep: New files.
21976         * modules/strftime: Add lib/strftime.h.
21977         Change include from <time.h> to "strftime.h".
21978         * modules/yesno: Add lib/yesno.h.
21979         * modules/backupfile: Remove lib/addext.c.
21980         * modules/euidaccess: Add stat-macros.h.
21981         * modules/canonicalize, modules/euidaccess,
21982         modules/filemode, modules/lchown, modules/makepath,
21983         modules/rmdir, modules/stat: Likewise.
21984
21985 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         Merge from tar.
21988         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21989         SIZE_MAX is a valid preprocessor constant.
21990         (__argp_basename): Change from "#ifndef _LIBC"
21991         to "#ifndef __argp_short_program_name", so that
21992         we don't compile these functions for tar.
21993
21994         More merges from coreutils.
21995         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21996         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21997         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21998         * lib/addext.c: Remove; no longer needed.
21999         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22000         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22001         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22002         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22003         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22004         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22005         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22006         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22007         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22008         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22009         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22010         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22011         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22012         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22013         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22014         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22015         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22016         Import changes from coreutils.
22017
22018 2004-08-05  Simon Josefsson  <jas@extundo.com>
22019
22020         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22021
22022 2004-08-05  Simon Josefsson  <jas@extundo.com>
22023
22024         * m4/getsubopt.m4: New file.
22025
22026 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22027
22028         Merge from coreutils.
22029
22030         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22031         * m4/getcwd-path-max.m4: New files.
22032
22033         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22034         FILESYSTEM_PREFIX_LEN ->
22035         FILE_SYSTEM_PREFIX_LEN.
22036         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22037         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22038         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22039         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22040
22041         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22042         prerequisite modules now handle the DOS stuff.
22043         Don't check for unistd.h.
22044
22045 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22046
22047         Merge from coreutils.
22048
22049         * lib/.gdb-history: Remove; this doesn't belong here.
22050
22051         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22052         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22053         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22054         * lib/getcwd.c: New files.
22055
22056         * lib/dirname.h: Include <stdbool.h>.
22057         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22058         for consistency with POSIX terminology.  All uses changed.
22059         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22060         (strip_trailing_slashes): Use bool for booleans.
22061         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22062
22063         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22064         sometimes returns a positive errno value even when it succeeds.
22065         (print_errno_message) [!LIBC]: Fall back on strerror if
22066         __strerror_r fails.
22067
22068         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22069         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22070         (longest_relative_suffix): New function.
22071         (path_concat): Use it.  Assume first argument is not NULL.
22072         Port to DOS.  Omit redundant separators.
22073         Report an error instead of returning NULL.
22074         Use mempcpy instead of memcpy.
22075         (xpath_concat): Remove: not declared or used.
22076
22077         * lib/same.h: Include <stdbool.h>
22078         (same_name): Return bool, not int.
22079         * lib/same.c (same_name): Likewise.
22080         (errno): Don't declare; we assume C89 or better now.
22081
22082         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22083         if not already defined.
22084
22085         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22086         * lib/dup-safer.c (errno): Likewise.
22087
22088 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22089
22090         Merge from coreutils.
22091         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22092         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22093         * modules/path-concat: Don't depend on strdup.
22094
22095 2004-08-03  Simon Josefsson  <jas@extundo.com>
22096
22097         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22098         * lib/progname.h: Don't include stdbool.h.
22099
22100 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22103         * MODULES.html.sh (func_all_modules): Remove fatal.
22104
22105 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22106
22107         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22108
22109 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22110
22111         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22112         working.
22113
22114 2004-08-02  Simon Josefsson  <jas@extundo.com>
22115
22116         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22117         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22118         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22119
22120 2004-08-01  Simon Josefsson  <jas@extundo.com>
22121
22122         * lib/xgetdomainname.c: Include stdlib.h, for free().
22123
22124 2004-07-19  Bruno Haible  <bruno@clisp.org>
22125
22126         * MODULES.html.sh (func_all_modules): Add dummy.
22127
22128 2004-07-16  Simon Josefsson  <jas@extundo.com>
22129
22130         * modules/dummy: New file.
22131
22132 2004-07-16  Simon Josefsson  <jas@extundo.com>
22133
22134         * lib/dummy.c: New file.
22135
22136 2004-07-16  Bruno Haible  <bruno@clisp.org>
22137
22138         * lib/backupfile.h: Add extern "C" for C++.
22139         * lib/closeout.h: Likewise.
22140         * lib/copy-file.h: Likewise.
22141         * lib/findprog.h: Likewise.
22142         * lib/full-write.h: Likewise.
22143         * lib/pathname.h: Likewise.
22144         * lib/progname.h: Likewise.
22145         * lib/stpcpy.h: Likewise.
22146         * lib/stpncpy.h: Likewise.
22147         * lib/strcase.h: Likewise.
22148         * lib/strstr.h: Likewise.
22149         * lib/xalloc.h: Likewise.
22150
22151         * lib/mbswidth.h: Add extern "C" for C++.
22152         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22153
22154 2004-07-13  Robert Millan  <robertmh@gnu.org>
22155
22156         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22157
22158 2004-07-09  Simon Josefsson  <jas@extundo.com>
22159
22160         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22161         failed without this.)
22162
22163 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22164
22165         * modules/chown (Files): Add lib/fchown-stub.c, since
22166         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22167
22168 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22169
22170         * lib/fchown-stub.c: New file.
22171
22172 2004-06-24  Jim Meyering  <jim@meyering.net>
22173
22174         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22175
22176 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * modules/argz: Omit "#include".
22179
22180         * MODULES.html.sh (func_all_modules): Add calloc, to match
22181         2004-06-01 addition of calloc module.
22182
22183 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22184
22185         * m4/argz.m4: New file, which is autoupdated from libtool.
22186
22187 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22188
22189         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22190         libtool.
22191
22192 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * config/srclist-update: Don't insist on "USA." before the
22195         close-comment, as libtool omits the period and puts the */ on a
22196         separate line.
22197         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22198         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22199
22200 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22201
22202         * modules/argz: New file.
22203         * MODULES.html.sh (func_all_modules): Add argz.
22204
22205 2004-06-12  Jim Meyering  <jim@meyering.net>
22206         and  Paul Eggert  <eggert@cs.ucla.edu>
22207
22208         * modules/hash (Files): Add lib/xalloc.h.
22209         * modules/pipe (Depends-on): Add wait-process.
22210         * modules/stat (Depends-on): Add xalloc.
22211         * modules/userspec (Files): Add lib/userspec.h.
22212         * modules/xstrto
22213
22214         Upgrade from gettext-0.13.
22215         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22216         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22217         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22218
22219 2004-06-10  Jim Meyering  <jim@meyering.net>
22220
22221         * lib/calloc.c: New file.
22222
22223 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22224
22225         * lib/getdate.y (yylex): Allow space between sign and number.
22226         Problem reported by Dan Jacobson.
22227
22228 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         Merge from coreutils CVS.
22231
22232         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22233         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22234         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22235         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22236         xstrtol.m4: Fix copyright date and/or serial number.
22237
22238         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22239         See if we need an fchown replacement.
22240         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22241         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22242         and use the replacement function if we detect either defect.
22243
22244         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22245         gl_UTIMECMP.
22246
22247 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22248         and  Jim Meyering  <jim@meyering.net>
22249
22250         Merge from coreutils CVS.
22251
22252         * lib/stat-macros.h: New file, with contents from file-type.h
22253         and coreutils' system.h.
22254         * lib/file-type.c: Include "stat-macros.h".
22255         * lib/file-type.h (file_type): Move all macro definitions to new file,
22256         stat-macros.h.
22257
22258         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22259         Wrap old code with this conditional.
22260         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22261         function that does not dereference symlinks.
22262         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22263
22264         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22265         dependency problems.
22266         (xreadlink): Accept new arg SIZE, for efficiency.
22267         All decls and uses changed.
22268         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22269
22270         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22271         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22272
22273         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22274         sysexits.h.
22275
22276 2004-06-01  Jim Meyering  <jim@meyering.net>
22277
22278         * m4/calloc.m4: New file.
22279
22280 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22281
22282         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22283         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22284         Also, fix a typo in a diagnostic.
22285
22286 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22287
22288         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22289         or AC_FUNC_REALLOC.
22290
22291 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22292
22293         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22294         macros to be defined.
22295         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22296         the allocator returns NULL because the requested size is zero.
22297
22298 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22299
22300         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22301         var.  Add comment explaining why libc still defines it.  This
22302         merges the following patch from glibc:
22303         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22304
22305 2004-05-20  Andreas Schwab  <schwab@suse.de>
22306
22307         * m4/free.m4: Replace free if it not known to work, not the other
22308         way round.
22309
22310 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22311
22312         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22313         present in glibc since revision 1.1 of this file.
22314         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22315         obstack_alignment_mask, obstack_alloc, obstack_base,
22316         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22317         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22318         obstack_grow0, obstack_init, obstack_int_grow,
22319         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22320         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22321         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22322         nonexistent functions.
22323
22324 2004-05-18  Karl Berry  <karl@gnu.org>
22325
22326         * config/srclist.txt: break link for vasnprintf.c.
22327
22328 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22329
22330         Port obstack to the AS/400, where pointers are 16 bytes wide and
22331         you cannot cast an integer to a valid pointer.  This patch is
22332         currently waiting to be integrated into glibc; see
22333         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22334
22335         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22336         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22337         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22338         (struct obstack): temp member is now a union of a pointer and
22339         an integer, instead of an integer.  All integer uses changed.
22340         This does not affect the physical layout of struct obstack,
22341         except on hosts (like the AS/400) where the size or alignment of
22342         void * is greater than that of ptrdiff_t.
22343         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22344         __STDC__)]: Store temporary in pointer member of union, not
22345         integer member.
22346         * lib/obstack.c: Include <stddef.h>, for offsetof.
22347         (struct fooalign): Remove; it doesn't need a name.
22348         (union fooround): Change double to long double, and add void *.
22349         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22350         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22351         not a macro.  Hence the values are always int; so remove all
22352         casts-to-int in uses.
22353
22354 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22355
22356         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22357         we can get this patch merged into glibc.
22358
22359 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22360             Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * m4/argp: Depend on alloca.
22363
22364 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22365             Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22368         freecoding.
22369
22370 2004-05-17  Bruno Haible  <bruno@clisp.org>
22371
22372         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22373         precision that consists of a '.' followed by an empty digit string.
22374         Patch by Tor Lillqvist <tml@iki.fi>.
22375
22376 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22377
22378         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22379         for backward compatibility with older code.  We need our own
22380         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22381         it under some other name, and our alloca.h will define it.
22382
22383 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22384             Derek Price  <derek@ximbiot.com>
22385
22386         * lib/alloca.c: Include <alloca.h>, to get our interface.
22387         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22388         include <alloca.h> first.  Use C89 prototype for alloca; this
22389         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22390         Use #elif for simplicity, since we can assume C89 now.
22391         Don't try to source the system alloca.h since it will not be found
22392         and to prevent recursively including its replacement.
22393         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22394         * lib/regex.c: Likewise.
22395
22396 2004-05-16  Derek Price  <derek@ximbiot.com>
22397             Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         getline cleanup.  This changes the getndelim2 API: both order of
22400         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22401         no delimiter).
22402
22403         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22404         interface does that.
22405         (getline): Always use getdelim, so that we don't have two
22406         copies of this code.
22407         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22408         if available.
22409         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22410         (GETNDELIM2_MAXIMUM): New macro.
22411         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22412         instead of the old practice of delim2==0.  All callers changed.
22413         Return -1 on overflow, instead of returning junk.
22414         Do not set *linesize unless allocation succeeds.
22415         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22416         that we include sys/types.h.
22417         * lib/getnline.h: Likewise.
22418         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22419         (getndelim2): Reorder arguments.
22420         * lib/getnline.c (getnline, getndelim):
22421         Don't discard the NMAX argument.
22422         (getnline): Invoke getndelim, to avoid code duplication.
22423         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22424         of (size_t) -1 by callers of the getnline family.
22425
22426 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22427
22428         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22429         Check for gettimeofday.
22430         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22431         Check for settimeofday, stime.
22432
22433 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * lib/nanosleep.c (suspended): Change its type from int to
22436         sig_atomic_t volatile.
22437         (first_call): Make it private to rpl_nanosleep, and have it
22438         be zero initially as that's a bit faster.
22439         (my_usleep): Round up fractional times instead of truncating them,
22440         as this is the usual meaning for 'sleep'.
22441
22442         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22443         doesn't work.
22444         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22445         (ENOSYS): Define if not defined.
22446         (settime): Fall back on stime if it exists and settimeofday fails.
22447         But don't bother with fallbacks if a method fails with errno == EPERM.
22448
22449 2004-05-11  Jim Meyering  <jim@meyering.net>
22450
22451         Prior to this change, the save_cwd caller required read access to the
22452         current directory on most systems (ones with the fchdir function).
22453
22454         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22455         fails, try write-only, and finally, resort to using xgetcwd.
22456
22457 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22458
22459         * lib/obstack.c, obstack.h: Import changes from libc.
22460
22461 2004-04-28  Bruno Haible  <bruno@clisp.org>
22462
22463         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22464         also implicitly appends .exe to executables.
22465         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22466         accepts Windows pathnames.
22467         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22468         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22469         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22470         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22471         Reported by Derek Robert Price <derek@ximbiot.com>.
22472
22473 2004-04-21  Karl Berry  <karl@gnu.org>
22474
22475         * config/srclist.txt (localcharset.c): break sync.
22476
22477 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22478
22479         * m4/host-os.m4: Add a copyright notice.
22480
22481 2004-04-20  Jim Meyering  <jim@meyering.net>
22482
22483         Change UTILS_ to gl_ in AC_DEFINE'd names.
22484         Change utils_- and jm_-prefixed variables, too.
22485         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22486         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22487         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22488
22489         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22490         Don't emit trailing blanks.
22491         Also rename jm_-prefixed variables to have gl_ prefix.
22492
22493         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22494         Also rename jm_-prefixed variables to have gl_ prefix.
22495
22496         * m4/jm-macros.m4: Reflect the renamings.
22497         * m4/prereq.m4: Likewise.
22498
22499 2004-04-20  Jim Meyering  <jim@meyering.net>
22500
22501         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22502         memory.
22503
22504 2004-04-20  Jim Meyering  <jim@meyering.net>
22505             Bruno Haible  <bruno@clisp.org>
22506
22507         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22508         memory when realloc fails.
22509
22510 2004-04-19  Jim Meyering  <jim@meyering.net>
22511
22512         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22513         now that readutmp.c may call `free (0)'.
22514
22515 2004-04-19  Bruno Haible  <bruno@clisp.org>
22516
22517         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22518         * m4/inttypes_h.m4: Likewise.
22519         * m4/stdint_h.m4: Likewise.
22520         * m4/intmax_t.m4: Likewise.
22521         * m4/uintmax_t.m4: Likewise.
22522
22523 2004-04-18  Jim Meyering  <jim@meyering.net>
22524
22525         * m4/prereq.m4: Don't forbid jm_ prefix.
22526
22527         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22528         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22529         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22530         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22531         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22532         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22533         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22534         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22535         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22536         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22537         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22538         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22539         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22540         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22541         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22542         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22543         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22544         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22545         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22546
22547 2004-04-18  Jim Meyering  <jim@meyering.net>
22548
22549         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22550         failure, don't leak memory and do call END_UTMP_ENT.
22551
22552 2004-04-16  Jim Meyering  <jim@meyering.net>
22553
22554         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22555         coreutils' stat program.
22556         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22557
22558 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22559
22560         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22561         C89.
22562         (CHAR_BIT): Remove, since we assume C89.
22563         Include <stdint.h> if available, as per current Autoconf CVS advice.
22564
22565 2004-03-31  Jim Meyering  <jim@meyering.net>
22566
22567         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22568         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22569         * m4/xalloc.m4: Likewise.
22570
22571 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22572
22573         Merge from coreutils.
22574
22575         * m4/inttostr.m4: New file.
22576         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22577         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22578         Require gl_CLOCK_TIME.
22579         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22580
22581 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22582
22583         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22584         not bool, to be more consistent with Unix conventions.
22585         Suggested by Bruno Haible.
22586
22587         Merge from coreutils.
22588
22589         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22590         * lib/umaxtostr.c: New files.
22591
22592         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22593         the usual <time.h> dance.
22594         (get_date): Change signature to support fractional time stamps.
22595         All callers changed.
22596         * lib/getdate.y: Include "getdate.h" first, as we can now
22597         assume C89 and don't need to worry about 'const'.
22598         Similarly, include "unlocked-io.h" near start, not in middle.
22599         Include <limits.h>.
22600         (textint.value): Use long int rather than int.
22601         (textint.digits): Use size_t rather than int.
22602         (BILLION, LOG10_BILLION): New constants.
22603         (parser_control): New member rel_ns.  Members day_ordinal,
22604         time_zone, month, day, hour, minutes, rel_year, rel_month,
22605         rel_day, rel_hour, rel_minutes, rel_seconds
22606         are now long int, not int.  Member seconds is now struct timespec,
22607         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22608         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22609         not int.
22610         (%union.intval): Now long int, not int.
22611         New member timespec.
22612         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22613         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22614         (spec): Now is a timespec or an item list.
22615         (timespec, items): New nonterminals.
22616         (time, rel, relunit, number, get_date):
22617         Add support for fractional seconds.
22618         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22619         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22620         (to_hour): First arg is now long int, not int.
22621         (to_year): Returns long int, not int.
22622         Don't treat year -70 like 70.
22623         (tm_diff): Returns long int, not int.
22624         (lookup_word): Use bool instead of int when appropriate.
22625         (yylex): Use size_t for count, not int.
22626         Detect overflow when parsing large integer constants.
22627         Add support for fractions.
22628         (get_date): Make pointers 'const' if possible.
22629         Use more-portable code to detect integer overflow.
22630         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22631         Don't use ctime; it's not reliable if the year has >4 digits.
22632
22633         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22634         This is for compatibility with BSD.
22635
22636         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22637         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22638         From coreutils' system.h.
22639
22640         * lib/userspec.c: Don't include "posixver.h".
22641         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22642         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22643         compatible extension.  Simplify code by removing a boolean int
22644         that was always nonzero if a string was nonnull.
22645
22646 2004-03-30  Jim Meyering  <jim@meyering.net>
22647
22648         Merge from coreutils.
22649
22650         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22651         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22652         on some systems one must include <grp.h> before it.
22653         Reported by Christian Krackowizer.
22654
22655 2004-03-30  Jim Meyering  <jim@meyering.net>
22656
22657         Merge from coreutils.
22658
22659         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22660
22661         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22662         an empty input stream.
22663
22664         * lib/readtokens.c: Include <stdbool.h>.
22665         (readtoken): Use `size_t' rather than int/long.
22666         All callers adjusted.
22667         Use `bool' rather than `int' where appropriate.
22668         Use memset rather than an explicit loop.
22669         Use x2nrealloc rather than xrealloc.
22670         Allow the use of `\0' as a delimiter.
22671         (readtokens): Likewise.
22672         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22673
22674 2004-03-30  Jim Meyering  <jim@meyering.net>
22675
22676         * m4/realloc.m4: Remove file, since now it does no more than
22677         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22678         the `configure.ac' section of module/realloc.
22679         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22680
22681 2004-03-30  Bruno Haible  <bruno@clisp.org>
22682
22683         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22684         nonnull.
22685
22686 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22687
22688         Merge changes to getloadavg.c from coreutils and Emacs.
22689
22690         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22691         Define to an expression, not to the empty string.
22692         Include cloexec.h and xalloc.h.
22693         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22694         Use set_cloexec_flag rather than rolling our own.
22695         * lib/cloexec.c, lib/cloexec.h: New files.
22696
22697 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22698
22699         * m4/cloexec.m4: New file.
22700
22701 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22702
22703         * lib/getopt.h: Sync with libc CVS.
22704
22705 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22706             Bruno Haible  <bruno@clisp.org>
22707
22708         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22709         mbswidth.
22710
22711 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22712             Bruno Haible  <bruno@clisp.org>
22713
22714         * lib/mbswidth.h: Include <wchar.h> only if
22715         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22716         <wchar.h>.
22717         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22718
22719 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22720
22721         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22722         Sync with libc CVS.
22723         * lib/getopt_int.h: New file, also synced from libc.
22724
22725 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22726
22727         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22728         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22729         Bring back getopt.c, getopt.h, getopt1.c.
22730
22731 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22732
22733         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22734         All uses changed.  Check for sa_sigaction member; this fixes
22735         a bug first reported by Jason Andrade in
22736         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22737
22738 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22739
22740         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22741         '#if' expressions.  Unlike the code it replaces, it does not
22742         depend on (defined _SC_PAGESIZE).  However, it does depend on
22743         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22744         first reported by Jason Andrade in
22745         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22746
22747 2004-02-25  Simon Josefsson  <jas@extundo.com>
22748
22749         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22750
22751 2004-02-25  Simon Josefsson  <jas@extundo.com>
22752
22753         * lib/strdup.h: New file.
22754         * lib/strdup.c: Include it.
22755         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22756         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22757
22758 2004-02-23  Karl Berry  <karl@gnu.org>
22759
22760         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22761         (from fencepost.gnu.org:/gd/gnuorg).
22762
22763 2004-02-23  Karl Berry  <karl@gnu.org>
22764
22765         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22766         * config/srclist.txt: add maintain/standards documents.
22767
22768 2004-02-18  Bruno Haible  <bruno@clisp.org>
22769
22770         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22771         Reported by Derek Robert Price <derek@ximbiot.com>.
22772
22773 2004-02-16  Karl Berry  <karl@gnu.org>
22774
22775         * config/mkinstalldirs, install-sh: update from automake.
22776
22777 2004-02-06  Karl Berry  <karl@gnu.org>
22778
22779         * m4/po.m4: update from gettext 0.14.1.
22780
22781 2004-02-06  Karl Berry  <karl@gnu.org>
22782
22783         * lib/config.charset: update from gettext 0.14.1.
22784
22785 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22786
22787         Add comments and code, prompted by suggestions from Bruno Haible
22788         for sh-quote.
22789         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22790         describing the enum quoting_style values.
22791         * lib/quotearg.c (quotearg_alloc): New function.
22792         (quotearg_buffer_restyled): Treat lone { and } as special.
22793         Treat = as special.  Work around bug with older shells
22794         that "see" a '\' that is really the 2nd byte of a multibyte char.
22795         Quote empty string with shell_quoting_style.
22796
22797 2004-02-03  Bruno Haible  <bruno@clisp.org>
22798
22799         * m4/pipe.m4: New file, from GNU gettext.
22800
22801 2004-02-03  Bruno Haible  <bruno@clisp.org>
22802
22803         * lib/pipe.h: New file, from GNU gettext.
22804         * lib/pipe.c: New file, from GNU gettext.
22805
22806 2004-01-27  Bruno Haible  <bruno@clisp.org>
22807
22808         * m4/execute.m4: New file, from GNU gettext.
22809
22810 2004-01-27  Bruno Haible  <bruno@clisp.org>
22811
22812         * lib/execute.h: New file, from GNU gettext.
22813         * lib/execute.c: New file, from GNU gettext.
22814         * lib/w32spawn.h: New file, from GNU gettext.
22815
22816 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22817
22818         Merge from diffutils.
22819
22820         * lib/file-type.c (file_type): Add typed memory objects.
22821         * lib/file-type.h (S_TYPEISTMO): New macro.
22822
22823         * lib/c-stack.h (c_stack_action): Remove argv argument.
22824         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22825         (die): Don't calculate message unless segv_action returns.
22826         (get_stack_location, min_address_from_argv, max_address_from_argv,
22827         volatile stack_base, volatile_stack_size): Remove.
22828         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22829         that every segmentation violation is a stack overflow.  (Ouch!)
22830         See Debian bug 136249 (still outstanding) for more info about why
22831         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22832
22833 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22834
22835         Exit-status fix from coreutils.
22836
22837         Use exit_failure consistently in place of EXIT_FAILURE,
22838         so that program exit statuses are consistent on failure.
22839
22840         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22841         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22842         * lib/argmatch.h: Comment fix to match the above.
22843         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22844         Now a macro referring to exit_failure, instead of a separate
22845         variable.  Include "exitfail.h" to get it.
22846         * lib/xstrtol.h: Include "exitfail.h".
22847         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22848
22849         * lib/long-options.c (parse_long_options): Use prototype
22850         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22851         for clarity.
22852
22853 2004-01-21  Jim Meyering  <jim@meyering.net>
22854
22855         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22856         so as not to conflict with a different-sized __mktime_internal
22857         function in GNU libc.
22858         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22859         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22860
22861 2004-01-20  Karl Berry  <karl@gnu.org>
22862
22863         * config/config.guess: update from config.
22864
22865         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22866
22867 2004-01-20  Bruno Haible  <bruno@clisp.org>
22868
22869         Safer stack allocation.
22870         * lib/setenv.c: Include allocsa.h.
22871         (alloca): Remove fallback definition.
22872         (freea): Remove macro.
22873         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22874         instead of freea.
22875
22876 2004-01-20  Bruno Haible  <bruno@clisp.org>
22877
22878         * m4/eealloc.m4: New file, from GNU gettext.
22879
22880 2004-01-20  Bruno Haible  <bruno@clisp.org>
22881
22882         * m4/allocsa.m4: New file, from GNU gettext.
22883
22884 2004-01-20  Bruno Haible  <bruno@clisp.org>
22885
22886         * lib/xallocsa.h: New file, from GNU gettext.
22887         * lib/xallocsa.c: New file, from GNU gettext.
22888
22889 2004-01-20  Bruno Haible  <bruno@clisp.org>
22890
22891         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22892
22893 2004-01-20  Bruno Haible  <bruno@clisp.org>
22894
22895         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22896         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22897         specially.
22898
22899 2004-01-20  Bruno Haible  <bruno@clisp.org>
22900
22901         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22902         patch.
22903
22904 2004-01-20  Bruno Haible  <bruno@clisp.org>
22905
22906         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22907
22908 2004-01-20  Bruno Haible  <bruno@clisp.org>
22909
22910         * lib/eealloc.h: New file.
22911
22912 2004-01-20  Bruno Haible  <bruno@clisp.org>
22913
22914         * lib/binary-io.h: Avoid warnings on Cygwin.
22915
22916 2004-01-20  Bruno Haible  <bruno@clisp.org>
22917
22918         * lib/allocsa.h: New file, from GNU gettext.
22919         * lib/allocsa.c: New file, from GNU gettext.
22920
22921 2004-01-18  Karl Berry  <karl@gnu.org>
22922
22923         * doc/gpl.texi, doc/lgpl.texi: new files.
22924
22925 2004-01-18  Karl Berry  <karl@gnu.org>
22926
22927         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22928         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22929
22930 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22931
22932         Merge from coreutils.
22933
22934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22935         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22936         (gl_DEFAULT_POSIX2_VERSION): Move
22937         the documentation from 'configure' into 'config.hin',
22938         so that 'configure --help' isn't burdened by it and
22939         we don't have to worry about its formatting there.
22940         Reword the documentation so that it's more succinct
22941         and can be run together into a single paragraph.
22942         * m4/same.m4 (gl_SAME): Check for pathconf.
22943
22944 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22945
22946         Merge from coreutils.
22947
22948         * lib/posixver.c: Include posixver.h.
22949
22950         * lib/same.c: Include <stdbool.h>, <limits.h>.
22951         (_POSIX_NAME_MAX): Define if not defined.
22952         (MIN): New macro.
22953         (same_name): If file names are silently truncated, report
22954         that the file names are the same if they are the same after
22955         the silent truncation.
22956
22957         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22958         conversion function.
22959         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22960         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22961         longer needed.
22962
22963 2004-01-15  Jim Meyering  <jim@meyering.net>
22964
22965         Merge from coreutils.
22966
22967         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22968         if no library is required.
22969         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22970         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22971         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22972         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22973         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22974         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22975         value, $ac_cv_search_crypt, if it's "none required".
22976         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22977         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22978         not gl_FUNC_GETLOADAVG.
22979         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22980         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22981
22982 2004-01-15  Jim Meyering  <jim@meyering.net>
22983
22984         Merge from coreutils.
22985
22986         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22987         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22988         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22989
22990         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22991         optional configure-time default.
22992
22993         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22994
22995         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22996
22997 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22998
22999         Merge from coreutils.
23000
23001         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23002         value, $ac_cv_search_nanosleep, if it's "none required".
23003
23004 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23005
23006         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23007         with like-named macro in fnmatch.c.
23008         (EXT): Use an internal constant instead.
23009
23010         Merge fnmatch patches from glibc.
23011         * lib/fnmatch.c (mbsinit): Remove define.
23012         Add libc_hidden_ver (__fnmatch, fnmatch).
23013         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23014         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23015
23016 2004-01-14  Karl Berry  <karl@gnu.org>
23017
23018         * config/install-sh: update from automake.
23019
23020 2004-01-13  Karl Berry  <karl@gnu.org>
23021
23022         * config/install-sh: update from automake.
23023
23024 2004-01-09  Karl Berry  <karl@gnu.org>
23025
23026         * config/install-sh: update from automake.
23027
23028 2004-01-05  Karl Berry  <karl@gnu.org>
23029
23030         * config/config.{sub,guess}: update from config.
23031
23032 2003-12-31  Karl Berry  <karl@gnu.org>
23033
23034         * config/depcomp: update from automake.
23035
23036 2003-12-14  Karl Berry  <karl@gnu.org>
23037
23038         * lib/config.charset: update from gettext-runtime.
23039
23040 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23041
23042         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23043         Bug reported by Alfred M. Szmidt.
23044
23045 2003-12-03  Bruno Haible  <bruno@clisp.org>
23046
23047         * m4/gettext.m4: Upgrade from gettext-0.13.
23048         * m4/po.m4: Upgrade from gettext-0.13.
23049         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23050         * m4/intmax.m4: New file, from gettext-0.13.
23051         * m4/printf-posix.m4: New file, from gettext-0.13.
23052
23053 2003-11-29  Karl Berry  <karl@gnu.org>
23054
23055         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23056
23057 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23058             Bruno Haible  <bruno@clisp.org>
23059
23060         * lib/printf-parse.h: Don't include sys/types.h.
23061         (ARG_NONE): New macro.
23062         (char_directive): Change type of *arg_index fields to size_t.
23063         * lib/printf-parse.c: Don't include sys/types.h.
23064         (SSIZE_MAX): Remove macro.
23065         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23066         Remove unnecessary overflow check.
23067         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23068         fields.
23069
23070 2003-11-25  Bruno Haible  <bruno@clisp.org>
23071
23072         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23073
23074 2003-11-25  Bruno Haible  <bruno@clisp.org>
23075
23076         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23077         gt_TYPE_SSIZE_T.
23078
23079 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23080
23081         * modules/alloca: Remove dependency on xalloc.
23082
23083 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23084
23085         * lib/alloca.c: Remove dependency on xalloc module.
23086         (xalloc_die): Remove.
23087         (memory_full) [!defined emacs]: New macro.
23088         [!defined emacs]: Don't include xalloc.h.
23089         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23090         address arithmetic overflows.  Change datatypes a bit to avoid
23091         unnecessary casts.
23092
23093 2003-11-22  Jim Meyering  <jim@meyering.net>
23094
23095         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23096         s/size/size_t/.
23097
23098 2003-11-21  Karl Berry  <karl@gnu.org>
23099
23100         * config/config.{sub,guess}: update from config.
23101
23102 2003-11-18  Karl Berry  <karl@gnu.org>
23103
23104         * config/config.{sub,guess}: update from config.
23105
23106         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23107
23108 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23109
23110         * README: Mention that S+T cannot overflow if S is the size of
23111         an existing object and T is sufficiently small.
23112
23113 2003-11-17  Jim Meyering  <jim@meyering.net>
23114
23115         On systems without utime and without a utimes function capable of
23116         dealing with a NULL struct utimbuf* argument, this utime replacement
23117         could -- in unusual circumstances -- leak a file descriptor.
23118         * lib/utime.c: Include <unistd.h> and <errno.h>.
23119         (utime_null): Be sure to close `fd' and to preserve errno.
23120         Reported by Geoff Collyer via Arnold Robbins.
23121
23122 2003-11-17  Bruno Haible  <bruno@clisp.org>
23123
23124         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23125         (Depends-on): Add xsize.
23126
23127 2003-11-17  Bruno Haible  <bruno@clisp.org>
23128
23129         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23130
23131 2003-11-17  Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/vasnprintf.c (alloca): Remove fallback definition.
23134         (freea): Remove definition.
23135         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23136         Reported by Paul Eggert.
23137
23138 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23139             Bruno Haible  <bruno@clisp.org>
23140
23141         Protect against address arithmetic overflow.
23142         * lib/printf-args.h: Include stddef.h.
23143         (arguments): Change type of field 'count' to size_t.
23144         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23145         'unsigned int' where appropriate.
23146         * lib/printf-parse.h: Include sys/types.h.
23147         (char_directive): Change type of *arg_index fields to ssize_t.
23148         (char_directives): Change type of fields 'count', max_*_length to
23149         size_t.
23150         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23151         (SSIZE_MAX): Define fallback value.
23152         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23153         instead of 'int' where appropriate. Check a_allocated, d_allocated
23154         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23155         * lib/vasnprintf.c: Include xsize.h.
23156         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23157         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23158         overflow. Avoid wraparound when converting a width or precision from
23159         decimal to binary.
23160
23161 2003-11-16  Bruno Haible  <bruno@clisp.org>
23162
23163         Update from GNU gettext.
23164         * lib/printf-parse.c: Generalize to it can be compiled for wide
23165         strings.
23166         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23167         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23168         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23169         SNPRINTF): New macros.
23170         Don't include <alloca.h> if the file is used inside libintl.
23171         (local_wcslen): New function, for Solaris 2.5.1.
23172         (VASNPRINTF): Use it instead of wcslen.
23173
23174 2003-11-16  Bruno Haible  <bruno@clisp.org>
23175
23176         * lib/xsize.h (xmax): New function.
23177         (xsum, xsum3, xsum4): Declare as "pure" functions.
23178
23179 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23180
23181         * modules/xalloc (Files): Undo latest change, since xalloc.h
23182         no longer needs SIZE_MAX or PTRDIFF_MAX.
23183
23184 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23185
23186         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23187         gl_PTRDIFF_MAX.
23188
23189 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23190
23191         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23192         "return", to pacify some unknown compiler.  Problem reported
23193         by Joerg Schilling.
23194
23195 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23196
23197         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23198         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23199         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23200         heuristic is just as accurate as far as we know, and it removes a
23201         dependency on size_max.m4 and ptrdiff_max.m4.
23202
23203 2003-11-11  Bruno Haible  <bruno@clisp.org>
23204
23205         * modules/xsize (Files): Add m4/size_max.m4.
23206         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23207
23208 2003-11-11  Bruno Haible  <bruno@clisp.org>
23209
23210         * m4/size_max.m4: New file.
23211         * m4/ptrdiff_max.m4: New file.
23212         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23213         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23214         (gl_XALLOC): Invoke it.
23215
23216 2003-11-11  Bruno Haible  <bruno@clisp.org>
23217
23218         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23219         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23220         defined.
23221
23222 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23223
23224         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23225         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23226         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23227         From Bruno Haible.
23228         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23229         not (size_t) -1, since it's defined here.
23230
23231 2003-11-09  Karl Berry  <karl@gnu.org>
23232
23233         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23234
23235 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23236
23237         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23238         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23239         Reject sizes of exactly SIZE_MAX bytes.
23240         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23241         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23242
23243 2003-11-05  Bruno Haible  <bruno@clisp.org>
23244
23245         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23246         SIZE_MAX defined in <limits.h> on Solaris.
23247
23248 2003-11-04  Jim Meyering  <jim@meyering.net>
23249
23250         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23251         variable names, rather than @VAR@.
23252         * modules/poll: Likewise.
23253
23254 2003-11-04  Bruno Haible  <bruno@clisp.org>
23255
23256         * modules/xsize: New file.
23257         * modules/linebreak: Depend on xsize.
23258         * MODULES.html.sh (func_all_modules): Add xsize.
23259
23260 2003-11-04  Bruno Haible  <bruno@clisp.org>
23261
23262         * m4/xsize.m4: New file.
23263
23264 2003-11-04  Bruno Haible  <bruno@clisp.org>
23265
23266         * lib/xsize.h: New file.
23267         * lib/linebreak.c: Include xsize.h.
23268         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23269         argument for overflow.
23270         Suggested by Paul Eggert.
23271
23272 2003-11-03  Karl Berry  <karl@gnu.org>
23273
23274         * config/config.{guess,sub}: update from config.
23275
23276 2003-11-03  Jim Meyering  <jim@meyering.net>
23277
23278         * modules/userspec (lib_SOURCES): Add userspec.h.
23279         (Include): Add "userspec.h".
23280         Improve description.
23281
23282 2003-11-03  Jim Meyering  <jim@meyering.net>
23283
23284         * lib/userspec.c: Include "userspec.h".
23285         * lib/userspec.h: New file.
23286
23287 2003-11-03  Bruno Haible  <bruno@clisp.org>
23288
23289         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23290
23291 2003-11-03  Bruno Haible  <bruno@clisp.org>
23292
23293         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23294         available, to avoid (extremely rare) race condition.
23295         Suggested by Paul Eggert.
23296
23297 2003-11-02  Karl Berry  <karl@gnu.org>
23298
23299         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23300
23301 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23302
23303         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23304         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23305         (read_filesystem_list): Set and use me_type_malloced.
23306         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23307         whatever the type happens to be), for brevity and consistency.
23308         Check for size calculation overflow on Alphas running OSF/1.
23309
23310 2003-10-31  Jim Meyering  <jim@meyering.net>
23311
23312         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23313
23314         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23315
23316 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23317             Bruno Haible  <bruno@clisp.org>
23318
23319         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23320         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23321
23322 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23323
23324         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23325         netbsd*-gnu*.  Suggested by Robert Millan.
23326
23327 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23328
23329         * modules/group-member: Depend on stdbool.
23330
23331 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23332
23333         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23334
23335 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23336
23337         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23338         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23339         after the 'gnu' in these cases.  This fixes some bugs in the
23340         previous change, and is based on suggestions by Robert Millan.
23341
23342 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23343
23344         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23345         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23346         no longer needed.
23347         * lib/quotearg.c (quotearg_n_options): Use it.
23348         * lib/group-member.c: Include <stdbool.h>.
23349         (free_group_info): Arg is now const *; don't free arg.
23350         (get_group_info): Now returns bool and accepts struct group_info *,
23351         rather than returning a malloc'ed struct group_info *.
23352         All uses changed.  Check for overflow in internal size calculation.
23353
23354         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23355         rather than xmalloc/xrealloc.
23356         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23357         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23358         conformance bug: the old code used a pointer after freeing the
23359         storage that it addressed.
23360         * lib/hash.c (hash_initialize): Simplify the code by using
23361         xalloc_oversized rather than doing it by hand.
23362         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23363         the buffer preserved.  Use free and xmalloc instead.
23364         * lib/quotearg.c (quotearg_n_options): Likewise.
23365         Use a simpler test for size overflow.  Don't use xalloc_oversized
23366         because unsigned int might be wider than size_t (!); this suggests
23367         that we should switch from unsigned int to size_t for slot numbers.
23368
23369 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23370
23371         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23372         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23373         NetBSD kernels.  Requested by Richard Stallman.
23374
23375 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23376
23377         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23378         to allocate the returned structure.  Do not allocate a subarray,
23379         as x2nrealloc will do that.
23380         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23381         instead of xnrealloc.
23382         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23383
23384 2003-10-27  Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/stdbool_.h: Better support for BeOS.
23387
23388 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23389
23390         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23391         now uses inline.
23392
23393 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23394
23395         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23396         callers that want to do their own size-overflow checking.  Include
23397         <stdbool.h>, since xalloc_oversized returns bool.
23398         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23399         to use xalloc_oversized.
23400
23401         Add two functions x2realloc, x2nrealloc, for programs that grow
23402         arrays dynamically by doubling their sizes.
23403         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23404         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23405         New functions.
23406
23407         Port to C99 semantics for 'inline' of external functions.
23408         Bug reported by Bruno Haible.
23409         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23410         with the old contents of xnmalloc.
23411         (xnmalloc, xmalloc): Use it.
23412         (xnrealloc_inline): New static inline function,
23413         with the old contents of xnrealloc.
23414         (xnrealloc, xrealloc): Use it.
23415
23416         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23417         that.
23418
23419 2003-10-26  Karl Berry  <karl@gnu.org>
23420
23421         * config/srclist.txt (COPYING.DOC): no longer available from
23422         /gd/gnuorg; don't know where the ultimate source is.
23423
23424 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23425
23426         Fix several address-calculation bugs in the hash modules,
23427         plus some minor code cleanup.
23428
23429         * lib/hash.h: Include <stdbool.h>, for bool.
23430         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23431         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23432         hash_get_n_entries, hash_get_max_bucket_length,
23433         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23434         hash_rehash): Use size_t rather than unsigned.
23435         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23436         hash_get_n_buckets_used, hash_get_n_entries,
23437         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23438         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23439         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23440         Likewise.
23441         (SIZE_MAX): Define if not defined.
23442         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23443         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23444         hash_print):
23445         Use const * when possible.
23446         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23447         (check_tuning): Fix bug: if tuning parameters were very close to
23448         0 or 1, rounding errors could have caused subscript violations.
23449         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23450         (hash_initialize): Add 'fail:' label
23451         to free table and return NULL, and use it to simplify code.
23452         Use calloc rather than clearing the storage ourself.
23453         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23454         buffer size calculations.
23455         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23456         Include <stddef.h>, for size_t.
23457         * lib/hash-pjw.c (hash_pjw): Likewise.
23458         Switch to method described by Bruno Haible.
23459         Include <limits.h>, for CHAR_BIT.
23460         (SIZE_BITS): New macro.
23461
23462 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23463
23464         * m4/getline.m4 (AM_FUNC_GETLINE):
23465         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23466         hosts.  Problem reported by Derek Robert Price in
23467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23468         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23469         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23470
23471 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23472
23473         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23474         ceiling the allocation at NMAX bytes rather than silently
23475         discarding input bytes before NMAX is reached.  This makes
23476         a difference only if NMAX exceeds SIZE_MAX / 2.
23477
23478         * lib/obstack.c: Merge from glibc.
23479         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23480         Add libc_hidden_def (_obstack_newchunk).
23481         (_obstack_free) [! defined _LIBC]: Remove.
23482         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23483         a clone of the function body.
23484         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23485         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23486
23487         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23488         glibc.
23489         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23490         arg to memcpy.
23491
23492         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23493         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23494         Don't use lvalue casts, as GCC plans to remove support for them
23495         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23496         was also present in the non-GCC version, indicating that this
23497         code had always been buggy and had never been widely used.
23498         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23499         Use the fast variant of each macro, rather than copying the
23500         definiens of the fast variant; that way, we'll be more likely to
23501         catch future bugs in the fast variants.
23502
23503 2003-10-20  Bruno Haible  <bruno@clisp.org>
23504
23505         * modules/wait-process: New file.
23506         * MODULES.html.sh (func_all_modules): Add wait-process.
23507
23508 2003-10-20  Bruno Haible  <bruno@clisp.org>
23509
23510         * m4/wait-process.m4: New file.
23511
23512 2003-10-20  Bruno Haible  <bruno@clisp.org>
23513
23514         * lib/wait-process.h: New file, from GNU gettext.
23515         * lib/wait-process.c: New file, from GNU gettext.
23516
23517 2003-10-19  Jim Meyering  <jim@meyering.net>
23518
23519         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23520         HPUX 10.20.
23521
23522 2003-10-18  Karl Berry  <karl@gnu.org>
23523
23524         * config/config.guess: update from config.
23525
23526 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23527
23528         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23529         (getgroups): First arg is int, not size_t.
23530         Don't let 'free' mangle errno.
23531
23532 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23533
23534         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23535
23536 2003-10-16  Karl Berry  <karl@gnu.org>
23537
23538         * config/config.{guess,sub}: update from config.
23539
23540 2003-10-16  Jim Meyering  <jim@meyering.net>
23541
23542         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23543         memcpy.
23544
23545 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23546
23547         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23548         (SIZE_MAX): Remove.
23549         (new_exclude, add_exclude_file): Initial size no longer needs to
23550         be a power of 2.
23551         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23552         our own address arithmetic overflow checking.
23553
23554         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23555         (fnmatch): Do not alloca more than 2000 wide characters;
23556         instead, use malloc for large buffers.
23557         Check for address arithmetic overflow, and return -1
23558         with errno set to ENOMEM in that case.
23559         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23560         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23561         instead, return -1.  Check for address arithmetic overflow.
23562
23563 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23564
23565         Handle invalid suffixes and overflow independently, so that
23566         callers can treat them independently as needed.  Fix some bugs in
23567         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23568         suffix for a human-readable blocksize.  The major caller-visible
23569         change is the addition of a new
23570         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23571         that both overflow and suffix chars were found.
23572
23573         * lib/human.c (humblock): Don't check separately for invalid suffix
23574         char; that is xstrtoumax's job (now that its bug is fixed).
23575         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23576         INTMAX_MAX]: New macros.
23577         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23578         TYPE_MAXIMUM): New macros.
23579         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23580         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23581         if overflow occurs, as it's what __strtol does and it's more useful
23582         in practice.
23583         (__xstrtol): If __strtol reports some error other than ERANGE,
23584         reflect it to the caller as LONGINT_INVALID.  If it reports
23585         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23586         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23587         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23588         value.
23589         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23590         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23591         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23592         [defined UINTMAX_MAX]: New macros.
23593
23594 2003-10-14  Bruno Haible  <bruno@clisp.org>
23595
23596         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23597
23598 2003-10-14  Bruno Haible  <bruno@clisp.org>
23599
23600         * m4/sig_atomic_t: New file, from GNU gettext.
23601         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23602
23603 2003-10-14  Bruno Haible  <bruno@clisp.org>
23604
23605         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23606         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23607         Also use volatile where needed.
23608
23609 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23610
23611         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23612         Change maintainer from Bruno Haible to 'all'.
23613
23614 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23615
23616         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23617
23618 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23619
23620         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23621         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23622         and define in terms of the other primitives.
23623         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23624         (SIZE_MAX): Define if not already defined.
23625         (array_size_overflow): New function.
23626         (xalloc_die): Abort instead of exiting if 'error' returns.
23627         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23628         (xmalloc, xrealloc): Use them.
23629         (xcalloc): Check for address arithmetic overflow.
23630         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23631         a bit faster than strcpy.
23632
23633 2003-10-10  Simon Josefsson  <jas@extundo.com>
23634
23635         * modules/argp (Depends-on): Add restrict and strcase.
23636
23637 2003-10-10  Simon Josefsson  <jas@extundo.com>
23638
23639         * m4/argp.m4: Add AC_C_INLINE.
23640
23641 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23642
23643         Merge getpass from libc, plus a few fixes.
23644
23645         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23646         Include <stdbool.h>.
23647         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23648         __fsetlocking to empty.
23649         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23650         do include <bits/libc-lock.h>.
23651         Do not include <fcntl.h>; not needed.
23652         [_LIBC]: Include <wchar.h>.
23653         (NOTCANCEL_MODE): New macro.
23654         (flockfile, funlockfile) [_LIBC]: New macros.
23655         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23656         [!_LIBC]: New macros.
23657         (call_fclose): New function.
23658         (getpass): Use it.  Save tty stream separately; this simplifies the
23659         code and makes it more reliable if stdin happens to equal stdout.
23660         Invoke __fsetlocking on tty.
23661         Handle thread cancellation if needed.
23662         Namespace cleanup (use __tcgetattr, __getline).
23663         Use bool for Booleans.
23664         [USE_IN_LIBIO]: Handle wide streams.
23665         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23666         stream might go where.
23667
23668         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23669         doesn't have to include <stdio.h> before us.
23670         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23671         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23672         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23673         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23674         if not declared, so that we can use getpass.c code from libc without
23675         rewriting it.
23676         (flockfile, ftrylockfile, funlockfile): New macros.
23677
23678 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23679
23680         * modules/getpass: Depend on stdbool.
23681
23682 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23683
23684         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23685
23686 2003-10-07  Karl Berry  <karl@gnu.org>
23687
23688         * config/config.{guess,sub}: update from config.
23689
23690 2003-10-06  Jim Meyering  <jim@meyering.net>
23691             Bruno Haible  <bruno@clisp.org>
23692
23693         This lets translators provide better translations for the
23694         "Written by ..." part of --version output.
23695         * lib/version-etc.h: Include stdarg.h.
23696         (version_etc_copyright): Declare as readonly.
23697         (version_etc): Make this function variadic with a NULL-terminated list
23698         of author name strings.
23699         (version_etc_va): New declaration.
23700         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23701         (version_etc_copyright): Declare as readonly.
23702         (version_etc_va): New function. Provide a different translatable string
23703         for each possible number of authors < 10. Abbreviate when there are 10
23704         authors or more.
23705         (version_etc): Make this function variadic. Call version_etc_va.
23706         Suggestion from Gary V. Vaughan.
23707
23708         * lib/long-options.h (parse_long_options): Change prototype: the
23709         authors string is moved to the end and becomes variadic.
23710         * lib/long-options.c: Include stdarg.h.
23711         (parse_long_options): Make this function variadic, too.
23712         Call version_etc_va, not version_etc.
23713
23714 2003-10-06  Bruno Haible  <bruno@clisp.org>
23715
23716         * modules/version-etc-2: Remove file.
23717         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23718
23719 2003-10-06  Bruno Haible  <bruno@clisp.org>
23720
23721         * modules/fatal-signal: New file.
23722         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23723
23724 2003-10-06  Bruno Haible  <bruno@clisp.org>
23725
23726         * m4/fatal-signal.m4: New file.
23727         * m4/signalblocking.m4: New file, from GNU gettext.
23728
23729 2003-10-06  Bruno Haible  <bruno@clisp.org>
23730
23731         * lib/version-etc-2.h: Remove file.
23732         * lib/version-etc-2.c: Remove file.
23733
23734 2003-10-06  Bruno Haible  <bruno@clisp.org>
23735
23736         * lib/fatal-signal.h: New file, from GNU gettext.
23737         * lib/fatal-signal.c: New file, from GNU gettext.
23738
23739 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23740
23741         * README: Rework advice for preventing empty .o files.
23742         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23743         not <sys/types.h>.
23744
23745 2003-10-04  Karl Berry  <karl@gnu.org>
23746
23747         * lib/argp*: update from libc.
23748
23749 2003-10-04  Karl Berry  <karl@gnu.org>
23750
23751         * config/config.{guess,sub}: update from config.
23752
23753 2003-10-02  Bruno Haible  <bruno@clisp.org>
23754
23755         * modules/lchown (Include): Add lchown.h.
23756         * modules/time_r (Include): Use "..." syntax.
23757         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23758
23759 2003-10-01  Simon Josefsson  <jas@extundo.com>
23760
23761         * MODULES.html.sh (func_all_modules): Move gethostname from section
23762         'based on' to section 'lacking' POSIX:2001.
23763
23764 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23765
23766         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23767         to output mode on the same stream.
23768
23769 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23770
23771         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23772         Fix arg typo in previous patch.
23773
23774 2003-09-28  Jim Meyering  <jim@meyering.net>
23775
23776         * lib/error.c: Correct cpp indentation.
23777
23778 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23779
23780         * modules/free: New file.
23781
23782 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23783
23784         * m4/free.m4: New file.
23785
23786 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23787
23788         * lib/minmax.h (MIN, MAX)
23789         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23790         Omit the special code that used __typeof__, since we worry that
23791         it could be more trouble than it's worth.  See:
23792         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23793         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23794
23795         * lib/free.c: New file.
23796
23797 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23798
23799         Trivial fixes to Makefile.am parts of module listings.
23800         * modules/strstr: Append strstr.h to lib_SOURCES.
23801         * modules/strcase: Likewise, for strcase.h.
23802
23803 2003-09-27  Karl Berry  <karl@gnu.org>
23804
23805         * config/mkinstalldirs: update from automake.
23806
23807 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23808
23809         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23810         (error_tail): Do not loop, reallocating temporary buffer, since
23811         the output cannot contain more wide characters than the input
23812         contains bytes, the size must be big enough already.  This avoids
23813         one potential size overflow calculation.  Check for size overflow
23814         when calculating temporary buffer size.  Free temporary buffer
23815         when done, if it was allocated with malloc; this plugs a memory
23816         leak.  Remove casts from void * to pointers, that are no longer
23817         needed now that we're assuming C89 or better.
23818
23819         Merge error changes from glibc.
23820
23821         * lib/error.c, error.h: Update copyright notice header to match glibc.
23822         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23823         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23824         Disable cancellation while printing error.
23825         * lib/error.h: Prepend __ to parameter names.
23826
23827 2003-09-26  Jim Meyering  <jim@meyering.net>
23828
23829         * lib/error.c (error_tail): Move some declarations
23830         into inner scope where the local variables are used.
23831
23832 2003-09-26  Bruno Haible  <bruno@clisp.org>
23833
23834         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23835         stpncpy().
23836         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23837
23838 2003-09-26  Bruno Haible  <bruno@clisp.org>
23839
23840         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23841         (stpncpy): Define as alias for gnu_stpncpy.
23842         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23843
23844 2003-09-25  Simon Josefsson  <jas@extundo.com>
23845
23846         * lib/xgetdomainname.h: New file.
23847         * lib/xgetdomainname.c: New file.
23848
23849 2003-09-25  Simon Josefsson  <jas@extundo.com>
23850             Bruno Haible  <bruno@clisp.org>
23851
23852         * modules/getdomainname: New file.
23853         * modules/xgetdomainname: New file.
23854         * MODULES.html.sh (func_all_modules): Add getdomainname,
23855         xgetdomainname.
23856
23857 2003-09-25  Simon Josefsson  <jas@extundo.com>
23858             Bruno Haible  <bruno@clisp.org>
23859
23860         * m4/getdomainname.m4: New file.
23861
23862 2003-09-25  Simon Josefsson  <jas@extundo.com>
23863             Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/getdomainname.h: New file.
23866         * lib/getdomainname.c: New file.
23867
23868 2003-09-25  Karl Berry  <karl@gnu.org>
23869
23870         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23871
23872 2003-09-25  Karl Berry  <karl@gnu.org>
23873
23874         * config/install-sh: update from automake.
23875
23876 2003-09-25  Bruno Haible  <bruno@clisp.org>
23877
23878         * modules/version-etc-2: New file, from modules/version-etc with
23879         modifications.
23880         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23881
23882 2003-09-25  Bruno Haible  <bruno@clisp.org>
23883
23884         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23885         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23886
23887 2003-09-24  Simon Josefsson  <jas@extundo.com>
23888
23889         * modules/xgethostname: Add xgethostname.h.
23890
23891 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23892
23893         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23894         the buffer associated with the argument.  Bug reported by
23895         Simon Josefsson.
23896
23897 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23898
23899         * README: Document assumptions that 'int' is at least 32 bits
23900         wide, that integer arithmetic is 2's complement without overflow,
23901         that there are no holes in integer values, that adding sizes of
23902         two nonoverlapping objects can't overflow, and that all-bits-zero
23903         yields scalar zero.  Fix spelling and capitalization typos.
23904
23905 2003-09-19  Karl Berry  <karl@gnu.org>
23906
23907         * lib/argp.h: update from libc.
23908
23909 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23910
23911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23912         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23913         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23914
23915 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23916
23917         * gnulib-tool: Use "test -h", not "test -L", for portability
23918         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23919         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23920         (sed_extract_prog): Issue s commands one-by-one, rather than
23921         using \| in one s command.
23922
23923 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23924
23925         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23926         input error, instead of returning NULL the next time we are called
23927         (and therefore losing track of errno).
23928
23929 2003-09-16  Bruno Haible  <bruno@clisp.org>
23930
23931         * gnulib-tool (func_create_testdir): Warn about duplicated
23932         dependencies.
23933
23934 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23935
23936         * modules/argmatch, modules/fatal, modules/obstack,
23937         modules/xalloc, modules/xgethostname: Sort dependencies by
23938         importance, not alphabetically.
23939
23940 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23941
23942         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23943         fails, so that the caller gets the proper errno.
23944
23945         * lib/readutmp.c (read_utmp): Likewise.
23946         Check for fstat error.  Close stream and free storage
23947         when failing.
23948
23949 2003-09-14  Karl Berry  <karl@gnu.org>
23950
23951         * config/srclist.txt (strdup.c): disable for c89 changes.
23952
23953 2003-09-14  Jim Meyering  <jim@meyering.net>
23954
23955         * lib/getloadavg.c: Correct cpp indentation.
23956         * lib/strdup.c: Likewise.
23957         * lib/vasnprintf.c: Likewise.
23958
23959 2003-09-14  Bruno Haible  <bruno@clisp.org>
23960
23961         * modules/fwriteerror: New file.
23962         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23963
23964 2003-09-14  Bruno Haible  <bruno@clisp.org>
23965
23966         * lib/fwriteerror.h: New file.
23967         * lib/fwriteerror.c: New file.
23968
23969 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23970
23971         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23972         modules/xgethostname, modules/xalloc: Depend on exit.
23973
23974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23975
23976         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23977
23978         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23979         and AC_MINIX, too, so that their extensions are available.
23980
23981         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23982         This macro has been superseded by gl_BACKUPFILE.
23983
23984         More patches to assume C89 or better.
23985
23986         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23987
23988         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23989         unconditionally.
23990         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23991         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23992         Include <string.h>, <stdlib.h> unconditionally.
23993         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23994         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23995         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23996         headers or for string.h.
23997         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23998         or strtoul.
23999
24000         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24001         headers.
24002         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24003         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24004         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24005         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24006         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24007         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24008         memcpy, memset.
24009         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24010         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24011         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24012         strtol.
24013         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24014         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24015         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24016         strtoul.
24017
24018 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24019
24020         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24021         * lib/obstack.c [!defined _LIBC]: Likewise.
24022         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24023         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24024         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24025
24026         More changes to assume C89 or better.
24027
24028         * lib/error.c (error_tail): Assume vprintf.
24029
24030         * lib/argmatch.c (getenv): Remove decl.
24031         * lib/progreloc.c (get_full_program_name): Define via prototype.
24032         * lib/setenv.c (clearenv): Likewise.
24033         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24034         needed.
24035         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24036         (malloc, memcpy): Remove decls.
24037         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24038         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24039         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24040         (memcpy): Remove macro.
24041         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24042         (__P): Remove.  All uses removed.
24043         (PTR): Remove.  All uses changed to void *.
24044         (CHAR_BIT, NULL): Remove.
24045         (spaces, zeros, memset_space, memset_zero)
24046         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24047         Remove.
24048         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24049         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24050         Define with prototype.
24051         Remove now-unnecessary prototype decl.
24052         (extra_args_spec): Assume ANSI C.  All uses changed.
24053         (extra_args_spec_iso): Remove.
24054         (my_strftime, emacs_strftimeu): Define via prototype.
24055         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24056         unconditionally.
24057         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24058         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24059         (strtoul, strtol): Remove decls.
24060         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24061         LONG_MAX): Remove.
24062         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24063         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24064         (LOCALE_PARAM_PROTO): New macro.
24065         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24066         (INTERNAL (strtol), strtol): Define with a prototype.
24067         (PARAMS): Remove.  All uses removed.
24068         * lib/tempname.c: Include <string.h> unconditionally.
24069         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24070         * lib/xgethostname.c (main): Define with a prototype.
24071         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24072         Include <stdlib.h> unconditionally.
24073         (calloc, malloc, realloc, free): Remove decls.
24074         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24075         Include <stdlib.h> unconditionally.  Sort include file names.
24076         (strtod): Remove.
24077         (xstrtod): Define with a prototype.
24078         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24079         (strtol, strtoul): Remove decls.
24080
24081 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24082
24083         More patches to assume C89 or better.
24084         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24085         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24086         string.h, memchr, STDC_HEADERS.
24087
24088 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24089
24090         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24091         Include <stdlib.h>, <string.h> unconditionally.
24092         Remove now-unnecessary cast to char *.
24093         * lib/strnlen.c: Include <string.h> unconditionally.
24094         * lib/yesno.c (yesno): Define with a prototype.
24095
24096 2003-09-11  Bruno Haible  <bruno@clisp.org>
24097
24098         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24099
24100 2003-09-10  Jim Meyering  <jim@meyering.net>
24101
24102         * lib/error.c: Correct indentation of cpp directives.
24103
24104 2003-09-10  Bruno Haible  <bruno@clisp.org>
24105
24106         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24107         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24108         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24109         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24110         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24111         <stdlib.h> and <string.h> checks.
24112         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24113         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24114
24115 2003-09-10  Bruno Haible  <bruno@clisp.org>
24116
24117         * lib/strcspn.c: Include <string.h> unconditionally.
24118         * lib/strpbrk.c: Include <string.h> unconditionally.
24119         * lib/strstr.c: Include <string.h> unconditionally.
24120         * lib/unicodeio.c: Include <string.h> unconditionally.
24121         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24122         * lib/unsetenv.c: Likewise.
24123         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24124         * lib/yesno.c: Include <stdlib.h> unconditionally.
24125         (rpmatch): Add prototype.
24126
24127 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24128
24129         More patches to assume C89 or better.
24130         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24131         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24132         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24133         or for string.h.
24134         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24135         stdlib.h.
24136         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24137         C headers.
24138         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24139         string.h.
24140         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24141         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24142         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24143         or for string.h.
24144         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24145         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24146         C headers.
24147         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24148         memcpy.
24149         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24150         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24151         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24152         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24153         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24154         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24155         string.h, free.
24156         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24157         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24158         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24159         C headers, or for string.h.
24160         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24161         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24162         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24163         headers, memory.h, stdlib.h, string.h, strings.h.
24164         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24165         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24166         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24167         strchr.
24168         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24169         headers, memory.h, string.h.
24170         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24171         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24172         free.
24173         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24174         headers.
24175         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24176         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24177         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24178         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24179         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24180
24181 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24182
24183         More K&R removal.
24184
24185         * lib/acosl.c (main): Use a prototype.
24186         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24187         tanl.c: Likewise.
24188
24189         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24190
24191         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24192         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24193         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24194         with a prototype.
24195         * lib/getopt.c (const): Remove macro.
24196         Include <string.h> unconditionally.
24197         (my_index): Remove; all uses changed to strchr.
24198         (strlen): Remove decl.
24199         (exchange): Remove forward decl; no longer needed.
24200         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24201         Define with prototype.
24202         * lib/getopt1.c (const): Remove macro.
24203         (getopt_long, getopt_long_only, main): Define with prototype.
24204
24205         * lib/getugroups.c: Include <string.h> unconditionally.
24206
24207         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24208         (getusershell, setusershell, endusershell, readname, main):
24209         Define with prototypes.
24210
24211         * lib/group-member.c: Include group-member.h first.
24212         Include <stdlib.h> unconditionally.
24213
24214         * lib/hard-locale.c: Include hard-locale.h first.
24215         Include <stdlib.h>, <string.h> unconditionally.
24216
24217         * lib/hash.c (free, malloc): Remove decls.
24218         Include <stdlib.h> unconditionally.
24219
24220         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24221         (getenv): Do not declare.
24222
24223         * lib/idcache.c: Include <string.h> unconditionally.
24224
24225         * lib/long-options.c: Include long-options.h first, to test interface.
24226         Include <stdlib.h> unconditionally.
24227
24228         * lib/makepath.c: Include makepath.h first, to test interface.
24229         Include <stdlib.h> and <string.h> unconditionally.
24230
24231         * lib/linebuffer.c: Include <stdlib.h>.
24232         (free): Remove decl.
24233
24234         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24235         stddef.h. rpl_malloc returns void *, not char *.
24236         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24237         prototype.
24238
24239         * lib/md5.h: Include <limits.h> unconditionally.
24240         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24241         (__P): Remove; all uses removed.
24242         * lib/md5.c: Include "md5.h" first.
24243         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24244         md5_buffer, md5_process_bytes, md5_process_block):
24245         Define with prototypes.
24246         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24247         * lib/sha.c: Include "sha.h" first.
24248         Include <stdlib.h>, <string.h> unconditionally.
24249
24250         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24251         * lib/memcmp.c (__ptr_t): Likewise.
24252         * lib/memrchr.c (__ptr_t): Likewise.
24253         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24254         Include <string.h> unconditionally.
24255         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24256         * lib/memchr.c: Include <stdlib.h> unconditionally.
24257         * lib/memchr.c (LONG_MAX): Remove.
24258         * lib/memrchr.c (LONG_MAX): Likewise.
24259         * lib/memchr.c (__memchr): Define via a prototype.
24260         * lib/memrchr.c (__memrchr): Likewise.
24261         * lib/memcmp.c (__P): Remove, and remove all uses.
24262         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24263         Remove forward decls; no longer needed.
24264         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24265         Use types required by C89 in prototype.
24266
24267         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24268         * lib/savedir.c: Likewise.
24269         * lib/mkdir.c (free): Remove decl.
24270         * lib/rmdir.c (rmdir): Define with a prototype.
24271         * lib/savedir.c: Include savedir.h first, to test interface.
24272
24273         * lib/mktime.c (STDC_HEADERS): Remove.
24274         Include <stdlib.h>, <string.h> unconditionally.
24275
24276         * lib/modechange.c: Include <stdlib.h> unconditionally.
24277         (malloc): Remove decl.
24278
24279         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24280         (free): Remove decl.
24281
24282         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24283         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24284         (This type really should be intptr_t, but that's a C99ism.)
24285         (_obstack_memcpy): Remove: all uses changed to memcpy.
24286         Include <string.h> unconditionally.
24287         (struct obstack): Assume __STDC__ for types of members
24288         chunkfun, freefun, extra_arg.
24289         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24290         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24291         obstack_begin, obstack_specify_allocation,
24292         obstack_specify_allocation_with_arg, obstack_chunkfun,
24293         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24294         Remove unprototyped decls and the macros that use them.
24295         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24296         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24297         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24298         (defined __STDC__ && __STDC__)]:
24299         Remove nonprototyped code.
24300         Include <stdlib.h> unconditionally.
24301         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24302         _obstack_allocated_p, _obstack_free, obstack_free,
24303         _obstack_memory_used, print_and_abort):
24304         Define using prototypes.
24305         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24306         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24307         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24308         obstack_next_free, obstack_object_size, obstack_room) [0]:
24309         Remove unused, unprototyped code.
24310
24311         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24312
24313         * lib/physmem.c (physmem_total, physmem_available, main): Define
24314         with prototypes.
24315
24316         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24317         (main): Define with a prototype.
24318
24319         * lib/posixver.c (getenv): Remove decl.
24320
24321         * lib/putenv.c (malloc): Returns void *, not char *.
24322         Include <string.h> unconditionally.
24323         (strchr, memcpy, NULL): Do not define.
24324
24325         * lib/readtokens.c: Include readtokens.h first, to test interface.
24326         Include <stdlib.h>, <string.h> unconditionally.
24327         (init_tokenbuffer): Define with a prototype.
24328
24329         * lib/regex.c (PARAMS): Remove.  All uses removed.
24330         All uses of _RE_ARGS removed, too.
24331         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24332         unconditionally.
24333         (bzero): Assume memset exists.
24334         (memcmp, memcpy, NULL): Remove.
24335         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24336         char, or assignments to local vars of type signed char.
24337         (init_syntax_once, PREFIX(extract_number_and_incr),
24338         PREFIX(print_partial_compiled_pattern),
24339         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24340         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24341         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24342         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24343         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24344         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24345         wcs_compile_range, byte_compile_range, truncate_wchar,
24346         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24347         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24348         count_mbs_length, wcs_re_match_2_internal,
24349         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24350         PREFIX(alt_match_null_string_p),
24351         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24352         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24353         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24354         now-unnecessary declaration, if any.
24355         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24356         regcomp, regexec):
24357         Remove now-unnecessary casts among pointer types.
24358         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24359
24360         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24361         (free): Remove decl.
24362
24363         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24364
24365         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24366         (free): Remove decl.
24367
24368         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24369         * lib/xgetcwd.c: Likewise.
24370
24371         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24372         (free): Remove decl.
24373
24374         * lib/strchrnul.c (strchrnul): Define with a prototype.
24375         Fix bug: c_in was not converted to char before searching.
24376
24377         The following changes are not K&R related:
24378
24379         * lib/group-member.h: Include <sys/types.h>, so that this file is
24380         self-contained.
24381         * lib/makepath.h: Likewise.
24382
24383         * lib/getusershell.c (readname, default_index, line_size, readname):
24384         Use size_t, not int, for sizes.
24385         (readname): If the size overflows, report an error instead of
24386         looping forever.
24387
24388 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24389
24390         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24391         libc.
24392
24393 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24394
24395         * README: New section: portability guidelines.
24396
24397 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24398
24399         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24400         C89 spec.
24401
24402 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24403
24404         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24405
24406 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24407
24408         Assume C89 or better; remove K&R cruft.
24409         A few of these changes were first proposed by Derek Robert Price
24410         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24411
24412         * lib/addext.c: Include <string.h> unconditionally.
24413         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24414         Don't declare getenv or malloc.
24415
24416         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24417         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24418         (NULL): Remove.
24419         (find_stack_direction, alloca): Use prototypes.
24420
24421         * lib/atexit.c (atexit): Define using a prototype.
24422
24423         * lib/basename.c, dirname.c, stripslash.c:
24424         Include <string.h> unconditionally.
24425
24426         * lib/bcopy.c: Include <stddef.h>.
24427         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24428
24429         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24430
24431         * lib/error.h (error, error_at_line, error_print_progname)
24432         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24433         * lib/error.c: Include error.h first, to check interface.
24434         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24435         (VA_START): Remove; all uses changeed to va_start.
24436         (exit, strerror): Remove decls.
24437         (error_print_progname): Prototype uncondionally.
24438         Don't include <errno.h>; no longer needed.
24439         (private_strerror): Remove.
24440         (error_tail): Always define.
24441         (error, error_at_line): Assume C89 or better; always use prototypes.
24442         * lib/fatal.c: Include "fatal.h" first, to test interface.
24443         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24444         (VA_START): Remove; all uses changed to va_start.
24445         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24446         this case.
24447         (exit): Remove decl.
24448         (fatal): Prototype unconditionally.  Assume va_start works.
24449         Abort at end, to pacify gcc.
24450
24451         * lib/euidaccess.c (main): Define with a prototype.
24452
24453         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24454
24455         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24456
24457         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24458         prototypes.
24459         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24460         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24461         (getenv): Remove decl.
24462         (fnmatch): Define using a prototype.
24463         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24464         (FCT): Define using a prototype.
24465
24466         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24467
24468         * lib/gethostname.c: Include <stddef.h>.
24469         (gethostname): Define with prototype.  Length is size_t, not int.
24470
24471 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24472
24473         Assume C89 or better; remove K&R cruft.
24474         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24475         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24476         string.h, getenv, malloc.
24477         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24478         headers.
24479         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24480         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24481         do not check for strerror.
24482         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24483         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24484         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24485         do not check for doprnt or vprintf.
24486         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24487         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24488
24489 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24490
24491         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24492         getversion.c should have been removed then, but was accidentally
24493         preserved.
24494
24495         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24496         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24497
24498 2003-09-08  Karl Berry  <karl@gnu.org>
24499
24500         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24501                 config, forget about prep.
24502
24503         * config/depcomp, missing: update from automake.
24504
24505 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24506
24507         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24508         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24509
24510 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24511
24512         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24513         copy_tm_result.  Bug reported by Simon Josefsson in
24514         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24515
24516 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24517
24518         * m4/time_r.m4: New file.
24519         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24520         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24521         is. Check for timegm declaration.
24522         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24523         Do not check for gmtime_r.
24524         Replace mktime if __mktime_internal does not exist and if mktime
24525         hasn't been replaced already.
24526
24527 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24528
24529         * lib/time_r.c, lib/time_r.h: New files.
24530
24531         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24532         __localtime_r.
24533         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24534         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24535
24536         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24537         __gmtime_r.
24538         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24539         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24540         Include <time_r.h>.
24541
24542         * lib/timegm.c: Switch to glibc implementation, with the following
24543         changes:
24544         [defined HAVE_CONFIG_H]: Include <config.h>.
24545         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24546         (__mktime_internal) [!defined _LIBC]: New decl.
24547         (__gmtime_r) [!defined _LIBC]: New macro and function.
24548         (timegm): Use a prototype, since gnulib assumes C89.
24549         Do not bother declaring tmp to be const, as it's not really usefu.
24550         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24551         (timegm): Declare only if HAVE_DECL_TIMEGM.
24552
24553 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24554
24555         * MODULES.html.sh (func_all_modules): Add time_r.
24556         * modules/time_r: New file.
24557         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24558         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24559
24560 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24561
24562         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24563         Bug reported by Lute Kamstra in
24564         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24565
24566         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24567         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24568         course with correspondingly smaller numbers for tomorrow and
24569         yesterday.  From Tadayoshi Funaba.  Originally installed into
24570         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24571         coreutils merge?).
24572
24573 2003-08-31  Simon Josefsson  <jas@extundo.com>
24574
24575         * modules/timegm: New file.
24576         * MODULES.html.sh (func_all_modules): Add timegm.
24577
24578 2003-08-31  Simon Josefsson  <jas@extundo.com>
24579
24580         * m4/timegm.m4: New file.
24581
24582 2003-08-31  Simon Josefsson  <jas@extundo.com>
24583
24584         * lib/timegm.h: New file.
24585         * lib/timegm.c: New file.  Based on
24586         wget-1.8.2/src/http.c:mktime_from_utc.
24587
24588 2003-08-31  Karl Berry  <karl@gnu.org>
24589
24590         * lib/argp.h: update from libc.
24591
24592 2003-08-28  Bruno Haible  <bruno@clisp.org>
24593
24594         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24595         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24596         followed by '#define fnmatch fnmatch_posix' gives an error.
24597
24598 2003-08-28  Bruno Haible  <bruno@clisp.org>
24599
24600         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24601         warning on QNX, which defines O_BINARY to 000000.
24602
24603 2003-08-27  Jim Meyering  <jim@meyering.net>
24604
24605         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24606         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24607         would fail after 32.  Reported by Danny Levinson.  Details here:
24608         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24609
24610 2003-08-24  Bruno Haible  <bruno@clisp.org>
24611
24612         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24613         MSVC7 <stdio.h> is included later.
24614
24615 2003-08-22  Simon Josefsson  <jas@extundo.com>
24616
24617         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24618
24619 2003-08-20  Karl Berry  <karl@gnu.org>
24620
24621         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24622
24623 2003-08-20  Bruno Haible  <bruno@clisp.org>
24624
24625         * modules/progname: New file.
24626         * MODULES.html.sh (func_all_modules): Add progname.
24627
24628 2003-08-20  Bruno Haible  <bruno@clisp.org>
24629
24630         * lib/progname.h: New file, from GNU gettext.
24631         * lib/progname.c: New file, from GNU gettext.
24632         * lib/progreloc.c: New file, from GNU gettext.
24633
24634 2003-08-19  Jim Meyering  <jim@meyering.net>
24635
24636         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24637         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24638
24639 2003-08-19  Bruno Haible  <bruno@clisp.org>
24640
24641         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24642         more.
24643
24644 2003-08-19  Bruno Haible  <bruno@clisp.org>
24645
24646         * lib/xstrdup.c: Assume <string.h> exists.
24647
24648 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24649
24650         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24651         in makefile rules.
24652
24653 2003-08-18  Jim Meyering  <jim@meyering.net>
24654
24655         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24656         * m4/lib-ld.m4: Likewise.
24657
24658 2003-08-18  Jim Meyering  <jim@meyering.net>
24659
24660         * lib/setenv.h: Indent nested cpp directive.
24661         * lib/vasnprintf.c: Remove trailing blanks.
24662
24663 2003-08-17  Simon Josefsson  <jas@extundo.com>
24664
24665         * modules/xstrndup: New file.
24666         * MODULES.html.sh (func_all_modules): Add xstrndup.
24667
24668 2003-08-17  Simon Josefsson  <jas@extundo.com>
24669
24670         * modules/argp: Fix autoconf macro name. Add more dependencies.
24671
24672 2003-08-17  Simon Josefsson  <jas@extundo.com>
24673
24674         * m4/xstrndup.m4: New file.
24675
24676 2003-08-17  Simon Josefsson  <jas@extundo.com>
24677
24678         * m4/argp.m4: New file.
24679
24680 2003-08-17  Simon Josefsson  <jas@extundo.com>
24681             Bruno Haible  <bruno@clisp.org>
24682
24683         * lib/xstrndup.h: New file.
24684         * lib/xstrndup.c: New file.
24685
24686 2003-08-17  Bruno Haible  <bruno@clisp.org>
24687
24688         * modules/strndup (Files, Include): Add lib/strndup.h.
24689
24690 2003-08-17  Bruno Haible  <bruno@clisp.org>
24691
24692         * modules/euidaccess (Files): Add lib/euidaccess.h.
24693
24694 2003-08-17  Bruno Haible  <bruno@clisp.org>
24695
24696         * lib/strndup.h: New file.
24697
24698 2003-08-17  Bruno Haible  <bruno@clisp.org>
24699
24700         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24701         like AC_GNU_SOURCE.
24702         * modules/extensions (configure.ac): Comment out the invocation of
24703         gl_USE_SYSTEM_EXTENSIONS.
24704
24705 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24706
24707         Merges from coreutils, etc.
24708         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24709         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24710         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24711         fixing a typo.
24712         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24713         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24714
24715 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24716
24717         Document merge from coreutils.
24718         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24719         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24720         * modules/utime: Add m4/utimes-null.m4.
24721
24722 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24723
24724         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24725         space, undoing this 2003-08-12 change:
24726         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24727
24728 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24729
24730         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24731         strtoul.c from libc, undoing this 2003-08-12 change:
24732         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24733
24734 2003-08-16  Jim Meyering  <jim@meyering.net>
24735
24736         Merges from coreutils.
24737         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24738         prefix.  Adjust cache variables similarly.  Create 500 rather than
24739         just 300 files, to exercise bug on Darwin6.5, too.
24740         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24741         $missing_dir.
24742         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24743         AM_SYS_POSIX_TERMIOS.
24744         Reported by mkc@mathdogs.com.
24745         Also change use of $am_cv_sys_posix_termios
24746         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24747         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24748         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24749         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24750         in /proc/mounts until it finds one with matching device number.  This
24751         is unnecessary when the FILE argument *is* a mount point.  No stat call
24752         is necessary in that case.  So, disable the statvfs-testing code on
24753         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24754         as RedHat bug# 84846.
24755         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24756         to 1MB, so as not to render systems with no stack size limit (e.g.,
24757         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24758         Include <unistd.h>.  On some systems,
24759         it is required for the definition of _SC_PAGESIZE.
24760
24761 2003-08-16  Jim Meyering  <jim@meyering.net>
24762
24763         Merge from coreutils.
24764         * lib/xstrtoimax.c: #else #if -> #elif.
24765         * lib/xstrtoumax.c: Likewise.
24766
24767 2003-08-16  Jim Meyering  <jim@meyering.net>
24768
24769         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24770         * m4/utimes.m4: Removed.
24771         * m4/utimes-null.m4: Renamed from utimes.m4.
24772
24773         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24774         to 1MB, so as not to render systems with no stack size limit (e.g.,
24775         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24776         Include <unistd.h>.  On some systems,
24777         it is required for the definition of _SC_PAGESIZE.
24778
24779 2003-08-16  Jim Meyering  <jim@meyering.net>
24780         and Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         Merges from coreutils, etc.
24783
24784         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24785         using the latest version from cvs.  This avoids problems with #line
24786         directives using a vendor (Sun) compiler.
24787         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24788         Don't set GETGROUPS_LIB here; now it's
24789         done via getgroups.m4's wrapper function.
24790         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24791         rather than just in sh-util/configure.in, so that the
24792         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24793         same.
24794         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24795         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24796         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24797         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24798         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24799         Remove code that is now done by the newly-required macros.
24800         Append $(EXEEXT) to DF_PROG.
24801         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24802         Do not invoke or require the following here,
24803         since prereq.m4 or some gnulib .m4 now does this for us:
24804         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24805         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24806         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24807         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24808         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24809         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24810         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24811         AC_FUNC_OBSTACK.
24812         Do not replace the following functions, as this is now the job
24813         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24814         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24815         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24816         atexit getpass, strdup, getpagesize.
24817         Replace 'raise'.
24818         Do not check for the following functions, as this is now the job
24819         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24820         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24821         setregid.
24822         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24823         Check for sys/sysctl.h.
24824         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24825         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24826         of checking for ssize_t ourselves.
24827
24828         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24829         Require every macro that gnulib/modules/* suggests for us.
24830         (jm_PREREQ_ADDEXT): New macro.
24831         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24832         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24833
24834         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24835         (gl_PHYSMEM): Use it.
24836         Also check for `table' function.
24837         Check for new headers and functions.
24838         Add check for sys/sysmp.h.
24839         With suggestions from Kaveh Ghazi.
24840         Ignore headers that are present but cannot be compiled.  This
24841         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24842         C 5.4.
24843
24844 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24845
24846         Document merge from coreutils.
24847         * modules/userspec: Depend on posixver.
24848         * modules/strftime: Depend on tzset.
24849
24850 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24851
24852         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24853         rather than tab, after '#' in shell-script copyright notices.
24854         Suggested by Bruno Haible.
24855
24856 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24857
24858         * config/srclist-update: Use three spaces, rather than tab, after '#'
24859         in shell-script copyright notices.  Suggested by Bruno Haible.
24860         Remove unnecessary parenthesization in regular expression.
24861
24862 2003-08-15  Jim Meyering  <jim@meyering.net>
24863
24864         Merge from coreutils.
24865         * lib/xgethostname.c: Include <stdlib.h>.
24866         (xghostname): Don't exit for anything other than memory-related
24867         failure; just return NULL.
24868         * lib/userspec.c: Include "posixver.h".
24869         (parse_user_spec): Accept `.' as a separator only
24870         in pre-POSIX-200112 mode.
24871         * lib/strtoimax.c: Use #elif rather than #else #if.
24872         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24873         Remove function, now that we can rely on a working tzset function.
24874         [!_LIBC]: Ensure that the required autoconf test has been run.
24875         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24876         Use underlying_strftime for %r.
24877         * lib/sha.c: Merge in some clean-up and optimization changes from
24878         glibc.
24879         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24880         Ensure that it is a multiple of 64.
24881         Rearrange loop exit tests so as to avoid performing an
24882         additional fread after encountering an error or EOF.
24883         * lib/realloc.c: Update copyright date.
24884
24885 2003-08-15  Jim Meyering  <jim@meyering.net>
24886         and Paul Eggert  <eggert@twinsun.com>
24887
24888         Merge from coreutils.
24889         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24890         member but strut utmpx does not.  Needed for AIX 4.3.3.
24891         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24892
24893 2003-08-15  Jim Meyering  <jim@meyering.net>
24894         and Paul Eggert  <eggert@cs.ucla.edu>
24895
24896         Merges from coreutils, etc.
24897         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24898         Require gl_FUNC_TZSET_CLOBBER.
24899         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24900         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24901         members.
24902
24903 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24904
24905         Help the merge from coreutils.
24906         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24907         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24908         * m4/tzset.m4: Use it too.
24909
24910 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24911
24912         * modules/tzset: New file.
24913
24914 2003-08-14  Jim Meyering  <jim@meyering.net>
24915
24916         Merges from coreutils.
24917         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24918         variable names, rather than @FNMATCH_H@.
24919         * modules/alloca: Likewise for $(ALLOCA_H).
24920
24921         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24922         the three copies of the literal target, `fnmatch.h'.
24923         * modules/alloca (alloca.h): Likewise.
24924
24925 2003-08-14  Jim Meyering  <jim@meyering.net>
24926
24927         Merge from coreutils.
24928         * m4/tzset.m4: New file.
24929         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24930         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24931         otherwise, AIX 5.1 systems would end up using the latter.
24932         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24933         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24934         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24935         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24936
24937 2003-08-14  Jim Meyering  <jim@meyering.net>
24938
24939         Merge from coreutils.
24940         * lib/obstack.h: Whitespace changes.
24941         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24942         and xcalloc return values.
24943         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24944         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24945         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24946         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24947         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24948         error from mntctl.
24949         Use mntctl's return value to drive the entry-processing loop, since
24950         we can't rely on the value of the vmt_length member in the last
24951         entry.  On some systems doing so could result in exhausting
24952         virtual memory.  Based in part on a patch from Mike Jetzer.
24953
24954 2003-08-14  Jim Meyering  <jim@meyering.net>
24955         and Paul Eggert  <eggert@twinsun.com>
24956
24957         Merges from coreutils, plus other fixes.
24958         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24959         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24960         for credits and details.  Thanks to Kaveh Ghazi for helping
24961         to keep these files in sync.
24962         (ARRAY_SIZE): Define it.
24963         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24964         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24965         (memcasecmp): Don't assume size_t fits in unsigned int.
24966         Remove casts and duplicate code.
24967         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24968         (memcpy): Remove definition.
24969         Merge in some clean-up and optimization changes from glibc.
24970         [BLOCKSIZE]: Move definition to top of file.
24971         Ensure that it is a multiple of 64.
24972         Rearrange loop exit tests so as to avoid performing an
24973         additional fread after encountering an error or EOF.
24974         * lib/md5.h (md5_uintptr): Define.
24975         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24976         return to the initial working directory.  Preserve errno
24977         for caller.
24978         * lib/idcache.c: Include "xalloc.h".
24979         (xmalloc, xrealloc): Remove decls.
24980         (getuser): Remove casts no longer required in C89.
24981         * lib/human.c: Include stdio.h, for sprintf.
24982         * lib/group-member.c: Include "xalloc.h".
24983         (xmalloc, xrealloc): Remove decls.
24984         (get_group_info): Remove casts no longer required in C89.
24985         * lib/getusershell.c (readname): Remove casts no longer required in
24986         C89.
24987         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24988         * lib/getline.c: Whitespace fix, from coreutils.
24989
24990 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24991
24992         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24993         Check for isascii.
24994
24995         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24996         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24997         Undo previous (whitespace-only) change.
24998
24999 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25000
25001         * lib/exclude.c: Include <ctype.h>
25002         (IN_CTYPE_DOMAIN): New macro.
25003         (is_space): New fn.
25004         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25005         and empty lines.
25006
25007         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25008         Undo previous (whitespace-only) change.
25009
25010 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25011
25012         * config/srclist-update: Change update back to the old behavior,
25013         leaving whitespace alone.  Use one 'sed' command rather than a
25014         pipeline.
25015         (fixlicense): Now a variable, not a function.
25016         (remove_trailing_blanks): Remove.
25017         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25018         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25019         Undo previous (whitespace-only) change.
25020
25021 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25022
25023         Merge from coreutils.
25024         * modules/euidaccess: Add lib_SOURCES, include for new
25025         file euidaccess.h
25026
25027 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25028
25029         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25030         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25031         Normalize leading white space and remove trailing white space.
25032
25033         Merge from coreutils
25034         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25035
25036         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25037         0.12.1.  These files are now being upgraded automatically by
25038         ../config/srclist-update.
25039
25040 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25041
25042         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25043         Normalize leading white space and remove trailing white space.
25044         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25045         notice, as per ../config/srclist-update.
25046
25047         Merge from coreutils.
25048         * lib/euidaccess.h: New file.
25049         * lib/euidaccess.c: Include it.
25050         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25051         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25052         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25053
25054 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25055
25056         * config/srclist-update: Add copyright notice.
25057         (remove_id_lines, remove_trailing_blanks): New constants.
25058         (fixfile): Use them to normalize spacing a bit in copied files.
25059         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25060         Normalize leading white space and remove trailing white space.
25061
25062         * config/texinfo.tex: Sync with texinfo.
25063
25064         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25065         strtoul.c from libc, to merge coreutils whitespace changes.
25066
25067         * config/srclist.txt: Get the following m4 files from gettext:
25068         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25069         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25070         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25071         wint_t.m4.
25072
25073 2003-08-12  Karl Berry  <karl@gnu.org>
25074
25075         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25076         been made.
25077
25078 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25079
25080         * modules/gnu-source, m4/gnu-source.m4:
25081         Remove; we're assuming Autoconf 2.54 or later now.
25082         Suggested by Bruno Haible.
25083         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25084
25085 2003-08-11  Bruno Haible  <bruno@clisp.org>
25086
25087         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25088
25089 2003-08-11  Bruno Haible  <bruno@clisp.org>
25090
25091         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25092         (vasnprintf): Use it instead of wcslen.
25093
25094 2003-08-11  Bruno Haible  <bruno@clisp.org>
25095
25096         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25097         value to ensure that _Bool promotes to int. Use #define for _Bool when
25098         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25099
25100 2003-08-10  Karl Berry  <karl@gnu.org>
25101
25102         * lib/regex.h: update from libc (whitespace fix).
25103
25104 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25105
25106         Merge some files from coreutils.  These changes were
25107         originally made by Jim Meyering.
25108         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25109         many older Unixes require this.
25110         * lib/alloca.c (alloca): Remove cast to argument of free;
25111         no longer needed in C89.
25112         * lib/alloca_.h, regex.h: Fix white space to match
25113         what GNU indent does.
25114
25115 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25116
25117         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25118         apparently Emacs's Unicode mode got confused before my 2003-08-05
25119         checkin.
25120
25121 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25122
25123         * m4/extensions.m4: New file.
25124         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25125         Require gl_USE_SYSTEM_EXTENSIONS.
25126         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25127         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25128
25129 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25130
25131         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25132         * modules/extensions, modules/gnu-source: New files.
25133         * modules/timespec, modules/unlocked-io: Depend on extensions.
25134
25135 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25136
25137         * modules/restrict: New file.
25138         * MODULES.html.sh (func_all_modules): Add restrict.
25139         * modules/regex: Depend on restrict.
25140
25141 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25142
25143         * m4/restrict.m4: New file.
25144         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25145
25146 2003-08-07  Bruno Haible  <bruno@clisp.org>
25147
25148         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25149         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25150
25151 2003-08-07  Bruno Haible  <bruno@clisp.org>
25152
25153         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25154         makes the module 'getndelim2' compatible with the module 'getline'.
25155
25156 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25157
25158         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25159         byte with "\201" to avoid glitches when editing that source file
25160         with multi-gnome-terminal.
25161
25162 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25163
25164         * lib/bumpalloc.h: Remove.
25165
25166 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25167
25168         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25169         * modules/bumpalloc: Remove.
25170
25171 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25172
25173         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25174         GNU coding style.
25175
25176         Merge from coreutils.
25177         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25178         1. From glibc.
25179         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25180         from Karl Berry, implemented by Jim Meyering.
25181         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25182         from Dmitry V. Levin.
25183         Remove anachronistic cast of xrealloc.
25184         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25185         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25186         type. Otherwise, it wouldn't compile with at least /bin/cc on
25187         ymp-cray-unicos9.0.2.X.
25188         Combine two mostly-identical uses of alloca into one.
25189         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25190
25191 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25192
25193         [From Emacs.]
25194
25195         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25196         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25197         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25198         obsolete NLIST_NAME_UNION.
25199         [__GNU__]: Undef BSD and FSCALE.
25200         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25201
25202 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25203
25204         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25205         an enum type, so that it's guaranteed to promote to int.  See:
25206         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25207
25208 2003-08-03  Karl Berry  <karl@gnu.org>
25209
25210         * config/depcomp: update from automake.
25211
25212 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25213
25214         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25215         (strerror): Don't assume that a printable int fits in 14 bytes.
25216
25217 2003-07-31  Bruno Haible  <bruno@clisp.org>
25218
25219         * modules/getpass-gnu: New file.
25220         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25221
25222 2003-07-31  Bruno Haible  <bruno@clisp.org>
25223
25224         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25225
25226 2003-07-24  Karl Berry  <karl@gnu.org>
25227
25228         * config/missing: update from automake.
25229
25230 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25231             Bruno Haible  <bruno@clisp.org>
25232
25233         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25234         * lib/getline.c (getline, getdelim): Likewise.
25235         Remove _GNU_SOURCE define; now it's defined in config.h through
25236         m4/getline.m4.
25237
25238 2003-07-23  Karl Berry  <karl@gnu.org>
25239
25240         * config/config.sub: update from prep.
25241
25242 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25243
25244         * modules/xalloc (Depends-on): Add exitfail.
25245         * modules/xmemcoll: Likewise.
25246
25247 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25248
25249         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25250         over-parenthesization in macros.
25251
25252         Sync with coreutils.
25253
25254         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25255         required by C99.
25256
25257         Use `exit_failure' for xalloc and xmemcoll instead of their own
25258         private exit-failure variables.
25259         * lib/xalloc.h (xalloc_exit_failure): Remove.
25260         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25261         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25262         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25263         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25264         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25265
25266 2003-07-20  Jim Meyering  <jim@meyering.net>
25267
25268         * modules/closeout (Depends-on): Add exitfail.
25269         Suggestion from Bruno Haible.
25270
25271 2003-07-19  Karl Berry  <karl@gnu.org>
25272
25273         * config/config.sub: update from prep.
25274
25275 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25276
25277         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25278         Remove.
25279         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25280         to test that it can stand by itself.  Include "exitfail.h".
25281         Clients should set exit_failure instead.
25282         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25283
25284 2003-07-18  Bruno Haible  <bruno@clisp.org>
25285
25286         * modules/getndelim2: New file.
25287         * modules/getline: Share files with module getndelim2.
25288         * modules/getnline: Depend on getndelim2 instead of sharing files with
25289         it. Add getnline.c to lib_SOURCES.
25290         * MODULES.html.sh (func_all_modules): Add getndelim2.
25291
25292 2003-07-18  Bruno Haible  <bruno@clisp.org>
25293
25294         * m4/getndelim2.m4: New file.
25295         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25296         invoke gl_PREREQ_GETNDELIM2.
25297         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25298         gl_PREREQ_GETNDELIM2.
25299         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25300         gl_GETNDELIM2.
25301
25302 2003-07-18  Bruno Haible  <bruno@clisp.org>
25303
25304         * lib/getndelim2.h: New file.
25305         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25306         getndelim2.h.
25307         (getndelim2): Make non-static. Change return type to ssize_t.
25308         * lib/getline.h: Change argument names.
25309         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25310         * lib/getnline.c: Include getndelim2.h.
25311
25312 2003-07-18  Andreas Schwab  <schwab@suse.de>
25313
25314         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25315
25316 2003-07-17  Karl Berry  <karl@gnu.org>
25317
25318         * config/config.sub: update from prep.
25319
25320 2003-07-17  Bruno Haible  <bruno@clisp.org>
25321
25322         * modules/getnline: New file.
25323         * modules/getline: Add lib/getndelim2.c to source file list.
25324         * MODULES.html.sh (func_all_modules): Add getnline.
25325
25326 2003-07-17  Bruno Haible  <bruno@clisp.org>
25327
25328         * m4/getnline.m4: New file.
25329
25330 2003-07-17  Bruno Haible  <bruno@clisp.org>
25331
25332         * m4/Makefile.am.in: Remove file.
25333         * m4/Makefile.am: Remove file.
25334         * m4/Makefile.in: Remove file.
25335
25336 2003-07-17  Bruno Haible  <bruno@clisp.org>
25337
25338         * lib/getnline.h: New file.
25339         * lib/getnline.c: New file.
25340         * lib/getndelim2.c: New file, extracted from getline.c.
25341         (getndelim2): Renamed from getdelim2, with added nmax argument.
25342         * lib/getline.c: Include getndelim2.c.
25343         (getdelim2): Moved out to getndelim2.c.
25344         (getline, getdelim): Update.
25345
25346 2003-07-17  Bruno Haible  <bruno@clisp.org>
25347
25348         * lib/Makefile.am: Remove file.
25349         * lib/Makefile.in: Remove file.
25350
25351 2003-07-17  Bruno Haible  <bruno@clisp.org>
25352
25353         * configure.in: Remove file.
25354         * Makefile.in: Remove file.
25355
25356 2003-07-17  Bruno Haible  <bruno@clisp.org>
25357
25358         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25359
25360 2003-07-16  Karl Berry  <karl@gnu.org>
25361
25362         * config/srclist-update: was running fixlicense twice, which caused
25363                 texinfo.tex to be nullified for some reason.  Simplify,
25364                 $gplsrc is no longer needed as far as I can see?
25365
25366 2003-07-16  Jim Meyering  <jim@meyering.net>
25367
25368         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25369
25370 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25371
25372         * config/srclist.txt: Get the following files from gettext-runtime/intl
25373         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25374         ref-del.sin.  From Bruno Haible.
25375         * config/srclist-update (fixfile): Change grep pattern again, since the
25376         previous fix didn't work (there was another trailing $).  Use
25377         '[$]' to escape the $s.
25378
25379 2003-07-15  Karl Berry  <karl@gnu.org>
25380
25381         * lib/vasnprintf.c: update from gettext.
25382
25383 2003-07-15  Karl Berry  <karl@gnu.org>
25384
25385         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25386         gets expanded when surrounded by '$'.
25387
25388 2003-07-15  Jim Meyering  <jim@meyering.net>
25389
25390         * modules/save-cwd: Don't depend on error.  From Derek Price.
25391
25392 2003-07-15  Jim Meyering  <jim@meyering.net>
25393
25394         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25395
25396 2003-07-14  Simon Josefsson  <jas@extundo.com>
25397
25398         * modules/mempcpy: New file.
25399         * MODULES.html.sh (func_all_modules): Add mempcpy.
25400
25401 2003-07-14  Simon Josefsson  <jas@extundo.com>
25402
25403         * m4/mempcpy.m4: New file.
25404
25405 2003-07-14  Simon Josefsson  <jas@extundo.com>
25406
25407         * lib/mempcpy.h: New file.
25408         * lib/mempcpy.c: New file.
25409
25410 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25411
25412         * modules/getdate, modules/posixtm: Depend on mktime.
25413
25414 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25415
25416         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25417         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25418         unicodeio.c, unicodeio.h, unlocked-io.h:
25419         Switch from LGPL to GPL.
25420
25421 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25422
25423         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25424         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25425         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25426         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25427         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25428         updated automatically by ../config/srclist-update.  This changes
25429         their license from LPGL to GPL.
25430
25431 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25432
25433         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25434         assumed to refer to the root of the most recent stable gettext version.
25435         * config/srclistvars.sh: Add defaults for eggert.
25436         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25437         Match "This program" as well as "The program".  This is needed
25438         for gettext.
25439
25440 2003-07-14  Jim Meyering  <jim@meyering.net>
25441
25442         Don't emit diagnostics.  Let callers do that.
25443         * lib/save-cwd.c: Don't include "error.h".
25444         (save_cwd): Don't call error.  Ensure that errno is valid
25445         when returning nonzero.
25446
25447         * lib/save-cwd.h (restore_cwd): Update prototype.
25448         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25449         Simplify.  Don't call error upon failure.  Let callers do that.
25450         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25451         when auditing is enabled.  But don't bother updating the #if.
25452
25453 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25454
25455         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25456         it breaks C++ compilation.
25457         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25458
25459 2003-07-10  Simon Josefsson  <jas@extundo.com>
25460
25461         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25462
25463 2003-07-10  Jim Meyering  <jim@meyering.net>
25464
25465         * m4/clock_time.m4: Remove trailing blank.
25466         * m4/intmax_t.m4: Likewise.
25467
25468 2003-07-10  Jim Meyering  <jim@meyering.net>
25469
25470         * lib/vasnprintf.c: Remove trailing blanks.
25471         Make cpp indentation consistent.
25472
25473 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25474
25475         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25476         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25477         Switch from LGPL to GPL.
25478
25479 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25480
25481         * config/srclist.txt: Sort sublists.  Add
25482         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25483         that differ from gnulib for one reason or another; we'd like this list
25484         to be smaller but for now let's document what we have.
25485
25486 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25487
25488         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25489         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25490         and sweeter "eval x=$x".
25491         * config/srclist.txt: Get lib/argp* from glibc.
25492
25493 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25494
25495         * lib/mktime.c: Fix some boundary cases and remove need for floating
25496         point.
25497
25498         Issue a compile-time diagnostic if time_t is floating point, or if
25499         two's complement arithmetic is not in effect, or if arithmetic
25500         right shift does not propagate the sign.  These assumptions were
25501         all in the original code but they weren't checked.
25502
25503         (TIME_T_MIDPOINT, verify): New macros.
25504         (__isleap): Remove; it has integer overflow problems.
25505         (leapyear): New function, without those problems.
25506         (ydhms_tm_diff): Remove; splitting into two parts.
25507         (ydhms_diff): New function, containing the arithmetic part of
25508         the old ydhms_tm_diff function.  Issue a compile-time
25509         diagnostic if we are not using C99 integer division.
25510         Avoid casts when possible.
25511         (guess_time_tm): New function, containing the checking part of
25512         the old ydhms_tm_diff function.  Return the new value, rather than
25513         the difference between it and the old.  Accept a new argument T
25514         so that *T specifies the old value.  Check for overflow in the result.
25515
25516         (__mktime_internal): Use a time_t offset, not a long int offset.
25517         This undoes the 2003-06-04 change, which is no longer needed now
25518         that we have better overflow checking.
25519         (localtime_offset): Likewise.
25520
25521         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25522         and long are 64-bit but int is only 32-bit.
25523         (ydhms_diff): Use long int to store year1 and yday1.
25524         Issue a compile-time diagnostic if long int is not wide enough.
25525
25526         (__mktime_internal): Use long int to store adjusted year and yday.
25527         Use plain C rather than preprocessor commands, if that doesn't
25528         affect efficiency.
25529         Check for overflow (and try to repair) after each probe
25530         rather than checking only at the very end.  This avoids some bugs
25531         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25532         does not equal GMT offset at maximum time).
25533         Use integer to check for overflow rather than floating point; this
25534         is more portable to non-IEEE hosts, and is a tad faster.
25535         When we detect that we are oscillating between two values,
25536         don't check whether tm_isdst has the requested value, since
25537         we already know the answer.  When tm_isdst has the wrong value,
25538         use a different heuristic to find the right one, based on the
25539         extreme values actually observed in practice in tz2003a,
25540         rather than the (overly optimistic) "previous 3 calendar quarters".
25541
25542         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25543         "T const" to accommodate glibc style.
25544         (check_result): Use less-confusing report format.  "long" -> "long int.
25545         (main): Likewise.
25546         Don't loop if the iteration overflows time_t.
25547         Allow a negative step in the iteration.
25548
25549 2003-07-06  Karl Berry  <karl@gnu.org>
25550
25551         * config/depcomp: update from automake.
25552         * config/config.sub: update from prep.
25553
25554 2003-07-03  Karl Berry  <karl@gnu.org>
25555
25556         * config/config.guess: update from prep.
25557
25558 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25559
25560         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25561         xreadlink.c now includes it unconditionally.
25562
25563 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25564
25565         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25566         having it depend on HAVE_SYS_TYPES_H.
25567
25568 2003-07-01  Bruno Haible  <bruno@clisp.org>
25569
25570         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25571         <sys/types.h> should be sufficient.
25572         Reported by Paul Eggert.
25573
25574 2003-06-26  Karl Berry  <karl@gnu.org>
25575
25576         * config/depcomp: update from automake.
25577
25578 2003-06-26  Bruno Haible  <bruno@clisp.org>
25579
25580         * modules/human: Depend on module stdbool.
25581
25582 2003-06-25  Bruno Haible  <bruno@clisp.org>
25583
25584         * modules/readlink: New file.
25585         * modules/xreadlink: Depend on it.
25586         * MODULES.html.sh (func_all_modules): Add readlink.
25587
25588 2003-06-25  Bruno Haible  <bruno@clisp.org>
25589
25590         * m4/readlink.m4: New file.
25591
25592 2003-06-25  Bruno Haible  <bruno@clisp.org>
25593
25594         * lib/readlink.c: New file.
25595
25596 2003-06-22  Karl Berry  <karl@gnu.org>
25597
25598         * config/srclist.txt: update mkinstalldirs from automake.
25599         * config/mkinstalldirs: update.
25600
25601 2003-06-22  Bruno Haible  <bruno@clisp.org>
25602
25603         Portability to mingw32.
25604         * m4/ssize_t.m4: New file, from GNU gettext.
25605         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25606         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25607
25608 2003-06-22  Bruno Haible  <bruno@clisp.org>
25609
25610         * modules/safe-read: Add m4/ssize_t.m4.
25611         * modules/xreadlink: Add m4/ssize_t.m4.
25612
25613 2003-06-20  Bruno Haible  <bruno@clisp.org>
25614
25615         Assume C89, so PARAMS isn't needed.
25616         * lib/unicodeio.h (PARAMS): Remove.
25617         * lib/unicodeio.c: Don't use PARAMS.
25618
25619 2003-06-18  Karl Berry  <karl@gnu.org>
25620
25621         * config/config.{guess,sub}: update from prep.
25622
25623 2003-06-18  Jim Meyering  <jim@meyering.net>
25624
25625         Merge changes from coreutils.
25626         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25627         Remove explicit declarations of xmalloc and realloc.
25628         Include xalloc.h.
25629         (read_utmp): Remove anachronistic cast of xmalloc.
25630
25631 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25632
25633         Assume C89, so PARAMS isn't needed.
25634         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25635         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25636         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25637         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25638         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25639         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25640         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25641         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25642         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25643         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25644         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25645         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25646         no longer needed. Anyway, config.h should always be included before any
25647         other file.
25648
25649 2003-06-11  Simon Josefsson  <jas@extundo.com>
25650
25651         * modules/sysexits: New file.
25652         * MODULES.html.sh (func_all_modules): Add sysexits.
25653
25654 2003-06-11  Simon Josefsson  <jas@extundo.com>
25655
25656         * lib/sysexit_.h: New file.
25657
25658 2003-06-11  Derek Price  <derek@ximbiot.com>
25659
25660         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25661         necessary.
25662
25663 2003-06-11  Bruno Haible  <bruno@clisp.org>
25664
25665         * m4/sysexits.m4: New file.
25666
25667 2003-06-10  Simon Josefsson  <jas@extundo.com>
25668
25669         * lib/argp.h: New file, from glibc.
25670         * lib/argp-ba.c: New file, from glibc.
25671         * lib/argp-eexst.c: New file, from glibc.
25672         * lib/argp-fmtstream.c: New file, from glibc.
25673         * lib/argp-fmtstream.h: New file, from glibc.
25674         * lib/argp-fs-xinl.c: New file, from glibc.
25675         * lib/argp-help.c: New file, from glibc.
25676         * lib/argp-namefrob.h: New file, from glibc.
25677         * lib/argp-parse.c: New file, from glibc.
25678         * lib/argp-pv.c: New file, from glibc.
25679         * lib/argp-pvh.c: New file, from glibc.
25680         * lib/argp-xinl.c: New file, from glibc.
25681
25682 2003-06-10  Simon Josefsson  <jas@extundo.com>
25683
25684         * modules/strchrnul: New file.
25685
25686 2003-06-10  Simon Josefsson  <jas@extundo.com>
25687
25688         * modules/argp: New file.
25689
25690 2003-06-10  Simon Josefsson  <jas@extundo.com>
25691
25692         * m4/strchrnul.m4: New file.
25693
25694 2003-06-10  Simon Josefsson  <jas@extundo.com>
25695
25696         * lib/strchrnul.h: New file.
25697         * lib/strchrnul.c: New file.
25698
25699 2003-06-10  Bruno Haible  <bruno@clisp.org>
25700
25701         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25702
25703 2003-06-07  Karl Berry  <karl@gnu.org>
25704
25705         * config/config.{guess,sub}: update from prep.
25706
25707 2003-06-07  Jim Meyering  <jim@meyering.net>
25708
25709         * modules/strtod: Use $(...) notation, not @...@ for
25710         AC_REPLACE'd variables.
25711         * modules/localcharset: Likewise.
25712
25713 2003-06-07  Jim Meyering  <jim@meyering.net>
25714
25715         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25716         in place of my name in the copyright comment.
25717         Remove definition and uses of __P.
25718
25719         From coreutils.
25720         * lib/stat.c: Don't declare xmalloc explicitly.
25721         Instead, include "xalloc.h".
25722         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25723         xrealloc, and xcalloc return values.
25724         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25725         Improve comment.
25726         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25727
25728 2003-06-07  Bruno Haible  <bruno@clisp.org>
25729
25730         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25731         avoid AC_CONFIG_LINKS.
25732         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25733         fnmatch.h, to avoid AC_CONFIG_LINKS.
25734         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25735
25736 2003-06-07  Bruno Haible  <bruno@clisp.org>
25737
25738         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25739         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25740         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25741         directory.
25742         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25743         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25744         directory.
25745
25746 2003-06-06  Jim Meyering  <jim@meyering.net>
25747
25748         Merge from coreutils.
25749         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25750         Consolidate declarations and initializations of *_base* locals.
25751
25752         Merge from coreutils.
25753         This avoids a core dump on systems without GNU putenv,
25754         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25755         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25756         (unsetenv): New static function, from GNU libc.
25757         (rpl_putenv): Use it.
25758
25759         * lib/modechange.c: Remove trailing blanks.
25760
25761         Merge from coreutils.
25762         * lib/fsusage.c: Remove declaration of statfs.
25763         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25764
25765         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25766
25767 2003-06-06  Jim Meyering  <jim@meyering.net>
25768
25769         * lib/stdbool_.h: Renamed from stdbool.h.in.
25770
25771 2003-06-06  Jim Meyering  <jim@meyering.net>
25772             Bruno Haible  <bruno@clisp.org>
25773
25774         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25775         Adjust Makefile.am snippet not to redirect directly to target.
25776         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25777
25778 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25779
25780         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25781         mismatch, look in future quarters as well as past.  This fixes a
25782         bug when processing fall-backwards gaps immediately after a long
25783         period of daylight-saving time.
25784
25785         * lib/mktime.c: Assume freestanding C89 or better.
25786         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25787         (__P): Remove; not used.
25788         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25789         (mktime, not_equal_tm, print_tm, check_result,
25790         main): Use prototypes.  Use const * where appropriate.
25791         (main): Fix typo in testing code that uncovered by above changes.
25792         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25793
25794 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25795
25796         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25797         locale.h, localeconv.  This merges changes from coreutils.
25798
25799         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25800         It can be removed after the next Autoconf is released.
25801         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25802         needed.
25803
25804 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25805
25806         * lib/mktime.c: Fix Debian bug 177940
25807         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25808         (localtime_offset): Now long int, not time_t, because we want it
25809         to be guaranteed to be signed.  All uses changed.
25810         (__mktime_internal): If overflow would occur when adding offset,
25811         don't add it.
25812
25813         Merge 'human' changes from coreutils.  Rewrite to support
25814         locale-specific notations like thousands separators.
25815         * lib/human.c: Simplify authorship notice.
25816         Include human.h immediately after config.h.
25817         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25818         <limits.h>: Do not include, since human.h does.
25819         (SIZE_MAX, UINTMAX_MAX): New macros.
25820         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25821         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25822         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25823         (power_letter): Renamed from suffixes.
25824         (generate_suffix_backwards): Remove.
25825         (adjust_value): Now takes int style (because of human.h changes)
25826         and long double value (for greater precision on some platforms).
25827         (group_number): New function.
25828         (human_readable): Use it.  Use integer options, not enum.
25829         Put the options before the sizes in the arg list.
25830         Support all the new options.
25831         The old human_readable function has been removed;
25832         use inttostr.h instead.
25833         (human_readable, default_block_size, humblock):
25834         Use uintmax_t, not int, for block sizes.
25835         (human_readable_inexact, block_size_types): Remove.
25836         (block_size_opts): New constant.
25837         (human_options): Renamed from human_block_size, with new signature
25838         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25839         * lib/human.h: Add copyright and authorship notice.
25840         Include <limits.h> and <stdbool.h> unconditionally.
25841         (PARAMS): Remove.  All uses removed.
25842         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25843         (enum human_inexact_style): Remove tag; now a nameless enum.
25844         (human_floor, human_ceiling, human_round_to_even): Now have
25845         values 2, 0, 1 rather than -1, 1, 0.
25846         (human_group_digits, human_suppress_point_zero, human_autoscale,
25847         human_base_1024, human_SI, human_B): New constants.
25848         (human_readable_inexact, human_block_size): Remove.
25849         (human_readable): Size args are now uintmax_t, not int.
25850         (human_options): New decl.
25851
25852         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25853         unnecessary now that we assume C89 or better.  This change
25854         imported from coreutils.
25855
25856         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25857         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25858         in the 2003-05-30 sync from glibc.
25859
25860         .h files should stand alone, but we shouldn't include <sys/types.h>
25861         if we can get away with just <stddef.h>.
25862
25863         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25864         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25865         rather than <sys/types.h>, as we merely need size_t.
25866         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25867         to get size_t.
25868         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25869         Include <stdio.h>, to get FILE.
25870         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25871         memcasecmp.h has included <stddef.h> and all we need is size_t.
25872         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25873         our interface, instead of including <sys/types.h>
25874
25875 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25876
25877         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25878         now, as glibc mktime is buggy on non-glibc systems.
25879
25880 2003-06-03  Karl Berry  <karl@gnu.org>
25881
25882         * config/config.sub: update from prep.
25883
25884 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25885
25886         [from coreutils]
25887         Fix some minor time-related bugs with POSIX time arguments.
25888         Some valid time stamps were being rejected (notably -1, and
25889         time stamps before 1900 on 64-bit hosts).  And some invalid
25890         time stamps were being accepted, e.g. September 31.
25891
25892         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25893         that we can return (time_t) -1 successfully.
25894         * lib/posixtm.c: Likewise.
25895         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25896         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25897         (t): Remove static var.
25898         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25899         of static var.  All uses changed.
25900         (year): Do not reject years before 1900; they can occur with
25901         64-bit time_t.
25902         (posix_time_parse): Do not check for out-of-range components;
25903         that is now the caller's responsibility, since our checks were
25904         only approximations.
25905         (posixtime): Use mktime to check for out-of-range components,
25906         since it knows them exactly.
25907         If mktime returns (time_t) -1, check whether an error actually occurred
25908         by invoking localtime on -1.
25909         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25910         posixtime failures better.
25911         Improve the test data (in comments only).
25912
25913 2003-06-02  Karl Berry  <karl@gnu.org>
25914
25915         * config/mkinstalldirs (version): new variable.
25916         (--version): new option.
25917         (usage): improve message.
25918
25919 2003-05-30  Karl Berry  <karl@gnu.org>
25920
25921         * lib/mktime.c: update from libc.
25922
25923 2003-05-30  Bruno Haible  <bruno@clisp.org>
25924
25925         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25926         * config/config.rpath: Upgrade to gettext-0.12.1.
25927
25928 2003-05-30  Bruno Haible  <bruno@clisp.org>
25929
25930         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25931         * m4/nls.m4: New file, from gettext-0.12.1.
25932         * m4/po.m4: New file, from gettext-0.12.1.
25933         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25934
25935 2003-05-30  Bruno Haible  <bruno@clisp.org>
25936
25937         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25938         * lib/localcharset.h: Likewise.
25939         * lib/localcharset.c: Likewise.
25940
25941 2003-05-29  Karl Berry  <karl@gnu.org>
25942
25943         * config/config.rpath: update from gettext.
25944
25945 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25946
25947         Assume the headers required for C89 freestanding compilers.
25948         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25949         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25950         * m4/human.m4 (gl_HUMAN): Likewise.
25951         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25952         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25953         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25954         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25955         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25956         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25957
25958 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25959
25960         Assume the headers required for C89 freestanding compilers.
25961         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25962         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25963         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25964         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25965         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25966         define, since <limits.h> is guaranteed to do that.
25967         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25968         * lib/exclude.c: Include <stdbool.h> unconditionally.
25969         * lib/tempname.c: Include <stddef.h> unconditionally.
25970         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25971         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25972         <stddef.h> does that.
25973         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25974         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25975         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25976         needed.
25977         * lib/xstrtol.c: Likewise.
25978         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25979         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25980
25981         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25982         warnings on some platforms.
25983
25984         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25985         arbitrarily.
25986
25987 2003-05-26  Jim Meyering  <jim@meyering.net>
25988
25989         Merge in a change from coreutils:
25990         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25991         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25992         that condition, rather than `-1' which is slightly misleading.
25993         Change the name of the cache variable to have the gl_ prefix.
25994         Prompted by a patch from Richard Dawe for DJGPP.
25995
25996 2003-05-24  Karl Berry  <karl@gnu.org>
25997
25998         * config/config.guess: update from prep.
25999
26000 2003-05-22  Karl Berry  <karl@gnu.org>
26001
26002         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26003
26004 2003-05-20  Karl Berry  <karl@gnu.org>
26005
26006         * config/config.guess: update from prep.
26007
26008 2003-05-18  Karl Berry  <karl@gnu.org>
26009
26010         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26011         might actually be set by the user.
26012
26013         * config/depcomp, install-sh, mdate-sh: update from automake.
26014
26015 2003-05-17  Bruno Haible  <bruno@clisp.org>
26016
26017         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26018         invalid expansion for AC_EGREP_CPP.
26019         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26020         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26021         Suggested by Akim Demaille <akim@epita.fr> in
26022         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26023
26024 2003-05-12  Jim Meyering  <jim@meyering.net>
26025
26026         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26027         the space-padded-by-default conversion specifiers, %e, %k, %l.
26028
26029 2003-05-12  Bruno Haible  <bruno@clisp.org>
26030
26031         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26032         the string is longer than 4 KB.
26033
26034 2003-05-11  Karl Berry  <karl@gnu.org>
26035
26036         * config/config.{guess,sub}: update from prep.
26037
26038 2003-05-09  Bruno Haible  <bruno@clisp.org>
26039
26040         * modules/error: Add m4/strerror_r.m4 to file list.
26041
26042 2003-05-03  Bruno Haible  <bruno@clisp.org>
26043
26044         Upgrade to Unicode-4.0.
26045         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26046         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26047         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26048         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26049         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26050         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26051         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26052         Change width of U+E0100..U+E01EF from 1 to 0.
26053
26054 2003-04-25  Jim Meyering  <jim@meyering.net>
26055
26056         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26057         of type size_t, not int.
26058
26059 2003-04-25  Bruno Haible  <bruno@clisp.org>
26060
26061         * lib/copy-file.c: Include <stddef.h>, for size_t.
26062
26063 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26064
26065         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26066         code which expansion is under static control.  Patch imported from
26067         Akim Demaille's patch to Bison; see
26068         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26069
26070 2003-04-14  Bruno Haible  <bruno@clisp.org>
26071
26072         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26073
26074 2003-04-11  Jim Meyering  <jim@meyering.net>
26075
26076         Merge changes from Coreutils.
26077
26078         2003-03-22  Jim Meyering  <jim@meyering.net>
26079
26080         * lib/strftime.c (widen): Cast alloca return value to proper type.
26081
26082         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26083
26084         From GNU libc.
26085         * lib/strftime.c (my_strftime): Handle very large width
26086         specifications for numeric values correctly.  Improve checks for
26087         overflow.
26088
26089         2003-01-19  Jim Meyering  <jim@meyering.net>
26090
26091         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26092         definitions.
26093         (nl_get_alt_digit) [! defined my_strftime]: Define.
26094         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26095         _nl_get_alt_digit and _nl_get_walt_digit.
26096
26097         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26098         libc. These changes have no effect outside of _LIBC.
26099
26100 2003-04-10  Bruno Haible  <bruno@clisp.org>
26101
26102         * modules/findprog: New file.
26103         * MODULES.html.sh (func_all_modules): Add it.
26104
26105 2003-04-10  Bruno Haible  <bruno@clisp.org>
26106
26107         * m4/findprog.m4: New file.
26108         * m4/eaccess.m4: New file.
26109
26110 2003-04-10  Bruno Haible  <bruno@clisp.org>
26111
26112         * lib/findprog.h: New file, from GNU gettext.
26113         * lib/findprog.c: New file, from GNU gettext.
26114
26115 2003-04-05  Jim Meyering  <jim@meyering.net>
26116
26117         Merge changes from Coreutils.
26118
26119         * lib/exclude.h (PARAMS): Remove definition and uses.
26120         * lib/exclude.c: Remove uses of `PARAMS'.
26121
26122         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26123         Add test-cases for DOS filenames. Declare program_name.
26124         (main): Set up program_name.  Patch by Rich Dawe.
26125
26126         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26127         error from mntctl.
26128         Use mntctl's return value to drive the entry-processing loop, since
26129         we can't rely on the value of the vmt_length member in the last
26130         entry.  On some systems doing so could result in exhausting
26131         virtual memory.  Based in part on a patch from Mike Jetzer.
26132
26133 2003-04-04  Bruno Haible  <bruno@clisp.org>
26134
26135         * modules/linebreak: New file.
26136         * MODULES.html.sh (func_all_modules): Add it.
26137
26138 2003-04-04  Bruno Haible  <bruno@clisp.org>
26139
26140         * m4/linebreak.m4: New file.
26141
26142 2003-04-04  Bruno Haible  <bruno@clisp.org>
26143
26144         * lib/linebreak.h: New file, from GNU gettext.
26145         * lib/linebreak.c: New file, from GNU gettext with slight
26146         modifications.
26147         * lib/lbrkprop.h: New file, from GNU gettext.
26148
26149 2003-04-03  Bruno Haible  <bruno@clisp.org>
26150
26151         * modules/utf8-ucs4: New file.
26152         * modules/utf16-ucs4: New file.
26153         * modules/ucs4-utf8: New file.
26154         * modules/ucs4-utf16: New file.
26155         * MODULES.html.sh (func_all_modules): Add them.
26156
26157 2003-04-03  Bruno Haible  <bruno@clisp.org>
26158
26159         * m4/utf-ucs4.m4: New file.
26160         * m4/ucs4-utf.m4: New file.
26161
26162 2003-04-03  Bruno Haible  <bruno@clisp.org>
26163
26164         * lib/utf8-ucs4.h: New file, from GNU gettext.
26165         * lib/utf16-ucs4.h: New file, from GNU gettext.
26166         * lib/ucs4-utf8.h: New file, from GNU gettext.
26167         * lib/ucs4-utf16.h: New file, from GNU gettext.
26168
26169 2003-04-02  Bruno Haible  <bruno@clisp.org>
26170
26171         * modules/binary-io: New file.
26172         * MODULES.html.sh (func_all_modules): Add it.
26173
26174 2003-04-02  Bruno Haible  <bruno@clisp.org>
26175
26176         * lib/binary-io.h: New file, from GNU gettext.
26177
26178 2003-04-01  Bruno Haible  <bruno@clisp.org>
26179
26180         * modules/pathname: New file.
26181         * MODULES.html.sh (func_all_modules): Add it.
26182
26183 2003-04-01  Bruno Haible  <bruno@clisp.org>
26184
26185         * lib/pathname.h: New file, from GNU gettext.
26186         * lib/concatpath.c: New file, from GNU gettext.
26187
26188 2003-03-30  Bruno Haible  <bruno@clisp.org>
26189
26190         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26191
26192 2003-03-30  Bruno Haible  <bruno@clisp.org>
26193
26194         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26195         function chown() doesn't exist.
26196
26197 2003-03-28  Bruno Haible  <bruno@clisp.org>
26198
26199         * modules/copy-file: New file.
26200         * MODULES.html.sh (func_all_modules): Add it.
26201
26202 2003-03-28  Bruno Haible  <bruno@clisp.org>
26203
26204         * m4/copy-file.m4: New file.
26205
26206 2003-03-28  Bruno Haible  <bruno@clisp.org>
26207
26208         * lib/copy-file.h: New file, from GNU gettext.
26209         * lib/copy-file.c: New file, from GNU gettext.
26210
26211 2003-03-18  Jim Meyering  <jim@meyering.net>
26212
26213         * lib/quote.c (quote_n): Fix typo in comment.
26214
26215 2003-03-18  Bruno Haible  <bruno@clisp.org>
26216
26217         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26218         checking.
26219         * m4/onceonly_2_57.m4: Likewise.
26220
26221 2003-03-17  Bruno Haible  <bruno@clisp.org>
26222
26223         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26224         (m4_quote): Remove macro.
26225         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26226
26227 2003-03-14  Jim Meyering  <jim@meyering.net>
26228
26229         Merge changes from Coreutils.
26230         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26231         to be const, in order to avoid warnings.
26232         (obstack_room): Likewise.
26233         (obstack_empty_p): Likewise.
26234
26235 2003-03-14  Bruno Haible  <bruno@clisp.org>
26236
26237         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26238         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26239
26240 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26241
26242         Merge changes from Bison.
26243         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26244         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26245         when compiling Bison 1.875's `bitset bset = obstack_alloc
26246         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26247         * lib/hash.c: Include <stdbool.h> unconditionally.
26248
26249 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26250
26251         * m4/onceonly.m4 (m4_quote): New macro.
26252         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26253         Quote AC_FOREACH variable-expansions properly.
26254
26255 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26256
26257         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26258
26259 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26260
26261         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26262         Reported by Bruce Becker; see:
26263         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26264
26265 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26266             Bruno Haible  <bruno@clisp.org>
26267
26268         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26269         Reported by John Hughes, see
26270         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26271
26272 2003-02-20  Bruno Haible  <bruno@clisp.org>
26273
26274         * MODULES.html.sh (func_all_modules): Add poll.
26275
26276 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26277
26278         * modules/poll: New file.
26279
26280 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26281
26282         * lib/poll_.h: New file.
26283         * lib/poll.c: New file.
26284
26285 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26286
26287         * m4/poll.m4: New file.
26288
26289 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26290
26291         * modules/mathl: New file.
26292
26293 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26294
26295         * lib/mathl.h: New file.
26296         * lib/acosl.c: New file.
26297         * lib/asinl.c: New file.
26298         * lib/atanl.c: New file.
26299         * lib/ceill.c: New file.
26300         * lib/cosl.c: New file.
26301         * lib/expl.c: New file.
26302         * lib/floorl.c: New file.
26303         * lib/frexpl.c: New file.
26304         * lib/ldexpl.c: New file.
26305         * lib/logl.c: New file.
26306         * lib/sincosl.c: New file.
26307         * lib/sinl.c: New file.
26308         * lib/sqrtl.c: New file.
26309         * lib/tanl.c: New file.
26310         * lib/trigl.c: New file.
26311         * lib/trigl.h: New file.
26312
26313 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26314
26315         * m4/mathl.m4: New file.
26316
26317 2003-02-18  Bruno Haible  <bruno@clisp.org>
26318
26319         * MODULES.html.sh (func_all_modules): Add mathl.
26320
26321 2003-02-17  Bruno Haible  <bruno@clisp.org>
26322
26323         * modules/mkdtemp: New module.
26324         * MODULES.html.sh (func_all_modules): Add it.
26325
26326 2003-02-17  Bruno Haible  <bruno@clisp.org>
26327
26328         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26329
26330 2003-02-17  Bruno Haible  <bruno@clisp.org>
26331
26332         * lib/mkdtemp.h: New file, from GNU gettext.
26333         * lib/mkdtemp.c: New file, from GNU gettext.
26334
26335 2003-02-02  Jim Meyering  <jim@meyering.net>
26336
26337         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26338         e.g. glibc-2.2.93.
26339
26340 2003-01-31  Bruno Haible  <bruno@clisp.org>
26341
26342         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26343         'rpl_rename'.
26344         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26345         'rpl_strnlen'.
26346         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26347         'rpl_strtod'.
26348         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26349         'rpl_utime'.
26350
26351 2003-01-31  Bruno Haible  <bruno@clisp.org>
26352
26353         * lib/rename.c: #undef rename before defining rpl_rename.
26354         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26355
26356 2003-01-30  Bruno Haible  <bruno@clisp.org>
26357
26358         * modules/vasnprintf, modules/vasprintf: New modules.
26359         * MODULES.html.sh (func_all_modules): Add them.
26360
26361 2003-01-30  Bruno Haible  <bruno@clisp.org>
26362
26363         * m4/signed.m4: New file, from GNU gettext.
26364         * m4/longdouble.m4: New file, from GNU gettext.
26365         * m4/wchar_t.m4: New file, from GNU gettext.
26366         * m4/wint_t.m4: New file, from GNU gettext.
26367         * m4/vasnprintf.m4: New file.
26368         * m4/vasprintf.m4: New file.
26369
26370 2003-01-30  Bruno Haible  <bruno@clisp.org>
26371
26372         * lib/printf-args.h: New file, from GNU gettext.
26373         * lib/printf-args.c: New file, from GNU gettext.
26374         * lib/printf-parse.h: New file, from GNU gettext.
26375         * lib/printf-parse.c: New file, from GNU gettext.
26376         * lib/vasnprintf.h: New file, from GNU gettext.
26377         * lib/vasnprintf.c: New file, from GNU gettext.
26378         * lib/asnprintf.c: New file, from GNU gettext.
26379         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26380         * lib/vasprintf.c: New file, from GNU gettext.
26381         * lib/asprintf.c: New file, from GNU gettext.
26382
26383 2003-01-29  Bruno Haible  <bruno@clisp.org>
26384
26385         * modules/stpncpy: New module.
26386         * MODULES.html.sh (func_all_modules): Add it.
26387
26388 2003-01-29  Bruno Haible  <bruno@clisp.org>
26389
26390         * m4/stpncpy.m4: New file.
26391
26392 2003-01-29  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26395         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26396
26397 2003-01-28  Bruno Haible  <bruno@clisp.org>
26398
26399         * modules/c-ctype: New module.
26400         * MODULES.html.sh (func_all_modules): Add it.
26401
26402 2003-01-28  Bruno Haible  <bruno@clisp.org>
26403
26404         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26405         Paul Eggert.
26406         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26407         Paul Eggert.
26408
26409 2003-01-27  Bruno Haible  <bruno@clisp.org>
26410
26411         * modules/xsetenv: New module.
26412         * MODULES.html.sh (func_all_modules): Add it.
26413
26414 2003-01-27  Bruno Haible  <bruno@clisp.org>
26415
26416         * lib/xsetenv.h: New file, from GNU gettext.
26417         * lib/xsetenv.c: New file, from GNU gettext.
26418
26419 2003-01-23  Jim Meyering  <jim@meyering.net>
26420
26421         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26422         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26423
26424 2003-01-23  Bruno Haible  <bruno@clisp.org>
26425
26426         * modules/minmax: New module.
26427         * MODULES.html.sh (func_all_modules): Add it.
26428
26429 2003-01-23  Bruno Haible  <bruno@clisp.org>
26430
26431         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26432         Eggert.
26433
26434 2003-01-22  Bruno Haible  <bruno@clisp.org>
26435
26436         * modules/exit: New module.
26437         * MODULES.html.sh (func_all_modules): Add it.
26438
26439 2003-01-22  Bruno Haible  <bruno@clisp.org>
26440
26441         * lib/exit.h: New file, from GNU gettext.
26442
26443 2003-01-19  Bruno Haible  <bruno@clisp.org>
26444
26445         * gnulib-tool: Recognize option --extract-maintainer.
26446         (func_get_maintainer): New function.
26447         * modules/*: Add Maintainer entry.
26448
26449 2003-01-16  Jim Meyering  <jim@meyering.net>
26450
26451         * m4/regex.m4: The `regex' struct is both input and output.
26452         Initialize it before each use.  Patch by Tim Waugh.
26453
26454 2003-01-16  Bruno Haible  <bruno@clisp.org>
26455
26456         * MODULES.html.sh: Add a table of contents. Add the module name as
26457         leftmost column. Add hyperlinks.
26458
26459 2003-01-15  Bruno Haible  <bruno@clisp.org>
26460
26461         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26462
26463 2003-01-15  Bruno Haible  <bruno@clisp.org>
26464
26465         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26466         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26467         suffix.
26468
26469 2003-01-15  Bruno Haible  <bruno@clisp.org>
26470
26471         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26472
26473 2003-01-15  Bruno Haible  <bruno@clisp.org>
26474
26475         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26476         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26477
26478 2003-01-14  Jim Meyering  <jim@meyering.net>
26479
26480         * lib/same.c (same_name): Tweak a comment.
26481
26482 2003-01-14  Bruno Haible  <bruno@clisp.org>
26483
26484         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26485         when a string comparison is sufficient.
26486
26487 2003-01-14  Bruno Haible  <bruno@clisp.org>
26488
26489         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26490         'unsigned int'.
26491
26492 2003-01-14  Bruno Haible  <bruno@clisp.org>
26493
26494         * lib/hash-pjw.c: Add comment about low quality of this function.
26495
26496 2003-01-13  Bruno Haible  <bruno@clisp.org>
26497
26498         * modules/stpcpy: Distribute lib/stpcpy.h.
26499         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26500
26501 2003-01-13  Bruno Haible  <bruno@clisp.org>
26502
26503         * modules/*: Add a description.
26504         * modules/strpbrk: Fix Makefile.am snippet.
26505         * modules/strtoimax: Fix dependencies.
26506         * modules/strtoumax: Likewise.
26507
26508 2003-01-13  Bruno Haible  <bruno@clisp.org>
26509
26510         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26511         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26512         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26513
26514 2003-01-13  Bruno Haible  <bruno@clisp.org>
26515
26516         * gnulib-tool (func_create_testdir): Store config/* files in the main
26517         directory.
26518         * config.rpath: Move to ...
26519         * config/config.rpath: ... here.
26520         * modules/gettext: Contains config/config.rpath, not config.rpath.
26521         * modules/iconv: Likewise.
26522
26523 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26524
26525         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26526         to avoid collisions with libcurses and libreadline.
26527
26528         * m4/getstr.m4: Remove.
26529         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26530
26531 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26532
26533         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26534         to avoid collisions with libcurses and libreadline.
26535
26536         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26537         * lib/getstr.h, getstr.c: Remove.
26538         * lib/getline.c: Include "getline.h", to check interface.
26539         Move body of old getstr.c here: this defines MIN_CHUNK and
26540         declares getdelim2, which is renamed from getstr.
26541         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26542
26543         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26544         All uses changed.
26545         * lib/linebuffer.h: Likewise.
26546         (readline): Remove backward-compatibility macro.
26547
26548 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26549
26550         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26551         to avoid collisions with libcurses and libreadline.
26552         * getstr: Remove.
26553         * MODULES.html.sh: Remove getstr.
26554         * modules/getline: Depend on unlocked-io, not getstr.
26555
26556 2003-01-12  Jim Meyering  <jim@meyering.net>
26557
26558         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26559
26560 2003-01-10  Bruno Haible  <bruno@clisp.org>
26561
26562         * modules/alloca: Change Makefile.am requirements. Simplify Include
26563         requirements. Add lib/alloca_.h to file list.
26564
26565 2003-01-10  Bruno Haible  <bruno@clisp.org>
26566
26567         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26568
26569 2003-01-10  Bruno Haible  <bruno@clisp.org>
26570
26571         * lib/alloca_.h: New file.
26572         * lib/getdate.y: Unconditionally include alloca.h.
26573         * lib/makepath.c: Likewise.
26574         * lib/setenv.c: Likewise.
26575         * lib/userspec.c: Likewise.
26576
26577 2003-01-09  Karl Berry  <karl@gnu.org>
26578
26579         * MODULES.html.sh: include `dirname $0` in PATH, to find
26580         gnulib-tool.
26581
26582 2003-01-09  Bruno Haible  <bruno@clisp.org>
26583
26584         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26585         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26586
26587 2003-01-09  Bruno Haible  <bruno@clisp.org>
26588
26589         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26590
26591 2003-01-09  Bruno Haible  <bruno@clisp.org>
26592
26593         * lib/stdbool.h.in: New file.
26594
26595 2003-01-09  Bruno Haible  <bruno@clisp.org>
26596
26597         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26598         * MODULES.html.sh: Likewise.
26599
26600 2003-01-08  Jim Meyering  <jim@meyering.net>
26601
26602         * lib/full-write.c: Undefine and define-away `const' after inclusion
26603         of errno.h, not before.  Suggestion from Bruno Haible.
26604
26605 2003-01-08  Bruno Haible  <bruno@clisp.org>
26606
26607         * modules/full-read: Depend on full-write.
26608
26609 2003-01-08  Bruno Haible  <bruno@clisp.org>
26610
26611         * lib/safe-read.c: Include specification header first, to ensure its
26612         selfcontainedness.
26613         * lib/full-write.c: Likewise.
26614
26615 2003-01-07  Jim Meyering  <jim@meyering.net>
26616
26617         * lib/full-write.c: Rework so that it may serve to define full_read,
26618         too.
26619         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26620
26621 2003-01-07  Bruno Haible  <bruno@clisp.org>
26622
26623         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26624         <inttypes.h>.
26625         * lib/xstrtol.h: Likewise.
26626         * lib/xstrtoimax.c: Likewise.
26627         * lib/xstrtoumax.c: Likewise.
26628         * lib/human.h: Likewise.
26629
26630         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26631         on systems that have <inttypes.h> but not <stdint.h>.
26632
26633 2003-01-07  Bruno Haible  <bruno@clisp.org>
26634
26635         * MODULES.html.sh: Add copyright notice.
26636         (missed_files): Omit CVS directory entries.
26637         (func_module): Make it work with sed-3.02.
26638         * MODULES.txt: Remove file.
26639
26640 2003-01-06  Jim Meyering  <jim@meyering.net>
26641
26642         * lib/version-etc.c: Update year in translatable copyright string.
26643
26644 2003-01-03  Karl Berry  <karl@gnu.org>
26645
26646         * config/config.{guess,sub}: update from prep.
26647
26648 2003-01-02  Karl Berry  <karl@gnu.org>
26649
26650         * doc/COPYING.DOC: belatedly updated to 1.2.
26651
26652 2003-01-01  Karl Berry  <karl@gnu.org>
26653
26654         * gnulib-tool (func_verify_module): report module name $module in
26655         error message, not $1.
26656         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26657         be created, only if it doesn't exist.
26658         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26659
26660 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26661
26662         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26663
26664 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26665
26666         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26667         memcmp if strcoll doesn't work.
26668
26669 2002-12-31  Bruno Haible  <bruno@clisp.org>
26670
26671         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26672         nonempty.
26673
26674 2002-12-31  Bruno Haible  <bruno@clisp.org>
26675
26676         * lib/memcoll.c (STRCOLL): New macro.
26677         (memcoll): Use it.
26678
26679 2002-12-31  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/localcharset.h: New file.
26682         * lib/localcharset.c: Include it.
26683         * lib/unicodeio.c: Likewise.
26684
26685 2002-12-31  Bruno Haible  <bruno@clisp.org>
26686
26687         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26688         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26689
26690 2002-12-31  Bruno Haible  <bruno@clisp.org>
26691
26692         * lib/getline.h: Include <stddef.h>, for size_t.
26693
26694         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26695         * lib/unicodeio.c: Don't include <stddef.h>.
26696
26697 2002-12-31  Bruno Haible  <bruno@clisp.org>
26698
26699         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26700         HAVE_TM_ZONE.
26701
26702 2002-12-24  Karl Berry  <karl@gnu.org>
26703
26704         * config/config.guess: update from prep.
26705
26706 2002-12-24  Bruno Haible  <bruno@clisp.org>
26707
26708         General infrasructure.
26709         * m4/README: Rewritten.
26710         * m4/onceonly.m4: New file.
26711         * m4/onceonly_2_57.m4: New file.
26712
26713         Module atexit.
26714         * m4/atexit.m4: New file.
26715
26716         Module strtod.
26717         * m4/strtod.m4: New file.
26718
26719         Module strtol.
26720         * m4/strtol.m4: New file.
26721
26722         Module strtoul.
26723         * m4/strtoul.m4: New file.
26724
26725         Module memchr.
26726         * m4/memchr.m4: New file.
26727
26728         Module memcmp.
26729         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26730         (jm_FUNC_MEMCMP): Invoke it.
26731
26732         Module memcpy.
26733         * m4/memcpy.m4: New file.
26734
26735         Module memmove.
26736         * m4/memmove.m4: New file.
26737
26738         Module memset.
26739         * m4/memset.m4: New file.
26740
26741         Module strcspn.
26742         * m4/strcspn.m4: New file.
26743
26744         Module strpbrk.
26745         * m4/strpbrk.m4: New file.
26746
26747         Module strstr.
26748         * m4/strstr.m4: New file.
26749
26750         Module strerror.
26751         * m4/strerror.m4: New file.
26752
26753         Module mktime.
26754         * m4/mktime.m4: Renamed from jm-mktime.m4.
26755         (gl_PREREQ_MKTIME): New macro.
26756         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26757
26758         Module malloc.
26759         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26760         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26761         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26762
26763         Module realloc.
26764         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26765         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26766         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26767
26768         Module strftime.
26769         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26770         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26771         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26772         gl_TM_GMTOFF.
26773         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26774
26775         Module xalloc.
26776         * m4/xalloc.m4: New file.
26777
26778         Module alloca.
26779         * m4/alloca.m4: New file.
26780
26781         Module putenv.
26782         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26783         (jm_FUNC_PUTENV): Invoke it.
26784
26785         Module setenv.
26786         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26787         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26788         when invoked twice.
26789         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26790         gt_FUNC_SETENV.
26791
26792         Module memrchr.
26793         * m4/memrchr.m4: New file.
26794
26795         Module stpcpy.
26796         * m4/stpcpy.m4: New file.
26797
26798         Module strcase.
26799         * m4/strcase.m4: New file.
26800
26801         Module strdup.
26802         * m4/strdup.m4: New file.
26803
26804         Module strnlen.
26805         * m4/strnlen.m4: New file.
26806
26807         Module strndup.
26808         * m4/strndup.m4: New file.
26809
26810         Module xstrtod.
26811         * m4/xstrtod.m4: New file.
26812
26813         Module xstrtol.
26814         * m4/xstrtol.m4: New file.
26815
26816         Module getdate.
26817         * m4/getdate.m4: New file.
26818
26819         Module unlocked-io.
26820         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26821         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26822         * m4/jm-glibc-io.m4n: Remove file.
26823
26824         Module long-options.
26825         * m4/long-options.m4: New file.
26826
26827         Module md5.
26828         * m4/md5.m4: New file.
26829
26830         Module sha.
26831         * m4/sha.m4: New file.
26832
26833         Module getstr.
26834         * m4/getstr.m4: New file.
26835
26836         Module getline.
26837         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26838         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26839         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26840         simply getline. Infoke gl_PREREQ_GETLINE.
26841
26842         Module obstack.
26843         * m4/obstack.m4: New file.
26844
26845         Module hash.
26846         * m4/hash.m4: New file.
26847
26848         Module readtokens.
26849         * m4/readtokens.m4: New file.
26850
26851         Module strverscmp.
26852         * m4/strverscmp.m4: New file.
26853
26854         Module stdbool.
26855         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26856         OSF/1.
26857
26858         Module strtoll.
26859         * m4/strtoll.m4: New file.
26860
26861         Module strtoull.
26862         * m4/strtoull.m4: New file.
26863
26864         Module strtoimax.
26865         * m4/strtoimax.m4: New file.
26866
26867         Module strtoumax.
26868         * m4/strtoumax.m4: New file.
26869
26870         Module xstrtoimax.
26871         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26872         jm_AC_PREREQ_XSTRTOIMAX.
26873         Moved the strtol prerequisites to strtol.m4.
26874         Moved the strtoll prerequisites to strtoll.m4.
26875         Moved the strtoimax prerequisites to strtoimax.m4.
26876
26877         Module xstrtoumax.
26878         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26879         jm_AC_PREREQ_XSTRTOUMAX.
26880         Moved the strtoul prerequisites to strtoul.m4.
26881         Moved the strtoull prerequisites to strtoull.m4.
26882         Moved the strtoumax prerequisites to strtoumax.m4.
26883
26884         Module chown.
26885         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26886         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26887
26888         Module dup2.
26889         * m4/dup2.m4: New file.
26890
26891         Module ftruncate.
26892         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26893         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26894
26895         Module getgroups.
26896         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26897         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26898
26899         Module gettimeofday.
26900         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26901         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26902         gl_PREREQ_GETTIMEOFDAY.
26903
26904         Module mkdir.
26905         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26906         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26907
26908         Module mkstemp.
26909         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26910         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26911         jm_AC_TYPE_UINTMAX_T.
26912         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26913
26914         Module stat.
26915         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26916         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26917
26918         Module lstat.
26919         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26920         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26921
26922         Module timespec.
26923         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26924         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26925         * m4/st_mtim.m4: Indentation.
26926
26927         Module nanosleep.
26928         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26929         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26930         gl_PREREQ_NANOSLEEP.
26931
26932         Module regex.
26933         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26934         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26935         (gl_REGEX): New macro.
26936
26937         Module rename.
26938         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26939         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26940
26941         Module rmdir.
26942         * m4/rmdir.m4: New file.
26943
26944         Module utime.
26945         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26946         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26947         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26948
26949         Module dirname.
26950         * m4/dirname.m4: New file.
26951
26952         Module getopt.
26953         * m4/getopt.m4: New file.
26954
26955         Module unistd-safer.
26956         * m4/unistd-safer.m4: New file.
26957
26958         Module fnmatch.
26959         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26960         declaration.
26961         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26962         (gl_FUNC_FNMATCH_POSIX): New macro.
26963         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26964         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26965         simply fnmatch.
26966
26967         Module exclude.
26968         * m4/exclude.m4: New file.
26969
26970         Module human.
26971         * m4/human.m4: New file.
26972
26973         Module acl.
26974         * m4/acl.m4: Nop.
26975
26976         Module backupfile.
26977         * m4/backupfile.m4: New file.
26978         * m4/d-ino.m4: Indentation.
26979
26980         Module fsusage.
26981         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26982         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26983         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26984
26985         Module dirfd.
26986         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26987         requirements.
26988
26989         Module euidaccess.
26990         * m4/euidaccess.m4: New file.
26991
26992         Module file-type.
26993         * m4/file-type.m4: New file.
26994
26995         Module fileblocks.
26996         * m4/fileblocks.m4: New file.
26997
26998         Module filemode.
26999         * m4/filemode.m4: New file.
27000
27001         Module isdir.
27002         * m4/isdir.m4: New file.
27003
27004         Module lchown.
27005         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27006         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27007
27008         Module makepath.
27009         * m4/makepath.m4: New file.
27010
27011         Module modechange.
27012         * m4/modechange.m4: New file.
27013
27014         Module mountlist.
27015         * m4/mountlist.m4: New file.
27016         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27017         Indentation.
27018
27019         Module path-concat.
27020         * m4/path-concat.m4: New file.
27021
27022         Module pathmax.
27023         * m4/pathmax.m4: New file.
27024
27025         Module same.
27026         * m4/same.m4: New file.
27027
27028         Module save-cwd.
27029         * m4/save-cwd.m4: New file.
27030
27031         Module savedir.
27032         * m4/savedir.m4: New file.
27033
27034         Module xgetcwd.
27035         * m4/xgetcwd.m4: New file.
27036         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27037
27038         Module xreadlink.
27039         * m4/xreadlink.m4: New file.
27040
27041         Module safe-read.
27042         * m4/safe-read.m4: New file.
27043
27044         Module safe-write.
27045         * m4/safe-write.m4: New file.
27046
27047         Module closeout.
27048         * m4/closeout.m4: New file.
27049
27050         Module stdio-safer.
27051         * m4/stdio-safer.m4: New file.
27052
27053         Module getpass.
27054         * m4/getpass.m4: New file.
27055
27056         Module getugroups.
27057         * m4/getugroups.m4: New file.
27058
27059         Module group-member.
27060         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27061         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27062
27063         Module idcache.
27064         * m4/idcache.m4: New file.
27065
27066         Module userspec.
27067         * m4/userspec.m4: New file.
27068
27069         Module gettime.
27070         * m4/clock_time.m4: New file.
27071         * m4/gettime.m4: New file.
27072
27073         Module settime.
27074         * m4/settime.m4: New file.
27075
27076         Module posixtm.
27077         * m4/posixtm.m4: New file.
27078
27079         Module gethostname.
27080         * m4/gethostname.m4: New file.
27081
27082         Module canon-host.
27083         * m4/canon-host.m4: New file.
27084
27085         Module gettext.
27086         * m4/codeset.m4: New file, from gettext-0.11.5.
27087         * m4/gettext.m4: New file, from gettext-0.11.5.
27088         * m4/glibc21.m4: New file, from gettext-0.11.5.
27089         * m4/iconv.m4: New file, from gettext-0.11.5.
27090         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27091         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27092         * m4/inttypes.m4: New file, from gettext-0.11.5.
27093         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27094         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27095         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27096         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27097         * m4/lib-link.m4: New file, from gettext-0.11.5.
27098         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27099         * m4/progtest.m4: New file, from gettext-0.11.5.
27100         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27101         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27102         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27103
27104         Module localcharset.
27105         * m4/localcharset.m4: New file.
27106
27107         Module hard-locale.
27108         * m4/hard-locale.m4: New file.
27109
27110         Module mbswidth.
27111         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27112         onceonly macros.
27113         * m4/mbrtowc.m4: Add comment.
27114
27115         Module memcasecmp.
27116         * m4/memcasecmp.m4: New file.
27117
27118         Module memcoll.
27119         * m4/memcoll.m4: New file.
27120
27121         Module unicodeio.
27122         * m4/unicodeio.m4: New file.
27123
27124         Module rpmatch.
27125         * m4/rpmatch.m4: New file.
27126
27127         Module yesno.
27128         * m4/yesno.m4: New file.
27129
27130         Module exitfail.
27131         * m4/exitfail.m4: New file.
27132
27133         Module c-stack.
27134         * m4/c-stack.m4 (gl_C_STACK): New macro.
27135         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27136
27137         Module error.
27138         * m4/error.m4 (gl_ERROR): New macro.
27139         (jm_PREREQ_ERROR): Use onceonly macros.
27140
27141         Module fatal.
27142         * m4/fatal.m4: New file.
27143
27144         Module getloadavg.
27145         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27146         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27147
27148         Module getpagesize.
27149         * m4/getpagesize.m4: New file.
27150
27151         Module getusershell.
27152         * m4/getusershell.m4: New file.
27153
27154         Module physmem.
27155         * m4/physmem.m4: New file.
27156
27157         Module posixver.
27158         * m4/posixver.m4: New file.
27159
27160         Module quotearg.
27161         * m4/quotearg.m4: New file.
27162
27163         Module quote.
27164         * m4/quote.m4: New file.
27165
27166         Module readutmp.
27167         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27168
27169         Module sig2str.
27170         * m4/sig2str.m4: New file.
27171
27172         Other.
27173         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27174         ulonglong.m4.
27175         * m4/intmax_t.m4: New file.
27176         * m4/d-type.m4: Indentation.
27177         * m4/jm-macros.m4: Update.
27178         * m4/prereq.m4 (jm_PREREQ): Update.
27179         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27180         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27181         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27182         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27183         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27184         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27185         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27186         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27187         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27188         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27189         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27190         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27191         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27192         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27193         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27194         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27195         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27196         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27197         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27198
27199 2002-12-24  Bruno Haible  <bruno@clisp.org>
27200
27201         * MODULES.txt: Update according to m4/ changes.
27202
27203         Module gettext.
27204         * config.rpath: New file, from gettext-0.11.5.
27205
27206         * modules/*: New module descriptions.
27207         * gnulib-tool: New file.
27208         * MODULES.html.sh: New file.
27209
27210 2002-12-21  Karl Berry  <karl@gnu.org>
27211
27212         * doc/fdl.texi: update to version 1.2.
27213
27214 2002-12-19  Karl Berry  <karl@gnu.org>
27215
27216         * config/config.guess: update from prep.
27217
27218 2002-12-18  Bruno Haible  <bruno@clisp.org>
27219
27220         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27221         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27222
27223 2002-12-17  Bruno Haible  <bruno@clisp.org>
27224
27225         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27226         stdlib.h, string.h.
27227
27228 2002-12-17  Bruno Haible  <bruno@clisp.org>
27229
27230         * lib/canon-host.c (strdup): Remove unused declaration.
27231
27232         * lib/fsusage.c: Include full_read.h.
27233         (get_fs_usage): Use full_read instead of safe_read.
27234
27235         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27236
27237 2002-12-12  Karl Berry  <karl@gnu.org>
27238
27239         * config/config.guess: update from prep.
27240
27241 2002-12-11  Bruno Haible  <bruno@clisp.org>
27242
27243         * m4/setenv.m4: New file, from gettext-0.11.5.
27244
27245 2002-12-11  Bruno Haible  <bruno@clisp.org>
27246
27247         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27248         not unsetenv().
27249         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27250         modifications:
27251
27252         2002-12-11  Bruno Haible  <bruno@clisp.org>
27253
27254                 * setenv.c (alloca): Fall back to malloc.
27255                 (freea): New macro.
27256                 (setenv): Use freea() to free memory allocated with alloca().
27257
27258         2002-11-13  Bruno Haible  <bruno@clisp.org>
27259
27260                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27261                 function declarations.
27262                 * unsetenv.c (unsetenv): Likewise.
27263
27264         2002-03-04  Bruno Haible  <bruno@clisp.org>
27265
27266                 Portability to AIX 4.3.3.
27267                 * unsetenv.c: New file, extracted from setenv.c.
27268                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27269
27270         2001-12-20  Bruno Haible  <bruno@clisp.org>
27271
27272                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27273                 use malloc instead. For SunOS 4.
27274
27275         2001-12-11  Bruno Haible  <bruno@clisp.org>
27276
27277                 * setenv.c: Declare alloca.
27278                 (compar_fn_t): New typedef.
27279                 (KNOWN_VALUE, STORE_VALUE): Use it.
27280
27281         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27282         setenv.h.
27283
27284 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27285
27286         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27287         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27288         Choose values that are less likely to collide with system fnmatch
27289         options.
27290         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27291         defined (e.g., a pure POSIX system).
27292         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27293         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27294
27295 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27296
27297         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27298         a pain in practice to deal with generated m4 files.  This change
27299         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27300
27301         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27302         and jm-glibc-io.m4, as they are no longer a special case.
27303         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27304         kludge and the auto-generation stuff.  Check only whether the
27305         functions are declared, not whether they exist, since older hosts
27306         that don't declare the functions can't use the optimization anyway.
27307
27308 2002-12-06  Jim Meyering  <jim@meyering.net>
27309
27310         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27311
27312         Merge in changes from libc's misc/error.c, in preparation
27313         for the merge of gnulib's changes back into libc.
27314
27315         * lib/error.c (_): Define only if not already defined.
27316         Move definition to follow all #include directives.
27317         Include unlocked-io.h only if !_LIBC.
27318         [_LIBC]: Include <libio/libioP.h>.
27319         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27320         (fflush): Tweak definition to use INTUSE.
27321         (putc): Define.
27322
27323 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27324
27325         * lib/alloca.c [defined emacs]: Include "lisp.h".
27326         (xalloc_die) [defined emacs]: New macro.
27327         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27328         [! defined emacs]: Include <xalloc.h>.
27329         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27330         (pointer): Typedef to POINTER_TYPE *.
27331         (malloc): Remove decl; we now always use xmalloc.
27332         (alloca): Use old-style definition, since Emacs needs this.
27333         Check for arithmetic overflow when computing combined size.
27334
27335 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27336
27337         Do not generate unlocked-io.h automatically, since it's easier to
27338         maintain it by hand.
27339
27340         * lib/unlocked-io.h: New file, from GNU diffutils,
27341         but with proper copyright notice and attribution.
27342         * lib/gen-uio: Remove.
27343         * lib/Makefile.am: Add copyright notice.
27344         (libfetish_a_SOURCES): Add unlocked-io.h.
27345         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27346         (DISTCLEANFILES, io_functions): Remove macros.
27347         (EXTRA_DIST): Remove gen_uio.
27348         (unlocked-io.h): Remove rule.
27349
27350 2002-12-04  Jim Meyering  <jim@meyering.net>
27351
27352         Reflect the fact that stat.c and lstat.c are no longer generated.
27353         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27354         (DISTCLEANFILES): Likewise.
27355         (EXTRA_DIST): Likewise.
27356         (all_local): Don't depend on stat.c or lstat.c.
27357         (stat.c, lstat.c): Remove rules.
27358         (EXTRA_DIST): Remove xstat.in.
27359
27360         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27361         * lib/stat.c: New file.  Contents mostly from xstat.in.
27362         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27363         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27364
27365         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27366         too.
27367         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27368
27369 2002-12-03  Jim Meyering  <jim@meyering.net>
27370
27371         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27372         but not semantics, to minimize the differences between these two files.
27373         (safe_read): Change comment to mention SAFE_READ_ERROR.
27374
27375         * lib/safe-read.c (IS_EINTR): Define.
27376         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27377
27378 2002-12-02  Jim Meyering  <jim@meyering.net>
27379
27380         * lib/safe-read.c (EINTR): Define.
27381         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27382         (INT_MAX): Provide fallback.
27383         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27384
27385         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27386
27387 2002-12-02  Bruno Haible  <bruno@clisp.org>
27388
27389         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27390         Define, taken from safe-read.c.
27391         (INT_MAX): Provide fallback.
27392         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27393         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27394
27395         * lib/safe-read.c (EINTR): Remove definition.
27396         (safe_read): Don't use EINTR if it is absent.
27397
27398 2002-12-01  Jim Meyering  <jim@meyering.net>
27399
27400         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27401         zero.
27402         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27403
27404 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27405
27406         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27407         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27408         with `if (! (value < limit)) abort ();', for readability.
27409
27410 2002-11-26  Karl Berry  <karl@gnu.org>
27411
27412         * lib/strdup.c: copy from libc again, with jim's ok.
27413         * lib/.cppi-disable: re-add strdup.c
27414
27415 2002-11-25  Karl Berry  <karl@gnu.org>
27416
27417         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27418         instead of "strtol.c".
27419
27420 2002-11-25  Karl Berry  <karl@gnu.org>
27421
27422         * config/install-sh: update from automake for variable quoting, $0 in
27423         error msgs, etc.
27424
27425         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27426         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27427         entry.
27428
27429 2002-11-25  Jim Meyering  <jim@meyering.net>
27430
27431         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27432
27433 2002-11-24  Karl Berry  <karl@gnu.org>
27434
27435         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27436         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27437
27438 2002-11-24  Jim Meyering  <jim@meyering.net>
27439
27440         Update from coreutils:
27441
27442         * lib/mktime.c: Merge in changes from libc.
27443
27444         Avoid a link-time failure on some Linux systems.
27445         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27446         (otherwise).
27447         (__mon_yday): Declare with the STATIC attribute.
27448         (__mktime_internal): Likewise.
27449         Based on a report from Greg Schafer.
27450
27451 2002-11-23  Jim Meyering  <jim@meyering.net>
27452
27453         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27454         Use `unsigned', not `int', as type of index.
27455
27456         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27457
27458         * lib/fsusage.c: Remove unneeded parentheses around operands of
27459         `defined'.
27460
27461 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27462
27463         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27464         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27465         so that we can be included first.
27466         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27467         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27468         No need to include stddef.h or sys/types.h any more.
27469         Surround local include files with "", not "<>".
27470         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27471         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27472         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27473         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27474         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27475         (ISPRINT): Remove; no longer needed now that we assume C89.
27476
27477         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27478         Preserve errno.
27479
27480         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27481         quotearg_char): Use SIZE_MAX rather than
27482         (size_t) -1 when we are talking about "infinity".
27483
27484         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27485
27486 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27487
27488         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27489         hint that one should use `if (! x) abort ();' rather than `assert
27490         (x);', and anyway it's one less thing to worry about configuring.
27491         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27492         hash_rehash, hash_insert): Use abort rather than assert.
27493
27494 2002-11-22  Bruno Haible  <bruno@clisp.org>
27495
27496         * lib/safe-read.h: Assume C89. Add comments.
27497         (safe_read): Change return type to size_t.
27498         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27499         byte counts > SSIZE_MAX correctly.
27500         * lib/safe-write.h: New file.
27501         * lib/safe-write.c: New file.
27502         * lib/full-read.h: New file.
27503         * lib/full-read.c: New file.
27504         * lib/full-write.h: Assume C89. Add comments.
27505         * lib/full-write.c: Include safe-write.h.
27506         (full_write): Rewritten to use safe_write.
27507         Suggested by Jim Meyering and Paul Eggert.
27508
27509 2002-11-21  Jim Meyering  <jim@meyering.net>
27510
27511         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27512
27513         Merge in changes from the coreutils.
27514
27515         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27516         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27517         <stdint.h>.
27518         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27519         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27520         int.  Work more efficiently if X is the same width as uintmax_t.
27521         Do not compare X to -1, to avoid bogus compiler warning.
27522         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27523         Don't assume that f_frsize and f_bsize are the same type.
27524
27525         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27526         warning on FreeBSD.
27527
27528         * lib/makepath.c (make_path): Restore umask *before* creating the final
27529         component.
27530         (make_path): Minor reformatting.
27531
27532         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27533         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27534         HAVE_MALLOC/HAVE_REALLOC.
27535
27536         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27537         dummy ones.  At least on GNU/Linux systems, `auto' means something
27538         else.
27539         From Michael Stone.
27540
27541 2002-11-21  Bruno Haible  <bruno@clisp.org>
27542
27543         Remove case insensitive option matching.
27544         * lib/argmatch.h (argcasematch): Remove declaration.
27545         (ARGCASEMATCH): Remove macro.
27546         (__xargmatch_internal): Remove case_sensitive argument.
27547         (XARGMATCH): Update.
27548         (XARGCASEMATCH): Remove macro.
27549         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27550         case_sensitive argument.
27551         (argcasematch): Remove function.
27552         (__xargmatch_internal): Remove case_sensitive argument.
27553         (main): Use XARGMATCH instead of XARGCASEMATCH.
27554
27555         * lib/xmalloc.c: Change compile-time error message. Add comment about
27556         required autoconf version.
27557
27558 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27559
27560         Merge argmatch cleanups from Bison.  Assume C89.
27561
27562         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27563         Include stdlib.h, for EXIT_FAILURE.
27564         Always include <string.h>, since we assume C89.
27565         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27566         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27567         Include <stddef.h> instead, since it's all we need for size_t.
27568         (PARAMS): Remove.  All uses removed.
27569         (ARRAY_CARDINALITY): Do not bother to #undef.
27570         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27571         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27572         Remove unnecessary parentheses.
27573         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27574         Insert necessary parentheses.
27575         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27576         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27577
27578 2002-11-19  Bruno Haible  <bruno@clisp.org>
27579
27580         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27581         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27582
27583         * lib/mbswidth.h (PARAMS): Remove macro.
27584         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27585         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27586
27587         * lib/gcd.h (PARAMS): Remove macro.
27588         (gcd): Use ANSI C function declarations.
27589         * lib/gcd.c (gcd): Likewise.
27590
27591 2002-11-15  Bruno Haible  <bruno@clisp.org>
27592
27593         * lib/strcspn.c: Include <stddef.h>.
27594         (strcspn): Use ANSI C function declaration. Change return type to
27595         size_t. Use NULL.
27596         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27597         (strpbrk): Use NULL.
27598         * lib/strpbrk.h (PARAMS): Remove macro.
27599         (strpbrk): Use ANSI C function declaration.
27600         * lib/strstr.c: Don't include <sys/types.h>.
27601         * lib/strstr.h (PARAMS): Remove macro.
27602         (strstr): Use ANSI C function declarations.
27603
27604 2002-11-14  Karl Berry  <karl@gnu.org>
27605
27606         * config/mkinstalldirs: `do' on separate line, instead of
27607         `for var; do'.
27608
27609 2002-11-06  Bruno Haible  <bruno@clisp.org>
27610
27611         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27612         * lib/gcd.c (gcd): Likewise.
27613
27614 2002-11-05  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/gcd.h: New file, from gettext-0.11.5.
27617         * lib/gcd.c: New file, from gettext-0.11.5.
27618
27619 2002-11-05  Bruno Haible  <bruno@clisp.org>
27620
27621         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27622         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27623         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27624         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27625
27626         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27627         <libintl.h>.
27628         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27629         <libintl.h>.
27630
27631         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27632         * lib/human.c: Include gettext.h instead of <libintl.h>.
27633         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27634         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27635         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27636         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27637         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27638         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27639         (textdomain): Remove definition.
27640         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27641
27642         * lib/long-options.c: Remove include of <libintl.h> and definition of
27643         _.
27644         * lib/same.c: Remove include of <libintl.h> and definition of _.
27645
27646 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27647
27648         * lib/config.charset: A few additions for Solaris.
27649
27650 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27651
27652         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27653         * lib/localcharset.c (locale_charset): Declare as extern "C".
27654
27655 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27656
27657         * lib/config.charset: msdos in uk_UA uses CP1125.
27658
27659 2002-11-04  Bruno Haible  <bruno@clisp.org>
27660
27661         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27662         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27663         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27664         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27665         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27666
27667 2002-11-04  Bruno Haible  <bruno@clisp.org>
27668
27669         * lib/localcharset.c (locale_charset): Don't return an empty string.
27670
27671 2002-11-04  Bruno Haible  <bruno@clisp.org>
27672
27673         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27674         aliases.
27675
27676 2002-11-04  Bruno Haible  <bruno@clisp.org>
27677
27678         * lib/config.charset: Update for newest glibc. Add canonical names
27679         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27680
27681 2002-11-04  Bruno Haible  <bruno@clisp.org>
27682
27683         * lib/config.charset: Add support for NetBSD.
27684
27685 2002-11-04  Bruno Haible  <bruno@clisp.org>
27686
27687         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27688
27689 2002-11-01  Bruno Haible  <bruno@clisp.org>
27690
27691         * configure.in: Add AC_CONFIG_AUX_DIR call.
27692         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27693         test/Makefile.
27694         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27695
27696 2002-09-28  Karl Berry  <karl@gnu.org>
27697
27698         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27699         installed automake until the next release, since changes have been
27700         made.
27701
27702 2002-09-25  Karl Berry  <karl@gnu.org>
27703
27704         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27705         * lib/getopt*: copy from libc/posix.
27706         * lib/gettext.h: copy from gettext.
27707         * lib/.cppi-disable: add strdup.c, gettext.h.
27708
27709 2002-09-25  Karl Berry  <karl@gnu.org>
27710
27711         * config/srclist.txt: enable gettext.h check.
27712         * config/config.{guess,sub}: update from prep.
27713         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27714                 from automake 1.6.3.
27715         See srclist*.
27716
27717 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27718
27719         * regex.c (PATFETCH): Remove the translating fetch.
27720         (PATFETCH_RAW): Rename to PATFETCH.
27721         (set_image_of_range): New fun.
27722         (SET_RANGE_TABLE_WORK_AREA): Use it.
27723         (regex_compile): Don't translate the pattern chars so eagerly.
27724         Only do it when inserting an `exactn' bytecode or when handling
27725         a char-range.
27726         (mutually_exclusive_p): Avoid empty statement.
27727
27728 2002-07-06  Jim Meyering  <meyering@lucent.com>
27729
27730         * m4/README: Don't mention Makefile.am.in.
27731         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27732
27733 2002-07-01  Jim Meyering  <meyering@lucent.com>
27734
27735         * lib/c-stack.c: Include sys/time.h.
27736         From Volker Borchert.
27737
27738 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27739
27740         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27741
27742 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27743
27744         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27745         New macro.  Use it uniformly instead of
27746         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27747         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27748         reported by Vin Shelton.
27749
27750 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27751
27752         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27753         Do not assume SA_SIGINFO behavior.
27754         Bug reported by Jim Meyering on NetBSD 1.5.2.
27755
27756 2002-06-22  Jim Meyering  <meyering@lucent.com>
27757
27758         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27759         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27760
27761         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27762         now that configure.ac uses AC_GNU_SOURCE.
27763         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27764         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27765
27766         Update to latest tools.  Suggestions from Paul Eggert.
27767         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27768         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27769         * m4/fnmatch.m4: Likewise.
27770         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27771         to AC_HEADER_STDBOOL
27772
27773 2002-06-22  Jim Meyering  <meyering@lucent.com>
27774
27775         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27776         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27777
27778 2002-06-22  Jim Meyering  <meyering@lucent.com>
27779
27780         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27781
27782         * lib/exitfail.c, exitfail.h: Likewise.
27783         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27784
27785         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27786         of fnmatch.h.
27787         (EXTRA_DIST): Add fnmatch_loop.c.
27788         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27789
27790         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27791         * lib/fnmatch.c: Update from diffutils-2.8.2.
27792         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27793         * lib/fnmatch.h: Remove file.
27794
27795 2002-06-21  Jim Meyering  <meyering@lucent.com>
27796
27797         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27798         * m4/mbrtowc.m4: Likewise.
27799
27800         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27801         * m4/mbswidth.m4: Reflect name change:
27802         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27803         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27804
27805         * m4/lib-link.m4: Update from gettext-0.11.2.
27806         * m4/gettext.m4: Likewise.
27807
27808         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27809         From Alfred M. Szmidt.
27810
27811 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27812
27813         * lib/file-type.h: Report an error if neither S_ISREG nor
27814         S_IFREG is defined, instead of using a test specific to glibc
27815         2.2.  This should be safe, since POSIX requires S_ISREG and
27816         Unix Version 7 had S_IFREG.  We don't need to check for
27817         <sys/types.h> since we don't use any symbols that it defines.
27818
27819 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27820
27821         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27822         $@-t, so that each temporary file name is unique and valid in the first
27823         8 characters, for operation under DOS.
27824
27825 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27826
27827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27828
27829 2002-06-15  Jim Meyering  <meyering@lucent.com>
27830
27831         Work even with DJGPP 2.03, which lacks support for symlinks.
27832         From Richard Dawe.
27833         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27834         is defined.
27835         * lib/lchown.c (S_ISLNK): Likewise.
27836
27837 2002-06-15  Jim Meyering  <meyering@lucent.com>
27838
27839         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27840         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27841         have been included before this file.
27842
27843 2002-06-14  Jim Meyering  <meyering@lucent.com>
27844
27845         * lib/file-type.h: Use the version from diffutils-2.8.2.
27846         * lib/file-type.c: Likewise.
27847
27848 2002-06-07  Jim Meyering  <meyering@lucent.com>
27849
27850         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27851         They're needed at least for NetBSD 1.5.2.
27852         ($statxfs_includes): Include those same headers.
27853         ($statxfs_includes): Include sys/vfs.h if available.
27854         ($statxfs_includes): Likewise for sys/statvfs.h.
27855         Check for the following members in both structs statfs and statvfs:
27856         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27857
27858 2002-06-01  Jim Meyering  <meyering@lucent.com>
27859
27860         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27861         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27862
27863 2002-05-28  Jim Meyering  <meyering@lucent.com>
27864
27865         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27866         Reported by Volker Borchert.
27867
27868 2002-05-27  Jim Meyering  <meyering@lucent.com>
27869
27870         Fix a problem seen only on nonconforming systems whereby ls.c's
27871         use of localtime, and then of gettimeofday would cause trouble:
27872         the localtime call used to initialize rpl_gettimeofday's save
27873         mechanism would clobber ls's current local time information so
27874         that in any long listing the first file would always be listed
27875         with date 1970-01-01.  Analysis by Volker Borchert.
27876
27877         * lib/gettimeofday.c (localtime): Undefine.
27878         (rpl_localtime): New function.
27879
27880 2002-05-27  Jim Meyering  <meyering@lucent.com>
27881
27882         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27883         localtime.
27884
27885         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27886         use the replacement function; it wouldn't resolve at link time.
27887         Reported by Volker Borchert.
27888
27889 2002-05-22  Jim Meyering  <meyering@lucent.com>
27890
27891         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27892         file-type.h.
27893         * lib/file-type.h: New file.
27894         * lib/file-type.c (file_type): New file/function.  Extracted from
27895         diffutils.
27896
27897 2002-04-30  Jim Meyering  <meyering@lucent.com>
27898
27899         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27900
27901 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27904
27905 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27906
27907         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27908         Do not check for alloca.h (no longer used) or stdbool.h (was never
27909         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27910
27911 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27912
27913         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27914
27915 2002-04-29  Jim Meyering  <meyering@lucent.com>
27916
27917         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27918         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27919         Use AC_FUNC_STRNLEN here instead.
27920
27921         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27922         With autoconf-2.53a, it's part of AC_PROG_CC.
27923
27924 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27925
27926         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27927         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27928
27929 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27930
27931         * lib/sig2str.h, lib/sig2str.c: New files.
27932         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27933
27934 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27935
27936         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27937         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27938         of 127, since 64 is the largest conceivable number for ancient
27939         nonstandard hosts.
27940         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27941
27942 2002-04-28  Jim Meyering  <meyering@lucent.com>
27943
27944         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27945
27946 2002-04-24  Jim Meyering  <meyering@lucent.com>
27947
27948         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27949         (jm_PREREQ): Use it.
27950
27951         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27952         mach/mach.h fcntl.h.
27953         Check for this function: setlocale.
27954
27955 2002-04-24  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/gettext.h: New file, from Gettext.
27958         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27959         (libfetish_a_SOURCES): Add gettext.h.
27960
27961 2002-04-16  Jim Meyering  <meyering@lucent.com>
27962
27963         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27964         ut_pid, ut_id, ut_exit.
27965
27966 2002-04-16  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27969         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27970         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27971
27972 2002-04-12  Jim Meyering  <meyering@lucent.com>
27973
27974         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27975         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27976         existence of the getmntinfo function.  Needed for Darwin 5.3.
27977
27978         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27979         This is necessary at least on Darwin 5.3.
27980
27981         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27982         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27983         strnlen.o in the library, and that makes some versions of ranlib
27984         object.
27985
27986 2002-04-12  Jim Meyering  <meyering@lucent.com>
27987
27988         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27989
27990 2002-04-09  Jim Meyering  <meyering@lucent.com>
27991
27992         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27993         to be more precise.  Rather than saying we're checking whether the
27994         function `works', say what we're testing.
27995         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27996         Reported by Bruno Haible.
27997
27998 2002-03-10  Jim Meyering  <meyering@lucent.com>
27999
28000         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28001         Suggestion from Santiago Vila.
28002
28003 2002-03-08  Jim Meyering  <meyering@lucent.com>
28004
28005         * lib/rename.c: Mention that this wrapper is needed also on
28006         mips-dec-ultrix4.4 systems.
28007
28008 2002-03-02  Jim Meyering  <meyering@lucent.com>
28009
28010         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28011         not HAVE_CLOCK_SETTIME.
28012
28013 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28014
28015         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28016         Check for clock_settime.
28017
28018 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28019
28020         * lib/nanosleep.h: Rename to....
28021         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28022
28023         * lib/gettime.c: New file.
28024         * lib/settime.c: New file.
28025         * lib/stime.c: Remove.
28026
28027         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28028         timespec.h.  Remove nanosleep.h.
28029
28030 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28031
28032         * m4/acl.m4: New file.
28033         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28034         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28035
28036 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28037
28038         * lib/acl.c, lib/acl.h: New files.
28039         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28040
28041 2002-02-24  Jim Meyering  <meyering@lucent.com>
28042
28043         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28044         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28045         cause trouble.  Reported by Nelson Beebe.
28046
28047 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28048
28049         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28050         compilers that don't know that xalloc_die never returns.
28051
28052 2002-02-20  Jim Meyering  <meyering@lucent.com>
28053
28054         * lib/getdate.c: Regenerate using bison-1.33.
28055
28056 2002-02-17  Jim Meyering  <meyering@lucent.com>
28057
28058         * config/config.guess (main): Don't use `head -1'; it's no longer
28059         portable. Use `sed 1q' instead.
28060
28061 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28062
28063         * m4/codeset.m4: Upgrade to gettext-0.11.
28064         * m4/gettext.m4: Upgrade to gettext-0.11.
28065         * m4/glibc21.m4: Upgrade to gettext-0.11.
28066         * m4/iconv.m4: Upgrade to gettext-0.11.
28067         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28068         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28069         * m4/lib-ld.m4: New file, from gettext-0.11.
28070         * m4/lib-link.m4: New file, from gettext-0.11.
28071         * m4/lib-prefix.m4: New file, from gettext-0.11.
28072         * m4/progtest.m4: Upgrade to gettext-0.11.
28073
28074 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28075
28076         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28077         (jm_PREREQ): Use it.
28078
28079 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28080
28081         * lib/posixver.c, lib/posixver.h: New files.
28082         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28083
28084 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28085             Bruno Haible  <bruno@clisp.org>
28086
28087         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28088         (fwrite_success_callback): New declaration.
28089         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28090         print_unicode_char. Call failure callback instead of error.
28091         (fwrite_success_callback): New function.
28092         (exit_failure_callback): New function.
28093         (fallback_failure_callback): New function.
28094         (print_unicode_char): Call unicode_to_mb.
28095
28096 2002-01-26  Jim Meyering  <meyering@lucent.com>
28097
28098         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28099         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28100
28101 2002-01-26  Jim Meyering  <meyering@lucent.com>
28102
28103         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28104
28105 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28106
28107         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28108
28109 2002-01-22  Jim Meyering  <meyering@lucent.com>
28110
28111         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28112         Otherwise, some versions of automake would omit the rule that makes
28113         Makefile from Makefile.in.
28114
28115 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28116
28117         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28118         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28119         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28120         (memcoll): Set errno to zero if there is no error.
28121
28122         * lib/quotearg.c (quotearg_buffer_restyled):
28123         Fix bug with quoting buffers containing NUL when backslashing escapes.
28124         This bug was exposed by the other changes in this patch.
28125         (quotearg_n_options): New arg ARGSIZE.
28126         All callers changed.
28127         (quoting_options_from_style): New function.
28128         (quotearg_n_style): Use it.
28129         (quotearg_n_style_mem): New function.
28130
28131         * lib/quotearg.h (quotearg_n_style_mem): New function.
28132
28133 2002-01-19  Jim Meyering  <meyering@lucent.com>
28134
28135         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28136         Remove useless quotes: DF_PROG="df".
28137         * m4/strnlen.m4: New file.
28138
28139 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28140
28141         * lib/backupfile.c (ISDIGIT): Comment fix.
28142         * lib/getdate.y (ISDIGIT): Likewise.
28143         * lib/posixtm.c (ISDIGIT, year): Likewise.
28144         * lib/strverscmp.c (ISDIGIT): Likewise.
28145         * lib/userspec.c (ISDIGIT): Likewise.
28146
28147 2002-01-16  Jim Meyering  <meyering@lucent.com>
28148
28149         * lib/getdate.y: Add three semicolons, each just before a closing
28150         brace. Bison (as of version 1.31) no longer papers over that mistake.
28151
28152 2002-01-05  Jim Meyering  <meyering@lucent.com>
28153
28154         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28155
28156 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28157
28158         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28159         not silently exit merely because the output buffer happens to
28160         have nothing pending.
28161
28162 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28163
28164         See the big note in ../ChangeLog.
28165         * lib/human.c (suffixes): Prefer K to k for 1024.
28166         (generate_suffix_backwards): New function.
28167         (human_readable_inexact): Use it.
28168         * lib/xstrtol.c (__xstrtol): If there is no number but there
28169         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28170         Accept 'K' as well as 'k'.
28171
28172 2001-12-15  Jim Meyering  <meyering@lucent.com>
28173
28174         * lib/regex.h (__restrict_arr): Update from libc.
28175
28176         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28177         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28178         (STREQ): Define.
28179
28180 2001-12-14  Jim Meyering  <meyering@lucent.com>
28181
28182         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28183         Suggestion from Bruno Haible.
28184
28185 2001-12-10  Jim Meyering  <meyering@lucent.com>
28186
28187         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28188         xrealloc, Instead, include "xalloc.h".
28189         (initbuffer): Don't cast xmalloc return value to char*.
28190         (readline): Reword comment.
28191         Don't cast xrealloc return value to char*
28192         Return NULL, not 0.
28193
28194 2001-12-09  Jim Meyering  <meyering@lucent.com>
28195
28196         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28197         about `signed and unsigned type in conditional expression'.
28198         * lib/posixtm.c (posix_time_parse): Likewise.
28199
28200         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28201
28202         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28203         to avoid a pedantic warning.
28204
28205         * lib/getstr.c: Don't include assert.h.
28206         (getstr): Remove warning-evoking assertions.
28207         Return -1 if offset parameter is out of bounds.
28208         Change the type of a local from int to size_t.
28209
28210         * lib/strftime.c (my_strftime_localtime_r): Include this function
28211         definition in the `#if ! HAVE_TM_GMTOFF' block.
28212
28213         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28214         Include xalloc.h instead.
28215
28216 2001-12-02  Jim Meyering  <meyering@lucent.com>
28217
28218         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28219         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28220         included.
28221
28222         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28223         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28224
28225 2001-11-30  Akim Demaille  <akim@epita.fr>
28226
28227         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28228         before being defined.
28229
28230 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28231
28232         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28233         First arg is int, not unsigned.
28234         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28235         (SIZE_MAX, UINT_MAX): New macros.
28236         (quotearg_n_options): Abort if N is negative.
28237         Avoid overflow check on hosts where size_t is 64 bits and int
28238         is 32 bits, as overflow is impossible there.
28239         Fix off-by-one typo that caused unnecessary reallocation.
28240
28241 2001-11-27  Jim Meyering  <meyering@lucent.com>
28242
28243         * lib/tempname.c: Merge with version from libc.
28244         * lib/regex.c: Likewise.
28245
28246         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28247         systems for which STDC_HEADERS is 0, it was not included, resulting in
28248         a warning about an integer-to-pointer conversion problem with getenv.
28249         Reported by Volker Borchert.
28250
28251 2001-11-26  Jim Meyering  <meyering@lucent.com>
28252
28253         * lib/gtod.h: Remove file.
28254         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28255         * lib/gettimeofday.c: Don't include gtod.h.
28256         (GTOD_init): Remove function.
28257         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28258         Suggestion from Volker Borchert.
28259
28260 2001-11-23  Jim Meyering  <meyering@lucent.com>
28261
28262         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28263         it.
28264         * lib/hash.c (struct hash_table): Define it here instead.
28265
28266 2001-11-22  Jim Meyering  <meyering@lucent.com>
28267
28268         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28269
28270 2001-11-20  Jim Meyering  <meyering@lucent.com>
28271
28272         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28273         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28274
28275 2001-11-19  Jim Meyering  <meyering@lucent.com>
28276
28277         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28278         directory.  Use "conftestXXXXXX" as the template.
28279         Suggestion from Paul Eggert.
28280
28281         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28282         immediately, so the test doesn't mistakenly hit the max-open-files
28283         limit.
28284
28285 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28286
28287         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28288         (TEMPORARIES): New macro.
28289         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28290         removes an artificial limitation (e.g. HP-UX 10.20, where
28291         TMP_MAX is 17576).
28292
28293 2001-11-18  Jim Meyering  <meyering@lucent.com>
28294
28295         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28296
28297 2001-11-18  Jim Meyering  <meyering@lucent.com>
28298
28299         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28300         on SunOS 4.
28301
28302         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28303         files will be created before anything else.
28304
28305 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28306
28307         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28308         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28309
28310 2001-11-17  Jim Meyering  <meyering@lucent.com>
28311
28312         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28313         Prompted by a report from Bob Proulx.
28314
28315         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28316         Instead, require UTILS_FUNC_MKSTEMP.
28317
28318 2001-11-17  Jim Meyering  <meyering@lucent.com>
28319
28320         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28321         Now, that's done as part of AC_FUNC_STRTOD.
28322
28323 2001-11-17  Jim Meyering  <meyering@lucent.com>
28324
28325         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28326         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28327         rather than group writable.  Patch by Juan F. Codagnone.
28328
28329         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28330         xrealloc, Instead, include "xalloc.h".
28331
28332         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28333         Remove explicit declarations of xmalloc, xrealloc,
28334         and xstrdup.  Instead, include "xalloc.h".
28335
28336         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28337         unlocked-io.h.
28338         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28339         Likewise.
28340         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28341
28342         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28343         Reported by Padraig Brady.
28344
28345         * lib/mkstemp.c: #undef mkstemp.
28346         Include config.h.
28347         (rpl_mkstemp): Rename from mkstemp.
28348         Protoize.
28349
28350 2001-11-16  Jim Meyering  <meyering@lucent.com>
28351
28352         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28353         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28354         determine the amount of total physical memory, use pstat_getstatic.
28355         HPUX-11 doesn't define _SC_PHYS_PAGES.
28356         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28357         If sysconf couldn't be used to determine the amount of available
28358         physical memory, use both pstat_getstatic and pstat_getdynamic.
28359         Based on a patch from Bob Proulx.
28360
28361 2001-11-10  Jim Meyering  <meyering@lucent.com>
28362
28363         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28364         (jm_PREREQ): Use it.
28365
28366 2001-11-09  Jim Meyering  <meyering@lucent.com>
28367
28368         * m4/jm-macros.m4: Require autoconf-2.52f.
28369         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28370         Use these AC_-prefixed names, not the AM_-prefixed ones.
28371
28372         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28373
28374 2001-11-05  Jim Meyering  <meyering@lucent.com>
28375
28376         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28377
28378 2001-11-04  Jim Meyering  <meyering@lucent.com>
28379
28380         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28381         $DEFS.
28382
28383 2001-11-03  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28386         of AC_DEFUN.
28387
28388         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28389         know the name of the variable in the macro definition.
28390
28391 2001-11-03  Jim Meyering  <meyering@lucent.com>
28392
28393         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28394         in argmatch_to_argument call.
28395
28396         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28397         argument.
28398
28399         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28400         e.g., a fault due to an attempt to free a NULL pointer.
28401
28402 2001-11-01  Jim Meyering  <meyering@lucent.com>
28403
28404         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28405         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28406
28407 2001-11-01  Jim Meyering  <meyering@lucent.com>
28408
28409         * lib/dirfd.c, lib/dirfd.h: New files.
28410         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28411
28412         * lib/hash.c (hash_print) [TESTING]: Clean up.
28413
28414 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28415
28416         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28417         to avoid a warning if -Wall.
28418
28419 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28420
28421         * README: New file
28422         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28423         (per RMS's instructions, this is now the canonical source)
28424         * lgpl/, gpl/: New directories.
28425
28426 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28427
28428         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28429
28430 2001-10-21  Jim Meyering  <meyering@lucent.com>
28431
28432         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28433         this code would end up calling gettext even in packages built
28434         with --disable-nls.
28435         * lib/getopt.c (_): Likewise.
28436         * lib/regex.c (_): Likewise.
28437
28438 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28439
28440         * m4/error.m4 (jm_PREREQ_ERROR):
28441         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28442         AC_FUNC_STRERROR_R does that.
28443         Check for strerror declaration.
28444
28445         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28446         are supposed to have them these days.
28447         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28448         Merge changes from latest Autoconf CVS.
28449         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28450         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28451         POSIX decided to standardize on the int flavor of strerror_r.
28452
28453 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28454
28455         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28456         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28457         Use strerror_r that is only a macro, even if it is not a function.
28458         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28459         (private_strerror): Use prototypes, not old-style function definition.
28460         (print_errno_message): New function.
28461         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28462         char*-flavored one.
28463         (error_tail, error, error_at_line): Use it.
28464
28465 2001-10-11  Jim Meyering  <meyering@lucent.com>
28466
28467         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28468         and quote_n (1, ... to avoid clobbering a buffer.
28469
28470 2001-10-05  Jim Meyering  <meyering@lucent.com>
28471
28472         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28473         hash-pjw.h.
28474         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28475         * lib/hash-pjw.h: New file.
28476
28477 2001-09-30  Jim Meyering  <meyering@lucent.com>
28478
28479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28480         `struct fsstat' has the `f_fstypename' member.
28481         Use that to define FS_TYPE, which is now used to make
28482         the getfsstat link test tighter.
28483
28484 2001-09-30  Jim Meyering  <meyering@lucent.com>
28485
28486         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28487         Include <sys/ucred.h>, for Apple Darwin.
28488         Include sys/mount.h and sys/fs_types.h only if available.
28489         (FS_TYPE): Define.
28490         (read_filesystem_list): Use FS_TYPE.
28491
28492 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28493
28494         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28495         a boolean context.
28496
28497 2001-09-29  Jim Meyering  <meyering@lucent.com>
28498
28499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28500         [one-argument getmntent function]): Include stdio.h before mntent.h.
28501         SunOS 4.1.x needs it for the declaration of `FILE'.
28502         Patch by Volker Borchert.
28503
28504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28505         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28506         sys/fs_types.h, and make the link-test for getfsstat guard #include
28507         directives with appropriate #if HAVE_*_H tests so that we can
28508         detect getfsstat on Apple Darwin1.3.7 systems.
28509         Reported by Nelson Beebe.
28510         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28511
28512 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28513
28514         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28515         #defines strtoimax.  Also treat the other strto* functions
28516         like strtoimax.
28517
28518         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28519         Check for strtoul and strtoumax,
28520         as those declarations are made even in the signed case.
28521         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28522         Likewise, for strtol and strtoimax.
28523
28524 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28525
28526         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28527         #defines strtoimax.  Also treat the other strto* functions
28528         like strtoimax.
28529
28530         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28531         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28532         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28533
28534 2001-09-26  Jim Meyering  <meyering@lucent.com>
28535
28536         Most macros in unlocked-io.h had the wrong number of arguments.
28537         * lib/gen-uio: New script.
28538         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28539         * lib/unlocked-io.hin: Remove file.
28540         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28541         rather than trying to embed it here.
28542         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28543         Reported by Padraig Brady.
28544
28545 2001-09-25  Volker Borchert  <bt@teknon.de>
28546
28547         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28548         `result'.
28549
28550 2001-09-24  Jim Meyering  <meyering@lucent.com>
28551
28552         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28553
28554 2001-09-23  Jim Meyering  <meyering@lucent.com>
28555
28556         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28557         instead of the mere test for existence of mntent.h.  The latter
28558         would get a false-positive on AIX 3.4 systems.
28559         In the outer getmntent if-block, don't die if neither of the getmntent
28560         tests succeeds.  Instead, just fall through and continue with the
28561         remaining tests.
28562
28563 2001-09-23  Jim Meyering  <meyering@lucent.com>
28564
28565         * lib/mountlist.c: Remove useless parentheses in #if directives.
28566         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28567         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28568
28569 2001-09-22  Jim Meyering  <meyering@lucent.com>
28570
28571         * m4/gettext.m4: New file.  From gettext.
28572         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28573         * m4/progtest.m4: Likewise
28574         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28575         * m4/glibc21.m4: Likewise.
28576
28577         * m4/libintl.m4: Remove.  No longer used.
28578
28579 2001-09-22  Jim Meyering  <meyering@lucent.com>
28580
28581         * lib/localcharset.c: Update from latest gettext.
28582         * lib/config.charset: Likewise.
28583
28584 2001-09-20  Jim Meyering  <meyering@lucent.com>
28585
28586         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28587         strtoimax.
28588         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28589         strtoumax.
28590
28591 2001-09-20  Jim Meyering  <meyering@lucent.com>
28592
28593         * lib/xstrtol.c (strtoimax): Guard declaration with
28594         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28595         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28596         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28597         (strtoumax): Likewise, for completeness (it wasn't necessary).
28598
28599 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28600
28601         * lib/strtoimax.c (HAVE_LONG_LONG):
28602         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28603         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28604         to work around bug in IBM C compiler.
28605
28606 2001-09-17  Jim Meyering  <meyering@lucent.com>
28607
28608         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28609         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28610         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28611         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28612         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28613         whenever the right hand side need not be expanded by the shell.
28614
28615 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28616
28617         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28618         library.  It's not correct, as some older glibcs are buggy.
28619         fnmatch wasn't fixed until glibc 2.2.
28620
28621         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28622         special shell magic here.
28623
28624 2001-09-16  Jim Meyering  <meyering@lucent.com>
28625
28626         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28627         * m4/jm-macros.m4: Require it.
28628
28629 2001-09-16  Jim Meyering  <meyering@lucent.com>
28630
28631         * lib/mkdir.c: New file.
28632
28633 2001-09-15  Jim Meyering  <meyering@lucent.com>
28634
28635         * m4/jm-macros.m4: Check for help2man.
28636
28637 2001-09-11  Jim Meyering  <meyering@lucent.com>
28638
28639         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28640         The body, by Paul Eggert, was moved here from configure.in.
28641         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28642
28643 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28644
28645         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28646         (jm_PREREQ): Use it.
28647
28648 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28649
28650         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28651         Use ssize_t, not int, to store result of readlink.
28652         Check for ssize_t overflow as well as size_t overflow,
28653         as POSIX says the result of readlink is implementation-defined
28654         when ssize_t overflows.
28655         Remove unnecessary cast to char*.
28656         Use free+malloc instead of realloc, as the storage doesn't need
28657         to be preserved and it's clearer and can be more efficient that way.
28658         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28659         * lib/xreadlink.h (xreadlink): Update prototype.
28660
28661 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28662
28663         * lib/xgetcwd.c: Revert some of the previous change; intead,
28664         fix the HAVE_GETCWD_NULL code to behave more like the
28665         !HAVE_GETCWD_NULL code used to.
28666
28667         Include "xalloc.h".
28668         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28669         invoke xalloc_die.
28670
28671 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28672
28673         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28674         sys/param.h, as pathmax.h includes them.
28675
28676 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28677
28678         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28679         (jm_PREREQ_XGETCWD): New macro.
28680
28681         * m4/getcwd.m4: New file.
28682
28683 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28684
28685         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28686         like the HAVE_GETCWD_NULL code.
28687         Include pathmax.h if not HAVE_GETCWD.
28688         Do not include xalloc.h.
28689         (INITIAL_BUFFER_SIZE): New symbol.
28690         Do not use xmalloc / xrealloc, since the caller is responsible for
28691         handling errors.  Preserve errno around `free' during failure.
28692         Do not overrun buffer when using getwd.
28693
28694 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28695
28696         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28697         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28698         getcwd (NULL, 0).
28699
28700 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28701
28702         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28703         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28704         spotted by Jim Meyering.
28705
28706 2001-09-03  Jim Meyering  <meyering@lucent.com>
28707
28708         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28709         failure.
28710
28711 2001-09-02  Jim Meyering  <meyering@lucent.com>
28712
28713         * lib/error.c: Update from GNU libc.
28714
28715 2001-09-01  Jim Meyering  <meyering@lucent.com>
28716
28717         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28718         Used by df.
28719
28720 2001-09-01  Jim Meyering  <meyering@lucent.com>
28721
28722         * lib/xreadlink.c: New file.
28723         * lib/xreadlink.h: New file.
28724         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28725         xreadlink.h.
28726
28727         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28728         doesn't conflict with sparc Solaris 7's definition in
28729         /usr/include/sys/int_types.h.
28730
28731         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28732         files.
28733         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28734         and strncasecmp as r-values.  Unixware didn't have declarations.
28735
28736 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28737
28738         * lib/xstrtol.h: Add copyright notice.
28739         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28740         LONGINT_INVALID_SUFFIX_CHAR.
28741
28742 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28743
28744         * lib/xstrtol.c (strtoimax): New decl.
28745
28746 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28747
28748         * lib/xgetcwd.c: Don't include pathmax.h.
28749         Include stdlib.h and unistd.h if available.
28750         Include xalloc.h.
28751         (xmalloc, xstrdup, free): Remove decls.
28752         (xgetcwd): Don't assume sizes fit in unsigned.
28753         Check for overflow when computing sizes.
28754         Simplify reallocation code.
28755
28756 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28757
28758         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28759         a directory's st_size can have an arbitrary value, so the old
28760         usage could waste an arbitrary amount of memory.  All uses
28761         changed.
28762         * lib/savedir.h: Update prototype.
28763
28764 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28765
28766         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28767
28768         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28769         old strtoimax.c.
28770
28771         Also, make the following further changes to make this file's
28772         configuration more similar to that of strtol.c:
28773         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28774         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28775         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28776         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28777         changed to signed values.
28778
28779         And make the following changes as well:
28780         Fix copyright notice, as 1999 was missing.
28781         (verify): New macro.
28782         (strtoimax): Check sizes at compile-time, not run-time.
28783         Prefer strtol to strtoll if both work.
28784         (main): Remove; it was not that useful and was a pain to maintain.
28785
28786         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28787
28788 2001-08-31  Jim Meyering  <meyering@lucent.com>
28789
28790         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28791         Use an initial, malloc'd, buffer of length 128 rather than
28792         a statically allocated one of length 1024.
28793
28794 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28795
28796         Simplify code, partly by assuming autoconf 2.52 semantics.
28797
28798         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28799
28800         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28801         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28802         All uses removed.
28803         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28804         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28805         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28806         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28807         jm_AC_HEADER_INTTYPES_H.
28808         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28809
28810         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28811
28812         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28813         Quote first arg of AC_DEFUN.
28814         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28815         since they are needed to parse the include file even if we need
28816         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28817         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28818         but with opposite signedness.
28819
28820 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28821
28822         Merge 'exclude' changes from tar 1.13.22.
28823         This fixes one or two unlikely storage allocation overflow bugs,
28824         but doesn't change user-visible behavior otherwise.
28825
28826 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28827
28828         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28829         (jm_PREREQ_EXCLUDE): New macro.
28830
28831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28832
28833         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28834         tm to be declared.
28835
28836 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28837
28838         * lib/hash.c: Remove '2001' from copyright notice.
28839
28840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28841
28842         * lib/full-write.h: New file.
28843         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28844         * lib/full-write.c: Correct credits, as cccp.c no longer
28845         exists and anyway it was so heavily changed from the old cccp
28846         code as to be unrecognizable.  Include full-write.h.
28847         (full_write) Return size_t, with short writes meaning failure.
28848         All callers changed.  This fixes a bug with large buffers
28849         on 64-bit hosts.
28850         * lib/utime.c: Include full-write.h.
28851
28852 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28853
28854         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28855         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28856         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28857         Include if available.
28858         (<xalloc.h>): Include
28859         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28860         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28861         collide with FNM macros.
28862         (struct patopts): New struct.
28863         (struct exclude): Use it, as exclude patterns now come with options.
28864         (new_exclude): Support above changes.
28865         (new_exclude, add_exclude_file):
28866         Initial size must now be a power of two to simplify overflow checking.
28867         (free_exclude, fnmatch_no_wildcards): New function.
28868         (excluded_filename): No longer requires options arg, as the options
28869         are determined by add_exclude.  Now returns bool, not int.
28870         (excluded_filename, add_exclude):
28871         Add support for the fancy new exclusion options.
28872         (add_exclude, add_exclude_file): Now takes int options arg.
28873         Check for arithmetic overflow when computing sizes.
28874         (add_exclude_file): xrealloc might modify errno, so don't
28875         realloc until after errno might be used.
28876
28877         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28878         New macros.
28879         (free_exclude): New decl.
28880         (add_exclude, add_exclude_file): Now takes int options arg.
28881         (excluded_filename): No longer requires options arg, as the options
28882         are determined by add_exclude.  Now returns bool, not int.
28883
28884 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28885
28886         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28887
28888 2001-08-27  Jim Meyering  <meyering@lucent.com>
28889
28890         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28891
28892         * lib/version-etc.c (N_): Remove definition.
28893         Revert most of last change.
28894         Instead, simply don't mark the `Copyright...' string for translation.
28895         Based on advice from Paul Eggert.
28896
28897         * lib/strtoxmax.c: Tweak comment.
28898
28899 2001-08-26  Jim Meyering  <meyering@lucent.com>
28900
28901         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28902
28903         * m4/xstrtoimax.m4: New file.
28904         * m4/xstrtoumax.m4: Add comments explaining why we
28905         AC_REPLACE_FUNCS(strtol).
28906
28907 2001-08-26  Jim Meyering  <meyering@lucent.com>
28908
28909         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28910         of copyright with `%s' so translators don't get an untranslated
28911         message in 2002.
28912         (COPYRIGHT_YEAR): Define.
28913         (version_etc): Use fprintf rather than fputs.
28914         Suggestion from Ulrich Drepper.
28915
28916         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28917
28918         * lib/strtoll.c: New file, from GNU libc.
28919         * lib/xstrtoimax.c: New file.
28920
28921         * lib/xstrtol.h: Add xstrtoimax.
28922         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28923         * lib/strtoimax.c: New file.  Likewise, but first define
28924         STRTOUXMAX_SIGNED.
28925
28926         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28927         ...
28928         * lib/strtoxmax.c: ... then renamed to this.
28929
28930 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28931
28932         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28933         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28934         (jm_AC_TYPE_INTMAX_T): New macro.
28935         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28936
28937         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28938
28939         * m4/longlong.m4: Renamed from ulonglong.m4.
28940         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28941         * m4/uintmax_t.m4: Removed.
28942
28943 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28944
28945         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28946         Port to Solaris 8, where 'sed' requires a space after the 'r'
28947         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28948         Redirect output to $tmp just once.
28949
28950 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28951
28952         * lib/addext.c (<errno.h>): Include.
28953         (errno): Declare if not defined.
28954         (addext): Work correctly when pathconf returns -1 and leaves
28955         errno alone because there is no limit.  Also, work even if
28956         pathconf returns a value greater than SIZE_MAX.
28957
28958 2001-08-12  Jim Meyering  <meyering@lucent.com>
28959
28960         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28961         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28962         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28963         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28964         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28965         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28966         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28967         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28968         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28969         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28970         utime.m4, utimes.m4, xstrtoumax.m4:
28971         Quote the first argument in each use of AC_DEFUN.
28972
28973 2001-08-12  Jim Meyering  <meyering@lucent.com>
28974
28975         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28976         Simply `return getcwd (NULL, 0);'.
28977         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28978         Use 1300 as initial value for length, not PATH_MAX.
28979
28980         * lib/pathmax.h: Clean up cpp syntax.
28981
28982 2001-08-12  Jim Meyering  <meyering@lucent.com>
28983
28984         * lib/gettimeofday.c: New file.
28985         * lib/gtod.h: New file.
28986         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28987
28988 2001-08-05  Jim Meyering  <meyering@lucent.com>
28989
28990         * m4/jm-macros.m4: Require autoconf-2.52.
28991
28992 2001-08-04  Jim Meyering  <meyering@lucent.com>
28993
28994         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28995         stmt, to get in sync with glibc.
28996
28997 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28998
28999         The following changes are from gettext 0.10.39 as maintained by
29000         Bruno Haible.
29001
29002         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29003         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29004         with inverted sense.  All uses changed.
29005
29006         * lib/mbswidth.c: Don't include <limits.h>.
29007         Include <stdlib.h> and <string.h> unconditionally.
29008         (iswcntrl, mbsinit, ISCNTRL): New macros.
29009         (mbsnwidth): Use K&R style function declarations.
29010         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29011         can optimize it when MB_CUR_MAX == 1.
29012         The width of control characters is zero, not 1.
29013
29014 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29015
29016         The following changes are from gettext 0.10.39 as maintained by
29017         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29018
29019         * m4/codeset.m4: Upgrade to serial AM1.
29020         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29021         all uses changed.  Quote first arg of AC_DEFUN.
29022         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29023
29024         * m4/iconv.m4: Upgrade to serial AM2.
29025         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29026         Add --with-libconv-prefix.
29027         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29028         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29029         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29030         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29031         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29032
29033         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29034         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29035         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29036         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29037         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29038         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29039         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29040         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29041         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29042
29043         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29044         string.h any more.
29045
29046         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29047         not the default value.
29048
29049         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29050         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29051         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29052         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29053         Also check for iswcntrl, used for wcwidth fallback.
29054         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29055         to Autoconf 2.13.
29056
29057 2001-08-03  Jim Meyering  <meyering@lucent.com>
29058
29059         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29060         as it was in the original.  Reported by Paul Eggert.
29061
29062 2001-07-16  Jim Meyering  <meyering@lucent.com>
29063
29064         * m4/gettimeofday.m4: New file.
29065         Prompted by a report from Bernhard Baehr.
29066
29067 2001-07-15  Jim Meyering  <meyering@lucent.com>
29068
29069         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29070         stuff. Now it's in ../Makefile.cfg.
29071
29072 2001-07-15  Jim Meyering  <meyering@lucent.com>
29073
29074         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29075         (BUILT_SOURCES): Add unlocked-io.h.
29076         (io_functions): Define.
29077         (unlocked-io.h): New rule.
29078         (DISTCLEANFILES): Add unlocked-io.h.
29079         (all-local): Depend on unlocked-io.h, to ensure it is created.
29080
29081         * lib/unlocked-io.hin: New file
29082
29083         * lib/regex.c: Update from glibc.
29084
29085 2001-07-05  Jim Meyering  <meyering@lucent.com>
29086
29087         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29088         recommendation.
29089         (libfetish_a_SOURCES): Put all .h files here instead.
29090         Remove a thus-exposed (better checks in automake) duplicate and
29091         two unnecessary .h files.
29092
29093 2001-07-04  Jim Meyering  <meyering@lucent.com>
29094
29095         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29096         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29097         distcheck failure.
29098
29099 2001-07-02  Jim Meyering  <meyering@lucent.com>
29100
29101         The following changes were prompted by suggestions from Bruno Haible.
29102
29103         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29104         is now generated.
29105         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29106         definition of EXTRA_DIST.
29107         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29108         ensure that the generated file is created/updated whenever the list
29109         of $(unlocked_functions) is changed.
29110         (jm-glibc-io.m4): New rule.
29111         (unlocked-io.h): New rule -- currently unused.
29112
29113 2001-06-24  Jim Meyering  <meyering@lucent.com>
29114
29115         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29116         unmatched right bracket, rather than kludging it with an extra,
29117         falsely-matching quote in a comment.  Patch by Akim Demaille.
29118
29119 2001-06-11  Jim Meyering  <meyering@lucent.com>
29120
29121         * lib/regex.c: Update from GNU libc.
29122
29123 2001-05-27  Jim Meyering  <meyering@lucent.com>
29124
29125         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29126         Check for ut_type in struct utmp.
29127
29128 2001-05-27  Jim Meyering  <meyering@lucent.com>
29129
29130         * lib/readutmp.h (UT_TYPE): Define.
29131
29132 2001-05-24  Jim Meyering  <meyering@lucent.com>
29133
29134         * lib/argmatch.c: Include "quote.h".
29135         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29136         quote function.  Reported by Göran Uddeborg.
29137
29138 2001-05-22  Jim Meyering  <meyering@lucent.com>
29139
29140         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29141         now that we use the package-supplied version unconditionally.
29142         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29143
29144 2001-05-21  Jim Meyering  <meyering@lucent.com>
29145
29146         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29147         shell syntax errors.
29148
29149 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29150
29151         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29152
29153 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29154
29155         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29156         Don't bother to check library strftime, since
29157         we'll be using our own my_strftime function anyway.
29158         Define my_strftime instead of strftime.
29159
29160 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29161
29162         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29163         which is not yet declared.
29164
29165 2001-05-15  Jim Meyering  <meyering@lucent.com>
29166
29167         * m4/regex.m4: Use proper quoting so brackets appear in the test
29168         program.
29169         Reported by, and with help from, Bruno Haible.
29170
29171 2001-05-13  Jim Meyering  <meyering@lucent.com>
29172
29173         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29174         undefined.
29175
29176 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29177
29178         dirname code cleanup.  base_name now behaves more compatibly
29179         with POSIX basename when given file names that have trailing
29180         slashes, and similarly for dir_name.  Add new primitives
29181         base_len and dir_len.  Put the directory-name-related decls
29182         into dirname.h.
29183
29184         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29185         * lib/backupfile.c (base_name): Likewise.
29186         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29187         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29188         * lib/makepath.c (strip_trailing_slashes): Likewise.
29189         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29190         ISSLASH): Likewise.
29191         * lib/rename.c (strip_trailing_slashes): Likewise.
29192         * lib/same.c (base_name): Likewise.
29193         * lib/stripslash.c (ISSLASH): Likewise.
29194
29195         * lib/addext.c: Include <dirname.h> after size_t is defined.
29196         * lib/backupfile.c: Likewise.
29197
29198         * lib/addext.c (addext): Use base_len to trim redundant
29199         trailing slashes instead of doing it ourselves.
29200         But do not trim the last slash if it is not redundant.
29201
29202         * lib/backupfile.c (find_backup_file_name,
29203         max_backup_version): Use base_len instead of rolling it ourselves.
29204         Handle the case of "" and (on DOS) "C:" correctly.
29205
29206         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29207         needed. Include <string.h>, <dirname.h>.
29208         (base_name): Allow file names ending in slashes, other than names
29209         that are all slashes.  In this case, return the basename followed
29210         by the slashes.  This is more general, and can be used in places
29211         where the original base_name purposely had an assertion failure.
29212         (base_len): New function.
29213
29214         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29215         Do not include <assert.h>; no longer needed.
29216         Include xalloc.h.
29217         (memrchr): Remove decl.
29218         (dir_name_r): Remove.
29219         (dir_len): Renamed from dirlen.  All callers changed.
29220         Rewrite in terms of base_name, for simplicity and consistency.
29221         (dir_name): Never return NULL.  All callers changed.
29222         Do not include <stdlib.h> in test program; no longer needed.
29223         return 0; is fine for test program.
29224
29225         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29226         New macros.
29227         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29228
29229         * lib/path-concat.c (path_concat): Use base_len to compute
29230         base length, not strlen; this means we cannot rely on memcpy
29231         to null-terminate.
29232
29233         * lib/same.c (STREQ): Remove.
29234         (same_name): Handle the case where the basename ends in trailing '/'.
29235
29236         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29237         a slash was stripped.  Do not strip the last slash after a
29238         file system prefix.
29239
29240 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29241
29242         * lib/Makefile.am (libfetish_a_SOURCES):
29243         Add strftime.c, since we now compile it on all hosts.
29244
29245         * lib/strftime.c (my_strftime):
29246         Define to nstrftime if emacs, but only if my_strftime is not defined.
29247         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29248         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29249         Add one more extra argument: a nanoseconds value.
29250         All uses changed.
29251         (ns): New macro.
29252         (my_strftime function): Add %N format.
29253         (emacs_strftimeu): Renamed from emacs_strftime,
29254         with extra ut argument.
29255
29256 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29257
29258         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29259
29260 2001-04-21  Jim Meyering  <meyering@lucent.com>
29261
29262         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29263         doesn't interfere.
29264
29265 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29266
29267         * m4/ftruncate.m4: Check for chsize.
29268         Link with ftruncate.o unconditionally if ftruncate is missing.
29269         This was required when cross-compiling to i586-mingw32msvc.
29270
29271 2001-04-08  Jim Meyering  <meyering@lucent.com>
29272
29273         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29274         recomputed; that's necessary when the offset spans a DST transition.
29275         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29276
29277 2001-04-02  Jim Meyering  <meyering@lucent.com>
29278
29279         * lib/regex.h, regex.c: Update from GNU libc.
29280
29281 2001-03-24  Jim Meyering  <meyering@lucent.com>
29282
29283         * m4/jm-macros.m4: Require autoconf-2.49d.
29284
29285 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29286
29287         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29288
29289 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29290
29291         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29292
29293 2001-03-17  Jim Meyering  <meyering@lucent.com>
29294
29295         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29296         now that the version in autoconf is equivalent.
29297         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29298
29299         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29300         Suggestion from Akim Demaille.
29301
29302         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29303         (jm_PREREQ_TEMPNAME): New function.
29304
29305 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29306
29307         * lib/tempname.c (uint64_t): Define to uintmax_t if
29308         not defined, and if UINT64_MAX is not defined.
29309         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29310         Reported by John David Anglin.
29311
29312 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29313
29314         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29315         resolve alias if codeset is empty.
29316         * lib/config.charset (BeOS): Use wildcard syntax.
29317
29318 2001-03-13  Jim Meyering  <meyering@lucent.com>
29319
29320         * lib/path-concat.c (path_concat)
29321         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29322         concatenating e.g., `C:' and `foo'.
29323         From Bruno Haible.
29324
29325 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29326
29327         * lib/localcharset.c (locale_charset): Don't use
29328         setlocale(LC_CTYPE,NULL). Don't return NULL.
29329         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29330
29331 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29332
29333         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29334         support for DOS/DJGPP.
29335
29336 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29337
29338         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29339         lacks mkstemp.  Compile our own tempname.c if we compile our own
29340         mkstemp.c, as mkstemp relies on tempname.
29341
29342 2001-03-01  Jim Meyering  <meyering@lucent.com>
29343
29344         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29345         AH_VERBATIM really does output its argument verbatim.
29346
29347 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29348
29349         * lib/Makefile.am (libfetish_a_SOURCES):
29350         Add dup-safer.c, fopen-safer.c.
29351         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29352
29353         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29354         * lib/unistd-safer.h: New files.
29355
29356 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29357
29358         The mkstemp replacement is taken from glibc 2.2.2, with some
29359         portability fixes for use outside glibc, as follows:
29360
29361         * lib/tempname.c (struct_stat64): New macro.
29362         (direxists, __gen_tempname): Use it.
29363         This avoids a portability problem with Solaris 8.
29364
29365         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29366         (<stddef.h>, <stdint.h>, <string.h>):
29367         Include only if STDC_HEADERS || _LIBC.
29368         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29369         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29370         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29371         (__set_errno): Define this macro if <errno.h> doesn't.
29372         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29373         Define these macros if <stdio.h> doesn't.
29374         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29375         Define these macros if <sys/stat.h>
29376         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29377         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29378         __xstat64): Define if not _LIBC.
29379         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29380         (__gen_tempname): Invoke gettimeofday only if
29381         HAVE_GETTIMEOFDAY || _LIBC;
29382         otherwise, fall back on plain "time".
29383         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29384
29385         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29386
29387         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29388
29389 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29390
29391         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29392
29393 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29394
29395         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29396         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29397         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29398         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29399
29400 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29401
29402         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29403         Remove workaround macros for hosts that have mbrtowc but not
29404         mbstate_t, as we now insist on proper declarations for both
29405         before using mbrtowc.
29406
29407 2001-02-17  Jim Meyering  <meyering@lucent.com>
29408
29409         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29410         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29411         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29412         UnixWare 7.1.1.
29413
29414         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29415         rather than AC_CACHE_VAL.
29416
29417 2001-02-17  Jim Meyering  <meyering@lucent.com>
29418
29419         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29420         around included file name.
29421
29422         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29423
29424         * lib/strftime.c: Update from GNU libc (the only changes were to
29425         comments).
29426
29427 2001-02-17  Jim Meyering  <meyering@lucent.com>
29428
29429         * lib/regex.c: Update from libc.
29430
29431 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29432
29433         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29434         clash.
29435
29436 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29437
29438         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29439         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29440         Reported by Mark Hounschell via Paul Eggert.
29441
29442 2001-02-07  Jim Meyering  <meyering@lucent.com>
29443
29444         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29445
29446 2001-02-05  Jim Meyering  <meyering@lucent.com>
29447
29448         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29449         it includes the patch required for `large file' support with at least
29450         HP-UX's 10.20 /bin/cc.
29451
29452 2001-02-03  Jim Meyering  <meyering@lucent.com>
29453
29454         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29455         AS_IF, now that it works once again (mysteriously).
29456         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29457
29458 2001-01-30  Jim Meyering  <meyering@lucent.com>
29459
29460         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29461         * m4/chown.m4: Rename conftestchown to conftest.chown.
29462         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29463         s/conftestdir2/conftest.d2/.
29464         * m4/utimes.m4: s/conftestdata/conftest.data/
29465         Inspired by Pavel Roskin's change in autoconf.
29466
29467 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29468
29469         * lib/config.charset: Update for FreeBSD 4.2.
29470
29471 2001-01-27  Jim Meyering  <meyering@lucent.com>
29472
29473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29474         a use of AS_IF.
29475         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29476
29477 2001-01-26  Jim Meyering  <meyering@lucent.com>
29478
29479         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29480         quotearg.c includes it.
29481
29482 2001-01-26  Jim Meyering  <meyering@lucent.com>
29483
29484         * lib/quotearg.c: Include stddef.h.
29485         * lib/quote.c: Include stddef.h.
29486         Reported by Axel Kittenberger.
29487
29488         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29489         line in double quotes so that it evokes a better diagnostic.
29490         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29491         Reported by Axel Kittenberger.
29492
29493 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29494
29495         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29496         as if it was a `charset'.
29497
29498 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29499
29500         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29501         has const.
29502
29503 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29504
29505         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29506         to avoid a warning.  Add back 'const' to inptr.
29507
29508 2001-01-20  Jim Meyering  <meyering@lucent.com>
29509
29510         Be sure that headers are checked before used in code compiled
29511         for the type checks.
29512         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29513         In place of that, invoke jm_CHECK_ALL_TYPES.
29514         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29515         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29516         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29517         The check for ssize_t was mistakenly run before the test for unistd.h.
29518
29519         The configure-time check for stdbool.h was missing.
29520         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29521         (jm_PREREQ_HASH): New function.
29522
29523 2001-01-17  Jim Meyering  <meyering@lucent.com>
29524
29525         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29526         for autoconf-2.49c.
29527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29528
29529 2001-01-16  Jim Meyering  <meyering@lucent.com>
29530
29531         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29532         From Bruno Haible.
29533
29534 2001-01-14  Jim Meyering  <meyering@lucent.com>
29535
29536         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29537         foo and bar.  Create conftestdir/ in the script, not in the C code.
29538         Remove directories in the script, not in the C code.
29539         Remove conftestdir{,2} before trying to create the directory.
29540         Make the entire configure script fail if the mkdir fails.
29541
29542 2001-01-14  Jim Meyering  <meyering@lucent.com>
29543
29544         * lib/rename.c: New file.  From Volker Borchert.
29545         Include stdlib.h, string.h or strings.h, and xalloc.h.
29546         Use strip_trailing_slashes rather than open-coding it.
29547
29548 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29549
29550         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29551
29552 2001-01-03  Jim Meyering  <meyering@lucent.com>
29553
29554         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29555         of local `inptr' to avoid warning with some system declarations of
29556         iconv.
29557
29558 2001-01-02  Volker Borchert  <bt@teknon.de>
29559
29560         * m4/rename.m4: New file.
29561         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29562
29563 2001-01-01  Jim Meyering  <meyering@lucent.com>
29564
29565         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29566         even on systems with utmpx.h.  It's necessary for the declaration of
29567         utmp's ut_user member.  Reported by Andreas Jaeger.
29568
29569         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29570         available. They are required for the declarations of getgrgid and
29571         getpwuid resp.
29572         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29573         Reported by Andreas Jaeger.
29574
29575 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29576
29577         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29578         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29579         so `make install' also works in VPATH builds.
29580
29581 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29582
29583         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29584         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29585         can be used in subdirectories.
29586
29587 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29588
29589         * lib/modechange.c: Do not assume that mode_t uses the
29590         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29591         the other-execute bit of FOO even if S_IXOTH != 1.
29592
29593         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29594         WOTH, XOTH, ALLM): New macros.
29595         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29596          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29597         Use them.
29598         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29599         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29600         (mode_compile):
29601         No need to use uintmax_t; unsigned long is long enough.
29602         Don't bother to get suffix since we don't use it.
29603
29604 2000-12-26  Jim Meyering  <meyering@lucent.com>
29605
29606         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29607         better with autoheader.
29608
29609 2000-12-24  Jim Meyering  <meyering@lucent.com>
29610
29611         * lib/hash.c (is_prime): Return explicit boolean values.
29612         (hash_get_first): Return NULL to appease Irix5.6's 89.
29613         Reported by Nelson Beebe.
29614
29615 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29616
29617         * lib/localcharset.c (locale_charset): Add support for Win32.
29618
29619 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29620
29621         * lib/physmem.h, lib/physmem.c: New files.
29622
29623         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29624         (noinst_HEADERS): Add physmem.h.
29625
29626         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29627         't' for compatibility with Solaris 8 sort.
29628
29629 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29630
29631         * lib/config.charset: Add support for BeOS.
29632
29633 2000-12-17  Jim Meyering  <meyering@lucent.com>
29634
29635         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29636         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29637
29638 2000-12-16  Jim Meyering  <meyering@lucent.com>
29639
29640         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29641         N and M) would have treated it like `chown N:N FILE'.
29642
29643         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29644
29645 2000-12-16  Jim Meyering  <meyering@lucent.com>
29646
29647         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29648         SHELLS_FILE to a file name that's useful on djgpp systems.
29649         Include stdlib.h.
29650         (ADDITIONAL_DEFAULT_SHELLS): Define.
29651         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29652         Based mostly on a patch from Prashant TR.
29653
29654 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29655
29656         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29657         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29658         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29659
29660 2000-12-08  Andreas Schwab  <schwab@suse.de>
29661
29662         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29663         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29664
29665 2000-12-07  Jim Meyering  <meyering@lucent.com>
29666
29667         * lib/stripslash.c (ISSLASH): Define.
29668         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29669         `/'.
29670         From Prashant TR.
29671
29672         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29673         (dir_name_r): Declare this function as static.
29674         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29675         manifest itself on a name containing a mix of slashes and
29676         backslashes.
29677         Make this function work with names starting with a DOS-style
29678         drive letter and colon prefix.
29679         (dir_name): Append `.' if necessary.
29680         Based mostly on patches from Prashant TR and Eli Zaretskii.
29681
29682         * lib/dirname.h (dir_name_r): Remove prototype.
29683
29684 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29685
29686         * m4/off_t-format.m4: Remove this file.
29687         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29688
29689 2000-12-06  Jim Meyering  <meyering@lucent.com>
29690
29691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29692         replacement strtoull, we may well need the replacement strtoul, too.
29693         Check for declarations of strtoul and strtoull.
29694         Check for strtol.  Mainly as a cue to cause automake to include
29695         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29696         Check for limits.h -- strtol.c needs it.
29697
29698 2000-12-05  Jim Meyering  <meyering@lucent.com>
29699
29700         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29701
29702 2000-12-04  Jim Meyering  <meyering@lucent.com>
29703
29704         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29705         Also include memory.h, stdlib.h, unistd.h if appropriate.
29706         Reported by Andreas Jaeger (conflicting declaration of malloc).
29707
29708 2000-12-02  Jim Meyering  <meyering@lucent.com>
29709
29710         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29711         * m4/jm-macros.m4 (jm_MACROS): require it.
29712
29713 2000-12-02  Jim Meyering  <meyering@lucent.com>
29714
29715         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29716
29717 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29718
29719         * lib/memrchr.c: Include <config.h> before any system include file.
29720
29721 2000-11-30  Jim Meyering  <meyering@lucent.com>
29722
29723         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29724
29725 2000-11-30  Jim Meyering  <meyering@lucent.com>
29726
29727         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29728
29729 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29730
29731         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29732
29733 2000-11-26  Jim Meyering  <meyering@lucent.com>
29734
29735         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29736
29737 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29738
29739         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29740         size of (size_t) -1; it's not portable.
29741
29742 2000-11-17  Jim Meyering  <meyering@lucent.com>
29743
29744         * lib/strstr.c: Update from GNU libc.
29745
29746 2000-11-17  Akim Demaille  <akim@epita.fr>
29747
29748         * lib/obstack.h: Formatting changes.
29749         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29750         prevent type checking.
29751         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29752         cast the value to (void *): assigning a `foo *' to a `void *'
29753         variable is valid.
29754         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29755
29756 2000-11-16  Jim Meyering  <meyering@lucent.com>
29757
29758         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29759
29760 2000-11-11  Jim Meyering  <meyering@lucent.com>
29761
29762         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29763
29764 2000-11-10  Jim Meyering  <meyering@lucent.com>
29765
29766         * lib/obstack.h: Update from GNU libc.
29767         * lib/obstack.c: Likewise.
29768
29769 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29770
29771         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29772
29773 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29774
29775         * lib/getusershell.c (setusershell): Use rewind rather than
29776         fseek/fseeko, to avoid configuration hassles with fseeko.
29777         Don't bother opening SHELLS_FILE if shellstream is NULL;
29778         it's not necessary.
29779
29780 2000-11-05  Jim Meyering  <meyering@lucent.com>
29781
29782         * lib/makepath.h (make_dir): Declare.
29783         * lib/makepath.c (make_dir): Remove `static' attribute.
29784         Tweak a comment.
29785
29786 2000-11-04  Jim Meyering  <meyering@lucent.com>
29787
29788         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29789
29790 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29791
29792         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29793         last one in a bucket, advance to the next bucket.
29794
29795 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29796
29797         * lib/fnmatch.c: Do not comment out all the code if we are using
29798         the GNU C library, because in some cases we are replacing buggy
29799         code in the GNU C library itself.
29800
29801 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29802
29803         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29804         (regex_compile): Catch bogus \(\1\).
29805
29806 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29807
29808         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29809         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29810         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29811
29812 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29813
29814         * lib/error.h, getline.h, modechange.h:
29815         Remove "2000" from Copyright line, as the file hasn't been
29816         changed this year other than in the copyright notice.
29817
29818         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29819         was changed this year.
29820
29821 2000-10-29  Jim Meyering  <meyering@lucent.com>
29822
29823         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29824         renaming.
29825         * m4/ls-mntd-fs.m4: Likewise
29826
29827 2000-10-29  Jim Meyering  <meyering@lucent.com>
29828
29829         * lib/xstat.in: Fix grammar in comment.
29830
29831 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29832
29833         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29834         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29835         doesn't define __restrict_arr.
29836
29837 2000-10-28  Jim Meyering  <meyering@lucent.com>
29838
29839         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29840         (jm_PREREQ_MEMCHR): New function.
29841
29842 2000-10-28  Jim Meyering  <meyering@lucent.com>
29843
29844         * lib/memchr.c: Update from libc.
29845         Adjust for portability:
29846         [HAVE_STDLIB_H]: Include stdlib.h.
29847         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29848         Undef __memchr, too.
29849         [!weak_alias]: Define __memchr to memchr.
29850
29851         * lib/regex.c: Update from libc.
29852         * lib/regex.h: Likewise.
29853         * lib/getopt1.c: Likewise.
29854         * lib/memcmp.c: Likewise.
29855
29856         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29857         Avoid using fseek, when possible -- it's broken by design.
29858         Patch by Ulrich Drepper.
29859
29860 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29861
29862         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29863         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29864         Giving in to popular pressure to shut up the compiler with casts.
29865
29866 2000-10-26  Jim Meyering  <meyering@lucent.com>
29867
29868         * lib/strftime.c: Update from libc.
29869
29870 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29871
29872         * regex.c: More `unsigned char' -> `re_char' changes.
29873         Also change several `int' into `re_wchar_t'.
29874         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29875         (PUSH_FAILURE_POINTER): Don't cast any more.
29876         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29877         We want GCC to complain, since this piece of code makes
29878         re_match non-reentrant, which *should* be fixed.
29879         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29880         (EXTEND_BUFFER): Use RETALLOC.
29881         (SET_LIST_BIT): Don't cast.
29882         (re_wchar_t): New type.
29883         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29884         that those two functions will always properly return.
29885         (IMMEDIATE_QUIT_CHECK): Cast to void.
29886         (analyse_first): Use recursion rather than an explicit stack.
29887         (re_compile_fastmap): Can't fail anymore.
29888         (re_search_2): Don't check re_compile_fastmap for failure.
29889         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29890         Now also sets the new value (passed in a new argument).
29891         (re_match_2_internal): Use it.
29892         Also, use a new var `reg' of type size_t when looping through regs
29893         rather than reuse the inappropriate `mcnt'.
29894
29895 2000-10-25  Jim Meyering  <meyering@lucent.com>
29896
29897         * lib/obstack.c: Update from libc.
29898
29899 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29900
29901         * regex.c (regex_compile): Change the way of handling a range from
29902         a char less than 256 to a char not less than 256.
29903
29904 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29905
29906         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29907         NT-Emacs only.
29908         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29909         so that re_search functions only quit when callers expect them to.
29910
29911 2000-10-23  Jim Meyering  <meyering@lucent.com>
29912
29913         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29914         wrong.  That set_locale call must not have any side effects.
29915         From Paul Eggert.
29916
29917 2000-10-22  Jim Meyering  <meyering@lucent.com>
29918
29919         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29920         [CYCLIC]: Remove now-unused definition.
29921
29922         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29923         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29924         Suggestion from Ulrich Drepper.
29925
29926 2000-10-21  Jim Meyering  <meyering@lucent.com>
29927
29928         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29929         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29930         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29931
29932 2000-10-21  Jim Meyering  <meyering@lucent.com>
29933
29934         * lib/dirname.c (memrchr): Declare if necessary.
29935         (dir_name): Remove the restriction that there be no
29936         trailing slashes.  Now, this code skips past them, effectively
29937         ignoring them.
29938         [TEST_DIRNAME] (main): New unit tests.
29939
29940         * lib/memrchr.c: New file from GNU libc.
29941         Undef __memrchr, too.
29942         [!weak_alias]: Define __memrchr to memrchr.
29943         Guard weak_alias use with `#ifdef weak_alias'.
29944
29945 2000-10-21  Jim Meyering  <meyering@lucent.com>
29946
29947         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29948         (dir_name): Use dir_name_r.
29949         * lib/dirname.h (dir_name_r): Declare it.
29950
29951 2000-10-17  Jim Meyering  <meyering@lucent.com>
29952
29953         * lib/quote.h (PARAMS): Define and use.
29954         Reported by Akim Demaille.
29955
29956         * lib/getopt.c: Update from libc.
29957
29958 2000-10-16  Jim Meyering  <meyering@lucent.com>
29959
29960         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29961         setlocale.
29962         From Jan Fedak.
29963
29964 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29965
29966         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29967
29968 2000-09-25  Jim Meyering  <meyering@lucent.com>
29969
29970         * lib/md5.h (rol): Define (from GnuPG).
29971
29972         * lib/sha.c: Give credit (GnuPG) where due.
29973         (M): Use rol rather than open-coding it.
29974         Add a FIXME comment.
29975
29976 2000-09-21  Jim Meyering  <meyering@lucent.com>
29977
29978         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29979         Reported by Michael Stone.
29980
29981 2000-09-20  Jim Meyering  <meyering@lucent.com>
29982
29983         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29984         (noinst_HEADERS): Add sha.h.
29985         Based on code from Scott G. Miller and from GnuPG.
29986
29987 2000-09-18  Jim Meyering  <meyering@lucent.com>
29988
29989         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29990         LIBS. Otherwise, everyone ends up linking with -lelf for some
29991         configurations.
29992         Reported by Mike Stone.
29993
29994 2000-09-15  Jim Meyering  <meyering@lucent.com>
29995
29996         * lib/regex.c: Update from libc.
29997
29998 2000-09-10  Jim Meyering  <meyering@lucent.com>
29999
30000         * lib/getopt.c (_getopt_internal): Update from glibc.
30001
30002 2000-09-09  Jim Meyering  <meyering@lucent.com>
30003
30004         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30005         think it should be used as a general replacement for isascii.
30006         * lib/fnmatch.c: Likewise.
30007         * lib/mbswidth.c: Likewise
30008         * lib/regex.c: Likewise.
30009
30010         Don't use atoi.
30011         * lib/userspec.c: Include sys/param.h and limits.h.
30012         Include xstrtol.h.
30013         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30014         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30015         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30016         UID, GID.  Check range.
30017
30018 2000-09-06  Jim Meyering  <meyering@lucent.com>
30019
30020         * lib/getopt.c (_getopt_internal): Update from glibc.
30021
30022 2000-08-30  Jim Meyering  <meyering@lucent.com>
30023
30024         * lib/strftime.c: Merge in changes from GNU libc.
30025
30026 2000-08-26  Jim Meyering  <meyering@lucent.com>
30027
30028         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30029         * m4/fpending.m4: New file.
30030
30031 2000-08-26  Jim Meyering  <meyering@lucent.com>
30032
30033         * lib/closeout.c: Include "__fpending.h".
30034         (close_stdout_status): Return right away if there's nothing to flush.
30035
30036         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30037         * lib/__fpending.c: New file.
30038         * lib/__fpending.h: New file.
30039
30040 2000-08-20  Jim Meyering  <meyering@lucent.com>
30041
30042         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30043         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30044         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30045
30046 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30047
30048         Improve fileutils installation on systems where running
30049         programs (like install) can't be unlinked.
30050         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30051         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30052
30053 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30054
30055         Standardize on "memory exhausted" instead of "Memory exhausted"
30056         or "virtual memory exhausted".
30057         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30058         "virtual memory exhausted".
30059         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30060         our own message.
30061         * lib/userspec.c (parse_user_spec): Likewise.
30062         * lib/bumpalloc.h: comment fix
30063         * lib/same.c, userspec.c: Include xalloc.h.
30064
30065         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30066         not char *const and pointing to a constant array.
30067         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30068         (xrealloc): Comment fix.
30069
30070         * lib/userspec.c (parse_user_spec):
30071         Don't translate a message until just before returning,
30072         to avoid unnecessary translation.
30073
30074 2000-08-07  Jim Meyering  <meyering@lucent.com>
30075
30076         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30077         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30078         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30079         getgroups.c, gethostname.c, getopt.h, group-member.c,
30080         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30081         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30082         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30083         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30084         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30085         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30086         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30087         yesno.c: Back out Copyright date changes for each file with no change
30088         this year.  This eases coordination with other programs using the same
30089         source code modules.  From Paul Eggert.
30090
30091 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30092
30093         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30094         not char, for compatibility with glibc 2.1.3 strftime.c.
30095
30096 2000-08-03  Greg McGary  <greg@mcgary.org>
30097
30098         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30099         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30100         (EXTEND_BUFFER): Use them.
30101
30102 2000-08-01  Jim Meyering  <meyering@lucent.com>
30103
30104         * lib/dirname.c (ISSLASH): Define.
30105         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30106         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30107         both `\' and `/' may be use as path separators.
30108         Based on a patch from Prashant TR.
30109
30110 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30111
30112         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30113         slot vector a constant, since it might get modified.
30114
30115 2000-07-31  Jim Meyering  <meyering@lucent.com>
30116
30117         * lib/xmalloc.c: Use `virtual memory exhausted', not
30118         `Memory exhausted'.
30119         * lib/obstack.c (print_and_abort): Likewise.
30120
30121 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30122
30123         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30124         buffer, so that the caller can always quote one small
30125         component of a "memory exhausted" message in slot 0.
30126         From a suggestion by Jim Meyering.
30127
30128 2000-07-30  Jim Meyering  <meyering@lucent.com>
30129
30130         * lib/makepath.c (make_path): Quote the other instance, too.
30131
30132         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30133         (STATIC_BUF_SIZE): Define.
30134         (quotearg_n_options): Use only statically allocated storage when
30135         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30136         than STATIC_BUF_SIZE.
30137
30138 2000-07-29  Jim Meyering  <meyering@lucent.com>
30139
30140         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30141         * lib/dirname.c (dir_name): Likewise.
30142
30143         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30144         `/'.
30145
30146         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30147         (dir_name): Assert that there are no trailing slashes.
30148
30149 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30150
30151         * lib/mbswidth.h (mbswidth): Add a flags argument.
30152         (mbswidth): New declaration.
30153         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30154         * lib/mbswidth.c (mbswidth): Add a flags argument.
30155         (mbsnwidth): New function.
30156
30157 2000-07-24  Jim Meyering  <meyering@lucent.com>
30158
30159         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30160
30161 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30162
30163         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30164
30165 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30166
30167         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30168         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30169         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30170         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30171         invoke multibyte primitives.
30172
30173 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30174
30175         * lib/quotearg.c:
30176         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30177         so that mbstate_t is always defined.
30178
30179         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30180         be 1 in at least one GCC installation, and this configuration
30181         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30182         performance on hosts that have mbrtowc but have only unibyte
30183         locales, but I assume these hosts are rare.
30184
30185 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30186
30187         * lib/mbswidth.c (_XOPEN_SOURCE):
30188         Don't define; this causes problems on Solaris 7.
30189         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30190
30191 2000-07-23  Jim Meyering  <meyering@lucent.com>
30192
30193         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30194         too: getgrgid, getpwuid, getuid.
30195
30196 2000-07-23  Jim Meyering  <meyering@lucent.com>
30197
30198         * lib/basename.c (base_name): Add an assertion.
30199
30200 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30201
30202         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30203         shadow its mbsinit function.
30204
30205 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30206
30207         * lib/mbswidth.h: New file.
30208         * lib/mbswidth.c: New file.
30209         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30210         (noinst_HEADERS): Add mbswidth.h.
30211
30212 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30213
30214         * lib/config.charset: Add support for FreeBSD. Improve support for
30215         HP-UX and IRIX 6.
30216
30217 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30218
30219         * m4/mbswidth.m4: New file.
30220         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30221
30222 2000-07-15  Jim Meyering  <meyering@lucent.com>
30223
30224         * lib/makepath.c: Include quote.h.
30225         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30226         corresponding argument in a `quote (...)' call.
30227         Give better diagnostics.
30228
30229         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30230         (noinst_HEADERS): Add quote.h.
30231
30232         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30233         from tar's src/misc.c.
30234         * lib/quote.h: New file.  Prototypes for same.
30235
30236 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30237
30238         From a suggestion by Bruno Haible.
30239         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30240         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30241         to decide whether to define the BeOS workaround macro;
30242         this adjusts to the change to AC_MBSTATE_T.
30243
30244 2000-07-14  Jim Meyering  <meyering@lucent.com>
30245
30246         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30247         jm_AC_TYPE_UINTMAX_T.
30248
30249 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30250
30251         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30252
30253         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30254         quotearg_buffer_restyled): Add support for
30255         clocale_quoting_style.  Undo previous change to
30256         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30257         and "{RIGHT QUOTATION MARK}" msgids.
30258
30259 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30260
30261         From a suggestion by Bruno Haible.
30262         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30263         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30264         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30265         and mbstate_t, to a single-part test that simply defines mbstate_t.
30266         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30267         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30268
30269 2000-07-10  Jim Meyering  <meyering@lucent.com>
30270
30271         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30272
30273         * m4/gnu-source.m4: Output to confdefs.h directly.
30274         Suggestion from Akim Demaille.
30275
30276 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30277
30278         The old behavior of quoting `like this' doesn't look good with
30279         newer, ISO-style fonts.  See:
30280         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30281
30282         Instead, quote "like this" by default.  Let the translator
30283         tailor the locale-specific quoting behavior by providing
30284         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30285
30286         * lib/quotearg.c (N_): New macro.
30287         (gettext_default): New function.
30288         (quotearg_buffer_restyled): Use
30289         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30290         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30291
30292 2000-07-09  Jim Meyering  <meyering@lucent.com>
30293
30294         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30295         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30296
30297         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30299
30300 2000-07-09  Jim Meyering  <meyering@lucent.com>
30301
30302         * lib/Most files: Update copyright dates to include 2000.
30303
30304 2000-07-08  Jim Meyering  <meyering@lucent.com>
30305
30306         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30307         if not defined.
30308         (xgethostname): Remove now-unnecessary #ifdef.
30309         Move declaration of `err' into loop where it's used.
30310
30311 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30312         and Bruno Haible  <haible@clisp.cons.org>
30313
30314         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30315         only if the test for an object-type mbstate_t fails.  This
30316         prevents us from mistakenly reporting that mbstate_t is a
30317         system object type after we "#define mbstate_t int" to work
30318         around its lack.
30319
30320 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30321         and Bruno Haible  <haible@clisp.cons.org>
30322
30323         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30324
30325 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30326
30327         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30328         to strerror_r.
30329         Include <ctype.h> for use of isalpha.
30330
30331 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30332
30333         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30334         by allocating a larger buffer. Test the gethostname return value for
30335         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30336         returns an error and ENAMETOOLONG isn't defined.
30337
30338 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30339
30340         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30341         dimension.
30342
30343 2000-07-04  Jim Meyering  <meyering@lucent.com>
30344
30345         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30346         of the deprecated AC_CHECKING.
30347
30348 2000-07-04  Jim Meyering  <meyering@lucent.com>
30349
30350         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30351         Reported by Bruno Haible.
30352
30353 2000-07-04  Jim Meyering  <meyering@lucent.com>
30354
30355         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30356         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30357         lacks mbrtowc.
30358
30359 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30360
30361         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30362         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30363
30364 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30365         and Bruno Haible  <haible@clisp.cons.org>
30366
30367         * lib/quotearg.c (mbrtowc):
30368         Assign to *pwc, and return 1 only if result is nonzero.
30369         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30370
30371 2000-07-03  Jim Meyering  <meyering@lucent.com>
30372
30373         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30374
30375 2000-07-03  Jim Meyering  <meyering@lucent.com>
30376
30377         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30378         This is necessary to get a definition of e.g., UTMP_FILE on
30379         HP-UX 10.20.
30380         From Bob Proulx.
30381
30382 2000-07-02  Jim Meyering  <meyering@lucent.com>
30383
30384         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30385
30386         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30387         AC_LIBOBJ(function_name).
30388         * m4/chown.m4: Likewise.
30389         * m4/fnmatch.m4: Likewise.
30390         * m4/ftruncate.m4: Likewise.
30391         * m4/getgroups.m4: Likewise.
30392         * m4/getline.m4: Likewise.
30393         * m4/group-member.m4: Likewise.
30394         * m4/jm-macros.m4: Likewise.
30395         * m4/lstat.m4: Likewise.
30396         * m4/malloc.m4: Likewise.
30397         * m4/memcmp.m4: Likewise.
30398         * m4/nanosleep.m4: Likewise.
30399         * m4/putenv.m4: Likewise.
30400         * m4/realloc.m4: Likewise.
30401         * m4/regex.m4: Likewise.
30402         * m4/stat.m4: Likewise.
30403         * m4/strftime.m4: Likewise.
30404
30405 2000-07-02  Jim Meyering  <meyering@lucent.com>
30406
30407         * lib/quotearg.c (mbstate_t): Don't define here.
30408
30409 2000-07-02  Jim Meyering  <meyering@lucent.com>
30410
30411         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30412
30413 2000-07-01  Jim Meyering  <meyering@lucent.com>
30414
30415         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30416
30417 2000-07-01  Jim Meyering  <meyering@lucent.com>
30418
30419         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30420         problem.
30421
30422 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30423
30424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30425         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30426
30427 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30428
30429         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30430         per change in ../m4/ls-mntd-fs.m4.
30431         (read_filesystem_list): Ignore symbolic links.
30432
30433 2000-06-29  Jim Meyering  <meyering@lucent.com>
30434
30435         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30436         for declaration of strcmp.
30437
30438         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30439
30440         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30441         Avoid warning by casting result to `char *' to remove `const'.
30442
30443 2000-06-28  Jim Meyering  <meyering@lucent.com>
30444
30445         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30446         included by quotearg.c, for which we perform this test.  From
30447         Bruno Haible.
30448
30449 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30450
30451         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30452         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30453         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30454
30455 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30456
30457         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30458
30459 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30460
30461         savedir now sets errno on failure and invokes xmalloc to get memory.
30462         Fix a couple of other minor bugs while we're at it.
30463
30464         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30465         (NAMLEN): Remove macro.
30466         (malloc, realloc): Remove decls.
30467         (stpcpy): Likewise.
30468         ("xalloc.h"): Include.
30469         (NAME_SIZE_DEFAULT): New macro.
30470         (savedir): Use xmalloc / xrealloc to allocate memory.
30471         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30472         Skip "" directory entries.
30473         Use strlen to calculate directory entry length, since the old method
30474         is rarely used these days and isn't worth supporting.
30475         Don't use a pointer after freeing it.
30476         Check for integer overflow when calculating allocation size.
30477         Use memcpy to copy entries, instead of stpcpy.
30478         Set errno properly when returning NULL.
30479         Check for readdir error.
30480
30481 2000-06-26  Jim Meyering  <meyering@lucent.com>
30482
30483         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30484
30485 2000-06-25  Jim Meyering  <meyering@lucent.com>
30486
30487         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30488         Linux header bug when _XOPEN_SOURCE is defined to 500.
30489
30490 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30491
30492         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30493         deficiency.
30494
30495 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30496
30497         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30498         Include xalloc.h.
30499         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30500
30501 2000-06-24  Jim Meyering  <meyering@lucent.com>
30502
30503         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30504         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30505         for which strerror does return char*, but which lacks a conveniently
30506         accessible declaration of the function.  If the compile-test says
30507         strerror_r doesn't work, then resort to a `run'-test that works on
30508         BeOS and segfaults on DEC Unix.
30509
30510 2000-06-24  Jim Meyering  <meyering@lucent.com>
30511
30512         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30513
30514 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30515
30516         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30517         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30518
30519 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30520
30521         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30522         (mbrtowc, mbstate_t): Define substitutes if
30523         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30524         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30525         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30526
30527 2000-06-23  Jim Meyering  <meyering@lucent.com>
30528
30529         * m4/afs.m4: Add missing AC_MSG_RESULT.
30530         Reported by Bruno Haible.
30531
30532         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30533         Suggestion from Bruno Haible.
30534
30535 2000-06-23  Jim Meyering  <meyering@lucent.com>
30536
30537         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30538
30539 2000-06-21  Jim Meyering  <meyering@lucent.com>
30540
30541         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30542
30543 2000-06-21  Jim Meyering  <meyering@lucent.com>
30544
30545         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30546         (noinst_HEADERS): Add getstr.h.
30547
30548         * lib/getline.c (getstr): Move into a separate file.
30549         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30550         the following changes: new parameter, delim2; both delim[12]
30551         parameters have type `int', not `char'.  The latter would lose
30552         with 8-bit delimiters.
30553         * lib/getstr.h: New file.
30554
30555 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30556
30557         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30558         than 1024, return a memory chunk of least possible size, instead
30559         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30560         Use free/xmalloc instead of xrealloc to avoid copying for very long
30561         paths.
30562
30563 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30564
30565         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30566         the empty string.
30567
30568 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30569
30570         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30571         address, not strdup.  Include <stdlib.h> and don't declare free().
30572
30573 2000-06-19  Jim Meyering  <meyering@lucent.com>
30574
30575         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30576
30577 2000-06-18  Jim Meyering  <meyering@lucent.com>
30578
30579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30580
30581         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30582         `checking whether...' message to be consistent with that of the
30583         lstat test.
30584
30585 2000-06-18  Jim Meyering  <meyering@lucent.com>
30586
30587         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30588         Besides, these days every porting target provides a mkdir function.
30589
30590         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30591         needed. (this snippet comes from src/system.h).
30592
30593 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30594
30595         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30596
30597 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30598
30599         * lib/human.c (adjust_value): New function.
30600         (human_readable_inexact): Apply rounding style even when
30601         printing approximate values.
30602
30603 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30604
30605         * lib/human.c (human_readable_inexact): Allow an input block
30606         size that is not a multiple of the output block size, and vice versa.
30607         Reported by Piergiorgio Sartor.
30608
30609 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30610
30611         * lib/getdate.y (get_date): Apply relative times after time
30612         zone indicator, not before.  Reported by Todd A. Jacobs.
30613
30614 2000-06-13  Jim Meyering  <meyering@lucent.com>
30615
30616         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30617
30618         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30619
30620 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30621
30622         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30623
30624 2000-06-12  Jim Meyering  <meyering@lucent.com>
30625
30626         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30627         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30628         optional argument.
30629         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30630         the optional argument, `lib'.
30631
30632 2000-06-08  Jim Meyering  <meyering@lucent.com>
30633
30634         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30635
30636 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30637
30638         Rewrite largefile configuration so that we don't need to run
30639         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30640         AC_CANONICAL_HOST in configure.in -- jmm]
30641
30642         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30643         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30644         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30645         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30646         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30647         All uses changed.
30648         Instead of inspecting the output of getconf, try to compile the
30649         test program without and with the macro definition.
30650         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30651         for getconf.  Instead, check for the needed flags by compiling
30652         test programs.
30653
30654 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30655
30656         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30657
30658 2000-06-04  Jim Meyering  <meyering@lucent.com>
30659
30660         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30661         SunOS 4.1.4 for which gid_t is an unsigned type.
30662
30663 2000-06-03  Jim Meyering  <meyering@lucent.com>
30664
30665         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30666         now that autoconf requires that.
30667
30668         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30669         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30670         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30671
30672 2000-06-03  Jim Meyering  <meyering@lucent.com>
30673
30674         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30675
30676 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30677
30678         * m4/glibc21.m4: New file.
30679         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30680
30681 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30682
30683         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30684         newer, don't install charset.alias.
30685         * lib/config.charset: Change the Linux/glibc rules so they become empty
30686         on glibc-2.1 or newer.
30687
30688 2000-06-02  Jim Meyering  <meyering@lucent.com>
30689
30690         * lib/mountlist.c: Back out last change.  Instead, do this...
30691         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30692         me_dummy member using the same `ignore'-testing code.
30693         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30694         fs_type strings.
30695         From Mark D. Roth.
30696
30697 2000-05-29  Jim Meyering  <meyering@lucent.com>
30698
30699         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30700         mounts with the `ignore' attribute.  Based on a patch from
30701         Mark D. Roth.
30702
30703 2000-05-28  Jim Meyering  <meyering@lucent.com>
30704
30705         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30706         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30707         * m4/stat.m4: Likewise.
30708         * m4/lstat.m4: Likewise.
30709         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30710
30711         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30712         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30713
30714 2000-05-26  Jim Meyering  <meyering@lucent.com>
30715
30716         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30717
30718 2000-05-24  Jim Meyering  <meyering@lucent.com>
30719
30720         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30721         autoconf requires that.
30722         * m4/lib-check.m4: Likewise.
30723         * m4/jm-macros.m4: Likewise.
30724         * m4/strftime.m4: Likewise.
30725
30726         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30727         AC_CHECK_DECLS, now that autoconf requires that.
30728
30729 2000-05-22  Jim Meyering  <meyering@lucent.com>
30730
30731         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30732         * m4/lstat.m4: Likewise.
30733
30734 2000-05-22  Jim Meyering  <meyering@lucent.com>
30735
30736         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30737
30738 2000-05-20  Jim Meyering  <meyering@lucent.com>
30739
30740         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30741         (jm_PREREQ): Use it.
30742
30743 2000-05-18  Jim Meyering  <meyering@lucent.com>
30744
30745         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30746         back, too, since it may have been modified by allocate_entry.
30747         (hash_delete): Rewrite to use neither the assignment operator
30748         nor the comma operator in an if-expression.
30749
30750 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/closeout.c:
30753         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30754         Remove; no longer needed.
30755         "quotearg.h": Add include.
30756         (file_name): Do not bother to explicitly initialize to NULL; it's less
30757         efficient on some hosts.
30758         (close_stdout_status): Remove test as to whether stdout was already
30759         closed; it breaks for the case "echo x | sort >&-".
30760         Quote file name colons.
30761         Do not assume that _("write error") lacks format strings.
30762
30763 2000-05-15  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/version-etc.c (version_etc_copyright): Update the copyright
30766         string used in all --version output.
30767
30768 2000-05-14  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/closeout.c (close_stdout_set_file_name): New function.
30771         (close_stdout_status): Use new file-scoped global.
30772         Return right away if fstat says the stdout file descriptor is invalid.
30773         * lib/closeout.h (close_stdout_set_file_name): Declare.
30774
30775 2000-05-10  Jim Meyering  <meyering@lucent.com>
30776
30777         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30778         (close_stdout_set_status): New function.
30779         * lib/closeout.h (close_stdout_set_status): Declare.
30780
30781 2000-05-09  Jim Meyering  <meyering@lucent.com>
30782
30783         * m4/gettext.m4: Rename this...
30784         * m4/libintl.m4: ...to this.
30785
30786 2000-05-08  Jim Meyering  <meyering@lucent.com>
30787
30788         * lib/long-options.c: Don't include closeout.h.
30789         (parse_long_options): Don't call close_stdout for --version.
30790
30791 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30792
30793         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30794         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30795         2.1.3 bug.  This avoids a clash when files like regex.c define
30796         _GNU_SOURCE.
30797
30798 2000-05-06  Jim Meyering  <meyering@lucent.com>
30799
30800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30801         (AC_REPLACE_FUNCS): Add strnlen.
30802
30803         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30804         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30805
30806         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30807         AC_SEARCH_LIBS call for nanosleep.
30808         (LIB_NANOSLEEP): Set and AC_SUBST.
30809
30810 2000-05-06  Jim Meyering  <meyering@lucent.com>
30811
30812         * lib/strnlen.c: Undefine __strnlen and strnlen.
30813         [!weak_alias]: Define __strnlen to strnlen.
30814
30815         * lib/atexit.c: New file, from libiberty.
30816
30817 2000-05-06  Jim Meyering  <meyering@lucent.com>
30818
30819         * lib/closeout.c (close_stdout_status): Also check for errors on the
30820         stderr stream.
30821
30822 2000-05-05  Jim Meyering  <meyering@lucent.com>
30823
30824         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30825         AC_SEARCH_LIBS call for clock_gettime.
30826         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30827
30828         * m4/search-libs.m4: Update from autoconf.
30829
30830         su doesn't work on Solaris 2.6.
30831         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30832         <shadow.h>.  Reported by Dragos Harabor.
30833
30834 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30835
30836         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30837         memcpy instead of xmalloc, xrealloc, path_concat.
30838         (locale_charset): Treat empty environment variables as absent.
30839         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30840
30841 2000-05-04  Jim Meyering  <meyering@lucent.com>
30842
30843         * lib/getopt.c: Update from glibc.
30844         * lib/obstack.c: Likewise.
30845         * lib/obstack.h: Likewise.
30846         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30847         file
30848
30849         * lib/regex.h: Likewise.
30850         * lib/strndup.c: Likewise.
30851         * lib/strnlen.c: New file, from glibc.
30852
30853 2000-05-03  Jim Meyering  <meyering@lucent.com>
30854
30855         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30856
30857 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30858
30859         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30860         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30861         compile-time test, rather than inspecting host and OS, to
30862         decide whether to define _LARGEFILE_SOURCE.
30863
30864 2000-05-01  Jim Meyering  <meyering@lucent.com>
30865
30866         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30867
30868         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30869         Based on a patch from Bruno Haible.
30870
30871 2000-05-01  Jim Meyering  <meyering@lucent.com>
30872
30873         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30874
30875 2000-04-29  Jim Meyering  <meyering@lucent.com>
30876
30877         * lib/path-concat.c: Declare strdup only if it's not defined.
30878         * lib/canon-host.c: Likewise.
30879
30880 2000-04-28  Jim Meyering  <meyering@lucent.com>
30881
30882         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30883         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30884         is included first, then limits.h is included by locale.h by libintl.h.
30885         From John David Anglin.
30886
30887 2000-04-25  Jim Meyering  <meyering@lucent.com>
30888
30889         * lib/makepath.c (S_IRWXUGO): Define.
30890         (make_path): Always perform explicit chmod if MODE specifies any
30891         of the `special' permission bits.  Prompted by a bug report against
30892         install from Mate Wierdl and Joost van Baal.
30893
30894 2000-04-18  Jim Meyering  <meyering@lucent.com>
30895
30896         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30897         (jm_PREREQ): Use it.
30898
30899 2000-04-18  Jim Meyering  <meyering@lucent.com>
30900
30901         * lib/README: New file.
30902
30903         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30904         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30905
30906 2000-04-17  Jim Meyering  <meyering@lucent.com>
30907
30908         Get it right :-)
30909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30910         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30911         Suggestion from Akim Demaille.
30912
30913 2000-04-17  Jim Meyering  <meyering@lucent.com>
30914
30915         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30916         the definition of it to rpl_strftime also defined-away the system's
30917         declaration.
30918
30919 2000-04-15  Jim Meyering  <meyering@lucent.com>
30920
30921         Use `C' to denote so-called `contiguous' files, the same way
30922         that tar does.
30923         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30924         (ftypelet): Use S_ISCTG.
30925         From Michael Deutschmann.
30926
30927 2000-04-14  Jim Meyering  <meyering@lucent.com>
30928
30929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30930         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30931         clobbered.
30932
30933 2000-04-14  Jim Meyering  <meyering@lucent.com>
30934
30935         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30936
30937 2000-04-13  Jim Meyering  <meyering@lucent.com>
30938
30939         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30940         AH_VERBATIM to insert required #ifndef into config.h.in.
30941         Suggestion from Akim Demaille.
30942
30943 2000-04-12  Jim Meyering  <meyering@lucent.com>
30944
30945         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30946         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30947         Christian Krackowizer.
30948
30949         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30950         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30951         (AC_SYS_LARGEFILE): Require.
30952         (AM_C_PROTOTYPES): Require.
30953
30954 2000-04-08  Jim Meyering  <meyering@lucent.com>
30955
30956         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30957         names don't conflict.  Reported by Eli Zaretskii.
30958
30959 2000-04-07  Jim Meyering  <meyering@lucent.com>
30960
30961         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30962         sys/types.h, to work around system header problems on AIX 3.2.5.
30963         From Bruno Haible.
30964
30965 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30966
30967         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30968         bug.  Deal with the different error behavior of Irix iconv.
30969
30970 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30971
30972         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30973         IRIX if the installer said otherwise.
30974
30975 2000-04-05  Jim Meyering  <meyering@lucent.com>
30976
30977         Portability tweaks required for ultrix4.3.
30978         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30979         (jm_CHECK_DECLS): Add getutent to the list of functions.
30980         (_jm_DECL_HEADERS): Add utmpx.h.
30981         From John David Anglin.
30982
30983         * m4/strftime.m4: Back out the 2000-04-02 change.
30984         Instead of that change, simply undefine putenv in the test program.
30985
30986 2000-04-05  Jim Meyering  <meyering@lucent.com>
30987
30988         Portability tweaks required for ultrix4.3.
30989         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30990         getutent.
30991         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30992         * lib/canon-host.c: Declare strdup.
30993         * lib/path-concat.c: Likewise.
30994         From John David Anglin.
30995
30996 2000-04-04  Jim Meyering  <meyering@lucent.com>
30997
30998         Be more DOS 8.3-friendly.
30999         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31000         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31001         * lib/Makefile.am: Reflect renaming.
31002         Reported by Eli Zaretskii.
31003
31004         Use a temporary file name that won't clash with `charset.alias'
31005         in the DOS 8.3 name space.
31006         * lib/Makefile.am (charset_tmp): Define.
31007         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31008         (uninstall-local): Likewise.
31009         Reported by Eli Zaretskii.
31010
31011 2000-04-03  Jim Meyering  <meyering@lucent.com>
31012
31013         * m4/gettext.m4: Fix typo in comment.
31014
31015         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31016         textutils/configure.in).  Suggestion from Paul Eggert.
31017         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31018
31019 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31020
31021         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31022         variable in the shell rather than using putenv, which isn't
31023         portable.  This avoids the configure-time inter-test dependency
31024         on the potentially-renamed putenv function.
31025
31026 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31027
31028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31029         before checking struct stat.st_blksize, so that
31030         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31031
31032 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31033
31034         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31035         since strftime.c uses HAVE_STRFTIME to decide whether to use
31036         the underlying strftime.
31037
31038 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31039
31040         * lib/time/strftime.c (my_strftime): Make sure we call the system
31041         strftime, not ourselves, when invoking the underlying strftime.
31042
31043 2000-03-24  Jim Meyering  <meyering@lucent.com>
31044
31045         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31046         (charset_alias): Define.
31047         (install-exec-local): Factor out common code.
31048         (uninstall-local): Split lines longer than 80.
31049         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31050         (SUFFIXES): Define.
31051         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31052         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31053
31054 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31055
31056         * lib/config.charset: Output a line containing "Packages using this
31057         file".
31058         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31059         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31060         ref-del.sed): New rules.
31061
31062 2000-03-17  Jim Meyering  <meyering@lucent.com>
31063
31064         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31065         Otherwise, include <strings.h>
31066
31067 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31068
31069         * lib/unicodeio.c (utf8_wctomb): New function.
31070         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31071         format instead of in UCS-4 with platform dependent endianness.
31072
31073 2000-03-10  Jim Meyering  <meyering@lucent.com>
31074
31075         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31076         From Marco Franzen.
31077
31078 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31079
31080         * lib/savedir.c (savedir): Work even if directory size is
31081         negative; this can happen with some screwy NFS configurations.
31082
31083 2000-03-06  Jim Meyering  <meyering@lucent.com>
31084
31085         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31086         if it's NULL (because we ran out of memory).  From Bruno Haible.
31087
31088 2000-03-05  Jim Meyering  <meyering@lucent.com>
31089
31090         * lib/localcharset.c ("path-concat.h"): Include.
31091         (get_charset_aliases): Use path_concat instead of ANSI string
31092         concatenation.
31093
31094         * lib/unicodeio.h (PARAMS): Define.
31095         Use it to guard prototype.
31096
31097 2000-03-04  Jim Meyering  <meyering@lucent.com>
31098
31099         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31100         for lib/localcharset.c.
31101
31102 2000-03-04  Jim Meyering  <meyering@lucent.com>
31103
31104         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31105         installing into it.
31106         (uninstall-local): Uncomment this rule so `make distcheck' works
31107         once again.
31108
31109         * lib/unicodeio.c (<errno.h>): Include it.
31110         (errno): Declare if not defined.
31111
31112         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31113
31114         * lib/config.charset: New version, incorporating remarks from a linux
31115         i18n mailing list.  From Bruno Haible.
31116
31117 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31118
31119         * m4/codeset.m4: New file.
31120         * m4/iconv.m4: New file.
31121         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31122
31123 2000-03-03  Jim Meyering  <meyering@lucent.com>
31124
31125         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31126
31127 2000-03-02  Jim Meyering  <meyering@lucent.com>
31128
31129         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31130         the messages come out on separate lines.
31131
31132         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31133         rather than jm_CHECK_DECLARATIONS.
31134         * m4/decl.m4: Remove now-unused file.
31135
31136         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31137         geteuid.
31138
31139 2000-03-02  Jim Meyering  <meyering@lucent.com>
31140
31141         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31142
31143 2000-03-01  Jim Meyering  <meyering@lucent.com>
31144
31145         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31146         * lib/unicodeio.c: Likewise.
31147
31148 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31149
31150         * lib/config.charset: New file.
31151         * lib/localcharset.c: New file.
31152         * lib/unicodeio.h, lib/unicodeio.c: New files.
31153         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31154         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31155         (noinst_HEADERS): Add unicodeio.h.
31156         (all-local, install-exec-local, charset.alias): New targets.
31157
31158 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31159
31160         * lib/quotearg.c (ALERT_CHAR): New macro.
31161         (quotearg_buffer_restyled): Use it.
31162
31163 2000-02-27  Jim Meyering  <meyering@lucent.com>
31164
31165         * m4/check-decl.m4: Add getenv to the list.
31166
31167 2000-02-27  Jim Meyering  <meyering@lucent.com>
31168
31169         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31170         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31171
31172         * lib/backupfile.c: Guard inclusion of stdlib.h with
31173         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31174         Declare malloc if needed.
31175
31176         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31177         `#ifndef HAVE_DECL..'
31178         now that autoconf always defines the HAVE_DECL_ symbols.
31179         * lib/human.c: Likewise.
31180         * lib/same.c: Likewise.
31181         * lib/strtoumax.c: Likewise.
31182
31183         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31184         declaration check was not run.
31185         * lib/hash.c: Likewise.
31186         * lib/human.c: Likewise.
31187         * lib/same.c: Likewise.
31188         * lib/strtoumax.c: Likewise.
31189
31190         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31191         `.', then first look up the entire `.'-containing string as a login
31192         name.
31193
31194 2000-02-23  Jim Meyering  <meyering@lucent.com>
31195
31196         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31197         in place of my hack.
31198
31199 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31200
31201         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31202         (textint): New typedef.
31203         (parser_control): Member year changed from int to textint.
31204         All uses changed.
31205         (YYSTYPE): Removed; replaced by %union with int and textint members.
31206         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31207         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31208         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31209         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31210         (date, number, to_year): Use width of number in digits, not its value,
31211         to determine whether it's a 2-digit year, or a 2-digit time.
31212         (yylex): Store number of digits of numeric tokens.
31213         Reported by John Kendall.
31214
31215         (parser_control): Changed from struct parser_control to typedef (for
31216         consistency).  All uses changed.
31217
31218         (tID): Removed; not used.
31219         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31220
31221 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31222
31223         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31224         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31225
31226 2000-02-12  Jim Meyering  <meyering@lucent.com>
31227
31228         * lib/userspec.c (ISDIGIT): Define it.
31229         (isdigit): Remove definition.
31230         (is_number): Use ISDIGIT, not isdigit.
31231         <libintl.h>: Include.
31232         (_ and N_): Define.
31233         (parse_user_spec): Mark translatable strings.
31234
31235 2000-02-10  Jim Meyering  <meyering@lucent.com>
31236
31237         With these changes, nanosleep.[ch] are finally enough like the other
31238         lib/* replacement files to compile on a few more losing systems.
31239
31240         * lib/nanosleep.h: Don't include config.h.
31241         Remove prototype from declaration of nanosleep.
31242         (PARAMS): Remove now-unneeded definition.
31243         * lib/nanosleep.c: #undef nanosleep.
31244         (rpl_nanosleep): Rename from nanosleep.
31245
31246 2000-02-10  Jim Meyering  <meyering@lucent.com>
31247
31248         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31249         gnu_nanosleep to rpl_nanosleep.
31250
31251 2000-02-09  Jim Meyering  <meyering@lucent.com>
31252
31253         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31254         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31255
31256 2000-02-08  Akim Demaille  <akim@epita.fr>
31257
31258         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31259         `[' and `]' and remove uses of `changequote'.
31260         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31261         (AC_SYS_LARGEFILE): Likewise.
31262         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31263         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31264         of changequote.
31265         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31266         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31267         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31268         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31269
31270 2000-02-05  Jim Meyering  <meyering@lucent.com>
31271
31272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31273         Remove explicit use of AC_HEADER_TIME.  It is required by
31274         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31275         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31276         in autoconf whereby the expansion of the latter ended up preceding
31277         the expansion of its prerequisite, AC_HEADER_TIME.
31278         Reported by Volker Borchert.
31279
31280 2000-02-03  Jim Meyering  <meyering@lucent.com>
31281
31282         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31283
31284 2000-02-03  Jim Meyering  <meyering@lucent.com>
31285
31286         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31287         rather than with `#if HAVE_UTMPNAME'.
31288
31289 2000-02-02  Jim Meyering  <meyering@lucent.com>
31290
31291         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31292         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31293         Reported by Eli Zaretskii.
31294
31295 2000-02-01  Jim Meyering  <meyering@lucent.com>
31296
31297         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31298
31299 2000-01-31  Jim Meyering  <meyering@lucent.com>
31300
31301         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31302         functions.  Add the time.h and sys/time.h headers along with the
31303         AC_REQUIRE'ment of AC_HEADER_TIME.
31304
31305 2000-01-31  Jim Meyering  <meyering@lucent.com>
31306
31307         * lib/nanosleep.h (nanosleep): Guard declaration with
31308         `#if ! HAVE_DECL_NANOSLEEP'.
31309         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31310         the declaration in that vendor's sys/timers.h.
31311         Reported by Christian Krackowizer.
31312
31313         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31314         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31315         (ISPRINT): Likewise.
31316         Reported by Tom Tromey.
31317
31318 2000-01-30  Jim Meyering  <meyering@lucent.com>
31319
31320         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31321
31322         * m4/prereq.m4 (utmp_includes): Define.
31323         Check for ut_user and ut_name members in both struct utmpx
31324         and struct utmp.
31325
31326 2000-01-30  Jim Meyering  <meyering@lucent.com>
31327
31328         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31329         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31330         header files where only utmpx.ut_user is declared.
31331
31332         * lib/readutmp.h (UT_USER): Define.
31333
31334 2000-01-29  Jim Meyering  <meyering@lucent.com>
31335
31336         * m4/lib-check.m4: New file containing library-related checks from
31337         fileutils and sh-utils (textutils had none).
31338
31339 2000-01-28  Jim Meyering  <meyering@lucent.com>
31340
31341         * m4/perl.m4: Change format of warning message to look more like that
31342         from the missing script.  Suggestion from François Pinard.
31343
31344 2000-01-25  Jim Meyering  <meyering@lucent.com>
31345
31346         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31347         well as time.h in the compile check.
31348         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31349         Fix typo in cross-compiling case: s/yes/no/.
31350
31351 2000-01-23  Jim Meyering  <meyering@lucent.com>
31352
31353         * m4/jm-macros.m4: Move df-related tests here from
31354         fileutils/configure.in
31355
31356         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31357         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31358
31359         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31360         s/space/ac_fsusage_space/.
31361         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31362
31363         * m4/ftruncate.m4: New file (derived from part of
31364         fileutils/configure.in).
31365         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31366         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31367
31368         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31369         AC_SUBST these here, rather than just in sh-util/configure.in, so
31370         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31371         all the same.
31372         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31373         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31374         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31375         (AC_SUBST(POW_LIBM)): Likewise.
31376         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31377
31378 2000-01-23  Jim Meyering  <meyering@lucent.com>
31379
31380         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31381         obstack.c.
31382
31383 2000-01-22  Jim Meyering  <meyering@lucent.com>
31384
31385         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31386
31387         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31388
31389         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31390         configure.in
31391         (AC_CHECK_HEADERS): Likewise for sh-utils.
31392         (AC_CHECK_HEADERS): Likewise for textutils.
31393         Merge the three lists of headers.
31394
31395         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31396         from fileutils' configure.in.
31397
31398         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31399         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31400         check-decl.m4.
31401
31402         * m4/check-decl.m4: Use #if rather than #ifdef.
31403         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31404         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31405         (_jm_DECL_HEADERS): Define new function.
31406         (jm_CHECK_DECLARATIONS): Require it.
31407
31408 2000-01-22  Jim Meyering  <meyering@lucent.com>
31409
31410         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31411         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31412         Required for some AIX systems.  Reported by Christian Krackowizer.
31413         [TESTING] (main): New function.
31414
31415         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31416         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31417         letters.
31418
31419         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31420         iswprint.
31421
31422         * lib/strverscmp.c (ISDIGIT): Define.
31423         (strverscmp): Use ISDIGIT, not isdigit.
31424
31425 2000-01-19  Jim Meyering  <meyering@lucent.com>
31426
31427         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31428         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31429         defines `struct timespec' in <sys/time.h>
31430
31431         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31432         Thanks to Akim for explaining.
31433
31434 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31435
31436         * lib/nanosleep.c (nanosleep):
31437         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31438         POSIX.1 doesn't require SA_INTERRUPT and some systems
31439         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31440         it's been part of POSIX.1 since day 1 (in 1988).
31441
31442 2000-01-17  Jim Meyering  <meyering@lucent.com>
31443
31444         * lib/interlock: Remove unused file.  Reported by François Pinard.
31445
31446 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31447
31448         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31449         alert, backslash, formfeed, and vertical tab unnecessarily in
31450         shell quoting style.
31451
31452 2000-01-16  Jim Meyering  <meyering@lucent.com>
31453
31454         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31455         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31456         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31457         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31458
31459 2000-01-16  Jim Meyering  <meyering@lucent.com>
31460
31461         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31462         because the latter didn't work.
31463
31464 2000-01-15  Jim Meyering  <meyering@lucent.com>
31465
31466         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31467         (AC_REPLACE_FUNCS): Add memcpy and memset.
31468         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31469         Add strpbrk.
31470         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31471
31472 2000-01-12  Jim Meyering  <meyering@lucent.com>
31473
31474         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31475         (jm_PREREQ): Use it.
31476         (jm_PREREQ_READUTMP): New macro.
31477         (jm_PREREQ): Use it.
31478
31479 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31480
31481         Quote multibyte characters correctly.
31482         * m4/c-bs-a.m4: New file.
31483         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31484         (jm_PREREQ): Use it.
31485
31486 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31487
31488         * m4/uintmax_t.m4: Port to autoconf 2.13.
31489
31490 2000-01-08  Jim Meyering  <meyering@ascend.com>
31491
31492         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31493         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31494
31495 2000-01-04  Jim Meyering  <meyering@ascend.com>
31496
31497         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31498         jm_STRUCT_DIRENT_D_TYPE.
31499         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31500         jm_STRUCT_DIRENT_D_INO.
31501         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31502         jm_STRUCT_UTIMBUF.
31503         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31504         renamings.
31505         * m4/utime.m4: Likewise.
31506
31507         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31508         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31509
31510 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31511
31512         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31513         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31514
31515 2000-01-02  Jim Meyering  <meyering@ascend.com>
31516
31517         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31518         remember if this is necessary.
31519
31520 1999-12-26  Jim Meyering  <meyering@ascend.com>
31521
31522         * m4/jm-macros.m4: Use it here.
31523         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31524
31525 1999-12-23  Jim Meyering  <meyering@ascend.com>
31526
31527         * m4/jm-macros.m4: Check for clock_gettime (moved from
31528         fileutils/configure.in)
31529         Check for gettimeofday.
31530
31531 1999-12-20  Jim Meyering  <meyering@ascend.com>
31532
31533         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31534         autoconf-2.14a-1999-12-20.
31535
31536 1999-12-19  Jim Meyering  <meyering@ascend.com>
31537
31538         * m4/lstat-slash.m4: New file.
31539         * m4/jm-macros.m4: Use the new macro:
31540         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31541
31542 1999-12-07  Jim Meyering  <meyering@ascend.com>
31543
31544         * m4/perl.m4: Require that File::Compare be available, too.
31545         Too many systems seem to lack it.
31546
31547         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31548         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31549
31550 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31551
31552         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31553         problem with the QNX 4.25 shell, which doesn't propagate exit
31554         status of failed commands inside shell assignments.
31555
31556 1999-11-17  Jim Meyering  <meyering@ascend.com>
31557
31558         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31559
31560 1999-11-07  Jim Meyering  <meyering@ascend.com>
31561
31562         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31563
31564 1999-11-06  Jim Meyering  <meyering@ascend.com>
31565
31566         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31567         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31568
31569 1999-11-05  Jim Meyering  <meyering@ascend.com>
31570
31571         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31572         configure.in of textutils, fileutils, and sh-utils into this one
31573         (shared between those packages) file.
31574         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31575         AC_STRUCT_ST_BLKSIZE.
31576
31577 1999-11-03  Jim Meyering  <meyering@ascend.com>
31578
31579         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31580         of AC_CHECK_TYPE checks includes unistd.h.
31581         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31582         Suggestion from Akim Demaille.
31583
31584 1999-10-30  Jim Meyering  <meyering@ascend.com>
31585
31586         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31587         m4-quoted string.
31588         * m4/ls-mntd-fs.m4: Likewise.
31589         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31590         * m4/jm-winsz1.m4: Likewise.
31591
31592         * m4/const.m4: Remove file, since the fix made it into the experimental
31593         version of autoconf.
31594         * m4/mktime.m4: Likewise.
31595
31596         * m4/check-type.m4: Remove file, now that the latest version of
31597         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31598
31599         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31600         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31601         AC_CHECK_TYPE.
31602
31603 1999-10-04  Jim Meyering  <meyering@ascend.com>
31604
31605         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31606
31607 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31608
31609         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31610         2.95.1 bug with HP-UX 10.20.
31611
31612 1999-09-17  Jim Meyering  <meyering@ascend.com>
31613
31614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31615         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31616         due to missing strdup (against sh-utils-2.0).
31617
31618 1999-08-29  Jim Meyering  <meyering@ascend.com>
31619
31620         * m4/jm-macros.m4: Require jm_BISON.
31621         * m4/bison.m4: New file.
31622
31623 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31624
31625         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31626         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31627
31628 1999-08-05  Jim Meyering  <meyering@ascend.com>
31629
31630         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31631         to avoid conflicts with `conftest' on 8+3 filesystems.
31632         Suggestion from Eli Zaretskii.
31633
31634 1999-08-04  Jim Meyering  <meyering@ascend.com>
31635
31636         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31637         fileutils and sh-utils (textutils's getline test was inadequate).
31638         (AM_FUNC_GETLINE): Run this test.
31639         (AC_CHECK_FUNCS): Check for getdelim.
31640         Reported by Bob Proulx.
31641
31642 1999-08-02  Jim Meyering  <meyering@ascend.com>
31643
31644         * m4/jm-macros.m4: Add a comment.
31645
31646 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31647
31648         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31649         <inttypes.h> defines strtoumax as a macro (and not as a
31650         function).
31651
31652 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31653
31654         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31655         that we can shift, multiply and divide unsigned long long
31656         values; Ultrix cc can't do it.
31657
31658 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31659
31660         * m4/mktime.m4: New file, which is a preview of what should appear
31661         in the next public autoconf release.
31662
31663 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31664
31665         * m4/lfs.m4: Remove this file.
31666         * m4/largefile.m4: New file.  It contains the old contents of
31667         lfs.m4, except that all names with prefix AC_LFS have been
31668         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31669         compatible with future autoconf versions.  Also, some minor m4
31670         quoting problems have been fixed.
31671
31672 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31673
31674         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31675         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31676         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31677         and simplify the shell code.
31678
31679 1999-08-01  Jim Meyering  <meyering@ascend.com>
31680
31681         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31682         m4.
31683
31684 1999-07-20  Jim Meyering  <meyering@ascend.com>
31685
31686         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31687
31688 1999-07-15  Jim Meyering  <meyering@ascend.com>
31689
31690         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31691
31692 1999-05-22  Jim Meyering  <meyering@ascend.com>
31693
31694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31695
31696 1999-05-20  Jim Meyering  <meyering@ascend.com>
31697
31698         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31699         Add a colon after each `then' in case $4 is empty.
31700
31701 1999-05-16  Jim Meyering  <meyering@ascend.com>
31702
31703         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31704
31705 1999-05-10  Jim Meyering  <meyering@ascend.com>
31706
31707         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31708
31709         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31710         AC_FUNC_MKTIME.
31711
31712 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31713
31714         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31715
31716 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31717
31718         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31719         not CPPFLAGS, so that linking works correctly in IRIX.
31720
31721 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31722
31723         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31724
31725 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31726
31727         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31728         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31730         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31731         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31732
31733         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31734
31735 1999-04-20  Jim Meyering  <meyering@ascend.com>
31736
31737         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31738         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31739         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31740
31741 1999-04-18  Jim Meyering  <meyering@ascend.com>
31742
31743         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31744         * m4/jm-macros.m4: Use it.
31745
31746 1999-04-06  Jim Meyering  <meyering@ascend.com>
31747
31748         * m4/strftime.m4: Remove test for %f.
31749
31750 1999-03-29  Jim Meyering  <meyering@ascend.com>
31751
31752         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31753         superset of the AC_TYPE_* checks in the textutils, fileutils,
31754         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31755         AC_TYPE_PID_T.
31756
31757 1999-03-28  Jim Meyering  <meyering@ascend.com>
31758
31759         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31760         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31761         replaced e.g., in the *.sh files of the sh-utils.
31762
31763 1999-03-20  Jim Meyering  <meyering@ascend.com>
31764
31765         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31766         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31767         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31768
31769 1999-03-19  Jim Meyering  <meyering@ascend.com>
31770
31771         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31772
31773 1999-03-12  Jim Meyering  <meyering@ascend.com>
31774
31775         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31776
31777 1999-03-07  Jim Meyering  <meyering@ascend.com>
31778
31779         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31780         declared.
31781
31782 1999-02-17  Jim Meyering  <meyering@ascend.com>
31783
31784         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31785         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31786
31787 1999-02-07  Jim Meyering  <meyering@ascend.com>
31788
31789         * m4/group-member.m4: New file -- extracted from sh-utils'
31790         configure.in.
31791
31792         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31793         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31794
31795 1999-02-06  Jim Meyering  <meyering@ascend.com>
31796
31797         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31798         * m4/fnmatch.m4: Likewise.
31799         * m4/getgroups.m4: Likewise.
31800         * m4/lstat.m4: Likewise.
31801         * m4/malloc.m4: Likewise.
31802         * m4/putenv.m4: Likewise.
31803         * m4/realloc.m4: Likewise.
31804         * m4/regex.m4: Likewise.
31805         * m4/stat.m4: Likewise.
31806         * m4/strftime.m4: Likewise.
31807         Suggestion from Alain Magloire.
31808
31809         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31810         * m4/fnmatch.m4: Likewise.
31811         * m4/getgroups.m4: Likewise.
31812         * m4/getline.m4: Likewise.
31813         * m4/lstat.m4: Likewise.
31814         * m4/malloc.m4: Likewise.
31815         * m4/memcmp.m4: Likewise.
31816         * m4/putenv.m4: Likewise.
31817         * m4/realloc.m4: Likewise.
31818         * m4/regex.m4: Likewise.
31819         * m4/stat.m4: Likewise.
31820         * m4/strftime.m4: Likewise.
31821         Suggestion from Alain Magloire.
31822
31823         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31824         an argument.
31825
31826         * m4/regex.m4: Add a run-time Test for proper operation of
31827         re_compile_pattern.
31828
31829 1999-01-31  Jim Meyering  <meyering@ascend.com>
31830
31831         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31832
31833 1999-01-30  Jim Meyering  <meyering@ascend.com>
31834
31835         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31836
31837         * m4/jm-mktime.m4: Make this a wrapper around the official
31838         AM_FUNC_MKTIME rather than my private copy, now that the official one
31839         is up to date.
31840         * m4/mktime.m4: Remove file.
31841
31842         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31843         * m4/uptime.m4: Likewise.
31844         * m4/uintmax_t.m4: Likewise.
31845
31846 1999-01-28  Jim Meyering  <meyering@ascend.com>
31847
31848         * m4/jm-macros.m4: Use jm_AFS.
31849         * m4/afs.m4: New file (from fileutils' configure.in).
31850
31851         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31852         * m4/chown.m4: Likewise.
31853         * m4/d-ino.m4: Likewise.
31854         * m4/d-type.m4: Likewise.
31855         * m4/fnmatch.m4: Likewise.
31856         * m4/getgroups.m4: Likewise.
31857         * m4/gettext.m4: Likewise.
31858         * m4/jm-mktime.m4: Likewise.
31859         * m4/jm-winsz2.m4: Likewise.
31860         * m4/lcmessage.m4: Likewise.
31861         * m4/ls-mntd-fs.m4: Likewise.
31862         * m4/malloc.m4: Likewise.
31863         * m4/memcmp.m4: Likewise.
31864         * m4/putenv.m4: Likewise.
31865         * m4/realloc.m4: Likewise.
31866         * m4/st_mtim.m4: Likewise.
31867         * m4/strftime.m4: Likewise.
31868
31869 1999-01-16  Jim Meyering  <meyering@ascend.com>
31870
31871         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31872         (ARGMATCH_DIE_DECL): Define.
31873
31874 1999-01-12  Jim Meyering  <meyering@ascend.com>
31875
31876         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31877         Reported by Lars Hecking.
31878
31879 1999-01-10  Jim Meyering  <meyering@ascend.com>
31880
31881         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31882         gross kludge.
31883         * m4/inttypes_h.m4: Likewise.
31884         * m4/lstat.m4: Likewise.
31885         * m4/malloc.m4: Likewise.
31886         * m4/readdir.m4: Likewise.
31887         * m4/realloc.m4: Likewise.
31888         * m4/st_dm_mode.m4: Likewise.
31889         * m4/stat.m4: Likewise.
31890         * m4/utimbuf.m4: Likewise.
31891         * m4/utimes.m4: Likewise.
31892
31893         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31894         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31895         comments in config.h.in are meaningful.
31896
31897         * m4/jm-macros.m4: Require autoconf-2.13 here.
31898
31899         * m4/regex.m4: By default, don't use the included regex.c on systems
31900         with glibc 2.  Suggestion from Uli Drepper.
31901
31902 1999-01-02  Jim Meyering  <meyering@ascend.com>
31903
31904         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31905
31906 1998-12-18  Jim Meyering  <meyering@ascend.com>
31907
31908         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31909         Based on a suggestion from Lars Hecking.
31910
31911 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31912
31913         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31914
31915 1998-11-16  Jim Meyering  <meyering@ascend.com>
31916
31917         * m4/lfs.m4: Double-quote the `uname...` expression.
31918
31919 1998-11-14  Jim Meyering  <meyering@ascend.com>
31920
31921         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31922         * m4/stat.m4: Likewise.
31923
31924 1998-11-03  Jim Meyering  <meyering@ascend.com>
31925
31926         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31927         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31928
31929 1998-10-18  Jim Meyering  <meyering@ascend.com>
31930
31931         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31932
31933 1998-10-17  Jim Meyering  <meyering@ascend.com>
31934
31935         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31936         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31937         calls for those previously hard-coded headers.  Instead, take a new
31938         parameter.
31939         (jm_CHECK_DECLARATIONS): Reflect interface change.
31940         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31941         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31942
31943         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31944
31945 1998-10-14  Jim Meyering  <meyering@ascend.com>
31946
31947         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31948         instead of "TZ=America/Vancouver".  From Paul Eggert.
31949
31950 1998-10-11  Jim Meyering  <meyering@ascend.com>
31951
31952         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31953         This adds a test for a recently added compatibility fix for mktime.c.
31954         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31955
31956 1998-09-27  Jim Meyering  <meyering@ascend.com>
31957
31958         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31959
31960         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31961         ../configure.in, including a change from Gordon Matzigkeit to allow
31962         cross-compiling for the Hurd.
31963
31964         * m4/glibc.m4: New file/macro to test for the GNU C Library
31965         versions 1 and 2.  From Gordon Matzigkeit.
31966         Indent.
31967
31968 1998-09-21  Jim Meyering  <meyering@ascend.com>
31969
31970         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31971
31972 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31973
31974         Port nanosecond-resolution times to UnixWare 2.1.2 and
31975         pedantic Solaris 2.6.
31976
31977         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31978         AC_STRUCT_ST_MTIM.
31979         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31980         Generate name of ns member, instead of just 1 or undef.
31981         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31982
31983 1998-08-15  Jim Meyering  <meyering@ascend.com>
31984
31985         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31986         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31987         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31988         instead of jm_TYPE_SSIZE_T.
31989
31990 1998-08-12  Jim Meyering  <meyering@ascend.com>
31991
31992         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31993
31994 1998-08-02  Jim Meyering  <meyering@ascend.com>
31995
31996         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31997         in acconfig.h manually.
31998
31999 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32000
32001         * m4/st_mtim.m4: New file.
32002
32003 1998-07-28  Jim Meyering  <meyering@ascend.com>
32004
32005         * m4/utimes.m4: Undef stat.
32006
32007 1998-07-25  Jim Meyering  <meyering@ascend.com>
32008
32009         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32010         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32011
32012 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32013
32014         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32015         uid and gid actually remain unchanged.
32016
32017 1998-07-07  Jim Meyering  <meyering@ascend.com>
32018
32019         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32020
32021 1998-07-04  Jim Meyering  <meyering@ascend.com>
32022
32023         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32024         to prove that this macro can be used in packages without regex.c.
32025
32026 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32027
32028         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32029         is to be used.
32030
32031 1998-07-03  Jim Meyering  <meyering@ascend.com>
32032
32033         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32034
32035         * m4/gettext.m4: New file -- from gettext-0.10.35.
32036         * m4/lcmessage.m4: Likewise.
32037         * m4/progtest.m4: Likewise.
32038
32039         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32040         * m4/jm-macros.m4: Require the new macro.
32041
32042 1998-06-29  Jim Meyering  <meyering@ascend.com>
32043
32044         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32045         for the definition of NGROUPS (used in a system header included
32046         by sys/mount.h).
32047
32048 1998-06-28  Jim Meyering  <meyering@ascend.com>
32049
32050         * m4/ls-mntd-fs.m4: New file.
32051         * m4/fstypename.m4: New file.
32052
32053         * m4/jm-macros.m4: Require the new macro.
32054         * m4/jm-glibc-io.m4: New file.
32055
32056 1998-05-19  Jim Meyering  <meyering@ascend.com>
32057
32058         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32059         * m4/lchown.m4: New file.
32060
32061         * m4/Makefile.am.in: New file.
32062         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32063
32064 1998-05-14  Jim Meyering  <meyering@ascend.com>
32065
32066         * m4/Makefile.am (EXTRA_DIST): Add them.
32067         * m4/jm-macros.m4: New file.
32068         * m4/utimbuf.m4: New file.
32069
32070 1998-05-12  Jim Meyering  <meyering@ascend.com>
32071
32072         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32073
32074 1998-05-11  Jim Meyering  <meyering@ascend.com>
32075
32076         * m4/isc-posix.m4: New file.
32077
32078 1998-05-10  Jim Meyering  <meyering@ascend.com>