* lib/version-etc.c (version_etc_va): Default to GPLv3+.
[pspp] / ChangeLog
1 2007-07-10  Eric Blake  <ebb9@byu.net>
2
3         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
4         * NEWS: Document this change.
5
6 2007-07-08  Bruno Haible  <bruno@clisp.org>
7
8         Update to Unicode 5.0.
9         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
10         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
11         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
15         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
16         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
17         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18         U+10A3F, U+1D242..U+1D244.
19         (nonspacing_table_ind): Update.
20         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
21         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
22
23 2007-07-08  Bruno Haible  <bruno@clisp.org>
24
25         Update to Unicode 5.0.
26         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
27         code transform. Extend the name index field of unicode_name_to_code and
28         unicode_code_to_name from 16 to 24 bits.
29         * lib/uniname/uniname.c (unicode_character_name,
30         unicode_name_character): Add the range 0x12xxx to the code transform.
31         * lib/uniname/uninames.h: Regenerated.
32         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33
34 2007-07-07  Bruno Haible  <bruno@clisp.org>
35
36         * modules/wcwidth-tests: New file.
37         * tests/test-wcwidth.c: New file.
38
39         Work around MacOS X wcwidth() bug.
40         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
41         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
42         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
43         original wcwidth in non-UTF-8 locales.
44         * modules/wcwidth (Depends-on): Add localcharset, streq,
45         uniwidth/width.
46         * doc/functions/wcwidth.texi: Update.
47
48 2007-07-07  Bruno Haible  <bruno@clisp.org>
49
50         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
51         (wcwidth): New declaration.
52         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
53         macros.
54         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
55         here. Prepare for creating <wchar.h> unconditionally.
56         * modules/wchar (Depends-on): Add link-warning.
57         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
58         REPLACE_WCWIDTH, and GL_LINK_WARNING.
59         * lib/wcwidth.h: Remove file.
60         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
61         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
62         * modules/wcwidth (Files): Remove lib/wcwidth.h.
63         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
64         (Include): Replace wcwidth.h with <wchar.h>.
65         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
66         * lib/mbchar.h: Don't include wcwidth.h.
67         * lib/mbswidth.c: Likewise.
68         * NEWS: Mention the change.
69
70 2007-07-07  Bruno Haible  <bruno@clisp.org>
71
72         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
73         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
74         definition with an external declaration.
75         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
76         defined as a function. Remove AC_C_INLINE requirement.
77         * modules/wcwidth (Files): Add lib/wcwidth.c.
78         (Makefile.am): Remove redundant statement.
79
80 2007-07-07  Bruno Haible  <bruno@clisp.org>
81
82         * MODULES.html.sh (Unicode string functions): Add the new modules.
83
84         * tests/uniwidth/test-u32-strwidth.c: New file.
85         * modules/uniwidth/u32-strwidth-tests: New file.
86
87         * lib/uniwidth/u32-strwidth.c: New file.
88         * modules/uniwidth/u32-strwidth: New file.
89
90         * tests/uniwidth/test-u16-strwidth.c: New file.
91         * modules/uniwidth/u16-strwidth-tests: New file.
92
93         * lib/uniwidth/u16-strwidth.c: New file.
94         * modules/uniwidth/u16-strwidth: New file.
95
96         * tests/uniwidth/test-u8-strwidth.c: New file.
97         * modules/uniwidth/u8-strwidth-tests: New file.
98
99         * lib/uniwidth/u8-strwidth.c: New file.
100         * modules/uniwidth/u8-strwidth: New file.
101
102         * tests/uniwidth/test-u32-width.c: New file.
103         * modules/uniwidth/u32-width-tests: New file.
104
105         * lib/uniwidth/u32-width.c: New file.
106         * modules/uniwidth/u32-width: New file.
107
108         * tests/uniwidth/test-u16-width.c: New file.
109         * modules/uniwidth/u16-width-tests: New file.
110
111         * lib/uniwidth/u16-width.c: New file.
112         * modules/uniwidth/u16-width: New file.
113
114         * tests/uniwidth/test-u8-width.c: New file.
115         * modules/uniwidth/u8-width-tests: New file.
116
117         * lib/uniwidth/u8-width.c: New file.
118         * modules/uniwidth/u8-width: New file.
119
120         * tests/uniwidth/test-uc_width.c: New file.
121         * modules/uniwidth/width-tests: New file.
122
123         * lib/uniwidth/width.c: New file, from GNU libiconv.
124         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
125         * modules/uniwidth/width: New file.
126
127         * lib/uniwidth.h: New file, from GNU libiconv.
128         * modules/uniwidth/base: New file.
129
130 2007-07-07  Bruno Haible  <bruno@clisp.org>
131
132         * lib/uniname.h: New file, from GNU gettext.
133         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
134         * lib/uniname/uninames.h: New file, from GNU gettext.
135         * lib/uniname/uniname.c: New file, from GNU gettext.
136         * tests/uniname/test-uninames.sh: New file.
137         * tests/uniname/test-uninames.c: New file, from GNU gettext.
138         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
139         * modules/uniname/base: New file.
140         * modules/uniname/uniname: New file.
141         * modules/uniname/uniname-tests: New file.
142         * MODULES.html.sh (Unicode string functions): Add the new modules.
143
144 2007-07-06  Bruno Haible  <bruno@clisp.org>
145
146         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
147
148 2007-07-06  Bruno Haible  <bruno@clisp.org>
149
150         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
151         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
152         includes <cygwin/sys_time.h> which includes <sys/select.h> which
153         include <sys/time.h>.
154         Reported by Eric Blake.
155
156 2007-07-06  Eric Blake  <ebb9@byu.net>
157
158         Fix testing canonicalize on cygwin.
159         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
160         Revert patch from 2007-06-19.
161         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
162         canonicalize module is also in use.
163         * tests/test-canonicalize.c: New file.
164         * tests/test-canonicalize.sh: Likewise.
165         * modules/canonicalize-tests: Likewise.
166
167 2007-07-06  Jim Meyering  <jim@meyering.net>
168
169         * lib/getugroups.c (getugroups): Detect getgrent failure.
170         Adjust comment to reflect reality: this function may return -1.
171
172 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
173
174         * build-aux/bootstrap (TP_URL,get_translations): Update to use
175         the new TP address.
176         (usage): Fix typo
177         (gnulib_mk): New variable.
178
179 2007-07-05  Jim Meyering  <jim@meyering.net>
180
181         Don't let endgrent clobber errno, no matter how improbable.
182         * lib/getugroups.c (getugroups): Save and restore errno around
183         endgrent call.
184
185         Close the group DB even when failing with 2^31 or more members.
186         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
187
188 2007-07-04  Jim Meyering  <jim@meyering.net>
189
190         * lib/getugroups.h: New file.
191         * lib/getugroups.c: Include "getugroups.h".
192         Remove uses of "register" keyword.
193         Move local variable, "cp", down into scope where used.
194         Give "username" parameter the "const" attribute.
195         * modules/getugroups (Files): Add lib/getugroups.h
196
197 2007-07-04  Karl Berry  <karl@gnu.org>
198
199         * MODULES.html.sh (func_all_modules): Complete rename of
200         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
201
202 2007-07-02  Bruno Haible  <bruno@clisp.org>
203
204         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
205         mode, when inttypes.h comes from gnulib.
206         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
207
208 2007-07-02  Simon Josefsson  <simon@josefsson.org>
209
210         * NEWS: Mention lgpl module name change.
211
212         * modules/lgpl-2.1: Renamed from lgpl.
213
214         * NEWS: Mention gpl module name change.
215
216         * modules/gpl-3.0: New file, based on gpl-2.0.
217
218         * modules/gpl-2.0: Renamed from gpl.
219
220         * modules/gpl: Fix filename, doc/gpl.texi is now found at
221         doc/gpl-2.0.texi.
222
223 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
224
225         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
226         #define __STDC_LIMIT_MACROS temporarily while including
227         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
228         Problem reported by Joel E. Denny in
229         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
230
231 2007-07-01  Bruno Haible  <bruno@clisp.org>
232
233         * lib/unistdio.h: New file.
234         * lib/unistdio/u-asnprintf.h: New file.
235         * lib/unistdio/u-asprintf.h: New file.
236         * lib/unistdio/u-printf-args.c: New file.
237         * lib/unistdio/u-printf-args.h: New file.
238         * lib/unistdio/u-printf-parse.h: New file.
239         * lib/unistdio/u-snprintf.h: New file.
240         * lib/unistdio/u-sprintf.h: New file.
241         * lib/unistdio/u-vasprintf.h: New file.
242         * lib/unistdio/u-vsnprintf.h: New file.
243         * lib/unistdio/u-vsprintf.h: New file.
244         * lib/unistdio/ulc-asnprintf.c: New file.
245         * lib/unistdio/ulc-asprintf.c: New file.
246         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
247         * lib/unistdio/ulc-printf-parse.c: New file.
248         * lib/unistdio/ulc-snprintf.c: New file.
249         * lib/unistdio/ulc-sprintf.c: New file.
250         * lib/unistdio/ulc-vasnprintf.c: New file.
251         * lib/unistdio/ulc-vasprintf.c: New file.
252         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
253         * lib/unistdio/ulc-vsnprintf.c: New file.
254         * lib/unistdio/ulc-vsprintf.c: New file.
255         * lib/unistdio/u8-asnprintf.c: New file.
256         * lib/unistdio/u8-asprintf.c: New file.
257         * lib/unistdio/u8-printf-parse.c: New file.
258         * lib/unistdio/u8-snprintf.c: New file.
259         * lib/unistdio/u8-sprintf.c: New file.
260         * lib/unistdio/u8-vasnprintf.c: New file.
261         * lib/unistdio/u8-vasprintf.c: New file.
262         * lib/unistdio/u8-vsnprintf.c: New file.
263         * lib/unistdio/u8-vsprintf.c: New file.
264         * lib/unistdio/u8-u8-asnprintf.c: New file.
265         * lib/unistdio/u8-u8-asprintf.c: New file.
266         * lib/unistdio/u8-u8-snprintf.c: New file.
267         * lib/unistdio/u8-u8-sprintf.c: New file.
268         * lib/unistdio/u8-u8-vasnprintf.c: New file.
269         * lib/unistdio/u8-u8-vasprintf.c: New file.
270         * lib/unistdio/u8-u8-vsnprintf.c: New file.
271         * lib/unistdio/u8-u8-vsprintf.c: New file.
272         * lib/unistdio/u16-asnprintf.c: New file.
273         * lib/unistdio/u16-asprintf.c: New file.
274         * lib/unistdio/u16-printf-parse.c: New file.
275         * lib/unistdio/u16-snprintf.c: New file.
276         * lib/unistdio/u16-sprintf.c: New file.
277         * lib/unistdio/u16-vasnprintf.c: New file.
278         * lib/unistdio/u16-vasprintf.c: New file.
279         * lib/unistdio/u16-vsnprintf.c: New file.
280         * lib/unistdio/u16-vsprintf.c: New file.
281         * lib/unistdio/u16-u16-asnprintf.c: New file.
282         * lib/unistdio/u16-u16-asprintf.c: New file.
283         * lib/unistdio/u16-u16-snprintf.c: New file.
284         * lib/unistdio/u16-u16-sprintf.c: New file.
285         * lib/unistdio/u16-u16-vasnprintf.c: New file.
286         * lib/unistdio/u16-u16-vasprintf.c: New file.
287         * lib/unistdio/u16-u16-vsnprintf.c: New file.
288         * lib/unistdio/u16-u16-vsprintf.c: New file.
289         * lib/unistdio/u32-asnprintf.c: New file.
290         * lib/unistdio/u32-asprintf.c: New file.
291         * lib/unistdio/u32-printf-parse.c: New file.
292         * lib/unistdio/u32-snprintf.c: New file.
293         * lib/unistdio/u32-sprintf.c: New file.
294         * lib/unistdio/u32-vasnprintf.c: New file.
295         * lib/unistdio/u32-vasprintf.c: New file.
296         * lib/unistdio/u32-vsnprintf.c: New file.
297         * lib/unistdio/u32-vsprintf.c: New file.
298         * lib/unistdio/u32-u32-asnprintf.c: New file.
299         * lib/unistdio/u32-u32-asprintf.c: New file.
300         * lib/unistdio/u32-u32-snprintf.c: New file.
301         * lib/unistdio/u32-u32-sprintf.c: New file.
302         * lib/unistdio/u32-u32-vasnprintf.c: New file.
303         * lib/unistdio/u32-u32-vasprintf.c: New file.
304         * lib/unistdio/u32-u32-vsnprintf.c: New file.
305         * lib/unistdio/u32-u32-vsprintf.c: New file.
306         * tests/unistdio/test-ulc-asnprintf1.c: New file.
307         * tests/unistdio/test-ulc-asnprintf1.h: New file.
308         * tests/unistdio/test-ulc-printf1.h: New file.
309         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
310         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
311         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
312         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
313         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
314         * tests/unistdio/test-ulc-vasprintf1.c: New file.
315         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
316         * tests/unistdio/test-ulc-vsprintf1.c: New file.
317         * tests/unistdio/test-u8-asnprintf1.c: New file.
318         * tests/unistdio/test-u8-asnprintf1.h: New file.
319         * tests/unistdio/test-u8-printf1.h: New file.
320         * tests/unistdio/test-u8-vasnprintf1.c: New file.
321         * tests/unistdio/test-u8-vasnprintf2.c: New file.
322         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
323         * tests/unistdio/test-u8-vasnprintf3.c: New file.
324         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
325         * tests/unistdio/test-u8-vasprintf1.c: New file.
326         * tests/unistdio/test-u8-vsnprintf1.c: New file.
327         * tests/unistdio/test-u8-vsprintf1.c: New file.
328         * tests/unistdio/test-u16-asnprintf1.c: New file.
329         * tests/unistdio/test-u16-asnprintf1.h: New file.
330         * tests/unistdio/test-u16-printf1.h: New file.
331         * tests/unistdio/test-u16-vasnprintf1.c: New file.
332         * tests/unistdio/test-u16-vasnprintf2.c: New file.
333         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
334         * tests/unistdio/test-u16-vasnprintf3.c: New file.
335         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
336         * tests/unistdio/test-u16-vasprintf1.c: New file.
337         * tests/unistdio/test-u16-vsnprintf1.c: New file.
338         * tests/unistdio/test-u16-vsprintf1.c: New file.
339         * tests/unistdio/test-u32-asnprintf1.c: New file.
340         * tests/unistdio/test-u32-asnprintf1.h: New file.
341         * tests/unistdio/test-u32-printf1.h: New file.
342         * tests/unistdio/test-u32-vasnprintf1.c: New file.
343         * tests/unistdio/test-u32-vasnprintf2.c: New file.
344         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
345         * tests/unistdio/test-u32-vasnprintf3.c: New file.
346         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
347         * tests/unistdio/test-u32-vasprintf1.c: New file.
348         * tests/unistdio/test-u32-vsnprintf1.c: New file.
349         * tests/unistdio/test-u32-vsprintf1.c: New file.
350         * modules/unistdio/base: New file.
351         * modules/unistdio/u-printf-args: New file.
352         * modules/unistdio/ulc-asnprintf: New file.
353         * modules/unistdio/ulc-asprintf: New file.
354         * modules/unistdio/ulc-fprintf: New file.
355         * modules/unistdio/ulc-printf-parse: New file.
356         * modules/unistdio/ulc-snprintf: New file.
357         * modules/unistdio/ulc-sprintf: New file.
358         * modules/unistdio/ulc-vasnprintf: New file.
359         * modules/unistdio/ulc-vasprintf: New file.
360         * modules/unistdio/ulc-vfprintf: New file.
361         * modules/unistdio/ulc-vsnprintf: New file.
362         * modules/unistdio/ulc-vsprintf: New file.
363         * modules/unistdio/u8-asnprintf: New file.
364         * modules/unistdio/u8-asprintf: New file.
365         * modules/unistdio/u8-printf-parse: New file.
366         * modules/unistdio/u8-snprintf: New file.
367         * modules/unistdio/u8-sprintf: New file.
368         * modules/unistdio/u8-vasnprintf: New file.
369         * modules/unistdio/u8-vasprintf: New file.
370         * modules/unistdio/u8-vsnprintf: New file.
371         * modules/unistdio/u8-vsprintf: New file.
372         * modules/unistdio/u8-u8-asnprintf: New file.
373         * modules/unistdio/u8-u8-asprintf: New file.
374         * modules/unistdio/u8-u8-snprintf: New file.
375         * modules/unistdio/u8-u8-sprintf: New file.
376         * modules/unistdio/u8-u8-vasnprintf: New file.
377         * modules/unistdio/u8-u8-vasprintf: New file.
378         * modules/unistdio/u8-u8-vsnprintf: New file.
379         * modules/unistdio/u8-u8-vsprintf: New file.
380         * modules/unistdio/u16-asnprintf: New file.
381         * modules/unistdio/u16-asprintf: New file.
382         * modules/unistdio/u16-printf-parse: New file.
383         * modules/unistdio/u16-snprintf: New file.
384         * modules/unistdio/u16-sprintf: New file.
385         * modules/unistdio/u16-vasnprintf: New file.
386         * modules/unistdio/u16-vasprintf: New file.
387         * modules/unistdio/u16-vsnprintf: New file.
388         * modules/unistdio/u16-vsprintf: New file.
389         * modules/unistdio/u16-u16-asnprintf: New file.
390         * modules/unistdio/u16-u16-asprintf: New file.
391         * modules/unistdio/u16-u16-snprintf: New file.
392         * modules/unistdio/u16-u16-sprintf: New file.
393         * modules/unistdio/u16-u16-vasnprintf: New file.
394         * modules/unistdio/u16-u16-vasprintf: New file.
395         * modules/unistdio/u16-u16-vsnprintf: New file.
396         * modules/unistdio/u16-u16-vsprintf: New file.
397         * modules/unistdio/u32-asnprintf: New file.
398         * modules/unistdio/u32-asprintf: New file.
399         * modules/unistdio/u32-printf-parse: New file.
400         * modules/unistdio/u32-snprintf: New file.
401         * modules/unistdio/u32-sprintf: New file.
402         * modules/unistdio/u32-vasnprintf: New file.
403         * modules/unistdio/u32-vasprintf: New file.
404         * modules/unistdio/u32-vsnprintf: New file.
405         * modules/unistdio/u32-vsprintf: New file.
406         * modules/unistdio/u32-u32-asnprintf: New file.
407         * modules/unistdio/u32-u32-asprintf: New file.
408         * modules/unistdio/u32-u32-snprintf: New file.
409         * modules/unistdio/u32-u32-sprintf: New file.
410         * modules/unistdio/u32-u32-vasnprintf: New file.
411         * modules/unistdio/u32-u32-vasprintf: New file.
412         * modules/unistdio/u32-u32-vsnprintf: New file.
413         * modules/unistdio/u32-u32-vsprintf: New file.
414         * modules/unistdio/ulc-asnprintf-tests: New file.
415         * modules/unistdio/ulc-vasnprintf-tests: New file.
416         * modules/unistdio/ulc-vasprintf-tests: New file.
417         * modules/unistdio/ulc-vsnprintf-tests: New file.
418         * modules/unistdio/ulc-vsprintf-tests: New file.
419         * modules/unistdio/u8-asnprintf-tests: New file.
420         * modules/unistdio/u8-vasnprintf-tests: New file.
421         * modules/unistdio/u8-vasprintf-tests: New file.
422         * modules/unistdio/u8-vsnprintf-tests: New file.
423         * modules/unistdio/u8-vsprintf-tests: New file.
424         * modules/unistdio/u16-asnprintf-tests: New file.
425         * modules/unistdio/u16-vasnprintf-tests: New file.
426         * modules/unistdio/u16-vasprintf-tests: New file.
427         * modules/unistdio/u16-vsnprintf-tests: New file.
428         * modules/unistdio/u16-vsprintf-tests: New file.
429         * modules/unistdio/u32-asnprintf-tests: New file.
430         * modules/unistdio/u32-vasnprintf-tests: New file.
431         * modules/unistdio/u32-vasprintf-tests: New file.
432         * modules/unistdio/u32-vsnprintf-tests: New file.
433         * modules/unistdio/u32-vsprintf-tests: New file.
434         * MODULES.html.sh (Unicode string functions): Add the new modules.
435
436 2007-07-01  Bruno Haible  <bruno@clisp.org>
437
438         * lib/sprintf.c (sprintf): Limit the available length estimation,
439         to avoid address wraparound.
440         * lib/vsprintf.c (vsprintf): Likewise.
441         * modules/sprintf-posix (Dependencies): Add stdint.
442         * modules/vsprintf-posix (Dependencies): Likewise.
443
444 2007-07-01  Bruno Haible <bruno@clisp.org>
445
446         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
447         Windows PATH as well. Conservative double-quoting. Comments.
448
449 2007-07-01  Bruno Haible <bruno@clisp.org>
450             Eric Blake  <ebb9@byu.net>
451             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
452
453         * gnulib-tool (self_abspathname): Fix algorithm to cope with
454         empty components in $PATH, denoting '.'.
455
456 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
457
458         * gnulib-tool: Fix indentation.
459         (func_create_megatestdir): Likewise.
460         Report by Bruno Haible.
461
462 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
463
464         Sync from Automake.
465         * build-aux/gnupload: Fix shell portability issues with for loops.
466         Report by Karl Berry.
467
468 2007-06-29  Simon Josefsson  <simon@josefsson.org>
469
470         * build-aux/maint.mk (POURL): Use translationproject.org.
471
472 2007-06-27  Simon Josefsson  <simon@josefsson.org>
473             Bruno Haible  <bruno@clisp.org>
474
475         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
476         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
477         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
478         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
479         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
480
481 2007-06-27  Bruno Haible  <bruno@clisp.org>
482
483         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
484         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
485
486 2007-06-26  Karl Berry  <karl@gnu.org>
487
488         * MODULES.html.sh: remove xreadlink-with-size.
489
490 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
491
492         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
493         method that I hope also handles the double-include problem noted
494         by Bruno Haible in
495         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
496
497 2007-06-23  Bruno Haible  <bruno@clisp.org>
498
499         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
500         Don't let the 'mostlyclean' target fail if the last subdirectory could
501         not be removed.
502         Reported by Karl Berry.
503
504 2007-06-23  Bruno Haible  <bruno@clisp.org>
505
506         * gnulib-tool (echo): Add a speedier workaround for ksh.
507         * tests/test-echo.sh: Likewise.
508
509 2007-06-23  Bruno Haible  <bruno@clisp.org>
510
511         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
512         * tests/test-echo.sh: Likewise.
513
514 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
515
516         * gnulib-tool (IFS): Initialize early, so we don't set it to
517         empty later.
518         (self_abspathname): Rewrite algorithm to set it, reindent.
519         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
520         (func_create_megatestdir): Merge some sed scripts.
521
522 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
523
524         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
525         exposed by Sun Studio 11 cc on Solaris 8.
526
527 2007-06-22  Bruno Haible  <bruno@clisp.org>
528
529         * gnulib-tool (echo): Ensure the echo primitive does not interpret
530         backslashes.
531         * tests/test-echo.sh: New file.
532
533 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
534
535         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
536         simplify `sed_replace_build_aux' scripts, they are portable but
537         echoing them with `echo' is not.
538         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
539
540 2007-06-21  Karl Berry  <karl@gnu.org>
541
542         * config/srclist.txt: guess we can't handle the licenses via
543         srclist at the moment.
544
545 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
546
547         * MODULES.html.sh: Add include_next.
548         * modules/include_next: New file.
549
550 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
551
552         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
553         INCLUDE_NEXT.
554         (gl_CHECK_NEXT_HEADERS): New macro.
555         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
556         the obsolescent gl_ABSOLUTE_HEADER.
557         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
558         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
559         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
560         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
561         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
562         * m4/math_h.m4 (gl_MATH_H): Likewise.
563         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
564         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
565         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
566         * m4/stdint.m4 (gl_STDINT_H): Likewise.
567         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
568         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
569         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
570         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
571         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
572         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
573         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
574         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
575         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
576         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
577         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
578         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
579         * m4/inttypes.m4 (gl_INTTYPES_H): Define
580         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
581         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
582         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
583         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
584         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
585         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
586         * lib/float_.h: Likewise.
587         * lib/inttypes_.h: Likewise.
588         * lib/math_.h: Likewise.
589         * lib/search_.h: Likewise.
590         * lib/signal_.h: Likewise.
591         * lib/stdint_.h: Likewise.
592         * lib/stdio_.h: Likewise.
593         * lib/stdlib_.h: Likewise.
594         * lib/string_.h: Likewise.
595         * lib/sys_stat_.h: Likewise.
596         * lib/sys_time_.h: Likewise.
597         * lib/time_.h: Likewise.
598         * lib/unistd_.h: Likewise.
599         * lib/wchar_.h: Likewise.
600         * lib/wctype_.h: Likewise.
601         * lib/dirent_.h: Likewise.
602         * lib/iconv_.h: Likewise.
603         * lib/locale_.h: Likewise.
604         * lib/netinet_in_.h: Likewise.
605         * lib/sys_select_.h: Likewise.
606         * lib/sys_socket_.h: Likewise.
607         * lib/sysexits_.h: Likewise.
608         * modules/fcntl (Depends-on): Depend on include_next, not
609         absolute_header.
610         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
611         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
612         * modules/fchdir: Likewise.
613         * modules/float: Likewise.
614         * modules/iconv_open: Likewise.
615         * modules/inttypes: Likewise.
616         * modules/locale: Likewise.
617         * modules/math: Likewise.
618         * modules/netinet_in: Likewise.
619         * modules/search: Likewise.
620         * modules/signal: Likewise.
621         * modules/stdint: Likewise.
622         * modules/stdio: Likewise.
623         * modules/stdlib: Likewise.
624         * modules/string: Likewise.
625         * modules/sys_select: Likewise.
626         * modules/sys_socket: Likewise.
627         * modules/sys_stat: Likewise.
628         * modules/sys_time: Likewise.
629         * modules/sysexits: Likewise.
630         * modules/time: Likewise.
631         * modules/unistd: Likewise.
632         * modules/wchar: Likewise.
633         * modules/wctype: Likewise.
634         * modules/sys_stat: Change maintainer to "all".
635         * modules/unistd: Likewise.
636
637 2007-06-20  Karl Berry  <karl@gnu.org>
638
639         * config/srclist.txt: track www changes in license files.
640
641 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
642
643         * build-aux/bootstrap: Remove stray dot.
644         Make sure build_aux settings are honored when linking
645         gnulib_extra_files.
646
647 2007-06-19  Eric Blake  <ebb9@byu.net>
648
649         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
650         Allow compilation on cygwin.
651
652 2007-06-19  Jim Meyering  <jim@meyering.net>
653
654         xreadlink-with-size: Remove module.  No longer used.
655         Ex-callers now use xreadlink or mreadlink-with-size.
656         * modules/xreadlink-with-size: Remove module.
657         * lib/xreadlink-with-size.c: Remove file.
658         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
659         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
660         just before the function definition *is* accurate.
661
662         Eliminate one way canonicalize_filename_mode could exit.
663         * lib/canonicalize.c (canonicalize_filename_mode):
664         Use mreadlink_with_size, not xreadlink_with_size.
665
666 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
667
668         Detect porting problems to FreeBSD/arm, which has time_t wider than
669         long int.  Original problem reported for GNU diff by Xin Li in
670         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
671         * modules/getdate (Depends-on): Add intprops, verify.
672         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
673         is an integer type no wider than long int.
674
675 2007-06-18  Jim Meyering  <jim@meyering.net>
676
677         New module: mreadlink-with-size.
678         * MODULES.html.sh: Add mreadlink-with-size.
679         * modules/mreadlink-with-size: New module
680         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
681         not xreadlink-with-size.
682         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
683
684 2007-06-16  Bruno Haible  <bruno@clisp.org>
685
686         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
687         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
688         Reported by Gary V. Vaughan <gary@gnu.org>.
689
690 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
691
692         Revamp lchown so that it lives in unistd.h where it belongs.
693         * lib/lchown.h: Remove.
694         * lib/dirchownmod.c: Don't include lib/lchown.h.
695         * lib/fchownat.c: Likewise.
696         * lib/openat.c: Likewise.
697         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
698         does not follow symlinks.
699         (EOPNOTSUPP): Define if not defined.
700         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
701         is defined to 0.
702         (lchown): New decl.
703         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
704         Do not check for lchown decl.
705         Set REPLACE_LCHOWN.
706         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
707         REPLACE_LCHOWN.
708         * modules/chown: Make it clear it follows symlinks.
709         * modules/lchown: Make it clear it doesn't follow symlinks.
710         (Files): Remove lib/lchown.h
711         (Depends-on): Add unistd.
712         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
713         (Include): Include <unistd.h>, not "lchown.h".
714         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
715         REPLACE_LCHOWN.
716
717 2007-06-15  Jim Meyering  <jim@meyering.net>
718
719         Change license (GPL to LGPL) of fsusage and dependents.
720         * modules/fsusage (License): Change to LGPL.
721         * modules/full-read (License): Likewise.
722         * modules/full-write (License): Likewise.
723         * modules/safe-read (License): Likewise.
724         * modules/safe-write (License): Likewise.
725
726 2007-06-14  Ben Pfaff  <blp@gnu.org>
727
728         Missing part of allocsa -> malloca transition.
729         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
730         gl_MALLOCA.
731
732 2007-06-12  Bruno Haible  <bruno@clisp.org>
733
734         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
735         to ia64, x86_64, i386.
736         Reported by Eric Blake.
737
738 2007-06-12  Bruno Haible  <bruno@clisp.org>
739
740         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
741         cross-compiling to x86_64.
742
743 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
744
745         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
746         glitch reported by Ralf Wildenhues in
747         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
748
749         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
750         Vin Shelton.
751
752 2007-06-11  Bruno Haible  <bruno@clisp.org>
753
754         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
755         replacement string.
756         Reported by Eric Blake.
757
758 2007-06-10  Bruno Haible  <bruno@clisp.org>
759
760         Prepare vasnprintf code for use with Unicode strings.
761         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
762         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
763         TYPE_U32_STRING.
764         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
765         a_u32_string variants.
766         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
767         * lib/printf-args.c: Don't include config.h and the specification
768         header if PRINTF_FETCHARGS is already defined.
769         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
770         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
771         TYPE_U16_STRING, TYPE_U32_STRING.
772         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
773         u16_directive, u16_directives, u32_directive, u32_directives): New
774         types.
775         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
776         New declarations.
777         * lib/printf-parse.c: Don't include config.h and the specification
778         header if PRINTF_PARSE is already defined. Eliminate the set of
779         parameters for WIDE_CHAR_VERSION; the user of this file must provide
780         them now. Include c-ctype.h.
781         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
782         directive and CHAR_T_ONLY_ASCII.
783         * lib/vasnprintf.c: Don't include config.h and the specification header
784         if VASNPRINTF is already defined.
785         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
786         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
787         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
788         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
789         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
790         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
791         code accordingly.
792         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
793         pad_ourselves also in this case, with the 'c' and 's' directives, and
794         with a different notion of "width".
795         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
796
797 2007-06-10  Bruno Haible  <bruno@clisp.org>
798
799         * modules/unistr/u32-mbsnlen: New file.
800         * lib/unistr/u32-mbsnlen.c: New file.
801
802         * modules/unistr/u16-mbsnlen: New file.
803         * lib/unistr/u16-mbsnlen.c: New file.
804
805         * modules/unistr/u8-mbsnlen: New file.
806         * lib/unistr/u8-mbsnlen.c: New file.
807
808         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
809         declarations.
810
811 2007-06-10  Bruno Haible  <bruno@clisp.org>
812
813         * lib/string_.h (mbsnlen): New declaration.
814         * lib/mbsnlen.c: New file.
815         * m4/mbsnlen.m4: New file.
816         * modules/mbsnlen: New file.
817         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
818         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
819         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
820
821 2007-06-10  Bruno Haible  <bruno@clisp.org>
822
823         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
824
825 2007-06-10  Bruno Haible  <bruno@clisp.org>
826
827         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
828         * lib/mbuiter.h: Likewise.
829
830 2007-06-10  Bruno Haible  <bruno@clisp.org>
831
832         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
833         declaration.
834
835 2007-06-10  Karl Berry  <karl@gnu.org>
836
837         * config/srclist.txt: remove gettext entries, Bruno prefers
838         to update individually.
839
840 2007-06-10  Bruno Haible  <bruno@clisp.org>
841
842         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
843         'maxlen'. Ensure only length + width bytes are allocated, not
844         length + 1 + width.
845
846 2007-06-09  Bruno Haible  <bruno@clisp.org>
847
848         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
849         (CHAR_T): Remove macro.
850         (VASNPRINTF): Update.
851
852 2007-06-09  Bruno Haible  <bruno@clisp.org>
853
854         * MODULES.html.sh (Unicode string functions): Add the new modules.
855
856         * modules/uniconv/u32-conv-to-enc: New file.
857         * lib/uniconv/u32-conv-to-enc.c: New file.
858         * modules/uniconv/u32-conv-to-enc-tests: New file.
859         * tests/uniconv/test-u32-conv-to-enc.c: New file.
860
861         * modules/uniconv/u16-conv-to-enc: New file.
862         * lib/uniconv/u16-conv-to-enc.c: New file.
863         * lib/uniconv/u-conv-to-enc.h: New file.
864         * modules/uniconv/u16-conv-to-enc-tests: New file.
865         * tests/uniconv/test-u16-conv-to-enc.c: New file.
866
867         * modules/uniconv/u8-conv-to-enc: New file.
868         * lib/uniconv/u8-conv-to-enc.c: New file.
869         * modules/uniconv/u8-conv-to-enc-tests: New file.
870         * tests/uniconv/test-u8-conv-to-enc.c: New file.
871
872         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
873         u32_conv_to_encoding): New declarations.
874
875 2007-06-09  Bruno Haible  <bruno@clisp.org>
876
877         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
878
879 2007-06-09  Bruno Haible  <bruno@clisp.org>
880
881         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
882         * modules/malloca: Renamed from modules/allocsa, updated.
883         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
884         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
885         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
886         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
887         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
888         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
889         * modules/xmalloca: Renamed from modules/xallocsa, updated.
890         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
891         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
892         * modules/c-strcasestr (Depends-on): Update.
893         * lib/c-strcasestr.c: Update.
894         * modules/c-strstr (Depends-on): Update.
895         * lib/c-strstr.c: Update.
896         * modules/canonicalize-lgpl (Depends-on): Update.
897         * lib/canonicalize-lgpl.c: Update.
898         * modules/clean-temp (Depends-on): Update.
899         * lib/clean-temp.c: Update.
900         * modules/csharpcomp (Depends-on): Update.
901         * lib/csharpcomp.c: Update.
902         * modules/csharpexec (Depends-on): Update.
903         * lib/csharpexec.c: Update.
904         * modules/javacomp (Depends-on): Update.
905         * lib/javacomp.c: Update.
906         * modules/javaexec (Depends-on): Update.
907         * lib/javaexec.c: Update.
908         * modules/mbscasestr (Depends-on): Update.
909         * lib/mbscasestr.c: Update.
910         * modules/mbsstr (Depends-on): Update.
911         * lib/mbsstr.c: Update.
912         * modules/setenv (Depends-on): Update.
913         * lib/setenv.c: Update.
914         * modules/strcasestr (Depends-on): Update.
915         * lib/strcasestr.c: Update.
916         * modules/striconveha (Depends-on): Update.
917         * lib/striconveha.c: Update.
918         * modules/relocatable-prog-wrapper (Files): Update.
919         * lib/relocwrapper.c: Update.
920         * build-aux/install-reloc: Update.
921         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
922
923 2007-06-08  Bruno Haible  <bruno@clisp.org>
924
925         Port to uClibc.
926         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
927         * lib/fpurge.c (fpurge): Likewise.
928         * lib/freading.c (freading): Likewise.
929         * lib/fseeko.c (rpl_fseeko): Likewise.
930         * lib/fseterr.c (fseterr): Likewise.
931         * lib/fwriting.c (fwriting): Likewise.
932         * tests/test-fflush.c (main): Avoid a failure on uClibc.
933
934 2007-06-08  Bruno Haible  <bruno@clisp.org>
935
936         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
937         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
938         * modules/gettext (Files): Add m4/intlmacosx.m4.
939
940 2007-06-07  Bruno Haible  <bruno@clisp.org>
941
942         * modules/localename-tests: New file.
943         * tests/test-localename.c: New file.
944
945         New module 'localename'.
946         * lib/localename.h: New file.
947         * lib/localename.c: New file, from GNU gettext.
948         * m4/localename.m4: New file.
949         * modules/localename: New file.
950
951 2007-06-07  Bruno Haible  <bruno@clisp.org>
952
953         Work around the lack of <wchar.h> on some builds of uClibc.
954         * doc/headers/wchar.texi: Update.
955         * lib/wchar_.h: Include <wchar.h> only if it exists.
956         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
957         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
958         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
959         doesn't exist.
960         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
961         * modules/mbfile (Depends-on): Add wchar.
962         * modules/mbiter (Depends-on): Likewise.
963         * modules/mbuiter (Depends-on): Likewise.
964         Reported by Simon Josefsson.
965
966 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
967
968         Work around problem reported by Steven M. Schweda in
969         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
970         Tru64 5.1B with the Compaq compiler environment installed declares
971         an 'isblank' function but does not define it in the C library.
972         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
973         * lib/regex_internal.h (isblank): Likewise.
974         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
975         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
976
977 2007-06-05  Bruno Haible  <bruno@clisp.org>
978
979         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
980         ia64.
981         * modules/printf-safe: New file.
982         * modules/fprintf-posix (Depends-on): Add printf-safe.
983         * modules/printf-posix (Depends-on): Likewise.
984         * modules/snprintf-posix (Depends-on): Likewise.
985         * modules/sprintf-posix (Depends-on): Likewise.
986         * modules/vasnprintf-posix (Depends-on): Likewise.
987         * modules/vasprintf-posix (Depends-on): Likewise.
988         * modules/vfprintf-posix (Depends-on): Likewise.
989         * modules/vprintf-posix (Depends-on): Likewise.
990         * modules/vsnprintf-posix (Depends-on): Likewise.
991         * modules/vsprintf-posix (Depends-on): Likewise.
992         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
993         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
994         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
995         "no" on i386, x86_64, ia64.
996         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
997         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
998         on i386, x86_64, ia64.
999         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1000         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1001         on i386, x86_64, ia64.
1002         * tests/test-vasnprintf-posix.c: Include float.h.
1003         (LDBL80_WORDS): New macro.
1004         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1005         on i386, x86_64, ia64.
1006         * tests/test-vasprintf-posix.c: Include float.h.
1007         (LDBL80_WORDS): New macro.
1008         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1009         on i386, x86_64, ia64.
1010         * tests/test-snprintf-posix.c: Include float.h.
1011         * tests/test-sprintf-posix.c: Likewise.
1012         * tests/test-vsnprintf-posix.c: Likewise.
1013         * tests/test-vsprintf-posix.c: Likewise.
1014
1015 2007-06-05  Bruno Haible  <bruno@clisp.org>
1016
1017         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1018         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1019         non-IEEE numbers on i386, x86_64, ia64.
1020         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1021         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1022         * tests/test-isnanl.h: Include float.h.
1023         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1024
1025 2007-06-05  Bruno Haible  <bruno@clisp.org>
1026
1027         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1028         also the %a / %A. Handle the %a / %A code before this extra handling.
1029
1030 2007-06-05  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1033         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1034
1035 2007-06-05  Bruno Haible  <bruno@clisp.org>
1036
1037         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1038         typo in variable name.
1039
1040 2007-06-05  Eric Blake  <ebb9@byu.net>
1041
1042         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1043         Reported by Simon Josefsson.
1044
1045 2007-06-04  Bruno Haible  <bruno@clisp.org>
1046
1047         Avoid test failures on some PowerPC platforms.
1048         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1049         Define differently for PowerPC.
1050         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1051         Reported by Gary V. Vaughan <gary@gnu.org>.
1052
1053 2007-06-02  Bruno Haible  <bruno@clisp.org>
1054
1055         Fix test-stdint failure on FreeBSD/ia64.
1056         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1057         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1058         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1059         * doc/headers/stdint.texi: Update.
1060
1061 2007-06-01  Bruno Haible  <bruno@clisp.org>
1062
1063         * tests/test-binary-io.c (main): Pass a third argument to open().
1064         Reported by Gary V. Vaughan <gary@gnu.org>.
1065
1066 2007-06-01  Bruno Haible  <bruno@clisp.org>
1067
1068         * doc/functions/frexpl.texi: Update for mingw.
1069
1070 2007-06-01  Bruno Haible  <bruno@clisp.org>
1071
1072         * tests/test-lseek.c (main): Disable test of errno for invalid third
1073         argument.
1074         * doc/functions/lseek.texi: Update.
1075         Reported by Gary V. Vaughan <gary@gnu.org>.
1076
1077 2007-05-28  Bruno Haible  <bruno@clisp.org>
1078
1079         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1080
1081 2007-05-31  Eric Blake  <ebb9@byu.net>
1082
1083         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1084         cross compiling.
1085
1086 2007-05-30  Eric Blake  <ebb9@byu.net>
1087         and Bruno Haible  <bruno@clisp.org>
1088
1089         Work around mingw test failures exposed by m4-1.4.9b.
1090         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1091         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1092         moment.
1093
1094 2007-05-30  Bruno Haible  <bruno@clisp.org>
1095
1096         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1097         assuming that they are closed. Needed on HP-UX 11.
1098
1099 2007-05-29  Bruno Haible  <bruno@clisp.org>
1100
1101         Fix a problem with #include_next.
1102         * lib/dirent_.h: Split the double-inclusion guard.
1103         * lib/fcntl_.h: Likewise.
1104         * lib/float_.h: Likewise.
1105         * lib/iconv_.h: Likewise.
1106         * lib/inttypes_.h: Likewise.
1107         * lib/locale_.h: Likewise.
1108         * lib/math_.h: Likewise.
1109         * lib/netinet_in_.h: Likewise.
1110         * lib/search_.h: Likewise.
1111         * lib/signal_.h: Likewise.
1112         * lib/stdint_.h: Likewise.
1113         * lib/stdio_.h: Likewise.
1114         * lib/stdlib_.h: Likewise.
1115         * lib/string_.h: Likewise.
1116         * lib/sys_select_.h: Likewise.
1117         * lib/sys_socket_.h: Likewise.
1118         * lib/sys_stat_.h: Likewise.
1119         * lib/sys_time_.h: Likewise.
1120         * lib/sysexits_.h: Likewise.
1121         * lib/time_.h: Likewise.
1122         * lib/unistd_.h: Likewise.
1123         * lib/wchar_.h: Likewise.
1124         * lib/wctype_.h: Likewise.
1125
1126 2007-05-29  Bruno Haible  <bruno@clisp.org>
1127
1128         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1129         for the moment.
1130
1131 2007-05-29  Bruno Haible  <bruno@clisp.org>
1132
1133         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1134         invocation.
1135         Reported by Eric Blake.
1136
1137 2007-05-29  Bruno Haible  <bruno@clisp.org>
1138
1139         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1140         compiling case.
1141
1142 2007-05-29  Eric Blake  <ebb9@byu.net>
1143             Bruno Haible  <bruno@clisp.org>
1144
1145         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1146         cross compiles.
1147
1148 2007-05-28  Eric Blake  <ebb9@byu.net>
1149
1150         * modules/closein-tests (test_closein_LDADD): Support test on
1151         cygwin with libtool.
1152
1153 2007-05-28  Bruno Haible  <bruno@clisp.org>
1154
1155         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1156         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1157         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1158         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1159         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1160         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1161         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1162         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1163         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1164
1165 2007-05-28  Eric Blake  <ebb9@byu.net>
1166
1167         Unconditionally include <config.h> in unit tests.
1168         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1169         * tests/test-allocsa.c, tests/test-arcfour.c,
1170         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1171         tests/test-array_list.c, tests/test-array_oset.c,
1172         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1173         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1174         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1175         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1176         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1177         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1178         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1179         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1180         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1181         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1182         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1183         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1184         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1185         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1186         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1187         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1188         test-md5.c, test-memmem.c, test-printf-posix.c,
1189         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1190         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1191         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1192         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1193         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1194         test-vasnprintf-posix2.c, test-vasnprintf.c,
1195         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1196         test-vfprintf-posix.c, test-vprintf-posix.c,
1197         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1198         test-xvasprintf.c: Likewise.
1199
1200 2007-05-28  Bruno Haible  <bruno@clisp.org>
1201
1202         * gnulib-tool (func_import): Remember the --with-tests command-line
1203         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1204         Reported by Eric Blake.
1205
1206 2007-05-28  Bruno Haible  <bruno@clisp.org>
1207
1208         * modules/ftell-tests: New file.
1209         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1210         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1211
1212         * lib/ftell.c: New file.
1213         * modules/ftell: New file.
1214         * m4/ftell.m4: New file.
1215         * doc/functions/ftell.texi: Update.
1216         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1217         REPLACE_FTELL.
1218         * lib/stdio_.h (rpl_ftell): New declaration.
1219         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1220         REPLACE_FTELL.
1221
1222 2007-05-28  Eric Blake  <ebb9@byu.net>
1223
1224         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1225
1226 2007-05-28  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/fseek-tests: New file.
1229         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1230         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1231
1232         * lib/fseek.c: New file.
1233         * modules/fseek: New file.
1234         * m4/fseek.m4: New file.
1235         * doc/functions/fseek.texi: Update.
1236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1237         REPLACE_FSEEK.
1238         * lib/stdio_.h (rpl_fseek): New declaration.
1239         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1240         REPLACE_FSEEK.
1241
1242 2007-05-28  Bruno Haible  <bruno@clisp.org>
1243
1244         * lib/stdio_.h (fflush): More comments.
1245
1246 2007-05-28  Bruno Haible  <bruno@clisp.org>
1247
1248         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1249         runtime test.
1250
1251 2007-05-28  Eric Blake  <ebb9@byu.net>
1252
1253         Improve lseek module.
1254         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1255         * lib/unistd_.h (lseek): Scale back link warning message.
1256         * tests/test-lseek.c: Beef up test.
1257         * tests/test-lseek.sh: Exercise more facets of lseek.
1258         Reported by Bruno Haible.
1259
1260 2007-05-28  Bruno Haible  <bruno@clisp.org>
1261
1262         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1263         to define.
1264
1265 2007-05-27  Bruno Haible  <bruno@clisp.org>
1266
1267         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1268
1269 2007-05-27  Bruno Haible  <bruno@clisp.org>
1270
1271         * modules/openmp: New file.
1272         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1273         Noah Misch.
1274
1275 2007-05-26  Bruno Haible  <bruno@clisp.org>
1276
1277         * modules/chdir-long (Depends-on): Add fchdir.
1278         * modules/chdir-safer (Depends-on): Likewise.
1279         * modules/fts (Depends-on): Likewise.
1280         * modules/fts-lgpl (Depends-on): Likewise.
1281         * modules/openat (Depends-on): Likewise.
1282         * modules/savewd (Depends-on): Likewise.
1283
1284 2007-05-24  Eric Blake  <ebb9@byu.net>
1285
1286         Fix lseek on mingw.
1287         * modules/lseek: New module.
1288         * m4/lseek.m4: New file.
1289         * lib/lseek.c: New file.
1290         * modules/lseek-tests: New file.
1291         * tests/test-lseek.c: New file.
1292         * tests/test-lseek.sh: New file.
1293         * MODULES.html.sh: Document lseek module.
1294         * modules/fflush (Depends-on): Add lseek, fseeko.
1295         * modules/fseeko (Depends-on): Likewise.
1296         * modules/ftello (Depends-on): Likewise.
1297         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1298         broken.
1299         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1300         broken.
1301         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1302         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1303         * lib/ftello.c (rpl_ftello): Likewise.
1304         * tests/test-fseeko.c (main): Test this.
1305         * tests/test-fseeko.sh: Likewise.
1306         * tests/test-ftello.c (main): Likewise.
1307         * tests/test-ftello.sh: Likewise.
1308         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1309         implies replacing fseek.
1310         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1311         HAVE_FTELLO.
1312         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1313         * modules/unistd (Makefile.am): Likewise.
1314         * lib/unistd_.h (lseek): Declare a replacement.
1315         * doc/functions/lseek.texi (lseek): Document this fix.
1316         * doc/functions/fseek.texi (fseek): Likewise.
1317         * doc/functions/ftell.texi (ftell): Likewise.
1318
1319 2007-05-24  Bruno Haible  <bruno@clisp.org>
1320
1321         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1322         in the printed representation of a NaN.
1323         * tests/test-vasprintf-posix.c (test_function): Likewise.
1324         * tests/test-snprintf-posix.h (test_function): Likewise.
1325         * tests/test-sprintf-posix.h (test_function): Likewise.
1326         Reported by Eric Blake.
1327
1328 2007-05-23  Eric Blake  <ebb9@byu.net>
1329
1330         Fix fseeko/ftello on cygwin 1.5.24.
1331         * doc/functions/fseeko.texi (fseeko): Document the fix.
1332         * doc/functions/ftello.texi (ftello): Document the fix.
1333         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1334         * doc/functions/stdout.text (stdout): New file.
1335         * doc/functions/stderr.text (stderr): New file.
1336         * doc/gnulib.texi (Function Substitutes): Use new files.
1337         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1338         prior to 1.7.0.
1339         * tests/test-ftello.c (main): Likewise for ftello.
1340         * tests/test-fseeko.sh: New file.
1341         * tests/test-ftello.sh: New file.
1342         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1343         with seekable stdin.
1344         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1345         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1346         (gl_REPLACE_FSEEKO): New macro.
1347         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1348         * modules/fseeko (Files): Distribute fseeko.c.
1349         * modules/ftello (Files): Distribute ftello.c.
1350         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1351         mode.
1352         * lib/ftello.c (rpl_ftello): New file.
1353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1354         fseeko, ftello.
1355         (gl_STDIN_LARGE_OFFSET): New macro.
1356         * modules/stdio (Makefile.am): Perform the replacement.
1357         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1358
1359 2007-05-23  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1362         GNULIB_POSIXCHECK is defined.
1363
1364 2007-05-21  Bruno Haible  <bruno@clisp.org>
1365
1366         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1367         Check also the output for NaN arguments. When cross-compiling, guess
1368         no on IRIX.
1369         * lib/vasnprintf.c: Update comments.
1370         * tests/test-vasnprintf-posix.c (strisnan): New function.
1371         (test_function): Use it.
1372         * tests/test-vasprintf-posix.c (strisnan): New function.
1373         (test_function): Use it.
1374         * tests/test-snprintf-posix.h (strisnan): New function.
1375         (test_function): Use it.
1376         * tests/test-sprintf-posix.h (strisnan): New function.
1377         (test_function): Use it.
1378         Reported by Eric Blake.
1379
1380 2007-05-20  Bruno Haible  <bruno@clisp.org>
1381
1382         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1383         numbers that fails on BeOS.
1384         * doc/functions/frexpl.texi: Update.
1385
1386 2007-05-20  Jim Meyering  <jim@meyering.net>
1387
1388         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1389         forced upon us by glibc-2.6.
1390
1391 2007-05-20  Bruno Haible  <bruno@clisp.org>
1392
1393         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1394         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1395         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1396         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1397         NEED_PRINTF_INFINITE.
1398         (is_infinitel): New function.
1399         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1400         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1401         gl_PREREQ_VASNPRINTF_INFINITE.
1402         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1403         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1404         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1405         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1406         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1407         gl_PREREQ_VASNPRINTF_INFINITE.
1408         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1409         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1410         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1411         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1412         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1413         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1414         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1415         * doc/functions/fprintf.texi: Update.
1416         * doc/functions/printf.texi: Update.
1417         * doc/functions/snprintf.texi: Update.
1418         * doc/functions/sprintf.texi: Update.
1419         * doc/functions/vfprintf.texi: Update.
1420         * doc/functions/vprintf.texi: Update.
1421         * doc/functions/vsnprintf.texi: Update.
1422         * doc/functions/vsprintf.texi: Update.
1423
1424 2007-05-20  Bruno Haible  <bruno@clisp.org>
1425
1426         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1427         was not found in libc.
1428         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1429
1430 2007-05-20  Bruno Haible  <bruno@clisp.org>
1431
1432         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1433         printed as "-nan" instead of "nan".
1434         * tests/test-vasprintf-posix.c (test_function): Likewise.
1435         * tests/test-snprintf-posix.h (test_function): Likewise.
1436         * tests/test-sprintf-posix.h (test_function): Likewise.
1437         Needed for HP-UX 11.
1438
1439 2007-05-20  Jim Meyering  <jim@meyering.net>
1440
1441         Fix buggy test for the fchownat-deref bug.
1442         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1443         symlink required for the run-test.  Without it, this test would
1444         always declare that fchownat doesn't work, and client code would
1445         unnecessarily use the replacement function with fixed libc.
1446         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1447         Reported by Greg Schafer.
1448
1449 2007-05-19  Bruno Haible  <bruno@clisp.org>
1450
1451         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1452         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1453         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1454         Needed for IRIX 6.5 and Solaris 2.5.1.
1455
1456 2007-05-19  Bruno Haible  <bruno@clisp.org>
1457
1458         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1459         (test_function): Skip tests involving -0.0 on platforms where
1460         -0.0 = 0.0.
1461         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1462         (test_function): Skip tests involving -0.0 on platforms where
1463         -0.0 = 0.0.
1464         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1465         (test_function): Skip tests involving -0.0 on platforms where
1466         -0.0 = 0.0.
1467         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1468         (test_function): Skip tests involving -0.0 on platforms where
1469         -0.0 = 0.0.
1470         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1471         tests.
1472         * tests/test-printf-posix.h (test_function): Likewise.
1473         * tests/test-printf-posix.output: Remove all -0.0 related results.
1474         Needed for IRIX 6.5.
1475
1476 2007-05-19  Bruno Haible  <bruno@clisp.org>
1477
1478         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1479         printed as "nan0x7fffffff" instead of "nan".
1480         * tests/test-vasprintf-posix.c (test_function): Likewise.
1481         * tests/test-snprintf-posix.h (test_function): Likewise.
1482         * tests/test-sprintf-posix.h (test_function): Likewise.
1483         * tests/test-fprintf-posix.h (NaN): Remove macro.
1484         (test_function): Remove all NaN related tests.
1485         * tests/test-printf-posix.h (NaN): Remove macro.
1486         (test_function): Remove all NaN related tests.
1487         * tests/test-printf-posix.output: Remove all NaN related results.
1488         Needed for IRIX 6.5.
1489
1490 2007-05-19  Bruno Haible  <bruno@clisp.org>
1491
1492         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1493         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1494
1495 2007-05-19  Bruno Haible  <bruno@clisp.org>
1496
1497         * lib/float_.h: New file.
1498         * m4/float_h.m4: New file.
1499         * modules/float: New file.
1500         * modules/isnanl (Dependencies): Add float.
1501         * modules/isnanl-nolibm (Dependencies): Likewise.
1502         * modules/mathl (Dependencies): Likewise.
1503         * modules/printf-frexpl (Dependencies): Likewise.
1504         * modules/signbit (Dependencies): Likewise.
1505         * modules/vasnprintf (Dependencies): Likewise.
1506         * doc/headers/float.texi: Update.
1507
1508 2007-05-19  Jim Meyering  <jim@meyering.net>
1509
1510         * lib/utimens.c (gl_futimens): Rename from futimens,
1511         now that glibc-2.6 declares futimens.
1512         * lib/utimens.h: Likewise.
1513
1514 2007-05-19  Bruno Haible  <bruno@clisp.org>
1515
1516         Avoid test failures on mingw.
1517         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1518         * tests/test-printf-posix.sh: Likewise.
1519         * tests/test-vfprintf-posix.sh: Likewise.
1520         * tests/test-vprintf-posix.sh: Likewise.
1521
1522 2007-05-19  Bruno Haible  <bruno@clisp.org>
1523
1524         Fix *printf result for NaN, Inf, -0.0 on mingw.
1525         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1526         * lib/vasnprintf.c: Include math.h and isnan.h.
1527         (is_infinite_or_zero): New function.
1528         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1529         values in the %f, %F, %e, %E, %g, %G directives.
1530         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1531         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1532         gl_PRINTF_INFINITE and test its result. Invoke
1533         gl_PREREQ_VASNPRINTF_INFINITE.
1534         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1535         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1536         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1537         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1538         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1539         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1540         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1541         * doc/functions/fprintf.texi: Update.
1542         * doc/functions/printf.texi: Update.
1543         * doc/functions/snprintf.texi: Update.
1544         * doc/functions/sprintf.texi: Update.
1545         * doc/functions/vfprintf.texi: Update.
1546         * doc/functions/vprintf.texi: Update.
1547         * doc/functions/vsnprintf.texi: Update.
1548         * doc/functions/vsprintf.texi: Update.
1549
1550 2007-05-19  Bruno Haible  <bruno@clisp.org>
1551
1552         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1553         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1554         Instead of multiplying with 10^k, set extra_zeroes to k.
1555         (scale10_round_long_double): Remove function.
1556
1557 2007-05-18  Bruno Haible  <bruno@clisp.org>
1558
1559         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1560         introduced on 2007-05-06.
1561
1562 2007-05-18  Bruno Haible  <bruno@clisp.org>
1563
1564         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1565         %g directives.
1566         * tests/test-vasprintf-posix.c (test_function): Likewise.
1567         * tests/test-snprintf-posix.h (test_function): Likewise.
1568         * tests/test-sprintf-posix.h (test_function): Likewise.
1569
1570 2007-05-18  Bruno Haible  <bruno@clisp.org>
1571
1572         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1573         (strmatch): New function.
1574         (test_function): Test the %f directive on numbers of various exponents.
1575         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1576         (strmatch): New function.
1577         (test_function): Test the %f directive on numbers of various exponents.
1578         * tests/test-snprintf-posix.h (strmatch): New function.
1579         (test_function): Test the %f directive on numbers of various exponents.
1580         * tests/test-sprintf-posix.h (strmatch): New function.
1581         (test_function): Test the %f directive on numbers of various exponents.
1582         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1583         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1584         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1585         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1586
1587 2007-05-18  Bruno Haible  <bruno@clisp.org>
1588
1589         Add support for 'long double' number output.
1590         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1591         * lib/vasnprintf.c: Include math.h and float+.h.
1592         (mp_limb_t): New type.
1593         (GMP_LIMB_BITS): New macro.
1594         (mp_twolimb_t): New type.
1595         (GMP_TWOLIMB_BITS): New macro.
1596         (mpn_t): New type.
1597         (multiply, divide, convert_to_decimal, decode_long_double,
1598         scale10_round_long_double, scale10_round_decimal_long_double,
1599         floorlog10l): New functions.
1600         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1601         for the %f, %F, %e, %E, %g, %G directives.
1602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1603         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1604         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1605         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1606         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1607         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1608         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1609         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1610         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1611         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1612         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1613         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1614         * modules/snprintf-posix (Depends-on): Likewise.
1615         * modules/sprintf-posix (Depends-on): Likewise.
1616         * modules/vasnprintf-posix (Depends-on): Likewise.
1617         * modules/vasprintf-posix (Depends-on): Likewise.
1618         * modules/vfprintf-posix (Depends-on): Likewise.
1619         * modules/vsnprintf-posix (Depends-on): Likewise.
1620         * modules/vsprintf-posix (Depends-on): Likewise.
1621         * modules/vasnprintf (Files): Add lib/float+.h.
1622         * doc/functions/fprintf.texi: Update.
1623         * doc/functions/printf.texi: Update.
1624         * doc/functions/snprintf.texi: Update.
1625         * doc/functions/sprintf.texi: Update.
1626         * doc/functions/vfprintf.texi: Update.
1627         * doc/functions/vprintf.texi: Update.
1628         * doc/functions/vsnprintf.texi: Update.
1629         * doc/functions/vsprintf.texi: Update.
1630
1631 2007-05-18  Bruno Haible  <bruno@clisp.org>
1632
1633         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1634
1635 2007-05-18  Bruno Haible  <bruno@clisp.org>
1636
1637         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1638         for printing 64-bit integers. Needed for mingw.
1639
1640 2007-05-18  Bruno Haible  <bruno@clisp.org>
1641
1642         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1643         gl_FUNC_FREXPL_WORKS.
1644         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1645
1646 2007-05-18  Bruno Haible  <bruno@clisp.org>
1647
1648         * modules/frexpl-nolibm-tests: New file.
1649
1650         * modules/frexpl-nolibm: New file.
1651         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1652
1653 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1654
1655         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1656         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1657         GCC 4.2, which otherwise issues a lot of warnings.
1658         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1659         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1660         Likewise.
1661         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1662         * modules/iconv_open (iconv.h): Likewise.
1663         * modules/locale (locale.h): Likewise.
1664         * modules/netinet_in (netinet/in.h): Likewise.
1665         * modules/sys_select (sys_select.h): Likewise.
1666         * modules/sys_socket (sys/socket.h): Likewise.
1667         * modules/sys_stat (sys/stat.h): Likewise.
1668         * modules/sysexits (sysexits.h): Likewise.
1669         * modules/unistd (unistd.h): Likewise.
1670
1671 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1672
1673         * modules/closein-tests (Makefile.am): Distribute
1674         `test-closein.sh'.
1675
1676 2007-05-17  Bruno Haible  <bruno@clisp.org>
1677
1678         * tests/test-printf-posix.output: Renamed from
1679         tests/test-fprintf-posix.out.
1680         * modules/fprintf-posix-tests: Update.
1681         * modules/printf-posix-tests: Update.
1682         * modules/vfprintf-posix-tests: Update.
1683         * modules/vprintf-posix-tests: Update.
1684         * tests/test-fprintf-posix.sh: Update.
1685         * tests/test-printf-posix.sh: Update.
1686         * tests/test-vfprintf-posix.sh: Update.
1687         * tests/test-vprintf-posix.sh: Update.
1688         Reported by Ralf Wildenhues.
1689
1690 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1693         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1694         GCC 4.2, which otherwise issues a lot of warnings.
1695         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1696         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1697         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1698         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1699         it should no longer be needed.
1700         * lib/string_.h: Likewise.
1701         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1702         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1703         * modules/inttypes (inttypes.h): Likewise.
1704         * modules/math (math.h): Likewise.
1705         * modules/search (search.h): Likewise.
1706         * modules/signal (signal.h): Likewise.
1707         * modules/stdint (stdint.h): Likewise.
1708         * modules/stdio (stdio.h): Likewise.
1709         * modules/stdlib (stdlib.h): Likewise.
1710         * modules/string (string.h): Likewise.
1711         * modules/sys_time (sys/time.h): Likewise.
1712         * modules/time (time.h): Likewise.
1713         * modules/wchar (wchar.h): Likewise.
1714         * modules/wctype (wtype.h): Likewise.
1715
1716 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1717
1718         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1719
1720 2007-05-13  Bruno Haible  <bruno@clisp.org>
1721
1722         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1723         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1724         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1725         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1726         (gl_PREREQ_STRTOK_R): Don't require it here.
1727
1728 2007-05-13  Bruno Haible  <bruno@clisp.org>
1729
1730         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1731         when used in C++ mode.
1732
1733 2007-05-12  Bruno Haible  <bruno@clisp.org>
1734
1735         * lib/linebuffer.h: Tweak doc.
1736         * lib/linebuffer.c: Likewise.
1737
1738 2007-05-12  James Youngman  <jay@gnu.org>
1739
1740         * lib/linebuffer.c (readlinebuffer_delim): New function,
1741         like readlinebuffer, but use a caller-specified delimiter.
1742         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1743         as the delimiter.
1744         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1745
1746 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1747
1748         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1749         * modules/openat (Files): Remove openat-die.c.
1750         (Depends-on): Add openat-die.
1751         * modules/openat-die: New module.
1752
1753 2007-05-06  Bruno Haible  <bruno@clisp.org>
1754
1755         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1756         Update with info about Cygwin.
1757         * doc/functions/fprintf.texi: Update.
1758         * doc/functions/printf.texi: Update.
1759         * doc/functions/snprintf.texi: Update.
1760         * doc/functions/sprintf.texi: Update.
1761         * doc/functions/vfprintf.texi: Update.
1762         * doc/functions/vprintf.texi: Update.
1763         * doc/functions/vsnprintf.texi: Update.
1764         * doc/functions/vsprintf.texi: Update.
1765         Reported by Eric Blake.
1766
1767 2007-05-06  Bruno Haible  <bruno@clisp.org>
1768
1769         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1770         padding ourselves for the floating-point directives.
1771         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1772         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1773         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1774         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1775         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1776         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1777         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1778         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1779         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1780         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1781         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1782         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1783         * tests/test-snprintf-posix.h (test_function): Also check the width
1784         and some flags in the %f directive.
1785         * tests/test-sprintf-posix.h (test_function): Likewise.
1786         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1787         * tests/test-vasprintf-posix.c (test_function): Likewise.
1788         * doc/functions/fprintf.texi: Update.
1789         * doc/functions/printf.texi: Update.
1790         * doc/functions/snprintf.texi: Update.
1791         * doc/functions/sprintf.texi: Update.
1792         * doc/functions/vfprintf.texi: Update.
1793         * doc/functions/vprintf.texi: Update.
1794         * doc/functions/vsnprintf.texi: Update.
1795         * doc/functions/vsprintf.texi: Update.
1796
1797 2007-05-06  Bruno Haible  <bruno@clisp.org>
1798
1799         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1800         pass the ' flag character to sprintf or snprintf.
1801         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1802         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1803         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1804         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1805         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1806         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1807         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1808         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1809         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1810         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1811         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1812         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1813         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1814         flag.
1815         * tests/test-sprintf-posix.h (test_function): Likewise.
1816         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1817         * tests/test-vasprintf-posix.c (test_function): Likewise.
1818         * doc/functions/fprintf.texi: Update.
1819         * doc/functions/printf.texi: Update.
1820         * doc/functions/snprintf.texi: Update.
1821         * doc/functions/sprintf.texi: Update.
1822         * doc/functions/vfprintf.texi: Update.
1823         * doc/functions/vprintf.texi: Update.
1824         * doc/functions/vsnprintf.texi: Update.
1825         * doc/functions/vsprintf.texi: Update.
1826
1827 2007-05-01  Bruno Haible  <bruno@clisp.org>
1828
1829         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1830
1831 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1834         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1835
1836 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1837
1838         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1839         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1840         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1841
1842 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1843
1844         * lib/argp-help.c (struct hol_entry): New member `ord'.
1845         (HOL_ENTRY_PTRCMP): Use ord for comparison
1846         (hol_sort): Initialize ord.
1847
1848 2007-05-01  Bruno Haible  <bruno@clisp.org>
1849
1850         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1851         Reported by Eric Blake.
1852         * doc/gnulib.texi (Function Substitutes): Update.
1853
1854 2007-05-01  Bruno Haible  <bruno@clisp.org>
1855
1856         * doc/functions.texi: Remove file, now redundant through
1857         doc/functions/*.texi.
1858
1859 2007-05-01  Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/argp (Depends-on): Add sleep.
1862
1863 2007-05-01  Bruno Haible  <bruno@clisp.org>
1864
1865         * modules/sleep-tests: New file.
1866         * tests/test-sleep.c: New file.
1867
1868         * modules/sleep: New file.
1869         * lib/sleep.c: New file.
1870         * m4/sleep.m4: New file.
1871         * lib/unistd_.h (sleep): New declaration.
1872         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1873         HAVE_SLEEP.
1874         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1875         * doc/functions/sleep.texi: Document the sleep module.
1876
1877 2007-05-01  Bruno Haible  <bruno@clisp.org>
1878
1879         * lib/sigprocmask.h: Remove file.
1880         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1881         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1882         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1883         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1884         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1885         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1886         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1887         HAVE_SIGSET_T as a shell variable.
1888         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1889         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1890         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1891         (Depends-on): Add signal. Remove verify.
1892         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1893         (Include): Mention <signal.h> instead of sigprocmask.h.
1894         * NEWS: Mention the change.
1895         * lib/fatal-signal.c: Don't include sigprocmask.h.
1896
1897 2007-05-01  Bruno Haible  <bruno@clisp.org>
1898
1899         * modules/signal: New file.
1900         * lib/signal_.h: New file.
1901         * m4/signal_h.m4: New file.
1902
1903 2007-05-01  Bruno Haible  <bruno@clisp.org>
1904
1905         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1906         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1907         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1908         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1909
1910 2007-05-01  Bruno Haible  <bruno@clisp.org>
1911
1912         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1913         configure time.
1914         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1915         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1916         * modules/sys_stat (Makefile.am): Substitute their values into
1917         sys/stat.h.
1918
1919 2007-05-01  Bruno Haible  <bruno@clisp.org>
1920
1921         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1922         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1923         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1924
1925 2007-05-01  Bruno Haible  <bruno@clisp.org>
1926
1927         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1928         'assert' module here.
1929
1930 2007-05-01  Bruno Haible  <bruno@clisp.org>
1931
1932         * doc/functions/*.texi: New files.
1933         * doc/functions/google-ranking.txt: New file.
1934         * doc/gnulib.texi (Function Substitutes): New chapter.
1935         (ctime, inet_ntoa): Remove sections.
1936         * doc/ctime.texi: Remove file.
1937         * doc/inet_ntoa.texi: Remove file.
1938         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1939         dependencies.
1940         (%.info): New rule, specifying a --reference-limit.
1941
1942 2007-05-01  Bruno Haible  <bruno@clisp.org>
1943
1944         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1945
1946 2007-05-01  Bruno Haible  <bruno@clisp.org>
1947
1948         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1949         the portability of 'mkdir' to mingw systems.
1950
1951 2007-05-01  Bruno Haible  <bruno@clisp.org>
1952
1953         * doc/headers/google-ranking.txt: New file.
1954
1955 2007-04-30  Eric Blake  <ebb9@byu.net>
1956
1957         Prefer fseeko to fseek.
1958         * modules/getpass (Depends-on): Add fseeko.
1959         * lib/getpass.c (getpass): Use fseeko, not fseek.
1960
1961 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1962
1963         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1964         assumes the sorting is stable, while most qsort implementations
1965         are not.  Use argument addresses to ensure they never compare as
1966         equal.
1967
1968         * tests/test-argp-2.sh (usage-indent test): Fix output
1969         (func_compare): Restore diff options
1970         * tests/test-argp.c: Restore #include "progname.h"
1971
1972 2007-04-29  Bruno Haible  <bruno@clisp.org>
1973
1974         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1975         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1976         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1977         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1978         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1979         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1980         (TESTS, check_PROGRAMS): Add test-snprintf.
1981         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1982         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1983         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1984         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1985         assertions that fail on HP-UX, OSF/1, or IRIX.
1986         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1987
1988 2007-04-29  Bruno Haible  <bruno@clisp.org>
1989
1990         * MODULES.html.sh (posix_functions): Remove 'contents'.
1991
1992 2007-04-29  Karl Berry  <karl@gnu.org>
1993
1994         * config/srclist.txt (gendocs_template_min): new entry.
1995
1996 2007-04-29  Bruno Haible  <bruno@clisp.org>
1997
1998         Work around fpurge bug on BSD systems.
1999         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2000         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2001         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2002         fpurge to rpl_fpurge if the system already has this function.
2003         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2004         the case where the system already has this function. Correct invariants
2005         on BSD systems.
2006         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2007         BSD systems.
2008
2009 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2010
2011         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2012         proposed by Sven Verdoolaege.
2013
2014         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2015         options.
2016         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2017         (usage and help tests): Update
2018
2019 2007-04-29  Bruno Haible  <bruno@clisp.org>
2020
2021         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2022         Print more information in case of failure. Disable a test on BeOS.
2023
2024 2007-04-29  Bruno Haible  <bruno@clisp.org>
2025
2026         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2027         This helps debugging on systems on which no gdb is available.
2028
2029 2007-04-29  Bruno Haible  <bruno@clisp.org>
2030
2031         * lib/freading.h: Improve comments.
2032         * lib/fwriting.h: Likewise.
2033         * tests/test-freading.c (main): Don't check freading immediately after
2034         repositioning. Needed for glibc.
2035
2036 2007-04-29  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/freading.c (freading): Trivial simplification.
2039
2040 2007-04-28  Bruno Haible  <bruno@clisp.org>
2041
2042         * tests/test-fwriting.c (main): Also test the interaction between
2043         fflush and fwriting.
2044         * modules/fwriting-tests (Depends-on): Add fflush.
2045
2046         * tests/test-freading.c (main): Also test the interaction between
2047         fflush and freading.
2048         * modules/freading-tests (Depends-on): Add fflush.
2049
2050 2007-04-28  Bruno Haible  <bruno@clisp.org>
2051
2052         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2053         fseeko and ftello.
2054         Suggested by Eric Blake.
2055
2056 2007-04-28  Jim Meyering  <jim@meyering.net>
2057
2058         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2059         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2060         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2061
2062 2007-04-27  Eric Blake  <ebb9@byu.net>
2063
2064         * doc/headers/assert.texi (assert.h): Document assert module use.
2065
2066 2007-04-27  Bruno Haible  <bruno@clisp.org>
2067
2068         * doc/headers/*.texi: New files.
2069         * doc/gnulib.texi (Header File Substitutes): New chapter.
2070         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2071         dependencies.
2072         (standards.info ,standards.html, standards.dvi): Update dependencies.
2073         (mostlyclean, clean): New targets.
2074
2075 2007-04-27  Bruno Haible  <bruno@clisp.org>
2076
2077         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2078         * modules/sysexits (Files, Makefile.am): Update.
2079
2080         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2081         * modules/sys_socket (Files, Makefile.am): Update.
2082
2083         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2084         * modules/sys_stat (Files, Makefile.am): Update.
2085
2086 2007-04-27  Eric Blake  <ebb9@byu.net>
2087
2088         * lib/freading.h: Improve comments.
2089         * lib/fwriting.h: Likewise.
2090         * lib/fflush.c: Likewise.
2091
2092         Fix closein for mingw.
2093         * modules/closein-tests: Add tests for closein.
2094         * tests/test-closein.c: New file.
2095         * tests/test-closein.sh: Likewise.
2096         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2097         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2098
2099 2007-04-27  Bruno Haible  <bruno@clisp.org>
2100
2101         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2102         version is < 6.
2103         * lib/math_.h [__DECC]: Likewise.
2104         * lib/stdio_.h [__DECC]: Likewise.
2105         * lib/stdlib_.h [__DECC]: Likewise.
2106         * lib/string_.h [__DECC]: Likewise.
2107         * lib/time_.h [__DECC]: Likewise.
2108         * lib/wchar_.h [__DECC]: Likewise.
2109         * lib/wctype_.h [__DECC]: Likewise.
2110
2111 2007-04-27  Bruno Haible  <bruno@clisp.org>
2112
2113         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2114
2115 2007-04-27  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/fflush.c: Add comments.
2118         * modules/fpurge-tests (Depends-on): Add fflush.
2119         * modules/freadable-tests (Depends-on): Likewise.
2120         * modules/fwritable-tests (Depends-on): Likewise.
2121
2122 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2123
2124         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2125         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2126         Report by Bruno Haible <bruno@clisp.org>.
2127
2128 2007-04-26  Eric Blake  <ebb9@byu.net>
2129
2130         Fix fflush on mingw.
2131         * modules/fflush (Depends-on): Add freading.
2132         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2133         but unread data.
2134
2135 2007-04-26  Eric Blake  <ebb9@byu.net>
2136         and Bruno Haible  <bruno@clisp.org>
2137
2138         Implement freading and fwriting.
2139         * lib/freading.c: New file.
2140         * lib/freading.h: Likewise.
2141         * m4/freading.m4: Likewise.
2142         * modules/freading: Likewise.
2143         * modules/freading-tests: Likewise.
2144         * tests/test-freading.c: Likewise.
2145         * lib/fwriting.c: New file.
2146         * lib/fwriting.h: Likewise.
2147         * m4/fwriting.m4: Likewise.
2148         * modules/fwriting: Likewise.
2149         * modules/fwriting-tests: Likewise.
2150         * tests/test-fwriting.c: Likewise.
2151         * MODULES.html.sh (File stream based Input/Output): Mention them.
2152
2153 2007-04-26  Bruno Haible  <bruno@clisp.org>
2154
2155         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2156         'long' when we assume it.
2157         Suggested by Eric Blake.
2158
2159 2007-04-26  Bruno Haible  <bruno@clisp.org>
2160
2161         Ensure fseeko, ftello are declared on glibc systems.
2162         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2163         * modules/fseeko (configure.ac-early): Likewise.
2164         * modules/ftello (configure.ac-early): Likewise.
2165         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2166         AC_FUNC_FSEEKO for this.
2167         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2168         (gl_CHECK_FSEEKO): Remove macro.
2169
2170 2007-04-26  Bruno Haible  <bruno@clisp.org>
2171
2172         * tests/test-fflush.c (main): Also check the ftell result after
2173         fflush and fseek/fseeko.
2174         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2175         file descriptor position cache in the stream.
2176         * lib/fseeko.c (rpl_fseeko): Likewise.
2177
2178 2007-04-26  Bruno Haible  <bruno@clisp.org>
2179
2180         * modules/fflush-tests (Depends-on): Add fseeko.
2181
2182 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2183             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2184
2185         * lib/argz_.h: ensure error_t definition is obtained in same
2186         mechanism system argz.h would have.
2187         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2188         argz facilities are known bad.  Err on the side of caution if
2189         cross-compiling.
2190
2191 2007-04-25  Eric Blake  <ebb9@byu.net>
2192
2193         * lib/fpurge.c (includes): Use stdlib.h for free.
2194         * tests/test-fflush.c (main): Also test fflush-fseeko.
2195
2196 2007-04-25  Bruno Haible  <bruno@clisp.org>
2197
2198         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2199         * lib/fseeko.c: New file.
2200         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2201         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2202         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2203         gl_FUNC_FSEEKO.
2204         (gl_FUNC_FSEEKO): Invoke it.
2205         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2206         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2207         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2208
2209 2007-04-25  Bruno Haible  <bruno@clisp.org>
2210
2211         * modules/fflush (Depends-on): Add ftello.
2212
2213 2007-04-25  Bruno Haible  <bruno@clisp.org>
2214
2215         * modules/ftello-tests: New file.
2216         * tests/test-ftello.c: New file.
2217
2218         * modules/ftello: New file.
2219         * m4/ftello.m4: New file.
2220         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2221         HAVE_FTELLO.
2222         * lib/stdio_.h (ftello): New declaration.
2223         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2224         HAVE_FTELLO.
2225
2226 2007-04-25  Bruno Haible  <bruno@clisp.org>
2227
2228         * modules/fseeko-tests: New file.
2229         * tests/test-fseeko.c: New file.
2230
2231         * modules/fseeko: New file.
2232         * m4/fseeko.m4: New file.
2233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2234         HAVE_FSEEKO.
2235         * lib/stdio_.h (fseeko): New declaration.
2236         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2237         HAVE_FSEEKO.
2238
2239 2007-04-25  Bruno Haible  <bruno@clisp.org>
2240
2241         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2242
2243 2007-04-25  Bruno Haible  <bruno@clisp.org>
2244
2245         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2246         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2247         * tests/test-unistd.c: Likewise.
2248         * tests/test-fcntl.c: Likewise.
2249
2250 2007-04-23  Eric Blake  <ebb9@byu.net>
2251
2252         * lib/fflush.c: Fix missing include.
2253         Reported by Bruno Haible.
2254
2255 2007-04-23  Bruno Haible  <bruno@clisp.org>
2256
2257         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2258         Reported by Eric Blake.
2259
2260 2007-04-23  Bruno Haible  <bruno@clisp.org>
2261
2262         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2263
2264 2007-04-23  Bruno Haible  <bruno@clisp.org>
2265
2266         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2267
2268 2007-04-23  Bruno Haible  <bruno@clisp.org>
2269
2270         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2271         Needed on HP-UX 11.
2272
2273 2007-04-16  Eric Blake  <ebb9@byu.net>
2274
2275         Make fflush rely on fpurge.
2276         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2277         open coding all variants.
2278         * modules/fflush (Depends-on): Add fpurge and unistd.
2279         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2280         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2281
2282         Fix --with-tests compilation on cygwin.
2283         * modules/argmatch-tests (Makefile.am): List gnulib library first
2284         in LDADD.
2285         * modules/argp-tests (Makefile.am): Likewise.
2286         * modules/array-list-tests (Makefile.am): Likewise.
2287         * modules/array-oset-tests (Makefile.am): Likewise.
2288         * modules/avltree-list-tests (Makefile.am): Likewise.
2289         * modules/avltree-oset-tests (Makefile.am): Likewise.
2290         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2291         * modules/carray-list-tests (Makefile.am): Likewise.
2292         * modules/dirname-tests (Makefile.am): Likewise.
2293         * modules/frexp-tests (Makefile.am): Likewise.
2294         * modules/isnanl-tests (Makefile.am): Likewise.
2295         * modules/linked-list-tests (Makefile.am): Likewise.
2296         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2297         * modules/lock-tests (Makefile.am): Likewise.
2298         * modules/rbtree-list-tests (Makefile.am): Likewise.
2299         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2300         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2301         * modules/tls-tests (Makefile.am): Likewise.
2302         * modules/tsearch-tests (Makefile.am): Likewise.
2303         * modules/xvasprintf-tests (Makefile.am): Likewise.
2304
2305         Fix fpurge for cygwin.
2306         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2307         value.
2308         * modules/fpurge-tests (Depends-on): Clean up trash.
2309
2310 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2311
2312         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2313
2314         * m4/autobuild.m4: Re-indent.
2315
2316 2007-04-13  Bruno Haible  <bruno@clisp.org>
2317
2318         * modules/fpurge-tests: New file.
2319         * tests/test-fpurge.c: New file.
2320
2321         * modules/fpurge: New file.
2322         * lib/fpurge.h: New file.
2323         * lib/fpurge.c: New file.
2324         * m4/fpurge.m4: New file.
2325
2326 2007-04-13  Bruno Haible  <bruno@clisp.org>
2327
2328         * modules/fbufmode-tests: New file.
2329         * tests/test-fbufmode.c: New file.
2330
2331         * modules/fbufmode: New file.
2332         * lib/fbufmode.h: New file.
2333         * lib/fbufmode.c: New file.
2334         * m4/fbufmode.m4: New file.
2335
2336 2007-04-13  Bruno Haible  <bruno@clisp.org>
2337
2338         * modules/fwritable-tests: New file.
2339         * tests/test-fwritable.c: New file.
2340
2341         * modules/fwritable: New file.
2342         * lib/fwritable.h: New file.
2343         * lib/fwritable.c: New file.
2344         * m4/fwritable.m4: New file.
2345
2346 2007-04-13  Bruno Haible  <bruno@clisp.org>
2347
2348         * modules/freadable-tests: New file.
2349         * tests/test-freadable.c: New file.
2350
2351         * modules/freadable: New file.
2352         * lib/freadable.h: New file.
2353         * lib/freadable.c: New file.
2354         * m4/freadable.m4: New file.
2355
2356 2007-04-13  Bruno Haible  <bruno@clisp.org>
2357
2358         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2359         MOSTLYCLEANFILES.
2360
2361 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2362
2363         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2364         gzip bootstrap.conf to avoid dragging in i18n machinery.
2365         (gnulib_tool_option): Use it.
2366
2367 2007-04-13  Bruno Haible  <bruno@clisp.org>
2368
2369         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2370         %F directives.
2371         * tests/test-vasprintf-posix.c (test_function): Likewise.
2372         * tests/test-snprintf-posix.h (test_function): Likewise.
2373         * tests/test-sprintf-posix.h (test_function): Likewise.
2374         * tests/test-fprintf-posix.h (test_function): Likewise.
2375         * tests/test-printf-posix.h (test_function): Likewise.
2376         * tests/test-fprintf-posix.out: Likewise.
2377
2378 2007-04-13  Bruno Haible  <bruno@clisp.org>
2379
2380         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2381         * modules/tls-tests (configure.ac): Likewise.
2382         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2383
2384 2007-04-13  Bruno Haible  <bruno@clisp.org>
2385
2386         * lib/tls.c (glthread_tls_get): Fix return type.
2387         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2388
2389 2007-04-12  Eric Blake  <ebb9@byu.net>
2390
2391         * modules/gettime (Depends-on): Remove gettime.
2392         Reported by Dmitry V. Levin.
2393
2394 2007-04-12  Bruno Haible  <bruno@clisp.org>
2395
2396         * modules/fflush (Include): Mention <stdio.h>.
2397         * modules/strtoimax (Include): Mention <inttypes.h>.
2398         * modules/strtoumax (Include): Likewise.
2399
2400 2007-04-12  Eric Blake  <ebb9@byu.net>
2401
2402         * .cvsignore: New file.
2403         * .gitignore: Likewise.
2404
2405 2007-04-12  Bruno Haible  <bruno@clisp.org>
2406
2407         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2408         not before, since $(LDADD) often contains libgnu.a.
2409         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2410         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2411         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2412         Needed on Cygwin.
2413
2414 2007-04-12  Eric Blake  <ebb9@byu.net>
2415
2416         Work around glibc's failure to flush stdin on fclose.
2417         * lib/closein.c (close_stdin): Flush stdin before closing.
2418
2419         Work around glibc's failure to reset seekable stdin on exit.
2420         * modules/closein: New module.
2421         * lib/closein.c: New file.
2422         * lib/closein.h: Likewise.
2423         * m4/closein.m4: Likewise.
2424         * MODULES.html.sh (File stream based Input/Output): Document it.
2425
2426 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2427
2428         * gnulib-tool: Rename generated 'autobuild' script to
2429         'do-autobuild' in --create-megatestdir output.
2430
2431         * doc/gnulib.texi (Build robot for gnulib): Fix.
2432
2433 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2434
2435         * modules/sysexits (Depends-on): Add absolute-header.
2436
2437 2007-04-12  Eric Blake  <ebb9@byu.net>
2438
2439         No need to preserve errno on success.
2440         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2441         Reported by Bruno Haible.
2442
2443 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2444
2445         * MODULES.html.sh (Support for maintaining and releasing
2446         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2447
2448 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2449
2450         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2451
2452 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2453
2454         * modules/autobuild: New module.
2455
2456         * m4/autobuild.m4: New file.
2457
2458 2007-04-11  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2461         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2462         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2463         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2464         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2465         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2466         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2467         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2468         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2469         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2470         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2471         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2472         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2473         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2474         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2475         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2477         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2478         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2479         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2480         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2481         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2482         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2483         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2484         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2485         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2486         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2487         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2488         Reported by Eric Blake.
2489
2490 2007-04-11  Bruno Haible  <bruno@clisp.org>
2491
2492         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2493
2494 2007-04-10  Bruno Haible  <bruno@clisp.org>
2495
2496         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2497         for NaN and Infinity. Needed on FreeBSD 6.1.
2498         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2499         regarding results for "%010a" of Infinity and NaN.
2500         * tests/test-vasprintf-posix.c (test_function): Likewise.
2501         * tests/test-snprintf-posix.h (test_function): Likewise.
2502         * tests/test-sprintf-posix.h (test_function): Likewise.
2503         * tests/test-fprintf-posix.h (test_function): Likewise.
2504         * tests/test-printf-posix.h (test_function): Likewise.
2505         * tests/test-fprintf-posix.out: Likewise.
2506
2507 2007-04-10  Bruno Haible  <bruno@clisp.org>
2508
2509         * modules/locale-tests: New file.
2510         * tests/test-locale.c: New file.
2511
2512         * modules/locale: New file.
2513         * lib/locale_.h: New file.
2514         * m4/locale_h.m4: New file.
2515
2516 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2517             Bruno Haible  <bruno@clisp.org>
2518
2519         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2520         be determined, test for availability of the copysignf, copysign,
2521         copysignl functions.
2522         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2523         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2524         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2525
2526 2007-04-09  Eric Blake  <ebb9@byu.net>
2527
2528         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2529         * modules/stdio (Makefile.am): Support fflush.
2530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2531         * modules/fflush: New file.
2532         * lib/fflush.c: Likewise.
2533         * m4/fflush.m4: Likewise.
2534         * modules/fflush-tests: New test.
2535         * tests/test-fflush.c: Likewise.
2536         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2537
2538 2007-04-06  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2541         (VASNPRINTF): Use signbit for faster determination whether to print a
2542         minus sign.
2543         * modules/vasnprintf (Files): Remove lib/float+.h.
2544         * modules/fprintf-posix (Depends-on): Add signbit.
2545         * modules/snprintf-posix (Depends-on): Likewise.
2546         * modules/sprintf-posix (Depends-on): Likewise.
2547         * modules/vasnprintf-posix (Depends-on): Likewise.
2548         * modules/vasprintf-posix (Depends-on): Likewise.
2549         * modules/vfprintf-posix (Depends-on): Likewise.
2550         * modules/vsnprintf-posix (Depends-on): Likewise.
2551         * modules/vsprintf-posix (Depends-on): Likewise.
2552
2553 2007-04-06  Bruno Haible  <bruno@clisp.org>
2554
2555         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2556         * tests/test-frexpl.c (main): Likewise.
2557         * tests/test-ldexpl.c (main): Likewise.
2558         * modules/frexp-tests (Depends-on): Add signbit.
2559         * modules/frexpl-tests (Depdends-on): Likewise.
2560         * modules/ldexpl-tests (Depdends-on): Likewise.
2561
2562 2007-04-06  Bruno Haible  <bruno@clisp.org>
2563
2564         * modules/signbit-tests: New file.
2565         * tests/test-signbit.c: New file.
2566
2567         * modules/signbit: New file.
2568         * lib/signbitf.c: New file.
2569         * lib/signbitd.c: New file.
2570         * lib/signbitl.c: New file.
2571         * m4/signbit.m4: New file.
2572         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2573         (signbit): New macro.
2574         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2575         REPLACE_SIGNBIT.
2576         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2577         REPLACE_FREXPL into math.h.
2578
2579 2007-04-06  Bruno Haible  <bruno@clisp.org>
2580
2581         * modules/isnanf-nolibm-tests: New file.
2582         * tests/test-isnanf.c: New file.
2583
2584         * modules/isnanf-nolibm: New file.
2585         * lib/isnanf.h: New file.
2586         * lib/isnanf.c: New file.
2587         * lib/isnan.c: Consider the USE_FLOAT macro.
2588         * m4/isnanf.m4: New file.
2589
2590 2007-04-06  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2593         (Link): New section.
2594
2595         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2596
2597 2007-04-06  Bruno Haible  <bruno@clisp.org>
2598
2599         Assume the 'long double' type.
2600         * m4/longdouble.m4: Remove file.
2601         * config/srclist.txt: Don't mention longdouble.m4.
2602         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2603         * lib/float+.h: Likewise.
2604         * lib/frexp.c: Likewise.
2605         * lib/printf-args.h: Likewise.
2606         * lib/printf-args.c: Likewise.
2607         * lib/printf-frexp.c: Likewise.
2608         * lib/printf-parse.c: Likewise.
2609         * lib/vasnprintf.c: Likewise.
2610         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2611         * m4/intl.m4: Likewise.
2612         * m4/isnanl.m4: Likewise.
2613         * m4/printf.m4: Likewise.
2614         * m4/printf-frexpl.m4: Likewise.
2615         * m4/vasnprintf.m4: Likewise.
2616         * modules/allocsa (Files): Remove m4/longdouble.m4.
2617         * modules/gettext (Files): Likewise.
2618         * modules/relocatable-prog-wrapper (Files): Likewise.
2619         * modules/vasnprintf (Files): Likewise.
2620         * modules/isnanl (Files): Likewise.
2621         (Include): Simplify.
2622         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2623         (Include): Simplify.
2624         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2625         (Include): Simplify.
2626         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2627         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2628         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2629         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2630         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2631         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2632         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2633         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2634         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2635         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2636         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2637         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2638         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2639         * tests/test-isnanl.c: Likewise.
2640         * tests/test-snprintf-posix.h: Likewise.
2641         * tests/test-sprintf-posix.h: Likewise.
2642         * tests/test-vasnprintf-posix.c: Likewise.
2643         * tests/test-vasnprintf-posix2.c: Likewise.
2644         * tests/test-vasprintf-posix.c: Likewise.
2645
2646 2007-04-06  Bruno Haible  <bruno@clisp.org>
2647
2648         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2649         * lib/math_.h [__DECC]: Include the overridden include file through
2650         #include_next, outside the double-inclusion guard.
2651         * lib/stdio_.h [__DECC]: Likewise.
2652         * lib/stdlib_.h [__DECC]: Likewise.
2653         * lib/string_.h [__DECC]: Likewise.
2654         * lib/time_.h [__DECC]: Likewise.
2655         * lib/wchar_.h [__DECC]: Likewise.
2656         * lib/wctype_.h [__DECC]: Likewise.
2657         * lib/inttypes_.h [__DECC]: Likewise.
2658         Reported by Albert Chin <china@thewrittenword.com> in
2659         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2660
2661 2007-04-04  Eric Blake  <ebb9@byu.net>
2662
2663         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2664         1.5.x.
2665
2666 2007-04-04  Bruno Haible  <bruno@clisp.org>
2667
2668         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2669         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2670
2671 2007-04-04  Bruno Haible  <bruno@clisp.org>
2672
2673         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2674         results for "%010a" of Infinity and NaN.
2675         * tests/test-vasprintf-posix.c (test_function): Likewise.
2676         * tests/test-snprintf-posix.h (test_function): Likewise.
2677         * tests/test-sprintf-posix.h (test_function): Likewise.
2678         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2679         * tests/test-printf-posix.h (test_function): Likewise.
2680         * tests/test-fprintf-posix.out: Update.
2681         Needed for FreeBSD 6.1.
2682
2683 2007-04-04  Bruno Haible  <bruno@clisp.org>
2684
2685         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2686         directly used by the gnulib modules nor by gnulib-tool.
2687
2688 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2689
2690         * DEPENDENCIES: Give overall description of version dependency
2691         desirability.  Use more-typical names for apps.
2692         Add shell, coreutils, diffutils, grep, tar, gzip.
2693
2694 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2695
2696         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2697
2698 2007-04-04  Karl Berry  <karl@gnu.org>
2699
2700         * MODULES.html.sh (func_module): missing '.
2701
2702 2007-04-03  Bruno Haible  <bruno@clisp.org>
2703
2704         * modules/argmatch-tests (Makefile.am): New variable
2705         test_argmatch_LDADD.
2706         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2707         * modules/array-list-tests (Makefile.am): New variable
2708         test_array_list_LDADD.
2709         * modules/array-oset-tests (Makefile.am): New variable
2710         test_array_oset_LDADD.
2711         * modules/avltree-list-tests (Makefile.am): New variable
2712         test_avltree_list_LDADD.
2713         * modules/avltree-oset-tests (Makefile.am): New variable
2714         test_avltree_oset_LDADD.
2715         * modules/avltreehash-list-tests (Makefile.am): New variable
2716         test_avltreehash_list_LDADD.
2717         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2718         test_canonicalize_lgpl_LDADD.
2719         * modules/carray-list-tests (Makefile.am): New variable
2720         test_carray_list_LDADD.
2721         * modules/dirname-tests (Makefile.am): New variable
2722         test_dirname_LDADD.
2723         * modules/linked-list-tests (Makefile.am): New variable
2724         test_linked_list_LDADD.
2725         * modules/linkedhash-list-tests (Makefile.am): New variable
2726         test_linkedhash_list_LDADD.
2727         * modules/rbtree-list-tests (Makefile.am): New variable
2728         test_rbtree_list_LDADD.
2729         * modules/rbtree-oset-tests (Makefile.am): New variable
2730         test_rbtree_oset_LDADD.
2731         * modules/rbtreehash-list-tests (Makefile.am): New variable
2732         test_rbtreehash_list_LDADD.
2733         * modules/xvasprintf-tests (Makefile.am): New variable
2734         test_xvasprintf_LDADD.
2735         Reported by Eric Blake.
2736
2737 2007-04-03  Eric Blake  <ebb9@byu.net>
2738
2739         * DEPENDENCIES: Weaken m4 requirements.
2740
2741 2007-04-03  Bruno Haible  <bruno@clisp.org>
2742
2743         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2744         * modules/isnanl-tests (configure.ac): Likewise.
2745
2746 2007-04-03  Ben Pfaff  <blp@gnu.org>
2747
2748         * modules/iconv_open: Add $(srcdir)/ to source directory
2749         references in Makefile fragments that call gperf, to fix VPATH
2750         builds.
2751
2752 2007-04-03  Bruno Haible  <bruno@clisp.org>
2753
2754         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2755         * lib/ldexpl.c: Undo last change.
2756
2757 2007-04-03  Bruno Haible  <bruno@clisp.org>
2758
2759         * modules/printf-frexpl (Depends-on): Undo last change.
2760         (Files): Add m4/ldexpl.m4.
2761
2762 2007-04-03  Bruno Haible  <bruno@clisp.org>
2763
2764         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2765         * modules/isnanl (Link): New section.
2766
2767         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2768         * modules/frexp (Link): New section.
2769
2770         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2771         * modules/frexpl (Link): New section.
2772
2773         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2774         * modules/ldexpl (Link): New section.
2775
2776 2007-04-03  Bruno Haible  <bruno@clisp.org>
2777
2778         * modules/TEMPLATE-EXTENDED: New file.
2779         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2780
2781 2007-04-03  Bruno Haible  <bruno@clisp.org>
2782
2783         * DEPENDENCIES: New file.
2784         Suggested by Simon Josefsson.
2785
2786 2007-04-03  Bruno Haible  <bruno@clisp.org>
2787
2788         * doc/gnulib.texi: Escape @.
2789
2790 2007-04-03  James Youngman  <jay@gnu.org>
2791         and Paul Eggert  <eggert@cs.ucla.edu>
2792
2793         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2794         birthtime on all systems that have birthtime, not just those which
2795         use st_birthtimensec rather than st_birthtim.  Putting zero in
2796         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2797         that the birth time is not available for files on an NFS mount.
2798
2799 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2800
2801         * modules/memxor: Move back from crypto/, suggested by Bruno.
2802         * modules/crypto/hmac-sha1: Fix memxor dependency.
2803
2804         * modules/crypto/gc: Moved from ../.
2805
2806 2007-04-02  Eric Blake  <ebb9@byu.net>
2807
2808         * lib/ldexpl.c (includes): Avoid libm.
2809
2810         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2811
2812 2007-04-02  Bruno Haible  <bruno@clisp.org>
2813
2814         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2815         on IRIX.
2816
2817 2007-04-02  Bruno Haible  <bruno@clisp.org>
2818
2819         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2820         x86 or x86_64 platforms running MacOS X.
2821         Reported by Ryan Schmidt <@ryandesign.com>.
2822
2823 2007-04-02  Bruno Haible  <bruno@clisp.org>
2824
2825         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2826         i386.
2827
2828 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2829
2830         * modules/crypto/arcfour: Moved from ../.
2831         * modules/crypto/arcfour-tests: Moved from ../.
2832         * modules/crypto/arctwo: Moved from ../.
2833         * modules/crypto/arctwo-tests: Moved from ../.
2834         * modules/crypto/des: Moved from ../.
2835         * modules/crypto/des-tests: Moved from ../.
2836         * modules/crypto/gc-arcfour: Moved from ../.
2837         * modules/crypto/gc-arcfour-tests: Moved from ../.
2838         * modules/crypto/gc-arctwo: Moved from ../.
2839         * modules/crypto/gc-arctwo-tests: Moved from ../.
2840         * modules/crypto/gc-des: Moved from ../.
2841         * modules/crypto/gc-des-tests: Moved from ../.
2842         * modules/crypto/gc-hmac-md5: Moved from ../.
2843         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2844         * modules/crypto/gc-hmac-sha1: Moved from ../.
2845         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2846         * modules/crypto/gc-md2: Moved from ../.
2847         * modules/crypto/gc-md2-tests: Moved from ../.
2848         * modules/crypto/gc-md4: Moved from ../.
2849         * modules/crypto/gc-md4-tests: Moved from ../.
2850         * modules/crypto/gc-md5: Moved from ../.
2851         * modules/crypto/gc-md5-tests: Moved from ../.
2852         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2853         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2854         * modules/crypto/gc-random: Moved from ../.
2855         * modules/crypto/gc-rijndael: Moved from ../.
2856         * modules/crypto/gc-rijndael-tests: Moved from ../.
2857         * modules/crypto/gc-sha1: Moved from ../.
2858         * modules/crypto/gc-sha1-tests: Moved from ../.
2859         * modules/crypto/gc-tests: Moved from ../.
2860         * modules/crypto/hmac-md5: Moved from ../.
2861         * modules/crypto/hmac-md5-tests: Moved from ../.
2862         * modules/crypto/hmac-sha1: Moved from ../.
2863         * modules/crypto/hmac-sha1-tests: Moved from ../.
2864         * modules/crypto/md2: Moved from ../.
2865         * modules/crypto/md2-tests: Moved from ../.
2866         * modules/crypto/md4: Moved from ../.
2867         * modules/crypto/md4-tests: Moved from ../.
2868         * modules/crypto/md5: Moved from ../.
2869         * modules/crypto/md5-tests: Moved from ../.
2870         * modules/crypto/memxor: Moved from ../.
2871         * modules/crypto/rijndael: Moved from ../.
2872         * modules/crypto/rijndael-tests: Moved from ../.
2873         * modules/crypto/sha1: Moved from ../.
2874
2875 2007-03-30  James Youngman  <jay@gnu.org>
2876
2877         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2878         rename() to change the ctime of a file (because ctime is unaffected
2879         by rename on jfs2 on AIX 5.1).
2880         (main): Start by doing cleanup, in case a previous run failed leaving
2881         test files behind.
2882
2883 2007-03-31  Bruno Haible  <bruno@clisp.org>
2884
2885         Support old proprietary implementations of iconv.
2886         * modules/iconv_open: New file.
2887         * lib/iconv_.h: New file.
2888         * m4/iconv_h.m4: New file.
2889         * lib/iconv_open.c: New file.
2890         * lib/iconv_open-aix.gperf: New file.
2891         * lib/iconv_open-hpux.gperf: New file.
2892         * lib/iconv_open-irix.gperf: New file.
2893         * lib/iconv_open-osf.gperf: New file.
2894         * m4/iconv_open.m4: New file.
2895         * modules/linebreak (Depends-on): Add iconv_open.
2896         * modules/striconv (Depends-on): Likewise.
2897         * modules/striconveh (Depends-on): Likewise.
2898         * modules/unicodeio (Depends-on): Likewise.
2899         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2900         (iconv_t)(-1).
2901         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2902         conversion if cd is (iconv_t)(-1).
2903         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2904         is not possible.
2905
2906 2007-03-31  Bruno Haible  <bruno@clisp.org>
2907
2908         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2909         work on Solaris either. Protect also second use of "autodetect_jp".
2910
2911 2007-03-31  Bruno Haible  <bruno@clisp.org>
2912
2913         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2914         the function is not present.
2915
2916 2007-03-31  Bruno Haible  <bruno@clisp.org>
2917
2918         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2919         the function is not present.
2920
2921 2007-03-31  Bruno Haible  <bruno@clisp.org>
2922
2923         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2924         a bug in HP-UX iconv_open().
2925
2926 2007-03-31  Bruno Haible  <bruno@clisp.org>
2927
2928         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2929         (Mathematics <math.h>): New section, add fpieee.
2930         (Input/output <stdio.h>): Add fseterr.
2931         (Mathematics <math.h>): New section, add printf-frexp.
2932         (Container data structures): Add sublist.
2933         (Core language properties): Add fpucw, inline.
2934         (Functions for greatest-width integer types <inttypes.h>): Add
2935         imaxabs, imaxdiv, inttypes.
2936         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2937         isnanl-nolibm, ldexp.
2938         (Mathematics <math.h>): New section, add printf-frexpl.
2939         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2940         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2941         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2942         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2943         (Unicode string functions): Add unistr/u*-mbtoucr.
2944         (Java): Add javacomp-script, javaexec-script.
2945         (C#): Add csharpcomp-script, csharpexec-script.
2946         (Support for building libraries and executables): Add havelib,
2947         relocatable-*.
2948         (Support for maintaining and releasing projects): Renamed from
2949         'Support for maintaining and release projects'. Add announce-gen.
2950
2951 2007-03-31  Bruno Haible  <bruno@clisp.org>
2952
2953         * README: Talk primarily about git.
2954         (git and CVS): Renamed from CVS.
2955         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2956         gnulib is available through git.
2957         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2958
2959 2007-03-30  Bruno Haible  <bruno@clisp.org>
2960
2961         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2962         * lib/poll_.h: Likewise.
2963         * lib/stat_.h: Likewise.
2964         * lib/sys_time_.h: Likewise.
2965         * lib/sysexit_.h: Likewise.
2966         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2967         * lib/stdbool_.h: Likewise.
2968         * lib/byteswap_.h: Add double-inclusion guard.
2969
2970 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2971
2972         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2973
2974 2007-03-30  Karl Berry  <karl@gnu.org>
2975
2976         * config/srclist-update: double space after USA in the license
2977         substitution, since that's how it's usually (?) written.
2978
2979 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2980
2981         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2982         reported by Bruno Haible.
2983
2984 2007-03-29  Bruno Haible  <bruno@clisp.org>
2985
2986         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2987         a bug in AIX iconv().
2988
2989 2007-03-29  Bruno Haible  <bruno@clisp.org>
2990
2991         * modules/ldexpl-tests: New file.
2992         * tests/test-ldexpl.c: New file.
2993
2994 2007-03-29  Bruno Haible  <bruno@clisp.org>
2995
2996         * lib/ldexpl.c: Include fpucw.h.
2997         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2998         multiplication.
2999         * modules/ldexpl (Depends-on): Add fpucw.
3000
3001 2007-03-29  Bruno Haible  <bruno@clisp.org>
3002
3003         * modules/ldexpl: New file.
3004         * m4/ldexpl.m4: New file.
3005         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3006         set.
3007         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3008         REPLACE_LDEXPL.
3009         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3010         REPLACE_LDEXPL.
3011         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3012         gl_FUNC_LDEXPL_WORKS.
3013         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3014         * modules/mathl (Files): Remove lib/ldexpl.c.
3015         (Depends-on): Add ldexpl.
3016
3017 2007-03-29  Bruno Haible  <bruno@clisp.org>
3018
3019         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3020
3021 2007-03-29  Bruno Haible  <bruno@clisp.org>
3022
3023         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3024         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3025         and possibly also HP-UX.
3026         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3027         work on AIX, IRIX, HP-UX, OSF/1.
3028         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3029         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3030         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3031         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3032         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3033         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3034
3035 2007-03-29  Bruno Haible  <bruno@clisp.org>
3036
3037         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3038
3039 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3040
3041         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3042         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3043
3044 2007-03-29  Eric Blake  <ebb9@byu.net>
3045
3046         * lib/acl-internal.h: Remove redundant include.
3047         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3048         Cygwin when a file is locked.
3049
3050 2007-03-29  Bruno Haible  <bruno@clisp.org>
3051
3052         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3053         file.
3054         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3055
3056 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3059         try to remove a parent directory if the child couldn't be removed
3060         (except for the first rmdir, which could fail because the child
3061         doesn't exist).  Problem reported by Jeff Blaine in
3062         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3063
3064 2007-03-28  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/striconveh.c (utf8conv_carefully): New function.
3067         (mem_cd_iconveh_internal): Invoke it.
3068
3069 2007-03-28  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3072         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3073         input.
3074         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3075         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3076         unistr/u8-uctomb.
3077
3078 2007-03-28  Bruno Haible  <bruno@clisp.org>
3079
3080         * modules/unistr/u8-mbtoucr: New file.
3081         * lib/unistr/u8-mbtoucr.c: New file.
3082         * modules/unistr/u16-mbtoucr: New file.
3083         * lib/unistr/u16-mbtoucr.c: New file.
3084         * modules/unistr/u16-mbtoucr: New file.
3085         * lib/unistr/u16-mbtoucr.c: New file.
3086         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3087
3088 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3089             Bruno Haible  <bruno@clisp.org>
3090
3091         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3092         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3093         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3094
3095         * m4/stdio_h.m4: Add stubs for vasprintf too.
3096
3097         * modules/stdio: Support vasprintf in sed command.
3098
3099         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3100         vasprintf.h.  Add stdio module indicator.
3101
3102         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3103         vasprintf.h.
3104
3105         * lib/vasprintf.h: File removed.
3106
3107         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3108         * lib/vasprintf.c: Ditto.
3109         * lib/xvasprintf.c: Ditto.
3110         * tests/test-vasprintf-posix.c: Ditto.
3111         * tests/test-vasprintf.c: Ditto.
3112
3113 2007-03-27  Bruno Haible  <bruno@clisp.org>
3114
3115         Make vasnprintf multithread-safe.
3116         * lib/vasnprintf.c (decimal_point_char): New function.
3117         (VASNPRINTF): Use it.
3118         Suggested by Simon Josefsson.
3119
3120 2007-03-27  Eric Blake  <ebb9@byu.net>
3121
3122         Support sub-second birthtime on cygwin.
3123         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3124         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3125         (get_stat_birthtime): Also work with st_birthtim.
3126
3127 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3128
3129         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3130         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3131         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3132         (get_stat_birthtime_ns): Simplify compile-time tests.
3133         (get_stat_birthtime): Change the API to look like
3134         get_stat_mtime etc., except return a negative tv_nsec on error.
3135         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3136         Don't check for "spare" fields.
3137         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3138         or for struct stat.st_birthtime, as these tests aren't used.
3139         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3140
3141 2007-03-27  Bruno Haible  <bruno@clisp.org>
3142
3143         * lib/stat-time.h: Include <sys/stat.h>.
3144
3145 2007-03-27  James Youngman  <jay@gnu.org>
3146
3147         * lib/stat-time.h (get_stat_birthtime): New function for
3148           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3149         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3150           and its variants.
3151         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3152         * modules/stat-time-test: New file.
3153         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3154
3155 2007-03-26  Bruno Haible  <bruno@clisp.org>
3156
3157         Better support of signalling NaNs.
3158         * lib/atanl.c: Include isnanl.h.
3159         (atanl): Perform test for NaN at the beginning of the function and
3160         through a call to isnanl.
3161         * lib/cosl.c: Include isnanl.h.
3162         (cosl): Perform test for NaN at the beginning of the function and
3163         through a call to isnanl.
3164         * lib/ldexpl.c: Include isnanl.h.
3165         (ldexpl): Perform test for NaN through a call to isnanl.
3166         * lib/logl.c: Include isnanl.h.
3167         (logl): Perform test for NaN at the beginning of the function and
3168         through a call to isnanl.
3169         * lib/sinl.c: Include isnanl.h.
3170         (sinl): Perform test for NaN at the beginning of the function and
3171         through a call to isnanl.
3172         * lib/sqrtl.c: Include isnanl.h.
3173         (sqrtl): Perform test for NaN at the beginning of the function and
3174         through a call to isnanl.
3175         * lib/tanl.c: Include isnanl.h.
3176         (tanl): Perform test for NaN at the beginning of the function and
3177         through a call to isnanl.
3178         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3179         * modules/mathl (Depends-on): Add isnanl.
3180
3181 2007-03-26  Eric Blake  <ebb9@byu.net>
3182
3183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3184         regression in logic sense of previous patch.
3185
3186 2007-03-26  Bruno Haible  <bruno@clisp.org>
3187
3188         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3189         unportable shell command "if ! ...".
3190         Reported by Ralf Wildenhues.
3191
3192 2007-03-25  Bruno Haible  <bruno@clisp.org>
3193
3194         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3195         <sysexits.h> file, and only add EX_CONFIG.
3196         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3197         absolute file name and whether it is sufficient. Substitute also
3198         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3199         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3200         ABSOLUTE_SYSEXITS_H into sysexits.h.
3201
3202 2007-03-25  Bruno Haible  <bruno@clisp.org>
3203
3204         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3205         hints is NULL.
3206
3207 2007-03-25  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3210         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3211
3212 2007-03-25  Bruno Haible  <bruno@clisp.org>
3213
3214         * lib/vasnprintf.c: Include langinfo.h.
3215         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3216         multithread-safe.
3217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3218         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3219         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3220         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3221         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3222         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3223         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3224         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3225         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3226         Reported by Simon Josefsson.
3227
3228 2007-03-25  Bruno Haible  <bruno@clisp.org>
3229
3230         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3231         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3232         * modules/vasnprintf (Depends-on): Add stdint.
3233
3234 2007-03-25  Bruno Haible  <bruno@clisp.org>
3235
3236         * modules/fpieee: New file.
3237         * m4/fpieee.m4: New file.
3238         * modules/isnan-nolibm (Depends-on): Add fpieee.
3239         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3240         * modules/isnanl (Depends-on): Add fpieee.
3241
3242 2007-03-25  Bruno Haible  <bruno@clisp.org>
3243
3244         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3245
3246 2007-03-25  Bruno Haible  <bruno@clisp.org>
3247
3248         Avoid test failures on IRIX 6.5.
3249         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3250         (main): Use it.
3251         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3252         macros.
3253         (main): Use them.
3254
3255 2007-03-25  Bruno Haible  <bruno@clisp.org>
3256
3257         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3258         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3259         exists but doesn't work.
3260         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3261         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3262         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3263         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3264
3265 2007-03-25  Bruno Haible  <bruno@clisp.org>
3266
3267         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3268         returns inf. Needed on IRIX 6.5.
3269
3270 2007-03-25  Bruno Haible  <bruno@clisp.org>
3271
3272         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3273         (main): Use isnanl instead of x != x idiom.
3274         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3275
3276         * tests/test-frexp.c: Include isnan.h.
3277         (main): Use isnan instead of x != x idiom.
3278         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3279
3280 2007-03-25  Bruno Haible  <bruno@clisp.org>
3281
3282         * tests/test-frexp.c (NaN): New function/macro.
3283         (main): Use it instead of 0.0 / 0.0.
3284         * tests/test-isnan.c (NaN): New function/macro.
3285         (main): Use it instead of 0.0 / 0.0.
3286         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3287         (test_function): Use it instead of 0.0 / 0.0.
3288         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3289         (test_function): Use it instead of 0.0 / 0.0.
3290         * tests/test-snprintf-posix.h (NaN): New function/macro.
3291         (test_function): Use it instead of 0.0 / 0.0.
3292         * tests/test-sprintf-posix.h (NaN): New function/macro.
3293         (test_function): Use it instead of 0.0 / 0.0.
3294         * tests/test-fprintf-posix.h (NaN): New function/macro.
3295         (test_function): Use it instead of 0.0 / 0.0.
3296         * tests/test-printf-posix.h (NaN): New function/macro.
3297         (test_function): Use it instead of 0.0 / 0.0.
3298
3299         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3300
3301 2007-03-25  Bruno Haible  <bruno@clisp.org>
3302
3303         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3304
3305 2007-03-25  Bruno Haible  <bruno@clisp.org>
3306
3307         * lib/regexec.c (merge_state_with_log): Make static.
3308
3309 2007-03-25  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/trigl.c (kernel_rem_pio2): Make static.
3312
3313 2007-03-25  Bruno Haible  <bruno@clisp.org>
3314
3315         * lib/sincosl.c (sincosl_table): Make static.
3316
3317 2007-03-25  Bruno Haible  <bruno@clisp.org>
3318
3319         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3320         if the compiler does not support C99.
3321
3322 2007-03-25  Bruno Haible  <bruno@clisp.org>
3323
3324         * modules/time (Makefile.am): Ensure all rule action lines start with a
3325         tab.
3326
3327 2007-03-24  Bruno Haible  <bruno@clisp.org>
3328
3329         * modules/tsearch-tests: New file.
3330         * tests/test-tsearch.sh: New file.
3331         * tests/test-tsearch.c: New file, mostly copied from glibc.
3332
3333         * modules/search-tests: New file.
3334         * tests/test-search.c: New file.
3335
3336         * modules/search: New file.
3337         * lib/search_.h: New file, incorporating lib/tsearch.h.
3338         * m4/search_h.m4: New file.
3339         * lib/tsearch.h: Remove file.
3340         * lib/tsearch.c: Include search.h instead of tsearch.h.
3341         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3342         HAVE_TSEARCH.
3343         * modules/tsearch (Files): Remove lib/tsearch.h.
3344         (Depends-on): Add search.
3345         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3346         (Include): Change tsearch.h into search.h.
3347
3348 2007-03-24  Bruno Haible  <bruno@clisp.org>
3349
3350         * modules/fpucw: New file.
3351         * lib/fpucw.h: New file.
3352         * lib/frexp.c: Include fpucw.h.
3353         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3354         (FUNC): Use them.
3355         * lib/printf-frexp.c: Include fpucw.h.
3356         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3357         (FUNC): Use them.
3358         * lib/vasnprintf.c: Include fpucw.h.
3359         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3360         'long double' calculations.
3361         * tests/test-frexpl.c: Include fpucw.h.
3362         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3363         * tests/test-printf-frexpl.c: Include fpucw.h.
3364         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3365         * modules/frexpl (Depends-on): Add fpucw.
3366         * modules/printf-frexpl (Depends-on): Likewise.
3367         * modules/fprintf-posix (Depends-on): Likewise.
3368         * modules/snprintf-posix (Depends-on): Likewise.
3369         * modules/sprintf-posix (Depends-on): Likewise.
3370         * modules/vasnprintf-posix (Depends-on): Likewise.
3371         * modules/vasprintf-posix (Depends-on): Likewise.
3372         * modules/vfprintf-posix (Depends-on): Likewise.
3373         * modules/vsnprintf-posix (Depends-on): Likewise.
3374         * modules/vsprintf-posix (Depends-on): Likewise.
3375         * modules/frexpl-tests (Depends-on): Likewise.
3376         * modules/printf-frexpl-tests (Depends-on): Likewise.
3377
3378 2007-03-24  Bruno Haible  <bruno@clisp.org>
3379
3380         * lib/float+.h: New file.
3381         * lib/isnan.c: Include float+.h.
3382         (SIZE): New macro.
3383         (FUNC): Compare only SIZE bytes of the value.
3384         * lib/vasnprintf.c: Include float+.h.
3385         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3386         SIZEOF_LDBL or SIZEOF_DBL bytes.
3387         * modules/isnan-nolibm (Files): Add lib/float+.h.
3388         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3389         * modules/isnanl (Files): Add lib/float+.h.
3390         * modules/vasnprintf (Files): Add lib/float+.h.
3391
3392 2007-03-24  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3395         include isnanl-nolibm.h.
3396
3397 2007-03-24  Bruno Haible  <bruno@clisp.org>
3398
3399         * tests/test-read-file.c (main): Don't produce spurious output for
3400         expected situations. Make the test fail if it encountered unexpected
3401         results.
3402
3403 2007-03-24  Bruno Haible  <bruno@clisp.org>
3404
3405         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3406         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3407
3408 2007-03-24  Bruno Haible  <bruno@clisp.org>
3409
3410         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3411
3412 2007-03-24  Bruno Haible  <bruno@clisp.org>
3413
3414         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3415         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3416
3417         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3418         * modules/utf8-ucs4: Turn into a symbolic link to module
3419         unistr/u8-mbtouc.
3420
3421         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3422         utf8-ucs4-unsafe.
3423         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3424         unistr/u8-mbtouc-unsafe.
3425
3426         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3427         * modules/utf16-ucs4: Turn into a symbolic link to module
3428         unistr/u16-mbtouc.
3429
3430         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3431         utf16-ucs4-unsafe.
3432         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3433         unistr/u16-mbtouc-unsafe.
3434
3435         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3436         * modules/ucs4-utf8: Turn into a symbolic link to module
3437         unistr/u8-ubtomb.
3438
3439         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3440         * modules/ucs4-utf16: Turn into a symbolic link to module
3441         unistr/u16-ubtomb.
3442
3443 2007-03-24  Bruno Haible  <bruno@clisp.org>
3444
3445         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3446         Enable the function only if HAVE_INLINE.
3447         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3448         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3449         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3450         Enable the function only if HAVE_INLINE.
3451         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3452         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3453         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3454         Enable the function only if HAVE_INLINE.
3455         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3456         Enable the function only if HAVE_INLINE.
3457         * modules/utf8-ucs4: Update.
3458         * modules/utf8-ucs4-unsafe: Update.
3459         * modules/utf16-ucs4: Update.
3460         * modules/utf16-ucs4-unsafe: Update.
3461         * modules/ucs4-utf8: Update.
3462         * modules/ucs4-utf16: Update.
3463
3464 2007-03-24  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/utf8-ucs4.h: Remove file.
3467         * lib/utf8-ucs4-unsafe.h: Remove file.
3468         * lib/utf16-ucs4.h: Remove file.
3469         * lib/utf16-ucs4-unsafe.h: Remove file.
3470         * lib/ucs4-utf8.h: Remove file.
3471         * lib/ucs4-utf16.h: Remove file.
3472         * lib/unistr.h: Include their previous contents.
3473         * m4/utf-ucs4.m4: Remove file.
3474         * m4/ucs4-utf.m4: Remove file.
3475         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.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/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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 (Files): Remove lib/utf16-ucs4.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/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3491         (Depends-on): Add unistr/base.
3492         (configure.ac): Remove gl_UTF_UCS4.
3493         (Makefile.am): Update.
3494         (Include): Change to unistr.h.
3495         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.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         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3501         (Depends-on): Add unistr/base.
3502         (configure.ac): Remove gl_UCS4_UTF.
3503         (Makefile.am): Update.
3504         (Include): Change to unistr.h.
3505         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3506         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3507         utf8-ucs4-unsafe.h.
3508         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3509         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3510         utf16-ucs4-unsafe.h.
3511         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3512         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3513         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3514         * lib/unistr/u8-strchr.c: Likewise.
3515         * lib/unistr/u8-strrchr.c: Likewise.
3516         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3517         * lib/unistr/u16-strchr.c: Likewise.
3518         * lib/unistr/u16-strrchr.c: Likewise.
3519         * lib/striconveh.c: Update.
3520         * lib/linebreak.c: Update.
3521
3522 2007-03-24  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3525         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3526
3527 2007-03-22  Bruno Haible  <bruno@clisp.org>
3528
3529         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3530
3531 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3532
3533         * MODULES.html.sh (File system functions): New module write-any-file.
3534         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3535         * m4/write-any-file.m4: New files.
3536
3537 2007-03-23  Eric Blake  <ebb9@byu.net>
3538
3539         * gnulib-tool: Rearrange space-tab sequences, since some editors
3540         like to eat them.
3541
3542 2007-03-23  Eric Blake  <ebb9@byu.net>
3543
3544         * lib/version-etc.c (version_etc_va): Update license wording to
3545         be more concise.  Recommended by Richard Stallman.
3546
3547 2007-03-22  Bruno Haible  <bruno@clisp.org>
3548
3549         * lib/poll.c (MSG_PEEK): New fallback definition.
3550
3551 2007-03-22  Bruno Haible  <bruno@clisp.org>
3552
3553         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3554         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3555         (main): Update.
3556         Fixes a compilation error on BeOS.
3557
3558 2007-03-22  Bruno Haible  <bruno@clisp.org>
3559
3560         * modules/frexpl-tests: New file.
3561         * tests/test-frexpl.c: New file.
3562
3563         * modules/frexpl: New file.
3564         * m4/frexpl.m4: New file.
3565         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3566         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3567         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3568         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3569         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3570         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3571
3572 2007-03-22  Bruno Haible  <bruno@clisp.org>
3573
3574         * lib/frexpl.c: Share code with lib/frexp.c.
3575         * modules/mathl (Files): Add lib/frexp.c.
3576         (Depends-on): Add isnanl-nolibm.
3577
3578 2007-03-22  Bruno Haible  <bruno@clisp.org>
3579
3580         * modules/printf-frexp (Files): Add m4/frexp.m4.
3581         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3582         only if the found frexp function actually works.
3583
3584 2007-03-22  Bruno Haible  <bruno@clisp.org>
3585
3586         * lib/frexp.c: Remove older implementation that uses divisions.
3587
3588 2007-03-21  Bruno Haible  <bruno@clisp.org>
3589
3590         * modules/frexp-tests: New file.
3591         * tests/test-frexp.c: New file.
3592
3593         * modules/frexp: New file.
3594         * lib/frexp.c: New file.
3595         * m4/frexp.m4: New file.
3596         * lib/math_.h (frexp): New declaration.
3597         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3598         REPLACE_FREXP.
3599         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3600
3601 2007-03-21  Bruno Haible  <bruno@clisp.org>
3602
3603         * modules/isnanl-tests: New file.
3604         * tests/test-isnanl.c: New file.
3605
3606         * modules/isnanl: New file.
3607         * lib/isnanl.h: New file.
3608         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3609         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3610         gl_FUNC_ISNANL_WORKS.
3611         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3612         New macros.
3613
3614 2007-03-21  Bruno Haible  <bruno@clisp.org>
3615
3616         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3617         lib/isnanl.h.
3618         (Include): Update.
3619         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3620         * lib/vasnprintf.c: Update.
3621         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3622         tests/test-isnanl.h, remove tests/test-isnanl.c.
3623         (Makefile.am): Update.
3624         * tests/test-isnanl-nolibm.c: New file.
3625         * tests/test-isnanl.h: New file.
3626         * tests/test-isnanl.c: Remove file.
3627
3628 2007-03-21  Jim Meyering  <jim@meyering.net>
3629
3630         When trying to open ".", treat ESTALE like EACCES.
3631         * lib/savewd.c (savewd_save): Resort to forking not just upon
3632         failure with EACCES, but also when errno is ESTALE.
3633
3634 2007-03-20  Bruno Haible  <bruno@clisp.org>
3635
3636         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3637         Needed on AIX 5.1. Reported by Matthew Woehlke.
3638
3639 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3640
3641         Suggestions by Bruno Haible:
3642         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3643         our own.
3644         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3645         * modules/acl (Depends-on): Add gettext.
3646
3647 2007-03-19  Bruno Haible  <bruno@clisp.org>
3648
3649         * modules/iconvme: Remove file.
3650         * lib/iconvme.h: Remove file.
3651         * lib/iconvme.c: Remove file.
3652         * m4/iconvme.m4: Remove file.
3653
3654 2007-03-19  Bruno Haible  <bruno@clisp.org>
3655
3656         * doc/relocatable-maint.texi: Break long shell script line.
3657         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3658
3659 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3662         handle file_has_acl.
3663         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3664         * lib/acl.c: Move header inclusions and related macro defns into
3665         lib/acl-internal.h.
3666         (S_ISLNK): Remove defn, since that's now done for us.
3667         (file_has_acl): Move to lib/file-has-acl.c.
3668         Call acl_trivial if available.  This is the crucial part of the fix.
3669         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3670         shared within the library.  Rewrite a bit, partly to make it compatible
3671         with the GNU coding style.
3672         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3673         Remove unnecessary double-quotes.
3674         Don't test for acl_to_text; the build will catch that.
3675         Replace acl_entries if it doesn't exist and it is needed.
3676         Check for -lsec and acl_trivial (as used on Solaris 10).
3677         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3678         lib/file-has-acl.c.
3679         (Depends-on): Add sys_stat, for S_ISLNK.
3680
3681 2007-03-19  Ben Pfaff  <blp@gnu.org>
3682
3683         * doc/gnulib.texi: Fix typos.
3684         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3685
3686 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3687
3688         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3689         If size is zero here, buf must be zero.
3690
3691 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3692
3693         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3694         <bruno@clisp.org>.
3695
3696 2007-03-18  Bruno Haible  <bruno@clisp.org>
3697
3698         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3699         Suggested by Eric Blake.
3700
3701 2007-03-18  Ben Pfaff  <blp@gnu.org>
3702
3703         * doc/relocatable.texi: Recommend using as prefix a directory
3704         that does not exist and will never be created.  Based on
3705         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3706         and others.
3707
3708 2007-03-17  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/fchownat.c: Include lchown.h.
3711
3712 2007-03-17  Bruno Haible  <bruno@clisp.org>
3713
3714         Fix endless loop when the given allocated size was > INT_MAX.
3715         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3716         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3717         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3718         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3719         * lib/sprintf.c (sprintf): Likewise.
3720
3721 2007-03-17  Bruno Haible  <bruno@clisp.org>
3722
3723         * tests/test-argp-2.sh (func_compare): Output a context diff.
3724
3725 2007-03-17  Bruno Haible  <bruno@clisp.org>
3726
3727         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3728         locale's decimal-point character.
3729
3730 2007-03-17  Bruno Haible  <bruno@clisp.org>
3731
3732         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3733         before comparing it. Needed because on some platforms (e.g. x86) a
3734         'long double' occupies less bytes than sizeof (long double).
3735
3736 2007-03-17  Bruno Haible  <bruno@clisp.org>
3737
3738         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3739         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3740         * tests/test-getaddrinfo.c (simple): Likewise.
3741         * tests/test-read-file.c (main): Likewise.
3742
3743 2007-03-17  Bruno Haible  <bruno@clisp.org>
3744
3745         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3746
3747 2007-03-17  Bruno Haible  <bruno@clisp.org>
3748
3749         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3750         unused variable.
3751
3752 2007-03-17  Bruno Haible  <bruno@clisp.org>
3753
3754         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3755         * tests/test-c-strncasecmp.c: Likewise.
3756
3757 2007-03-17  Bruno Haible  <bruno@clisp.org>
3758
3759         * modules/stdlib (Depends-on): Add unistd.
3760         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3761         Needed for MacOS X 10.3.
3762
3763 2007-03-17  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3766
3767 2007-03-17  Bruno Haible  <bruno@clisp.org>
3768
3769         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3770
3771 2007-03-17  Bruno Haible  <bruno@clisp.org>
3772
3773         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3774         to reflect files copied from gnulib (with or without modifications).
3775         Suggested by Jim Meyering.
3776
3777 2007-03-17  Eric Blake  <ebb9@byu.net>
3778
3779         * NEWS: Document stdlib change from 2007-02-18.
3780
3781 2007-03-17  Jim Meyering  <jim@meyering.net>
3782
3783         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3784         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3785         someone uses a name containing shell meta-characters.
3786         Reported by Alfred M. Szmidt.
3787
3788         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3789
3790 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3791
3792         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3793         and copy gettext configuration files only if configure.ac contains
3794         a use of AM_GNU_GETTEXT_VERSION.
3795
3796 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3797
3798         * build-aux/bootstrap (gnulib_name): New variable.
3799         (gnulib_tool_options): Use it.
3800
3801 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3802
3803         * tests/test-des.c: Use new namespace.
3804
3805 2007-03-15  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3808         Reported by James Youngman <jay@gnu.org>.
3809
3810 2007-03-15  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3813         declared prototype. Needed with cc on OSF/1 5.1.
3814
3815 2007-03-15  Bruno Haible  <bruno@clisp.org>
3816
3817         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3818         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3819         (struct gl_list_implementation): Add dispose_fn argument to the
3820         'create_empty', 'create' methods.
3821         (struct gl_list_impl_base): Add field 'dispose_fn'.
3822         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3823         argument.
3824         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3825         dispose_fn argument.
3826         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3827         dispose_fn on the dropped values.
3828         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3829         dispose_fn argument.
3830         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3831         dropped values.
3832         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3833         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3834         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3835         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3836         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3837         argument.
3838         (gl_tree_list_free): Call dispose_fn on the dropped values.
3839         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3840         the dropped values.
3841         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3842         Add dispose_fn argument.
3843         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3844         Call dispose_fn on the dropped values.
3845         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3846         Add dispose_fn argument.
3847         (gl_sublist_create): Initialize the 'dispose_fn' field.
3848         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3849         * tests/test-array_list.c (main): Update.
3850         * tests/test-carray_list.c (main): Update.
3851         * tests/test-avltree_list.c (main): Update.
3852         * tests/test-rbtree_list.c (main): Update.
3853         * tests/test-avltreehash_list.c (main): Update.
3854         * tests/test-rbtreehash_list.c (main): Update.
3855         * tests/test-linked_list.c (main): Update.
3856         * tests/test-linkedhash_list.c (main): Update.
3857         * tests/test-array_oset.c (main): Update.
3858
3859 2007-03-15  Bruno Haible  <bruno@clisp.org>
3860
3861         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3862         (gl_oset_create_empty): Add dispose_fn argument.
3863         (struct gl_oset_implementation): Add dispose_fn argument to
3864         'create_empty' method.
3865         (struct gl_oset_impl_base): Add dispose_fn field.
3866         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3867         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3868         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3869         values.
3870         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3871         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3872         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3873         dropped value.
3874         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3875         dropped value.
3876         * tests/test-array_oset.c (main): Update.
3877         * tests/test-avltree_oset.c (main): Update.
3878         * tests/test-rbtree_oset.c (main): Update.
3879         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3880
3881 2007-03-13  Bruno Haible  <bruno@clisp.org>
3882
3883         * tests/test-stdbool.c (i): Update after last patch.
3884
3885 2007-03-12  Bruno Haible  <bruno@clisp.org>
3886
3887         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3888         the iswprint macro. Needed on Solaris 2.5.1.
3889
3890 2007-03-12  Bruno Haible  <bruno@clisp.org>
3891
3892         * tests/test-printf-frexp.c (main): Declare x as volatile.
3893
3894 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3895
3896         * doc/gnulib.texi (Build robot for gnulib): New section.
3897
3898 2007-03-12  Jim Meyering  <jim@meyering.net>
3899
3900         * build-aux/bootstrap: New file.
3901         * build-aux/bootstrap.conf: New file, from coreutils.
3902
3903 2007-03-11  Bruno Haible  <bruno@clisp.org>
3904
3905         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3906
3907 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3908
3909         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3910         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3911         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3912
3913 2007-03-11  Bruno Haible  <bruno@clisp.org>
3914
3915         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3916         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3917
3918 2007-03-11  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3921         formula. Needed for SunPRO C 5.0.
3922
3923 2007-03-11  Bruno Haible  <bruno@clisp.org>
3924
3925         * modules/long-options (Depends-on): Add getopt.
3926
3927 2007-03-11  Bruno Haible  <bruno@clisp.org>
3928
3929         * modules/modechange (Depends-on): Add stdbool.
3930
3931 2007-03-11  Bruno Haible  <bruno@clisp.org>
3932
3933         * modules/i-ring (Depends-on): Add stdbool.
3934
3935 2007-03-11  Bruno Haible  <bruno@clisp.org>
3936
3937         * modules/gc-des (Depends-on): Add stdbool.
3938
3939 2007-03-11  Bruno Haible  <bruno@clisp.org>
3940
3941         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3942
3943 2007-03-11  Bruno Haible  <bruno@clisp.org>
3944
3945         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3946
3947 2007-03-11  Bruno Haible  <bruno@clisp.org>
3948
3949         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3950
3951 2007-03-11  Bruno Haible  <bruno@clisp.org>
3952
3953         * lib/vasnprintf.c (sprintf): Undefine.
3954
3955 2007-03-11  Bruno Haible  <bruno@clisp.org>
3956
3957         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3958         initializers in SunPRO C and Compaq C compilers.
3959
3960 2007-03-11  Bruno Haible  <bruno@clisp.org>
3961
3962         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3963         decrementing code ANSI C compliant.
3964
3965 2007-03-11  Bruno Haible  <bruno@clisp.org>
3966
3967         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3968         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3969
3970 2007-03-11  Bruno Haible  <bruno@clisp.org>
3971
3972         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3973         <stdbool.h> substitute doesn't pass.
3974
3975 2007-03-11  Bruno Haible  <bruno@clisp.org>
3976
3977         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3978
3979 2007-03-11  Bruno Haible  <bruno@clisp.org>
3980
3981         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3982         script, for submission to autobuild.josefsson.org.
3983
3984 2007-03-10  Bruno Haible  <bruno@clisp.org>
3985
3986         * modules/canonicalize-lgpl-tests: New file.
3987         * tests/test-canonicalize-lgpl.sh: New file.
3988         * tests/test-canonicalize-lgpl.c: New file.
3989
3990         * modules/c-strcase-tests: New file.
3991         * tests/test-c-strcase.sh: New file.
3992         * tests/test-c-strcasecmp.c: New file.
3993         * tests/test-c-strncasecmp.c: New file.
3994
3995         * modules/atexit-tests: New file.
3996         * tests/test-atexit.sh: New file.
3997         * tests/test-atexit.c: New file.
3998
3999 2007-03-10  Bruno Haible  <bruno@clisp.org>
4000
4001         * tests/test-binary-io.sh: Use temporary filenames that are not so
4002         likely to clash with those of other tests (in a parallel make).
4003         * tests/test-binary-io.c: Likewise.
4004
4005 2007-03-10  Bruno Haible  <bruno@clisp.org>
4006
4007         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4008         fallback; use #error instead.
4009         Suggested by Simon Josefsson.
4010
4011 2007-03-10  Bruno Haible  <bruno@clisp.org>
4012
4013         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4014         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4015         first and the last.
4016
4017 2007-03-10  Bruno Haible  <bruno@clisp.org>
4018
4019         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4020
4021 2007-03-10  Bruno Haible  <bruno@clisp.org>
4022
4023         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4024         "make distcheck".
4025         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4026         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4027         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4028
4029 2007-03-10  Bruno Haible  <bruno@clisp.org>
4030
4031         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4032         variable.
4033         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4034         variable.
4035
4036 2007-03-09  Eric Blake  <ebb9@byu.net>
4037         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4038
4039         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4040         types are not being provided by gnulib.
4041         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4042         types are supported.
4043
4044 2007-03-10  Bruno Haible  <bruno@clisp.org>
4045
4046         * lib/stdio_.h (__attribute__): New macro.
4047         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4048         vsprintf): Specify __attribute__ __format__ for GCC.
4049         Suggested by Eric Blake.
4050
4051 2007-03-09  Bruno Haible  <bruno@clisp.org>
4052
4053         * modules/printf-posix-tests: New file.
4054         * tests/test-printf-posix.sh: New file.
4055         * tests/test-printf-posix.c: New file.
4056
4057         * modules/printf-posix: New file.
4058         * lib/printf.c: New file.
4059         * m4/printf-posix-rpl.m4: New file.
4060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4061         REPLACE_PRINTF.
4062         * lib/stdio_.h (printf): New declaration.
4063         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4064         ____strfmon____): New macros.
4065         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4066         REPLACE_PRINTF.
4067
4068 2007-03-09  Bruno Haible  <bruno@clisp.org>
4069
4070         * tests/test-vasnprintf-posix2.sh: New file.
4071         * tests/test-vasnprintf-posix2.c: New file.
4072         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4073         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4074         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4075
4076         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4077         a locale dependent decimal point, rather than always '.'.
4078
4079 2007-03-09  Eric Blake  <ebb9@byu.net>
4080
4081         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4082         spite of platforms like Tandem/NSK that define it to -1.
4083
4084 2007-03-08  Bruno Haible  <bruno@clisp.org>
4085
4086         * modules/vprintf-posix-tests: New file.
4087         * tests/test-vprintf-posix.sh: New file.
4088         * tests/test-vprintf-posix.c: New file.
4089         * tests/test-printf-posix.h: New file.
4090
4091         * modules/vprintf-posix: New file.
4092         * lib/vprintf.c: New file.
4093         * m4/vprintf-posix.m4: New file.
4094         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4095         REPLACE_VPRINTF.
4096         * lib/stdio_.h (vprintf): New declaration.
4097         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4098         REPLACE_VPRINTF.
4099
4100 2007-03-08  Bruno Haible  <bruno@clisp.org>
4101
4102         * modules/fprintf-posix-tests: New file.
4103         * tests/test-fprintf-posix.sh: New file.
4104         * tests/test-fprintf-posix.c: New file.
4105
4106         * modules/fprintf-posix: New file.
4107         * lib/fprintf.c: New file.
4108         * m4/fprintf-posix.m4: New file.
4109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4110         REPLACE_FPRINTF.
4111         * lib/stdio_.h (fprintf): New declaration.
4112         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4113         REPLACE_FPRINTF.
4114
4115 2007-03-08  Bruno Haible  <bruno@clisp.org>
4116
4117         * modules/vfprintf-posix-tests: New file.
4118         * tests/test-vfprintf-posix.sh: New file.
4119         * tests/test-vfprintf-posix.c: New file.
4120         * tests/test-fprintf-posix.h: New file.
4121         * tests/test-fprintf-posix.out: New file.
4122
4123         * modules/vfprintf-posix: New file.
4124         * lib/vfprintf.c: New file.
4125         * m4/vfprintf-posix.m4: New file.
4126         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4127         REPLACE_VFPRINTF.
4128         * lib/stdio_.h (vfprintf): New declaration.
4129         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4130         REPLACE_VFPRINTF.
4131
4132 2007-03-08  Bruno Haible  <bruno@clisp.org>
4133
4134         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4135
4136 2007-03-08  Bruno Haible  <bruno@clisp.org>
4137
4138         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4139         instead of 'expr' invocations.
4140         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4141         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4142         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4143         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4144         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4145         Suggested by Paul Eggert.
4146
4147 2007-03-08  Bruno Haible  <bruno@clisp.org>
4148
4149         * modules/fseterr-tests: New file.
4150         * tests/test-fseterr.c: New file.
4151
4152         * modules/fseterr: New file.
4153         * lib/fseterr.h: New file.
4154         * lib/fseterr.c: New file.
4155
4156 2007-03-08  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4159         * lib/getopt_.h: Likewise.
4160         * lib/mbswidth.h: Likewise.
4161         * lib/setenv.h: Likewise.
4162         * lib/vasnprintf.h: Likewise.
4163         * lib/vasprintf.h: Likewise.
4164         * lib/verror.h: Likewise.
4165         * lib/xsetenv.h: Likewise.
4166         * lib/xvasprintf.h: Likewise.
4167
4168 2007-03-08  Jim Meyering  <jim@meyering.net>
4169
4170         * users.txt: Add parted.
4171
4172         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4173
4174 2007-03-07  Bruno Haible  <bruno@clisp.org>
4175
4176         * m4/printf.m4: Make the shell script snippets copy&pastable.
4177
4178 2007-03-02  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/netinet_in_.h: New file.
4181         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4182         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4183         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4184         (Depends-on): Add absolute-header.
4185         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4186         into netinet/in.h.
4187
4188 2007-03-03  Bruno Haible  <bruno@clisp.org>
4189
4190         * lib/sys_select_.h: New file.
4191         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4192         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4193         * modules/sys_select (Files): Add lib/sys_select_.h.
4194         (Depends-on): Add absolute-header.
4195         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4196         into sys/select.h.
4197
4198 2007-03-02  Bruno Haible  <bruno@clisp.org>
4199
4200         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4201         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4202         values.
4203         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4204         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4205         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4206         * modules/sys_socket (Depends-on): Add absolute-header.
4207         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4208         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4209         (Include): Remove requirement of inclusion of <sys/types.h>.
4210
4211 2007-03-02  Bruno Haible  <bruno@clisp.org>
4212
4213         * lib/byteswap_.h (bswap_32): Fix formula.
4214
4215 2007-03-06  Bruno Haible  <bruno@clisp.org>
4216
4217         * modules/sprintf-posix-tests: New file.
4218         * tests/test-sprintf-posix.c: New file.
4219
4220         * modules/sprintf-posix: New file.
4221         * lib/sprintf.c: New file.
4222         * m4/sprintf-posix.m4: New file.
4223         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4224         REPLACE_SPRINTF.
4225         * lib/stdio_.h (sprintf): New declaration.
4226         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4227         REPLACE_SPRINTF.
4228
4229 2007-03-06  Bruno Haible  <bruno@clisp.org>
4230
4231         * modules/vsprintf-posix-tests: New file.
4232         * tests/test-vsprintf-posix.c: New file.
4233         * tests/test-sprintf-posix.h: New file.
4234
4235         * modules/vsprintf-posix: New file.
4236         * lib/vsprintf.c: New file.
4237         * m4/vsprintf-posix.m4: New file.
4238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4239         REPLACE_VSPRINTF.
4240         * lib/stdio_.h (vsprintf): New declaration.
4241         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4242         REPLACE_VSPRINTF.
4243
4244 2007-03-06  Bruno Haible  <bruno@clisp.org>
4245
4246         * modules/vsnprintf (Depend-on): Remove minmax.
4247
4248 2007-03-06  Bruno Haible  <bruno@clisp.org>
4249
4250         * modules/snprintf-posix-tests: New file.
4251         * tests/test-snprintf-posix.c: New file.
4252
4253         * modules/snprintf-posix: New file.
4254         * m4/snprintf-posix.m4: New file.
4255         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4256         gl_FUNC_SNPRINTF.
4257         (gl_FUNC_SNPRINTF): Invoke it.
4258         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4259         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4260         is set.
4261         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4262
4263 2007-03-06  Bruno Haible  <bruno@clisp.org>
4264
4265         * modules/vsnprintf-posix-tests: New file.
4266         * tests/test-vsnprintf-posix.c: New file.
4267         * tests/test-snprintf-posix.h: New file.
4268
4269         * modules/vsnprintf-posix: New file.
4270         * m4/vsnprintf-posix.m4: New file.
4271         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4272         gl_FUNC_VSNPRINTF.
4273         (gl_FUNC_VSNPRINTF): Invoke it.
4274         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4275         * lib/stdio_.h (vsnprintf): Define as a replacement if
4276         REPLACE_VSNPRINTF is set.
4277         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4278
4279 2007-03-06  Bruno Haible  <bruno@clisp.org>
4280
4281         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4282         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4283
4284 2007-03-06  Bruno Haible  <bruno@clisp.org>
4285
4286         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4287         (asinl): Declare also if HAVE_DECL_ASINL is set.
4288         (atanl): Declare also if HAVE_DECL_ATANL is set.
4289         (ceill): Declare also if HAVE_DECL_CEILL is set.
4290         (cosl): Declare also if HAVE_DECL_COSL is set.
4291         (expl): Declare also if HAVE_DECL_EXPL is set.
4292         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4293         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4294         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4295         (logl): Declare also if HAVE_DECL_LOGL is set.
4296         (sinl): Declare also if HAVE_DECL_SINL is set.
4297         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4298         (tanl): Declare also if HAVE_DECL_TANL is set.
4299         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4301         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4302         declaration of frexpl, ldexpl.
4303         * modules/printf-frexpl (Depends-on): Add math.
4304         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4305
4306 2007-03-05  Bruno Haible  <bruno@clisp.org>
4307
4308         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4309         frexpl and ldexpl are declared.
4310         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4311
4312 2007-03-05  Bruno Haible  <bruno@clisp.org>
4313
4314         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4315         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4316
4317 2007-03-05  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/stdio_.h: Include <stddef.h>.
4320
4321 2007-03-05  Bruno Haible  <bruno@clisp.org>
4322
4323         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4324
4325 2007-03-05  Bruno Haible  <bruno@clisp.org>
4326
4327         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4328         NetBSD 4, from Ralf Wildenhues.
4329
4330 2007-03-04  Bruno Haible  <bruno@clisp.org>
4331
4332         * lib/vasprintf.h: Update #if logic for the case when the functions
4333         exist but are overridden.
4334
4335 2007-03-04  Bruno Haible  <bruno@clisp.org>
4336
4337         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4338         implementations: glibc-2.4 and MacOS X 10.3.
4339         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4340         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4341         * tests/test-vasprintf-posix.c (test_function): Likewise.
4342
4343 2007-03-04  Bruno Haible  <bruno@clisp.org>
4344
4345         * modules/vasprintf-posix-tests: New file.
4346         * tests/test-vasprintf-posix.c: New file.
4347
4348         * modules/vasprintf-posix: New file.
4349         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4350         defined.
4351         * m4/vasprintf-posix.m4: New file.
4352         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4353         gl_FUNC_VASPRINTF.
4354         (gl_FUNC_VASPRINTF): Invoke it.
4355         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4356         here.
4357         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4358
4359 2007-03-04  Bruno Haible  <bruno@clisp.org>
4360
4361         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4362         REPLACE_GETTIMEOFDAY.
4363         * modules/sys_time (Makefile.am): Likewise.
4364         * m4/sys_time_h.m4: Likewise.
4365         * m4/gettimeofday.m4: Likewise.
4366
4367 2007-03-04  Bruno Haible  <bruno@clisp.org>
4368
4369         * modules/vasnprintf-posix-tests: New file.
4370         * tests/test-vasnprintf-posix.c: New file.
4371
4372         * modules/vasnprintf-posix: New file.
4373         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4374         printf-frexpl.h.
4375         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4376         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4377         REPLACE_VASNPRINTF is defined.
4378         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4379         gl_FUNC_VASNPRINTF.
4380         (gl_FUNC_VASNPRINTF): Invoke it.
4381         * m4/vasnprintf-posix.m4: New file.
4382         * m4/printf.m4: New file.
4383
4384 2007-03-04  Bruno Haible  <bruno@clisp.org>
4385
4386         Compile progreloc.c only if --enable-relocatable is specified.
4387         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4388         if --enable-relocatable was specified.
4389         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4390         lib_SOURCES.
4391
4392 2007-03-04  Jim Meyering  <jim@meyering.net>
4393
4394         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4395         Use it consistently, rather than enumerating errno constants.
4396
4397 2007-03-04  Bruno Haible  <bruno@clisp.org>
4398
4399         * modules/xvasprintf-tests: New file.
4400         * tests/test-xvasprintf.c: New file.
4401
4402         * modules/vasprintf-tests: New file.
4403         * tests/test-vasprintf.c: New file.
4404
4405         * modules/vasnprintf-tests: New file.
4406         * tests/test-vasnprintf.c: New file.
4407
4408         * modules/vsnprintf-tests: New file.
4409         * tests/test-vsnprintf.c: New file.
4410
4411         * modules/snprintf-tests: New file.
4412         * tests/test-snprintf.c: New file.
4413
4414 2007-03-04  Bruno Haible  <bruno@clisp.org>
4415
4416         Compile relocatable.c only if --enable-relocatable is specified.
4417         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4418         gl_RELOCATABLE_LIBRARY.
4419         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4420         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4421         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4422         gl_RELOCATABLE_LIBRARY.
4423         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4424         (Makefile.am): Remove lib_SOURCES.
4425         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4426         gl_RELOCATABLE_LIBRARY.
4427         (Makefile.am): Remove lib_SOURCES.
4428         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4429         always.
4430         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4431         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4432
4433 2007-03-04  Bruno Haible  <bruno@clisp.org>
4434
4435         * modules/argmatch-tests: New file.
4436         * tests/test-argmatch.c: New file.
4437
4438         * tests/test-allocsa.c (main): Halve the number of loop runs.
4439
4440         * modules/alloca-opt-tests: New file.
4441         * tests/test-alloca-opt.c: New file.
4442
4443 2007-03-04  Jim Meyering  <jim@meyering.net>
4444
4445         Work around difference between Linux ACLs and Solaris 10 ZFS.
4446         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4447         for EINVAL.
4448
4449 2007-03-03  Bruno Haible  <bruno@clisp.org>
4450
4451         * modules/relocatable-prog (Depends-on): Add back progreloc's
4452         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4453
4454 2007-03-03  Bruno Haible  <bruno@clisp.org>
4455
4456         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4457         * modules/relocatable-lib: New file.
4458
4459 2007-03-03  Bruno Haible  <bruno@clisp.org>
4460
4461         * modules/relocatable-prog: Renamed from modules/relocatable.
4462         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4463
4464 2007-03-03  Bruno Haible  <bruno@clisp.org>
4465
4466         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4467         m4/relocatable-lib.m4.
4468         (Depends-on): Remove 'relocatable'.
4469         (configure.ac): Add gl_RELOCATABLE_NOP.
4470
4471 2007-03-03  Bruno Haible  <bruno@clisp.org>
4472
4473         * modules/relocatable-prog-wrapper: New file.
4474         * modules/relocatable (Depends-on): Add it. Remove all other
4475         dependencies except progname.
4476         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4477
4478         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4479         (gl_FUNC_STRERROR): Nop.
4480         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4481
4482         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4483         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4484
4485         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4486         (gl_FUNC_READLINK): Update.
4487
4488         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4489
4490 2007-03-03  Bruno Haible  <bruno@clisp.org>
4491
4492         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4493         * modules/xreadlink (Depends-on): Add unistd.
4494         * modules/xreadlink-with-size (Depends-on): Likewise.
4495
4496 2007-03-03  Bruno Haible  <bruno@clisp.org>
4497
4498         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4499         extracted from gt_FUNC_SETENV.
4500         (gt_FUNC_SETENV): Remove macro.
4501         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4502         remove gt_FUNC_SETENV.
4503
4504 2007-03-03  Bruno Haible  <bruno@clisp.org>
4505
4506         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4507         ENABLE_RELOCATABLE here.
4508         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4509
4510 2007-03-03  Bruno Haible  <bruno@clisp.org>
4511
4512         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4513         * tests/test-rbtreehash_list.c: Include progname.h.
4514         (main): Call set_program_name.
4515
4516         * modules/rbtree-oset-tests (Depends-on): Add progname.
4517         * tests/test-rbtree_oset.c: Include progname.h.
4518         (main): Call set_program_name.
4519
4520         * modules/rbtree-list-tests (Depends-on): Add progname.
4521         * tests/test-rbtree_list.c: Include progname.h.
4522         (main): Call set_program_name.
4523
4524         * modules/linked-list-tests (Depends-on): Add progname.
4525         * tests/test-linked_list.c: Include progname.h.
4526         (main): Call set_program_name.
4527
4528 2007-03-03  Bruno Haible  <bruno@clisp.org>
4529
4530         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4531         All uses of __restrict changed to _Restrict_.
4532         * lib/glob_.h (__restrict): Remove macro.
4533
4534 2007-03-02  Bruno Haible  <bruno@clisp.org>
4535
4536         * modules/gettext (configure.ac): Require gettext infrastructure
4537         from version 0.16.1.
4538
4539 2007-03-02  Bruno Haible  <bruno@clisp.org>
4540
4541         * modules/linkedhash-list-tests (Depends-on): Add progname.
4542         * tests/test-linkedhash_list.c: Include progname.h.
4543         (main): Call set_program_name.
4544
4545         * modules/carray-list-tests (Depends-on): Add progname.
4546         * tests/test-carray_list.c: Include progname.h.
4547         (main): Call set_program_name.
4548
4549         * modules/avltreehash-list-tests (Depends-on): Add progname.
4550         * tests/test-avltreehash_list.c: Include progname.h.
4551         (main): Call set_program_name.
4552
4553         * modules/avltree-oset-tests (Depends-on): Add progname.
4554         * tests/test-avltree_oset.c: Include progname.h.
4555         (main): Call set_program_name.
4556
4557         * modules/avltree-list-tests (Depends-on): Add progname.
4558         * tests/test-avltree_list.c: Include progname.h.
4559         (main): Call set_program_name.
4560
4561         * modules/array-oset-tests (Depends-on): Add progname.
4562         * tests/test-array_oset.c: Include progname.h.
4563         (main): Call set_program_name.
4564
4565         * modules/array-list-tests (Depends-on): Add progname.
4566         * tests/test-array_list.c: Include progname.h.
4567         (main): Call set_program_name.
4568
4569         * modules/argp-tests (Depends-on): Add progname.
4570         * tests/test-argp.c: Include argp.h first. Include progname.h.
4571         (main): Call set_program_name.
4572
4573 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4574
4575         * doc/gnulib-tool.texi (Initial import): Reword description of
4576         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4577         limited effect even if defined after the first system include.
4578
4579 2007-03-01  Bruno Haible  <bruno@clisp.org>
4580
4581         * build-aux/config.libpath: Update to libtool-1.5.22.
4582         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4583
4584 2007-03-01  Bruno Haible  <bruno@clisp.org>
4585
4586         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4587         foo_CFLAGS.
4588         Reported by Ralf Wildenhues.
4589
4590 2007-03-01  Bruno Haible  <bruno@clisp.org>
4591
4592         * build-aux/install-reloc: Remove object files left over by some
4593         compilers.
4594         Reported by Ralf Wildenhues.
4595
4596 2007-03-01  Bruno Haible  <bruno@clisp.org>
4597
4598         * build-aux/install-reloc: Break long lines.
4599
4600 2007-03-01  Bruno Haible  <bruno@clisp.org>
4601
4602         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4603         Reported by Ralf Wildenhues.
4604
4605 2007-03-01  Bruno Haible  <bruno@clisp.org>
4606
4607         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4608         include ordering constraints.
4609
4610 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4613         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4614         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4615         as another example.
4616         * lib/time_.h: Fix misspelling.
4617         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4618         Require gl_HEADER_TIME_H_DEFAULTS.
4619         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4620         * m4/time_r.m4 (gl_TIME_R): Likewise.
4621         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4622
4623 2007-03-01  Bruno Haible  <bruno@clisp.org>
4624
4625         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4626         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4627
4628 2007-03-01  Jim Meyering  <jim@meyering.net>
4629
4630         * modules/xreadlink (Maintainer): Add my name.
4631         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4632
4633 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4634             Bruno Haible  <bruno@clisp.org>
4635
4636         * build-aux/install-reloc: Compile also c-ctype.c.
4637         * build-aux/relocatable.sh.in: New file.
4638         * doc/relocatable.texi: New file.
4639         * doc/relocatable-maint.texi: New file.
4640         * doc/gnulib.texi: Include relocatable-maint.texi.
4641         * lib/progreloc.c: Include unistd.h unconditionally.
4642         * lib/relocwrapper.c: Include unistd.h unconditionally.
4643         Include c-ctype.h.
4644         (add_dotbin): Use c_tolower.
4645         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4646         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4647         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4648         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4649         to m4/relocatable-lib.m4.
4650         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4651         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4652         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4653         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4654         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4655         * modules/relocatable: New file.
4656         * modules/relocatable-lib: New file.
4657         * modules/relocatable-script: New file.
4658
4659 2007-02-28  Bruno Haible  <bruno@clisp.org>
4660
4661         Import --enable-relocatable infrastructure.
4662         * build-aux/config.libpath: New file, from GNU gettext.
4663         * build-aux/install-reloc: New file, from GNU gettext.
4664         * build-aux/reloc-ldflags: New file, from GNU gettext.
4665         * lib/relocatable.h: New file, from GNU gettext.
4666         * lib/relocatable.c: New file, from GNU gettext.
4667         * lib/relocwrapper.c: New file, from GNU gettext.
4668         * m4/relocatable.m4: New file, from GNU gettext.
4669
4670 2007-02-28  Bruno Haible  <bruno@clisp.org>
4671
4672         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4673
4674         * modules/xreadlink: New file, from GNU gettext with modifications.
4675         * lib/xreadlink.c: New file, from GNU gettext.
4676         * lib/xreadlink.h: Add comments.
4677         (xreadlink): New declaration.
4678
4679         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4680         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4681         lib/xreadlink-with-size.c.
4682         (configure.ac): Remove gl_XREADLINK invocation.
4683         (Makefile.am): Augment lib_SOURCES.
4684         * m4/xreadlink.m4: Remove file.
4685         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4686         (xreadlink_with_size): Renamed from xreadink.
4687         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4688         * modules/canonicalize (Depends-on): Replace xreadlink with
4689         xreadlink-with-size.
4690         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4691
4692 2007-02-25  Jim Meyering  <jim@meyering.net>
4693
4694         * build-aux/announce-gen: When complaining about excess arguments,
4695         list them.
4696
4697 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4698
4699         * README: Document signed integer overflow situation more
4700         accurately.
4701
4702 2007-02-25  Bruno Haible  <bruno@clisp.org>
4703
4704         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4705         'a' or 'A' conversion.
4706
4707 2007-02-25  Bruno Haible  <bruno@clisp.org>
4708
4709         * modules/filename: Renamed from modules/pathname.
4710         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4711         lib/concatpath.c with lib/concat-filename.c.
4712         (Makefile.am): Update.
4713         (Include): Replace pathname.h with filename.h.
4714         * lib/filename.h: Renamed from lib/pathname.h.
4715         (concatenated_filename): Renamed from concatenated_pathname.
4716         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4717         (concatenated_filename): Renamed from concatenated_pathname.
4718         * lib/findprog.c: Include filename.h instead of pathname.h.
4719         (find_in_path): Update.
4720         * lib/javacomp.c: Include filename.h instead of pathname.h.
4721         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4722         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4723         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4724         is_oldgcj_14_13_usable, is_javac_usable): Update.
4725         * lib/javaexec.c: Include filename.h instead of pathname.h.
4726         (execute_java_class): Update.
4727         * modules/findprog: Update.
4728         * modules/javacomp: Update.
4729         * modules/javaexec: Update.
4730         * MODULES.html.sh (File system functions): Add 'filename', remove
4731         'pathname'.
4732
4733 2007-02-25  Bruno Haible  <bruno@clisp.org>
4734
4735         * modules/printf-frexpl-tests: New file.
4736         * tests/test-printf-frexpl.c: New file.
4737
4738         * modules/printf-frexpl: New file.
4739         * lib/printf-frexpl.h: New file.
4740         * lib/printf-frexpl.c: New file.
4741         * m4/printf-frexpl.m4: New file.
4742
4743 2007-02-25  Bruno Haible  <bruno@clisp.org>
4744
4745         * modules/printf-frexp-tests: New file.
4746         * tests/test-printf-frexp.c: New file.
4747
4748         * modules/printf-frexp: New file.
4749         * lib/printf-frexp.h: New file.
4750         * lib/printf-frexp.c: New file.
4751         * m4/printf-frexp.m4: New file.
4752
4753 2007-02-25  Bruno Haible  <bruno@clisp.org>
4754
4755         Assume automake >= 1.10 for the tests.
4756         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4757         * modules/arctwo-tests: Likewise.
4758         * modules/argp-tests: Likewise.
4759         * modules/avltree-list-tests: Likewise.
4760         * modules/avltree-oset-tests: Likewise.
4761         * modules/avltreehash-list-tests: Likewise.
4762         * modules/carray-list-tests: Likewise.
4763         * modules/crc-tests: Likewise.
4764         * modules/des-tests: Likewise.
4765         * modules/gc-arcfour-tests: Likewise.
4766         * modules/gc-arctwo-tests: Likewise.
4767         * modules/gc-des-tests: Likewise.
4768         * modules/gc-hmac-md5-tests: Likewise.
4769         * modules/gc-hmac-sha1-tests: Likewise.
4770         * modules/gc-md2-tests: Likewise.
4771         * modules/gc-md4-tests: Likewise.
4772         * modules/gc-md5-tests: Likewise.
4773         * modules/gc-pbkdf2-sha1-tests: Likewise.
4774         * modules/gc-rijndael-tests: Likewise.
4775         * modules/gc-sha1-tests: Likewise.
4776         * modules/gc-tests: Likewise.
4777         * modules/getaddrinfo-tests: Likewise.
4778         * modules/hmac-md5-tests: Likewise.
4779         * modules/hmac-sha1-tests: Likewise.
4780         * modules/linked-list-tests: Likewise.
4781         * modules/linkedhash-list-tests: Likewise.
4782         * modules/lock-tests: Likewise.
4783         * modules/md2-tests: Likewise.
4784         * modules/md4-tests: Likewise.
4785         * modules/md5-tests: Likewise.
4786         * modules/rbtree-list-tests: Likewise.
4787         * modules/rbtree-oset-tests: Likewise.
4788         * modules/rbtreehash-list-tests: Likewise.
4789         * modules/read-file-tests: Likewise.
4790         * modules/rijndael-tests: Likewise.
4791         * modules/stdint-tests: Likewise.
4792         * modules/tls-tests: Likewise.
4793
4794 2007-02-24  Bruno Haible  <bruno@clisp.org>
4795
4796         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4797         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4798         function; instead check whether isnan with a double argument links.
4799         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4800         function; instead check whether isnan with a 'long double' argument
4801         links.
4802         Reported by Eric Blake <ebb9@byu.net>.
4803
4804 2007-02-24  Bruno Haible  <bruno@clisp.org>
4805
4806         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4807         defined.
4808         * lib/isnanl.c: Remove all code. Just include isnan.c.
4809         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4810
4811 2007-02-25  Jim Meyering  <jim@meyering.net>
4812
4813         Avoid conflicting types for 'unsetenv' on FreeBSD.
4814         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4815         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4816         in stdlib.h.
4817
4818 2007-02-24  Bruno Haible  <bruno@clisp.org>
4819
4820         * modules/isnanl-nolibm-tests: New file.
4821         * tests/test-isnanl.c: New file.
4822
4823         * modules/isnanl-nolibm: New file.
4824         * lib/isnanl.h: New file.
4825         * lib/isnanl.c: New file.
4826         * m4/isnanl.m4: New file.
4827
4828 2007-02-24  Bruno Haible  <bruno@clisp.org>
4829
4830         * modules/isnan-nolibm-tests: New file.
4831         * tests/test-isnan.c: New file.
4832
4833         * modules/isnan-nolibm: New file.
4834         * lib/isnan.h: New file.
4835         * lib/isnan.c: New file.
4836         * m4/isnan.m4: New file.
4837
4838 2007-02-24  Bruno Haible  <bruno@clisp.org>
4839
4840         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4841         assume that an exponent fits in 20 bits.
4842
4843 2007-02-24  Jim Meyering  <jim@meyering.net>
4844
4845         * m4/regex.m4: Update the description of the configure-time option,
4846         --without-included-regex, to state accurately what the defaults are,
4847         and perhaps to give people an idea why using this option is risky.
4848
4849 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4850
4851         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4852         loops on small arguments.  This attempts to avoid the problem
4853         Bruno Haible reported for AIX 4.3.2 in
4854         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4855
4856 2007-02-23  Bruno Haible  <bruno@clisp.org>
4857
4858         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4859         Needed for help2man.
4860
4861 2007-02-23  Karl Berry  <karl@gnu.org>
4862
4863         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4864         exists, foo.h should be cvs-ignored, not committed.
4865
4866 2007-02-23  Eric Blake  <ebb9@byu.net>
4867
4868         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4869         * lib/stat-time.h (includes): Likewise.
4870         * lib/utimecmp.c (includes): Likewise.
4871         * lib/utimens.h (includes): Likewise.
4872         * lib/getdate.y (includes): Also include "timespec.h" for use
4873         internal to the module.
4874         * modules/utimens (Depends-on): Revert yesterday's patch.
4875         * modules/nanosleep (Depends-on): Add missing dependency.
4876
4877 2007-02-22  Bruno Haible  <bruno@clisp.org>
4878
4879         * lib/glob.c: Don't include getlogin_r.h.
4880
4881 2007-02-22  Jim Meyering  <jim@meyering.net>
4882
4883         * modules/utimens (Depends-on): Add timespec, required for
4884         utimens.h's inclusion of timespec.h.
4885
4886 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4887
4888         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4889         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4890         Schwab in
4891         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4892         I'll try to think of a better way to fix the Solaris problem.
4893
4894         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4895         like glibc; on Solaris 10, it fails with errno == EINVAL.
4896         POSIX says the behavior is unspecified if the first argument is NULL,
4897         so play it safe and never pass NULL to the system getcwd.
4898
4899 2007-02-21  Jim Meyering  <jim@meyering.net>
4900
4901         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4902         of gettimeofday.  It would conflict with the one now always
4903         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4904         an IRIX 6.5 build failure.
4905
4906 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4907
4908         Minor fixups to port to Solaris 10 with Sun C 5.8.
4909         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4910         * modules/getcwd (Depends-on): Add dirfd.
4911         * lib/putenv.c (putenv): #undef it.
4912         (rpl_putenv): New decl.
4913         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4914
4915 2007-02-20  Bruno Haible  <bruno@clisp.org>
4916
4917         * modules/stdio-tests: New file.
4918         * tests/test-stdio.c: New file.
4919
4920         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4921         (Depends-on): Add stdio.
4922         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4923         (Include): Use <stdio.h> instead of vsnprintf.h.
4924         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4925         HAVE_DECL_VSNPRINTF.
4926         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4927
4928         * modules/snprintf (Files): Remove lib/snprintf.h.
4929         (Depends-on): Add stdio.
4930         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4931         (Include): Use <stdio.h> instead of snprintf.h.
4932         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4933         HAVE_DECL_SNPRINTF.
4934         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4935         * lib/getaddrinfo.c: Likewise.
4936
4937         * modules/stdio: New file.
4938         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4939         * lib/snprintf.h: Remove file.
4940         * lib/vsnprintf.h: Remove file.
4941         * lib/.cppi-disable: Remove snprintf.h.
4942         * m4/stdio_h.m4: New file.
4943         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4944
4945 2007-02-20  Jim Meyering  <jim@meyering.net>
4946
4947         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4948         used by e.g., mingw.  From Bruno Haible.
4949
4950 2007-02-19  Bruno Haible  <bruno@clisp.org>
4951
4952         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4953         warnings.
4954         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4955
4956 2007-02-19  Bruno Haible  <bruno@clisp.org>
4957
4958         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4959         from mingw users.
4960
4961 2007-02-19  Bruno Haible  <bruno@clisp.org>
4962
4963         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4964         warnings.
4965         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4966
4967 2007-02-19  Jim Meyering  <jim@meyering.net>
4968
4969         Don't use FD after a successful "fdopendir (fd)".
4970         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4971         Reset it by calling dirfd on the just-obtained DIR*.
4972
4973         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4974         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4975
4976 2007-02-18  Bruno Haible  <bruno@clisp.org>
4977
4978         * lib/readlink.c: Include <unistd.h>.
4979         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4980         HAVE_READLINK.
4981         * modules/readlink (Depends-on): Add unistd.
4982         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4983         (Include): Add <unistd.h>.
4984
4985         * lib/getlogin_r.h: Remove file.
4986         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4987         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4988         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4989         HAVE_DECL_GETLOGIN_R.
4990         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4991         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4992         (Include): Use <unistd.h> instead of getlogin_r.h.
4993
4994         * lib/getcwd.h: Remove file.
4995         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4996         * lib/xgetcwd.c: Likewise.
4997         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4998         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4999         * modules/getcwd (Files): Remove lib/getcwd.h.
5000         (Depends-on): Add unistd.
5001         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5002         (Include): Use <unistd.h> instad of getcwd.h.
5003
5004         * lib/ftruncate.c: Include <unistd.h> first.
5005         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5006         Set HAVE_FTRUNCATE.
5007         * modules/ftruncate (Depends-on): Add unistd.
5008         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5009
5010         * lib/fchdir.c: Include <unistd.h> first.
5011         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5012         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5013         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5014         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5015         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5016
5017         * lib/dup2.c: Include <unistd.h> first.
5018         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5019         HAVE_DUP2.
5020         * modules/dup2 (Depends-on): Add unistd.
5021         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5022
5023         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5024         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5025         REPLACE_CHOWN. Don't define chown as a macro here.
5026         * modules/chown (Depends-on): Add unistd.
5027         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5028
5029         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5030         Add definition for GL_LINK_WARNING.
5031         (chown, dup2): New declarations.
5032         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5033         link warning.
5034         (ftruncate): New declaration.
5035         (getcwd): New declaration, taken from old getcwd.h.
5036         (getlogin_r): New declaration, taken from old getlogin_r.h.
5037         (readlink): New declaration.
5038         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5039         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5040         (gl_PREREQ_UNISTD): Remove macro.
5041         (gl_UNISTD_MODULE_INDICATOR): New macro.
5042         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5043         many new variables. Don't set UNISTD_H.
5044         * modules/unistd (Description): Change.
5045         (Depends-on): Add link-warning.
5046         (configure.ac): Update.
5047         (Makefile.am): Create unistd.h always. Substitute many new variables
5048         into it.
5049
5050 2007-02-18  Bruno Haible  <bruno@clisp.org>
5051
5052         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5053         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5054         HAVE_GETSUBOPT.
5055         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5056         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5057         * lib/getsubopt.h: Remove file.
5058         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5059         (Depends-on): Add stdlib.
5060         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5061         (Includes): Use <stdlib.h> instead of getsubopt.h.
5062         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5063         Set HAVE_GETSUBOPT.
5064         * lib/getsubopt.c: Don't include getsubopt.h.
5065
5066 2007-02-18  Bruno Haible  <bruno@clisp.org>
5067
5068         * modules/fchdir (Depends-on): Add dup2.
5069
5070 2007-02-18  Bruno Haible  <bruno@clisp.org>
5071
5072         * lib/stdlib_.h: Handle glibc's special invocation convention
5073         specially.
5074
5075 2007-02-18  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/stdlib-tests: New file.
5078         * tests/test-stdlib.c: New file.
5079
5080         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5081         (Depends-on): Add stdlib.
5082         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5083         (Includes): Use <stdlib.h> instead of mkstemp.h.
5084         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5085         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5086         * lib/mkstemp.c: Don't include mkstemp.h.
5087         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5088         * lib/stdlib--.h: Don't include mkstemp.h.
5089
5090         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5091         (Depends-on): Add stdlib.
5092         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5093         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5094         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5095         HAVE_MKDTEMP.
5096         * lib/mkdtemp.c: Don't include mkdtemp.h.
5097         * lib/clean-temp.c: Don't include mkdtemp.h.
5098
5099         * modules/exit (Files): Remove lib/exit.h.
5100         (Depends-on): Add stdlib.
5101         (Makefile.am): Remove lib_SOURCES.
5102         (Include): Use <stdlib.h> instead of exit.h.
5103         * lib/argmatch.c: Don't include exit.h.
5104         * lib/execute.c: Likewise.
5105         * lib/pagealign_alloc.c: Likewise.
5106         * lib/pipe.c: Likewise.
5107         * lib/wait-process.c: Likewise.
5108         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5109         * lib/exitfail.c: Likewise.
5110         * lib/savewd.c: Likewise.
5111         * lib/xsetenv.c: Likewise.
5112
5113         * modules/stdlib: New file.
5114         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5115         and extra comments about mkstemp().
5116         * lib/exit.h: Remove file.
5117         * lib/mkdtemp.h: Remove file.
5118         * lib/mkstemp.h: Remove file.
5119         * m4/stdlib_h.m4: New file.
5120         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5121
5122 2007-02-18  Bruno Haible  <bruno@clisp.org>
5123
5124         * modules/math-tests: New file.
5125         * tests/test-math.c: New file.
5126
5127         * modules/math: New file.
5128         * modules/mathl (Files): Remove lib/mathl.h.
5129         (Depends-on): Add math.
5130         (Makefile.am): Don't mention mathl.h.
5131         (Include): Use <math.h> instead of mathl.h.
5132         * lib/math_.h: New file.
5133         * lib/mathl.h: Remove file.
5134         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5135         mathl.h.
5136         * lib/asinl.c: Likewise.
5137         * lib/atanl.c: Likewise.
5138         * lib/ceill.c: Likewise.
5139         * lib/cosl.c: Likewise.
5140         * lib/expl.c: Likewise.
5141         * lib/floorl.c: Likewise.
5142         * lib/frexpl.c: Likewise.
5143         * lib/ldexpl.c: Likewise.
5144         * lib/logl.c: Likewise.
5145         * lib/sincosl.c: Likewise.
5146         * lib/sinl.c: Likewise.
5147         * lib/sqrtl.c: Likewise.
5148         * lib/tanl.c: Likewise.
5149         * lib/trigl.c: Likewise.
5150         * m4/math_h.m4: New file.
5151         * MODULES.html.sh (Mathematics): Add math.
5152
5153 2007-02-17  Bruno Haible  <bruno@clisp.org>
5154
5155         * modules/wctype-tests: New file.
5156         * tests/test-wctype.c: New file.
5157
5158         * modules/wchar-tests: New file.
5159         * tests/test-wchar.c: New file.
5160
5161         * modules/unistd-tests: New file.
5162         * tests/test-unistd.c: New file.
5163
5164         * modules/time-tests: New file.
5165         * tests/test-time.c: New file.
5166
5167         * modules/sysexits-tests: New file.
5168         * tests/test-sysexits.c: New file.
5169
5170         * modules/sys_time-tests: New file.
5171         * tests/test-sys_time.c: New file.
5172
5173         * modules/sys_stat-tests: New file.
5174         * tests/test-sys_stat.c: New file.
5175
5176         * modules/sys_socket-tests: New file.
5177         * tests/test-sys_socket.c: New file.
5178
5179         * modules/sys_select-tests: New file.
5180         * tests/test-sys_select.c: New file.
5181
5182         * modules/string-tests: New file.
5183         * tests/test-string.c: New file.
5184
5185         * modules/stdbool-tests: New file.
5186         * tests/test-stdbool.c: New file.
5187
5188         * modules/netinet_in-tests: New file.
5189         * tests/test-netinet_in.c: New file.
5190
5191         * modules/inttypes-tests: New file.
5192         * tests/test-inttypes.c: New file.
5193
5194         * modules/fcntl-tests: New file.
5195         * tests/test-fcntl.c: New file.
5196
5197         * modules/byteswap-tests: New file.
5198         * tests/test-byteswap.c: New file.
5199
5200         * modules/arpa_inet-tests: New file.
5201         * tests/test-arpa_inet.c: New file.
5202
5203 2007-02-17  Bruno Haible  <bruno@clisp.org>
5204
5205         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5206         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5207         if the corresponding module is not enabled. Emit link warnings if
5208         the function is used nevertheless.
5209         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5210         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5211         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5212         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5213         * modules/inttypes (Depends-on): Add link-warning.
5214         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5215         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5216         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5217         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5218         * modules/imaxdiv (configure.ac): Likewise.
5219         * modules/strtoimax (configure.ac): Likewise.
5220         * modules/strtoumax (configure.ac): Likewise.
5221
5222 2007-02-17  Bruno Haible  <bruno@clisp.org>
5223
5224         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5225         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5226         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5227         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5228
5229 2007-02-17  Bruno Haible  <bruno@clisp.org>
5230
5231         * modules/link-warning: New file.
5232         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5233         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5234         * modules/string (Depends-on): Add link-warning.
5235         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5236         string.h.
5237         * MODULES.html.sh (Support for building libraries and executables): Add
5238         link-warning.
5239
5240 2007-02-17  Bruno Haible  <bruno@clisp.org>
5241
5242         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5243         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5244         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5245         long lines.
5246
5247 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5248             Bruno Haible  <bruno@clisp.org>
5249
5250         * modules/tmpfile: New file.
5251         * lib/tmpfile.c: New file.
5252         * m4/tmpfile.m4: New file.
5253         * MODULES.html.sh (func_all_modules): New section "Input/output".
5254
5255 2007-02-15  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5258         (supports_delete_on_close): New function.
5259         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5260
5261 2007-02-14  Bruno Haible  <bruno@clisp.org>
5262
5263         * modules/mbspcasecmp-tests: New file.
5264         * tests/test-mbspcasecmp.sh: New file.
5265         * tests/test-mbspcasecmp.c: New file.
5266
5267         New module mbspcasecmp.
5268         * modules/mbspcasecmp: New file.
5269         * lib/mbspcasecmp.c: New file.
5270         * lib/string_.h (strncasecmp): Change warning message.
5271         (mbspcasecmp): New declaration.
5272         * m4/mbspcasecmp.m4: New file.
5273         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5274         GNULIB_MBSPCASECMP.
5275         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5276         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5277
5278 2007-02-14  Bruno Haible  <bruno@clisp.org>
5279
5280         * modules/mbsncasecmp-tests: New file.
5281         * tests/test-mbsncasecmp.sh: New file.
5282         * tests/test-mbsncasecmp.c: New file.
5283
5284         New module mbsncasecmp.
5285         * modules/mbsncasecmp: New file.
5286         * lib/mbsncasecmp.c: New file.
5287         * lib/string_.h (mbsncasecmp): New declaration.
5288         * m4/mbsncasecmp.m4: New file.
5289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5290         GNULIB_MBSNCASECMP.
5291         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5292         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5293
5294 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5295
5296         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5297         Verify that it doesn't overlap with our flags.
5298         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5299         do not have the desired effect in multibyte locales; instead, use
5300         mbscasecmp.
5301         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5302         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5303         we don't require GNU fnmatch ourselves (if our users require it, they
5304         should do so explicitly).
5305
5306         Fix regex code so it doesn't rely on strcasecmp.
5307         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5308         Otherwise, include gnulib's langinfo.h.
5309         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5310         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5311         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5312         * modules/regex (FILES): Remove m4/codeset.m4.
5313         (Depends-on): Add localcharset.  Remove strcase.
5314
5315 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5316
5317         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5318         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5319
5320 2007-02-13  Bruno Haible  <bruno@clisp.org>
5321
5322         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5323         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5324
5325 2007-02-12  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5328         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5329         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5330         time warning rather than a link error.
5331
5332 2007-02-12  Bruno Haible  <bruno@clisp.org>
5333
5334         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5335         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5336         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5337
5338 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5341         args, not 2.
5342
5343 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5344
5345         New module 'time', so that apps can include <time.h> as per
5346         POSIX and GNU instead of separate include files like time_r.h
5347         and timegm.h.  This implementation tries out a simpler approach
5348         for replacing decls in standard include files (as compared to
5349         the string module), somewhat as an experiment.
5350
5351         * config/srclist.txt: Comment out mktime.c for now.
5352         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5353         since it doesn't apply any more.  Use generic wording instead.
5354         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5355         'time'.
5356         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5357         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5358         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5359         Don't include <sys/types.h>; no longer needed since we assume C89.
5360         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5361         * lib/strftime.c: Likewise.
5362         * lib/time_r.c: Likewise.
5363         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5364         * lib/nanosleep.c: Include <time.h> first, to check interface.
5365         * lib/strptime.c: Likewise.
5366         * lib/time_r.c: Likewise.
5367         * lib/timegm.c: Likewise.
5368         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5369         needed.
5370         * lib/timegm.c: Don't include timegm.h; no longer needed.
5371         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5372         time.h now handles any problems in that area.
5373         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5374         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5375         that time.h defines struct timespec.
5376         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5377         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5378         handles that.
5379         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5380         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5381         needed.  Set REPLACE_LOCALTIME.
5382         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5383         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5384         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5385         nanosleep; time_h.m4 now does that.  Don't require
5386         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5387         module handles this now.
5388         * modules/getdate (Depends-on): Remove timespec.  Add time.
5389         * modules/nanosleep (Depends-on): Likewise.
5390         * modules/stat-time (Depends-on): Likewise.
5391         * modules/nanosleep (Include): Include time.h, not timespec.h.
5392         * modules/strptime (Files): Remove lib/strptime.h.
5393         (Depends-on): Add extensions, time.
5394         (Include): Include time.h, not strptime.h.
5395         * modules/time_r (Files): Remove lib/time_r.h.
5396         (Depends-on): Add time.
5397         (Include): Include time.h, not time_r.h.
5398         * modules/timegm: Likewise.
5399         * modules/timespec (Description): Now does timespec-related decls
5400         of our own, instead of struct timespec itself.
5401         (Depends-on): Add time; remove extensions.
5402         (Maintainer): Add self.
5403         * modules/utimecmp (Depends-on): Add time; remove timespec.
5404         * modules/utimens (Depends-on): Likewise.
5405         * modules/xnanosleep (Depends-on): Likewise.
5406
5407 2007-02-11  Bruno Haible  <bruno@clisp.org>
5408
5409         * lib/c-strstr.c: Include allocsa.h.
5410         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5411         * lib/c-strcasestr.c: Include allocsa.h.
5412         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5413         * lib/strcasestr.c: Include allocsa.h.
5414         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5415         * lib/mbsstr.c: Include allocsa.h.
5416         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5417         allocsa/freesa instead of malloc/free.
5418         * lib/mbscasestr.c: Include allocsa.h.
5419         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5420         allocsa/freesa instead of malloc/free.
5421         * modules/c-strstr (Depends-on): Add allocsa.
5422         * modules/c-strcasestr (Depends-on): Likewise.
5423         * modules/strcasestr (Depends-on): Likewise.
5424         * modules/mbsstr (Depends-on): Likewise.
5425         * modules/mbscasestr (Depends-on): Likewise.
5426
5427 2007-02-11  Bruno Haible  <bruno@clisp.org>
5428
5429         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5430
5431         * modules/mbsspn-tests: New file.
5432         * tests/test-mbsspn.sh: New file.
5433         * tests/test-mbsspn.c: New file.
5434
5435 2007-02-11  Bruno Haible  <bruno@clisp.org>
5436
5437         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5438
5439         * modules/mbspbrk-tests: New file.
5440         * tests/test-mbspbrk.sh: New file.
5441         * tests/test-mbspbrk.c: New file.
5442
5443 2007-02-11  Bruno Haible  <bruno@clisp.org>
5444
5445         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5446         unneeded cast.
5447
5448         * modules/mbscspn-tests: New file.
5449         * tests/test-mbscspn.sh: New file.
5450         * tests/test-mbscspn.c: New file.
5451
5452 2007-02-11  Bruno Haible  <bruno@clisp.org>
5453
5454         * modules/mbscasecmp-tests: New file.
5455         * tests/test-mbscasecmp.sh: New file.
5456         * tests/test-mbscasecmp.c: New file.
5457
5458 2007-02-11  Bruno Haible  <bruno@clisp.org>
5459
5460         Ensure O(n) worst-case complexity of mbscasestr.
5461         * lib/mbscasestr.c: Include stdbool.h.
5462         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5463         functions.
5464         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5465         the bookkeeping indicates that it's worth it.
5466         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5467
5468         * modules/mbscasestr-tests: New file.
5469         * tests/test-mbscasestr1.c: New file.
5470         * tests/test-mbscasestr2.sh: New file.
5471         * tests/test-mbscasestr2.c: New file.
5472         * tests/test-mbscasestr3.sh: New file.
5473         * tests/test-mbscasestr3.c: New file.
5474         * tests/test-mbscasestr4.sh: New file.
5475         * tests/test-mbscasestr4.c: New file.
5476         * m4/locale-tr.m4: New file.
5477
5478 2007-02-11  Bruno Haible  <bruno@clisp.org>
5479
5480         Ensure O(n) worst-case complexity of mbsstr.
5481         * lib/mbsstr.c: Include stdbool.h.
5482         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5483         functions.
5484         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5485         bookkeeping indicates that it's worth it.
5486         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5487
5488         * modules/mbsstr-tests: New file.
5489         * tests/test-mbsstr1.c: New file.
5490         * tests/test-mbsstr2.sh: New file.
5491         * tests/test-mbsstr2.c: New file.
5492         * tests/test-mbsstr3.sh: New file.
5493         * tests/test-mbsstr3.c: New file.
5494         * m4/locale-fr.m4: New file.
5495
5496 2007-02-11  Bruno Haible  <bruno@clisp.org>
5497
5498         * lib/mbsrchr.c (mbsrchr): Fix bug.
5499
5500         * modules/mbsrchr-tests: New file.
5501         * tests/test-mbsrchr.sh: New file.
5502         * tests/test-mbsrchr.c: New file.
5503
5504 2007-02-11  Bruno Haible  <bruno@clisp.org>
5505
5506         * lib/mbschr.c (mbschr): Fix bug.
5507
5508         * modules/mbschr-tests: New file.
5509         * tests/test-mbschr.sh: New file.
5510         * tests/test-mbschr.c: New file.
5511         * m4/locale-zh.m4: New file.
5512
5513 2007-02-11  Bruno Haible  <bruno@clisp.org>
5514
5515         Support for copying multibyte string iterators.
5516         * lib/mbiter.h: Include <string.h>.
5517         (mbiter_multi_copy): New function.
5518         (mbi_copy): New macro.
5519         * lib/mbuiter.h: Include <string.h>.
5520         (mbuiter_multi_copy): New function.
5521         (mbui_copy): New macro.
5522
5523 2007-02-11  Bruno Haible  <bruno@clisp.org>
5524
5525         New module mbslen.
5526         * modules/mbslen: New file.
5527         * lib/mbslen.c: New file.
5528         * lib/string_.h (mbslen): New declaration.
5529         * m4/mbslen.m4: New file.
5530         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5531         GNULIB_MBSLEN.
5532         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5533         * MODULES.html.sh (Internationalization functions): Add mbslen.
5534
5535 2007-02-11  Bruno Haible  <bruno@clisp.org>
5536
5537         Ensure O(n) worst-case complexity of strcasestr substitute.
5538         * lib/strcasestr.c: Include stdbool.h.
5539         (knuth_morris_pratt): New function.
5540         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5541         bookkeeping indicates that it's worth it.
5542         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5543
5544         * modules/strcasestr-tests: New file.
5545         * tests/test-strcasestr.c: New file.
5546
5547 2007-02-11  Bruno Haible  <bruno@clisp.org>
5548
5549         Ensure O(n) worst-case complexity of c_strcasestr.
5550         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5551         (knuth_morris_pratt): New function.
5552         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5553         the bookkeeping indicates that it's worth it.
5554         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5555
5556         * modules/c-strcasestr-tests: New file.
5557         * tests/test-c-strcasestr.c: New file.
5558
5559 2007-02-11  Bruno Haible  <bruno@clisp.org>
5560
5561         Ensure O(n) worst-case complexity of c_strstr.
5562         * lib/c-strstr.c: Include stdbool.h, string.h.
5563         (knuth_morris_pratt): New function.
5564         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5565         bookkeeping indicates that it's worth it.
5566         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5567
5568         * lib/c-strstr.c: Complete rewrite for maintainability.
5569
5570         * modules/c-strstr-tests: New file.
5571         * tests/test-c-strstr.c: New file.
5572
5573 2007-02-11  Bruno Haible  <bruno@clisp.org>
5574
5575         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5576         5.2.1 and earlier, whereby \055 was treated just like the range
5577         delimiter '-'.
5578         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5579
5580 2007-02-08  Bruno Haible  <bruno@clisp.org>
5581
5582         * modules/regex (Depends-on): Add stdbool.
5583         Reported by Dalibor Topic <robilad@kaffe.org>.
5584
5585 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5586
5587         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5588         Prefer returning from main to exiting from it.
5589         Remove unnecessary parens after sizeof.
5590
5591 2007-02-05  Bruno Haible  <bruno@clisp.org>
5592
5593         New module mbssep.
5594         * modules/mbssep: New file.
5595         * lib/mbssep.c: New file.
5596         * lib/string_.h (strsep): Add a conditional link warning.
5597         (mbssep): New declaration.
5598         * m4/mbssep.m4: New file.
5599         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5600         GNULIB_MBSSEP.
5601         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5602         * MODULES.html.sh (Internationalization functions): Add mbssep.
5603
5604 2007-02-05  Bruno Haible  <bruno@clisp.org>
5605
5606         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5607         Optimize search in case of 1 delimiter.
5608
5609 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5610
5611         * lib/acl.h: Include sys/types.h before sys/acl.h.
5612
5613 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5614
5615         Merge upstream fix for glibc bugzilla #3957:
5616
5617         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5618
5619         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5620         bit for RE_HAT_LISTS_NOT_NEWLINE.
5621         (build_charclass_op): Remove bogus comment.
5622
5623 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5624
5625         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5626
5627 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5628
5629         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5630         * lib/memmem.c [!defined _LIBC]: Include config.h.
5631
5632 2007-02-04  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5635         warning message.
5636
5637 2007-02-04  Bruno Haible  <bruno@clisp.org>
5638
5639         New module mbstok_r.
5640         * modules/mbstok_r: New file.
5641         * lib/mbstok_r.c: New file.
5642         * lib/string_.h (strtok_r): Change argument names to match the
5643         comments. Add a conditional link warning.
5644         (mbstok_r): New declaration.
5645         * m4/mbstok_r.m4: New file.
5646         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5647         GNULIB_MBSTOK_R.
5648         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5649         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5650
5651 2007-02-04  Bruno Haible  <bruno@clisp.org>
5652
5653         New module mbsspn.
5654         * modules/mbsspn: New file.
5655         * lib/mbsspn.c: New file.
5656         * lib/string_.h (strspn): Add a conditional link warning.
5657         (mbsspn): New declaration.
5658         * m4/mbsspn.m4: New file.
5659         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5660         GNULIB_MBSSPN.
5661         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5662         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5663
5664 2007-02-04  Bruno Haible  <bruno@clisp.org>
5665
5666         New module mbspbrk.
5667         * modules/mbspbrk: New file.
5668         * lib/mbspbrk.c: New file.
5669         * lib/string_.h (strpbrk): Add a conditional link warning.
5670         (mbspbrk): New declaration.
5671         * m4/mbspbrk.m4: New file.
5672         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5673         GNULIB_MBSPBRK.
5674         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5675         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5676
5677 2007-02-04  Bruno Haible  <bruno@clisp.org>
5678
5679         New module mbscspn.
5680         * modules/mbscspn: New file.
5681         * lib/mbscspn.c: New file.
5682         * lib/string_.h (strcspn): Add a conditional link warning.
5683         (mbscspn): New declaration.
5684         * m4/mbscspn.m4: New file.
5685         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5686         GNULIB_MBSCSPN.
5687         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5688         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5689
5690 2007-02-04  Bruno Haible  <bruno@clisp.org>
5691
5692         New module mbscasestr, reduced goal of strcasestr.
5693         * modules/mbscasestr: New file.
5694         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5695         (mbscasestr): Renamed from strcasestr.
5696         * lib/strcasestr.c: Don't include mbuiter.h.
5697         (strcasestr): Remove support for multibyte locales.
5698         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5699         Change the conditional link warning.
5700         (mbscasestr): New declaration.
5701         * m4/mbscasestr.m4: New file.
5702         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5703         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5704         REPLACE_STRCASESTR.
5705         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5706         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5707         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5708         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5709         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5710         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5711         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5712         (Depends-on): Remove mbuiter.
5713         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5714
5715 2007-02-04  Bruno Haible  <bruno@clisp.org>
5716
5717         Simplify handling of strncasecmp.
5718         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5719         the conditional link warning.
5720         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5721         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5722         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5723         * modules/strcase (configure.ac): Don't invoke
5724         gl_STRING_MODULE_INDICATOR.
5725         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5726
5727 2007-02-04  Bruno Haible  <bruno@clisp.org>
5728
5729         New module mbscasecmp, reduced goal of strcasecmp.
5730         * modules/mbscasecmp: New file.
5731         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5732         (mbscasecmp): Renamed from strcasecmp.
5733         * lib/strcasecmp.c: Don't include mbuiter.h.
5734         (strcasecmp): Remove support for multibyte locales.
5735         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5736         Change the conditional link warning.
5737         (mbscasecmp): New declaration.
5738         * m4/mbscasecmp.m4: New file.
5739         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5740         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5741         REPLACE_STRCASECMP.
5742         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5743         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5744         GNULIB_MBSCASECMP.
5745         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5746         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5747         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5748         (Depends-on): Remove mbuiter.
5749         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5750
5751 2007-02-04  Bruno Haible  <bruno@clisp.org>
5752
5753         New module mbsstr. Remove module strstr.
5754         * modules/mbsstr: New file.
5755         * modules/strstr: Remove file.
5756         * lib/mbsstr.c: Renamed from lib/strstr.c.
5757         (mbsstr): Renamed from strstr.
5758         * lib/string_.h (strstr): Remove declaration. Change the conditional
5759         link warning.
5760         (mbsstr): New declaration.
5761         * m4/mbsstr.m4: New file.
5762         * m4/strstr.m4: Remove file.
5763         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5764         REPLACE_STRSTR.
5765         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5766         Don't initialize GNULIB_STRSTR.
5767         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5768         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5769         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5770         (Support for systems lacking ANSI C 89): Remove strstr.
5771
5772 2007-02-04  Bruno Haible  <bruno@clisp.org>
5773
5774         New module mbsrchr.
5775         * modules/mbsrchr: New file.
5776         * lib/mbsrchr.c: New file.
5777         * lib/string_.h (strrchr): Add a conditional link warning.
5778         (mbsrchr): New declaration.
5779         * m4/mbsrchr.m4: New file.
5780         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5781         GNULIB_MBSRCHR.
5782         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5783         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5784
5785 2007-02-04  Bruno Haible  <bruno@clisp.org>
5786
5787         New module mbschr.
5788         * modules/mbschr: New file.
5789         * lib/mbschr.c: New file.
5790         * lib/string_.h (strchr): Add a conditional link warning.
5791         (mbschr): New declaration.
5792         * m4/mbschr.m4: New file.
5793         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5794         GNULIB_MBSCHR.
5795         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5796         * MODULES.html.sh (Internationalization functions): Add mbschr.
5797
5798 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5799
5800         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5801
5802         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5803
5804 2007-02-04  Bruno Haible  <bruno@clisp.org>
5805
5806         New module description section 'configure.ac-early'.
5807         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5808         (func_get_autoconf_early_snippet): New function.
5809         (func_import, func_create_testdir): Use it. Remove special cases for
5810         modules 'extensions' and 'lock'.
5811         * modules/extensions (configure.ac-early): Require
5812         gl_USE_SYSTEM_EXTENSIONS.
5813         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5814
5815 2007-02-04  Bruno Haible  <bruno@clisp.org>
5816
5817         Make use of gcj-4.3's -fsource and -ftarget option.
5818         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5819         and if so try the options -fsource and -ftarget.
5820         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5821         source_version, ftarget_option, target_version arguments.
5822         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5823         (is_envjavac_oldgcj_14_14_usable): Renamed from
5824         is_envjavac_gcj_14_14_usable.
5825         (is_envjavac_oldgcj_14_13_usable): Renamed from
5826         is_envjavac_gcj_14_13_usable.
5827         (is_gcj_present): Update.
5828         (is_gcj_43, is_gcj43_usable): New functions.
5829         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5830         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5831         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5832         try the options -fsource and -ftarget.
5833
5834 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5835
5836         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5837         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5838         larger value.
5839
5840 2007-02-03  Jim Meyering  <jim@meyering.net>
5841
5842         Give tools a better chance to allocate space for very large buffers.
5843         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5844
5845         Make pwd and readlink work also when run with an unreadable parent dir
5846         on systems with openat support.
5847         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5848         provided getcwd function, even when we have openat support.
5849         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5850
5851 2007-02-02  Bruno Haible  <bruno@clisp.org>
5852
5853         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5854         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5855         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5856         portability problems if one of these functions is only used on specific
5857         platforms.
5858         Reported by Paul Eggert.
5859
5860 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5861
5862         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5863         is causing more trouble than it's curing.
5864         * lib/regex_internal.h (__mempcpy): Remove.
5865         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5866         (and make the code a tad smaller to boot).
5867         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5868
5869 2007-02-02  Jim Meyering  <jim@meyering.net>
5870
5871         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5872         section, not in the Makefile.am: one.
5873
5874 2007-02-02  Eric Blake  <ebb9@byu.net>
5875
5876         * lib/strchrnul.c: Always include config.h first.
5877
5878         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5879         gnulib strstr is not necessary here.
5880
5881 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5882
5883         * m4/socklen.m4: Fix typo.
5884
5885 2007-02-02  Eric Blake  <ebb9@byu.net>
5886
5887         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5888         * modules/netinet_in (Makefile.am): Likewise.
5889
5890 2007-02-01  Bruno Haible  <bruno@clisp.org>
5891
5892         * lib/string_.h (GL_LINK_WARNING): New macro.
5893         (strcasecmp, strstr, strcasestr): If provided by the system,
5894         conditionally define as a macro that leads to a warning instead of to
5895         an error.
5896         (strncasecmp): Conditionally define as a macro that leads to a warning.
5897
5898 2007-02-01  Karl Berry  <karl@gnu.org>
5899
5900         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5901
5902 2007-02-01  Bruno Haible  <bruno@clisp.org>
5903
5904         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5905         renamings.
5906
5907 2007-02-01  Eric Blake  <ebb9@byu.net>
5908
5909         * modules/regex (Depends-on): Revert dependence on mempcpy.
5910         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5911         module's definition of mempcpy.
5912         Reported by Paul Eggert.
5913
5914 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5915
5916         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5917         the symbol XYZ before redefining it.  This fixes a problem with
5918         programs that don't use XYZ, when compiled on systems that define
5919         XYZ to something else.
5920
5921 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5922
5923         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5924         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5925         writeable to group or other and (2) is intended to have a special
5926         mode bit that is set or cleared.  In such a case, the directory
5927         should be neither group- nor other-writeable until the special
5928         mode bits are right.
5929
5930 2007-01-31  Eric Blake  <ebb9@byu.net>
5931
5932         * modules/mountlist (Depends-on): Add strstr.
5933
5934         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5935         bug.
5936         * modules/string (Makefile.am): Remove redundant replacement.
5937         * modules/regex (Depends-on): Add mempcpy.
5938
5939 2007-01-31  Bruno Haible  <bruno@clisp.org>
5940
5941         New module description field 'Link'.
5942         * gnulib-tool (func_usage): Document --extract-link-directive.
5943         (sed_extract_prog): Recognize 'Link' directive.
5944         (func_get_link_directive): New function.
5945         (func_import): Show summary of link directives.
5946         Handle --extract-link-directive option.
5947         * modules/acl (Link): New section.
5948         * modules/clock-time (Link): New section.
5949         * modules/euidaccess (Link): New section.
5950         * modules/gettext (Link): New section.
5951         * modules/iconv (Link): New section.
5952         * modules/lock (Link): New section.
5953         * modules/nanosleep (Link): New section.
5954         * modules/readline (Link): New section.
5955
5956 2007-01-27  Bruno Haible  <bruno@clisp.org>
5957
5958         Enforce the use of gnulib modules for unportable <string.h> functions.
5959         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5960         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5961         (gl_HEADER_STRING_H_BODY): Require it.
5962         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5963         the symbol XYZ to one that gives a link error.
5964         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5965         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5966         * modules/mempcpy (configure.ac): Likewise.
5967         * modules/memrchr (configure.ac): Likewise.
5968         * modules/stpcpy (configure.ac): Likewise.
5969         * modules/stpncpy (configure.ac): Likewise.
5970         * modules/strcase (configure.ac): Likewise.
5971         * modules/strcasestr (configure.ac): Likewise.
5972         * modules/strchrnul (configure.ac): Likewise.
5973         * modules/strdup (configure.ac): Likewise.
5974         * modules/strndup (configure.ac): Likewise.
5975         * modules/strnlen (configure.ac): Likewise.
5976         * modules/strpbrk (configure.ac): Likewise.
5977         * modules/strsep (configure.ac): Likewise.
5978         * modules/strstr (configure.ac): Likewise.
5979         * modules/strtok_r (configure.ac): Likewise.
5980
5981 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5982
5983         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5984
5985 2007-01-30  Jim Meyering  <jim@meyering.net>
5986
5987         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5988
5989 2007-01-29  Bruno Haible  <bruno@clisp.org>
5990
5991         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5992         * lib/execute.c: Likewise.
5993         * lib/pipe.c: Likewise.
5994         * lib/printf-args.h: Likewise.
5995         * lib/printf-args.c: Likewise.
5996         * lib/printf-parse.c: Likewise.
5997         * lib/vasnprintf.c: Likewise.
5998
5999 2007-01-29  Eric Blake  <ebb9@byu.net>
6000
6001         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6002         declaration.
6003
6004 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6005
6006         * lib/strptime.h (strptime): Use 'restrict' for args where
6007         POSIX requires this.
6008         * lib/strptime.c (strptime): Likewise.
6009         Change license notice from LGPL to GPL, since gnulib-tool will
6010         change this as needed.
6011         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6012         defined.
6013         Include "strptime.h" first, to check interface.
6014         Do not #undef _LIBC and _NL_CURRENT.
6015         Do not include <stdlib.h>; no longer needed.
6016         Include "time_r.h" and declare ptime_locale_status
6017         only if _LIBC is not defined.
6018         (__P): Remove unused macro.
6019         (match_string): Bring back glibc version, but use it only if _LIBC
6020         is defined.
6021         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6022         Remove unnecessary assertion and abort() call.
6023         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6024         * m4/strptime.m4: Fix serial number comment.
6025         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6026         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6027         (Depends-on): Add time_r.
6028
6029 2007-01-29  Bruno Haible  <bruno@clisp.org>
6030
6031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6032         strptime.
6033         * modules/strptime (Depends-on): Add stdbool.
6034         * lib/strptime.h: Include <time.h> always. Add comments.
6035
6036 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6037
6038         * modules/strptime: New file.
6039         * lib/strptime.h: New file.
6040         * lib/strptime.c: New file.
6041         * m4/strptime.m4: New file.
6042
6043 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6044
6045         * MODULES.html.sh: New module mpsort.
6046         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6047
6048         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6049         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6050         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6051         All uses changed.
6052         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6053         All uses changed.
6054         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6055         to _Restrict_.
6056         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6057         the parameter matches the prototype.
6058
6059 2007-01-28  Jim Meyering  <jim@meyering.net>
6060
6061         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6062         sys/time.h here, reverting that part of the previous patch:
6063         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6064
6065 2007-01-28  Bruno Haible  <bruno@clisp.org>
6066
6067         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6068         value of $(SYS_TIME_H).
6069         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6070         remove it conditionally, too. [added by Jim Meyering]
6071         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6072         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6073         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6074         GETTIMEOFDAY_REPLACEMENT to 1.
6075
6076 2007-01-28  Bruno Haible  <bruno@clisp.org>
6077
6078         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6079         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6080         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6081         Set UNISTD_H instead of UNISTD_H2.
6082         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6083
6084 2007-01-28  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6087         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6088
6089 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6090
6091         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6092         (func_create_testdir): Ensure C locale for `grep' and `tr'
6093         character ranges.
6094         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6095         ACLOCAL_AMFLAGS parsing state machine.
6096
6097 2007-01-27  Bruno Haible  <bruno@clisp.org>
6098
6099         * modules/unistr/base: Update.
6100
6101 2007-01-27  Bruno Haible  <bruno@clisp.org>
6102
6103         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6104         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6105         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6106         modules/unistr/u32-mbtouc.
6107         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6108         * lib/unistr.h: Update.
6109         * lib/linebreak.c: Update.
6110         * modules/unistr/u32-mbtouc: Renamed from
6111         modules/unistr/u32-mbtouc-safe.
6112         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6113         * lib/unistr.h: Update.
6114         * lib/unistr/u32-to-u8.c: Update.
6115         * lib/unistr/u32-to-u16.c: Update.
6116
6117 2007-01-27  Bruno Haible  <bruno@clisp.org>
6118
6119         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6120         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6121         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6122         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6123         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6124         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6125         modules/unistr/u16-mbtouc.
6126         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6127         * lib/unistr.h: Update.
6128         * lib/linebreak.c: Update.
6129         * modules/linebreak: Update.
6130         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6131         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6132         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6133         * modules/unistr/u16-mbtouc: Renamed from
6134         modules/unistr/u16-mbtouc-safe.
6135         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6136         * lib/unistr.h: Update.
6137         * lib/unistr/u16-to-u8.c: Update.
6138         * modules/unistr/u16-to-u8: Update.
6139         * lib/unistr/u16-to-u32.c: Update.
6140         * modules/unistr/u16-to-u32: Update.
6141
6142 2007-01-27  Bruno Haible  <bruno@clisp.org>
6143
6144         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6145         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6146         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6147         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6148         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6149         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6150         modules/unistr/u8-mbtouc.
6151         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6152         * lib/unistr.h: Update.
6153         * lib/striconveh.c: Update.
6154         * modules/striconveh: Update.
6155         * lib/linebreak.c: Update.
6156         * modules/linebreak: Update.
6157         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6158         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6159         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6160         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6161         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6162         * lib/unistr.h: Update.
6163         * lib/striconveh.c: Update.
6164         * modules/striconveh: Update.
6165         * lib/unistr/u8-to-u16.c: Update.
6166         * modules/unistr/u8-to-u16: Update.
6167         * lib/unistr/u8-to-u32.c: Update.
6168         * modules/unistr/u8-to-u32: Update.
6169
6170 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6171
6172         Sync from Libtool.
6173         * lib/argz.c: Do not include strings.h nor memory.h, include
6174         string.h unconditionally.  Patch by Simon Josefsson.
6175
6176 2007-01-27  Bruno Haible  <bruno@clisp.org>
6177
6178         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6179         from gl_HEADER_STRING_H_BODY.
6180         (gl_HEADER_STRING_H_BODY): Require it.
6181         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6182         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6183         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6184         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6185         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6186         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6187         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6188         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6189         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6190         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6191         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6192         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6193         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6194         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6195         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6196
6197 2007-01-27  Bruno Haible  <bruno@clisp.org>
6198
6199         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6200         check_PROGRAMS into noinst_PROGRAMS.
6201         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6202         check_PROGRAMS in this case.
6203         (func_import): Set for_test to false.
6204         (func_create_testdir): Set for_test to true.
6205
6206 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6207             Bruno Haible  <bruno@clisp.org>
6208
6209         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6210         (Depends-on): Add string.
6211         (Includes): Use <string.h> instead of strcasestr.h.
6212         * modules/string (Makefile.am): Also substitute the value of
6213         REPLACE_STRCASESTR.
6214         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6215         assume strcasestr is declared in <string.h> not <strings.h>. Also
6216         set REPLACE_STRCASESTR.
6217         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6218         REPLACE_STRCASESTR.
6219         * lib/strcasestr.h: Remove file.
6220         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6221         * lib/string_.h (strcasestr): New declaration.
6222
6223 2007-01-27  Bruno Haible  <bruno@clisp.org>
6224
6225         * lib/string_.h: Use 'extern'.
6226
6227 2007-01-27  Jim Meyering  <jim@meyering.net>
6228
6229         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6230         of set-but-not-used local, "q".
6231
6232         * lib/mempcpy.c: Include <config.h> before <string.h>.
6233         This fixes a compilation error on HP-UX, due to the system's
6234         "restrict"-using mempcpy prototype.
6235
6236 2007-01-26  Bruno Haible  <bruno@clisp.org>
6237
6238         Small optimization.
6239         * lib/javacomp.c: Include c-strstr.h.
6240          (is_envjavac_gcj): Use c_strstr instead of strstr.
6241         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6242
6243 2007-01-26  Bruno Haible  <bruno@clisp.org>
6244
6245         * MODULES.html.sh (Unicode string functions): Add the new modules.
6246
6247         * modules/uniconv/u32-strconv-to-locale: New file.
6248         * lib/uniconv/u32-strconv-to-locale.c: New file.
6249
6250         * modules/uniconv/u16-strconv-to-locale: New file.
6251         * lib/uniconv/u16-strconv-to-locale.c: New file.
6252
6253         * modules/uniconv/u8-strconv-to-locale: New file.
6254         * lib/uniconv/u8-strconv-to-locale.c: New file.
6255
6256         * modules/uniconv/u32-strconv-from-locale: New file.
6257         * lib/uniconv/u32-strconv-from-locale.c: New file.
6258
6259         * modules/uniconv/u16-strconv-from-locale: New file.
6260         * lib/uniconv/u16-strconv-from-locale.c: New file.
6261
6262         * modules/uniconv/u8-strconv-from-locale: New file.
6263         * lib/uniconv/u8-strconv-from-locale.c: New file.
6264
6265         * modules/uniconv/u32-strconv-to-enc: New file.
6266         * lib/uniconv/u32-strconv-to-enc.c: New file.
6267         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6268         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6269
6270         * modules/uniconv/u16-strconv-to-enc: New file.
6271         * lib/uniconv/u16-strconv-to-enc.c: New file.
6272         * lib/uniconv/u-strconv-to-enc.h: New file.
6273         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6274         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6275
6276         * modules/uniconv/u8-strconv-to-enc: New file.
6277         * lib/uniconv/u8-strconv-to-enc.c: New file.
6278         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6279         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6280
6281         * modules/uniconv/u32-strconv-from-enc: New file.
6282         * lib/uniconv/u32-strconv-from-enc.c: New file.
6283         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6284         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6285
6286         * modules/uniconv/u16-strconv-from-enc: New file.
6287         * lib/uniconv/u16-strconv-from-enc.c: New file.
6288         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6289         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6290
6291         * modules/uniconv/u8-strconv-from-enc: New file.
6292         * lib/uniconv/u8-strconv-from-enc.c: New file.
6293         * lib/uniconv/u-strconv-from-enc.h: New file.
6294         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6295         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6296
6297         * modules/uniconv/u32-conv-from-enc: New file.
6298         * lib/uniconv/u32-conv-from-enc.c: New file.
6299         * modules/uniconv/u32-conv-from-enc-tests: New file.
6300         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6301
6302         * modules/uniconv/u16-conv-from-enc: New file.
6303         * lib/uniconv/u16-conv-from-enc.c: New file.
6304         * lib/uniconv/u-conv-from-enc.h: New file.
6305         * modules/uniconv/u16-conv-from-enc-tests: New file.
6306         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6307
6308         * modules/uniconv/u8-conv-from-enc: New file.
6309         * lib/uniconv/u8-conv-from-enc.c: New file.
6310         * modules/uniconv/u8-conv-from-enc-tests: New file.
6311         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6312
6313         * modules/uniconv/base: New file.
6314         * lib/uniconv.h: New file.
6315
6316 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         * doc/gnulib-tool.texi (Initial import): Update to match current
6319         behavior with strdup module.
6320         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6321         * lib/memmem.h: Remove; all uses removed.  This is now done
6322         by <string.h>.
6323         * lib/mempcpy.h: Likewise.
6324         * lib/memrchr.h: Likewise.
6325         * lib/stpcpy.h: Likewise.
6326         * lib/stpncpy.h: Likewise.
6327         * lib/strcase.h: Likewise.
6328         * lib/strchrnul.h: Likewise.
6329         * lib/strdup.h: Likewise.
6330         * lib/strndup.h: Likewise.
6331         * lib/strnlen.h: Likewise.
6332         * lib/strpbrk.h: Likewise.
6333         * lib/strsep.h: Likewise.
6334         * lib/strstr.h: Likewise.
6335         * lib/strtok_r.h: Likewise.
6336         * lib/string_.h: New file.
6337         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6338         Rely on <string.h> instead.
6339         * lib/canon-host.c: Likewise.
6340         * lib/chdir-long.c: Likewise.
6341         * lib/concatpath.c: Likewise.
6342         * lib/exclude.c: Likewise.
6343         * lib/fchdir.c: Likewise.
6344         * lib/getaddrinfo.c: Likewise.
6345         * lib/getcwd.c: Likewise.
6346         * lib/getsubopt.c: Likewise.
6347         * lib/glob.c: Likewise.
6348         * lib/hard-locale.c: Likewise.
6349         * lib/iconvme.c: Likewise.
6350         * lib/javacomp.c: Likewise.
6351         * lib/mempcpy.c: Likewise.
6352         * lib/memrchr.c: Likewise.
6353         * lib/regex_internal.h: Likewise.
6354         * lib/stpncpy.c: Likewise.
6355         * lib/strcasecmp.c: Likewise.
6356         * lib/strchrnul.c: Likewise.
6357         * lib/strdup.c: Likewise.
6358         * lib/striconv.c: Likewise.
6359         * lib/striconveh.c: Likewise.
6360         * lib/striconveha.c: Likewise.
6361         * lib/strncasecmp.c: Likewise.
6362         * lib/strndup.c: Likewise.
6363         * lib/strnlen.c: Likewise.
6364         * lib/strsep.c: Likewise.
6365         * lib/strstr.c: Likewise.
6366         * lib/strtok_r.c: Likewise.
6367         * lib/userspec.c: Likewise.
6368         * lib/w32spawn.h: Likewise.
6369         * lib/xstrndup.c: Likewise.
6370         * lib/mountlist.c (strstr): Remove decl.
6371         * m4/string_h.m4: New file.
6372         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6373         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6374         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6375         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6376         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6377         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6378         Set REPLACE_STRCASECMP if necessary.
6379         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6380         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6381         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6382         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6383         HAVE_DECL_STRDUP if necessary.
6384         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6385         since gl_FUNC_STRNDUP does that now.
6386         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6387         Check for decl here...
6388         (gl_PREREQ_STRNLEN): ... not here.
6389         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6390         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6391         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6392         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6393         necessary.
6394         * modules/string: New file.
6395         * modules/memmem (Files): Remove special-purpose include file.
6396         (Depends-on): Add string.
6397         (Include): Include <string.h>, not the removed file.
6398         * modules/mempcpy: Likewise.
6399         * modules/memrchr: Likewise.
6400         * modules/stpcpy: Likewise.
6401         * modules/stpncpy: Likewise.
6402         * modules/strcase: Likewise.
6403         * modules/strchrnul: Likewise.
6404         * modules/strdup: Likewise.
6405         * modules/strndup: Likewise.
6406         * modules/strnlen: Likewise.
6407         * modules/strpbrk: Likewise.
6408         * modules/strsep: Likewise.
6409         * modules/strstr: Likewise.
6410         * modules/strtok_r: Likewise.
6411         * tests/test-dirname.c: Don't include "strdup.h", since
6412         <string.h> now suffices.
6413         * tests/test-memmem.c: Don't include "memmem.h", since
6414         <string.h> now suffices.
6415
6416 2007-01-25  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6419         *resultp is 0.
6420
6421         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6422         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6423         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6424         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6425
6426         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6427         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6428         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6429         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6430         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6431         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6432
6433 2007-01-24  Bruno Haible  <bruno@clisp.org>
6434
6435         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6436         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6437         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6438         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6439         gl_FUNC_FTS_CORE.
6440         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6441         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6442         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6443         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6444         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6445         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6446         gl_FUNC_FCHOWNAT.
6447         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6448         gl_FUNC_STRFTIME.
6449         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6450         Reported by Ralf Wildenhues.
6451
6452 2007-01-24  Bruno Haible  <bruno@clisp.org>
6453
6454         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6455         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6456         gl_GETADDRINFO.
6457         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6458         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6459         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6460
6461 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6464         Don't use 'exit'; just return from 'main'.
6465         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6466
6467         * lib/fnmatch_.h: Readjust white space and comments to match
6468         glibc, to avoid spurious diffs.
6469
6470 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6473         2004-12-01 change by Jakub Jelinek, since this code won't compile
6474         if !LIBC.  Problem reported by Bob Proulx.
6475
6476 2007-01-23  Bruno Haible  <bruno@clisp.org>
6477
6478         * lib/striconveh.c: Include c-strcaseeq.h.
6479         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6480         * modules/striconveh (Depends-on): Add c-strcaseeq.
6481
6482 2007-01-23  Bruno Haible  <bruno@clisp.org>
6483
6484         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6485
6486         * modules/c-strcaseeq: New file.
6487         * lib/c-strcaseeq.h: New file.
6488
6489         * modules/streq: New file.
6490         * lib/streq.h: New file.
6491
6492 2007-01-23  Bruno Haible  <bruno@clisp.org>
6493
6494         * modules/striconveha-tests: New file.
6495         * tests/test-striconveha.c: New file.
6496
6497         * lib/striconveha.h: Include <stdbool.h>.
6498         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6499         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6500         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6501         (mem_iconveha): New function.
6502         (str_iconveha_notranslit): Renamed from str_iconveha.
6503         (str_iconveha): New function.
6504         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6505         c-strcase.
6506
6507 2007-01-23  Bruno Haible  <bruno@clisp.org>
6508
6509         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6510         encodings without forgiving before trying any encoding with handler.
6511         (str_iconveha): Try all encodings without forgiving before trying any
6512         encoding with handler.
6513
6514 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6515
6516         Import the following changes from libc.
6517
6518         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6519
6520         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6521
6522         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6523
6524         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6525         normal_bracket label.
6526
6527         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6528
6529         [BZ #361]
6530         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6531         to normal_bracket after fetching the next character.
6532
6533 2007-01-22  Bruno Haible  <bruno@clisp.org>
6534
6535         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6536         argument.
6537         * lib/striconveh.c (iconv_carefully_1): New function.
6538         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6539         argument.
6540         (str_cd_iconveh): Update.
6541         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6542         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6543         * tests/test-striconveh.c (MAGIC): New macro.
6544         (new_offsets): New function.
6545         (main): Test call with and without offsets.
6546
6547 2007-01-22  Bruno Haible  <bruno@clisp.org>
6548
6549         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6550         * modules/sys_select (Makefile.am): Likewise.
6551         * modules/sys_socket (Makefile.am): Likewise.
6552         * modules/sys_time (Makefile.am): Likewise.
6553
6554 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6555
6556         * modules/gettimeofday (License): Change from GPL to LGPL, since
6557         gettimeofday is a library function.
6558
6559 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6560
6561         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6562
6563 2007-01-21  Bruno Haible  <bruno@clisp.org>
6564
6565         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6566
6567 2007-01-21  Bruno Haible  <bruno@clisp.org>
6568
6569         * modules/striconveha: New file.
6570         * lib/striconveha.h: New file.
6571         * lib/striconveha.c: New file.
6572         * MODULES.html.sh (Internationalization functions): Add striconveha.
6573         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6574         string.
6575         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6576
6577 2007-01-21  Bruno Haible  <bruno@clisp.org>
6578
6579         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6580         * lib/striconveh.c (str_iconveh): Likewise.
6581
6582 2007-01-21  Bruno Haible  <bruno@clisp.org>
6583
6584         * lib/striconveh.h (mem_iconveh): New declaration.
6585         * lib/striconveh.c (mem_iconveh): New function.
6586         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6587
6588 2007-01-21  Bruno Haible  <bruno@clisp.org>
6589
6590         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6591
6592         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6593         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6594         original result buffer.
6595         (str_cd_iconveh): Update.
6596         * tests/test-striconveh.c (main): Update.
6597
6598         * lib/striconv.h (mem_cd_iconv): Change specification.
6599         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6600         result buffer.
6601         (str_cd_iconv): Update.
6602         * tests/test-striconv.c (main): Update.
6603
6604 2007-01-21  Bruno Haible  <bruno@clisp.org>
6605
6606         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6607
6608 2007-01-20  Jim Meyering  <jim@meyering.net>
6609
6610         * lib/userspec.c (parse_with_separator): If a user or group string
6611         starts with "+", skip the corresponding name-to-ID look-up, since
6612         such a look-up must fail: user and group names may not include "+".
6613
6614 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6615
6616         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6617         since we now assume the sys_time module.
6618         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6619         check for sys/time.h; no longer needed.
6620         * modules/poll (Depends-on): Depend on sys_time.
6621
6622 2007-01-18  Bruno Haible  <bruno@clisp.org>
6623
6624         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6625         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6626
6627         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6628         gettimeofday.
6629
6630         * tests/test-gettimeofday.c: Include <time.h>.
6631         (dummy): Remove variable.
6632
6633         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6634         gl_HEADER_SYS_TIME_H.
6635         (gl_HEADER_SYS_TIME_H): New macro.
6636
6637         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6638         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6639         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6640         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6641         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6642         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6643         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6644         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6645         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6646         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6647         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6648
6649         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6650         last change; it caused a compilation error when cross-compiling to
6651         Cygwin.
6652
6653 2007-01-18  Jim Meyering  <jim@meyering.net>
6654
6655         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6656         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6657         than the race-prone "test -d sys || mkdir sys".
6658         (configure.ac): Use AC_PROG_MKDIR_P.
6659         * modules/sys_select: Likewise.
6660         * modules/sys_socket: Likewise.
6661         * modules/sys_time: Likewise.
6662
6663 2007-01-18  Eric Blake  <ebb9@byu.net>
6664
6665         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6666         replace gettimeofday.
6667         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6668         name, to avoid infinite recursion.
6669
6670 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6671
6672         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6673         module sys_time.
6674         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6675         assume timespec.h defines struct timeval.
6676         * lib/settime.c: Likewise.
6677         * lib/utimens.c: Likewise.
6678         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6679         since we now assume the gettimeofday module.
6680         * lib/tempname.c (__gen_tempname): Likewise.
6681         * lib/gettimeofday.h: Remove.
6682         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6683         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6684         Include <time.h>, for 'time()'.
6685         (localtime_buffer_addr): Also use this workaround if
6686         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6687         to simplify the uses.  All uses changed.
6688         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6689         that #undef is inside {}, and 'const' follows type name consistently.
6690         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6691         (gettimeofday): Do not use the maximum possible value for
6692         tv->tv_usec, since that might break usages other than ls.c.
6693         Instead, we'll leave ls.c alone.  This undoes today's patch
6694         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6695         we've never observed the problem but might as well keep the
6696         canary.
6697         * lib/nanosleep.c: Include timespec.h first, for interface check.
6698         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6699         now assume the sys_time module.
6700         * lib/tempname.c: Likewise.
6701         * lib/timespec.h: Likewise.
6702         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6703         needed.
6704         * lib/strftime.c: Likewise.
6705         * lib/timespec.h: Likewise.
6706         * lib/posixtm.c: Include posixtm.h first, for interface check.
6707         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6708         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6709         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6710         * lib/sys_time_.h: New file.
6711         * lib/timespec.h (struct timespec): Use long int, not long.
6712         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6713         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6714         Remove obsolescent call to AC_HEADER_TIME.
6715         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6716         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6717         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6718         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6719         Likewise.
6720         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6721         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6722         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6723         into the sys_time module.  Check for gettimeofday just once.
6724         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6725         for gettimeofday signature to just check the signature.  Merely
6726         compile it, since linking doesn't test signature.  Improve test for
6727         whether gettimeofday.o is actually needed.
6728         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6729         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6730         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6731         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6732         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6733         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6734         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6735         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6736         than worrying about sys/time.h.
6737         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6738         Don't bother worrying about TIME_WITH_SYS_TIME.
6739         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6740         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6741         * m4/sys_time_h.m4: New file.
6742         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6743         Don't include sys/time.h.  Return from main rather than exiting.
6744         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6745         all uses changed.
6746         * modules/gethrxtime (Depends-on): Add sys_time.
6747         * modules/gettime (Depends-on): Likewise.
6748         * modules/gettimeofday (Depends-on): Likewise.
6749         * modules/nanosleep (Depends-on): Likewise.
6750         * modules/settime (Depends-on): Likewise.
6751         * modules/tempname (Depends-on): Likewise.
6752         * modules/utimens (Depends-on): Likewise.
6753         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6754         (Include:) Change back to <sys/time.h>.
6755         (Maintainer:) Add self.
6756         * modules/sys_time: New file.
6757         * modules/tempname (Depends-on): Add gettimeofday.
6758         * tests/test-gettimeofday.c: Include <sys/time.h>
6759         rather than gettimeofday.h.
6760
6761 2007-01-17  Bruno Haible  <bruno@clisp.org>
6762
6763         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6764         the license default to GPL.
6765         (func_create_testdir): Don't complain if a module is LGPL and its
6766         tests module depends on GPLed modules.
6767
6768 2007-01-17  Bruno Haible  <bruno@clisp.org>
6769
6770         * lib/gettimeofday.c (gettimeofday): Add code for the case
6771         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6772         maximum possible value for tv->tv_usec, rather than the minimum one.
6773
6774 2005-10-08  Martin Lambers  <marlam@marlam.de>
6775 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6776 2007-01-16  Bruno Haible  <bruno@clisp.org>
6777
6778         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6779         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6780         gl_FUNC_GETTIMEOFDAY.
6781         (Include): Add gettimeofday.h.
6782         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6783         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6784         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6785         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6786         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6787         * lib/gettimeofday.h: New file.
6788         * lib/gettimeofday.c: Include <sys/timeb.h>.
6789         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6790         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6791         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6792         fall back on time().
6793
6794         * tests/test-gettimeofday.c: New file.
6795         * modules/gettimeofday-tests: New file.
6796
6797 2007-01-16  Eric Blake  <ebb9@byu.net>
6798
6799         * modules/fnmatch (Depends-on): Depend on wchar.
6800         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6801         * m4/fnmatch.m4: Likewise.
6802         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6803         * m4/mbchar.m4: Likewise.
6804         * modules/mbswidth (Depends-on): Depend on wchar.
6805         * lib/mbswidth.c: Assume <wchar.h>.
6806         * m4/mbswidth.m4: Likewise.
6807         * modules/quotearg (Depends-on): Depend on wchar.
6808         * lib/quotearg.c: Assume <wchar.h>.
6809         * m4/quotearg.m4: Likewise.
6810         * modules/regex (Depends-on): Depend on wchar.
6811         * lib/regex_internal.h: Assume <wchar.h>.
6812         * m4/regex.m4: Likewise.
6813         * modules/stdint (Depends-on): Depend on wchar.
6814         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6815         * m4/stdint.m4: Likewise.
6816         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6817         * modules/strftime (Depends-on): Depend on wchar.
6818         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6819         * modules/strtol (Depends-on): Depend on wchar.
6820         * lib/strtol.c: Assume <wchar.h>.
6821         * modules/wcwidth (Depends-on): Depend on wchar.
6822         * lib/wcwidth.h: Assume <wchar.h>.
6823         * m4/wcwidth.m4: Likewise.
6824
6825 2007-01-16  Bruno Haible  <bruno@clisp.org>
6826
6827         * modules/csharpexec-script: New, created from...
6828         * modules/csharpexec: ... this.
6829
6830 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6831
6832         * modules/javaexec-script: New, created from...
6833         * modules/javaexec: ... this.
6834
6835 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6836
6837         * modules/poll (Dependencies): Add sys_select.
6838
6839 2007-01-15  Jim Meyering  <jim@meyering.net>
6840
6841         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6842         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6843         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6844         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6845
6846 2007-01-15  Bruno Haible  <bruno@clisp.org>
6847
6848         * modules/striconveh: New file.
6849         * lib/striconveh.h: New file.
6850         * lib/striconveh.c: New file.
6851         * MODULES.html.sh (Internationalization functions): Add striconveh.
6852
6853         * modules/striconveh-tests: New file.
6854         * tests/test-striconveh.c: New file.
6855
6856 2007-01-15  Bruno Haible  <bruno@clisp.org>
6857
6858         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6859         not from GNU libiconv or GNU libc.
6860
6861 2007-01-15  Bruno Haible  <bruno@clisp.org>
6862
6863         * doc/gnulib-intro.texi (Copyright): Explain the different license
6864         terms for module descriptions, autoconf macros, tests, documentation.
6865
6866 2007-01-14  Bruno Haible  <bruno@clisp.org>
6867
6868         * modules/striconv-tests: New file.
6869         * tests/test-striconv.c: New file.
6870
6871 2007-01-14  Bruno Haible  <bruno@clisp.org>
6872
6873         * modules/iconv-tests: New file.
6874         * tests/test-iconv.c: New file.
6875
6876 2007-01-14  Bruno Haible  <bruno@clisp.org>
6877
6878         * gnulib-tool (func_get_license): For test modules, use the license of
6879         the main module.
6880
6881 2007-01-14  Bruno Haible  <bruno@clisp.org>
6882
6883         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6884         if iconv is found to exist.
6885
6886 2007-01-14  Bruno Haible  <bruno@clisp.org>
6887
6888         * modules/c-ctype-tests: New file.
6889         * tests/test-c-ctype.c: New file.
6890
6891 2007-01-14  Bruno Haible  <bruno@clisp.org>
6892
6893         * modules/binary-io-tests: New file.
6894         * tests/test-binary-io.sh: New file.
6895         * tests/test-binary-io.c: New file.
6896
6897 2007-01-14  Bruno Haible  <bruno@clisp.org>
6898
6899         * modules/array-oset-tests: New file.
6900         * tests/test-array_oset.c: New file.
6901
6902 2007-01-14  Bruno Haible  <bruno@clisp.org>
6903
6904         * modules/array-list-tests: New file.
6905         * tests/test-array_list.c: New file.
6906
6907 2007-01-14  Bruno Haible  <bruno@clisp.org>
6908
6909         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6910         and make.
6911         Reported by Simon Josefsson in
6912         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6913
6914 2007-01-14  Bruno Haible  <bruno@clisp.org>
6915
6916         * modules/allocsa-tests: New file.
6917         * tests/test-allocsa.c: New file.
6918
6919 2007-01-14  Bruno Haible  <bruno@clisp.org>
6920
6921         * modules/fchdir (Depends-on): Add absolute-header.
6922         * modules/unistd (Depends-on): Likewise.
6923
6924 2006-12-30  Bruno Haible  <bruno@clisp.org>
6925
6926         * modules/fchdir: New file.
6927         * modules/unistd (Files): Add lib/unistd_.h.
6928         (Makefile.am): Generate unistd.h from unistd_.h.
6929         * lib/fchdir.c: New file.
6930         * lib/dirent_.h: New file.
6931         * lib/unistd_.h: New file.
6932         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6933         * m4/fchdir.m4: New file.
6934         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6935         (gl_HEADER_UNISTD): Invoke it.
6936         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6937         function.
6938         * lib/backupfile.c (opendir, closedir): Undefine.
6939         * lib/chown.c (open, close): Undefine.
6940         * lib/clean-temp.c (open, close): Undefine.
6941         * lib/copy-file.c (open, close): Undefine.
6942         * lib/execute.c (open, close): Undefine.
6943         * lib/fsusage.c (open, close): Undefine.
6944         * lib/gc-gnulib.c (open, close): Undefine.
6945         * lib/getcwd.c (opendir, closedir): Undefine.
6946         * lib/glob.c (opendir, closedir): Undefine.
6947         * lib/javacomp.c (open, close): Undefine.
6948         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6949         * lib/openat-proc.c (open, close): Undefine.
6950         * lib/pagealign_alloc.c (open, close): Undefine.
6951         * lib/pipe.c (open, close): Undefine.
6952         * lib/progreloc.c (open, close): Undefine.
6953         * lib/savedir.c (opendir, closedir): Undefine.
6954         * lib/utime.c (open, close): Undefine.
6955         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6956
6957 2007-01-10  Bruno Haible  <bruno@clisp.org>
6958
6959         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6960
6961 2007-01-12  Eric Blake  <ebb9@byu.net>
6962
6963         Provide a robust <wchar.h>.  Further simplifications are now
6964         possible in other modules, but not included here.
6965         * modules/wchar: New module.
6966         * m4/wchar.m4: New file.
6967         * lib/wchar_.h: Likewise.
6968         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6969         of the new module.
6970         * MODULES.html.sh (Extended multibyte and wide character utilities):
6971         New section.
6972
6973 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6974
6975         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6976         to a reasonable default for memory allocation.
6977         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6978         file system that reports garbage st_size values for symlinks.
6979         Problem reported by Liyang Hu.
6980
6981 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6982
6983         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6984         Emacs .#* auto-save files).
6985
6986 2007-01-11  Bruno Haible  <bruno@clisp.org>
6987
6988         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6989         directory.
6990
6991 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6992
6993         Use @...@ consistently in lib/wctype_.h.
6994         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6995         on it being set to 1 or 0.
6996         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6997         go back to AC_SUBSTing it.
6998         * modules/wctype (Makefile.am): Undo previous change.
6999
7000 2007-01-10  Eric Blake  <ebb9@byu.net>
7001
7002         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7003         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7004         * modules/wctype (Makefile.am): Likewise.
7005         Reported by Chris McGuire.
7006
7007 2007-01-10  Jim Meyering  <jim@meyering.net>
7008
7009         fts.c: a small readability/maintainability improvement
7010         * lib/fts.c (fts_read): Make this code slightly more readable and
7011         maintainable by hoisting the "sp->fts_cur = p" assignments to
7012         immediately follow the statements that set P.  Derived from
7013         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7014
7015 2007-01-10  Eric Blake  <ebb9@byu.net>
7016
7017         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7018         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7019         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7020         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7021         Reported by Chris McGuire.
7022
7023 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7024
7025         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7026         in sed script.
7027
7028 2007-01-09  Bruno Haible  <bruno@clisp.org>
7029
7030         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7031         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7032         variables.
7033         (func_module): Use them.
7034
7035 2007-01-09  Bruno Haible  <bruno@clisp.org>
7036
7037         * modules/unistr/base: New file.
7038         * lib/unistr.h: New file.
7039
7040         * modules/unistr/u8-to-u16: New file.
7041         * lib/unistr/u8-to-u16.c: New file.
7042
7043         * modules/unistr/u8-to-u32: New file.
7044         * lib/unistr/u8-to-u32.c: New file.
7045
7046         * modules/unistr/u16-to-u8: New file.
7047         * lib/unistr/u16-to-u8.c: New file.
7048
7049         * modules/unistr/u16-to-u32: New file.
7050         * lib/unistr/u16-to-u32.c: New file.
7051
7052         * modules/unistr/u32-to-u8: New file.
7053         * lib/unistr/u32-to-u8.c: New file.
7054
7055         * modules/unistr/u32-to-u16: New file.
7056         * lib/unistr/u32-to-u16.c: New file.
7057
7058         * modules/unistr/u8-check: New file.
7059         * modules/unistr/u16-check: New file.
7060         * modules/unistr/u32-check: New file.
7061         * lib/unistr/u8-check.c: New file.
7062         * lib/unistr/u16-check.c: New file.
7063         * lib/unistr/u32-check.c: New file.
7064
7065         * modules/unistr/u8-chr: New file.
7066         * modules/unistr/u16-chr: New file.
7067         * modules/unistr/u32-chr: New file.
7068         * lib/unistr/u8-chr.c: New file.
7069         * lib/unistr/u16-chr.c: New file.
7070         * lib/unistr/u32-chr.c: New file.
7071
7072         * modules/unistr/u8-cmp: New file.
7073         * modules/unistr/u16-cmp: New file.
7074         * modules/unistr/u32-cmp: New file.
7075         * lib/unistr/u8-cmp.c: New file.
7076         * lib/unistr/u16-cmp.c: New file.
7077         * lib/unistr/u32-cmp.c: New file.
7078
7079         * modules/unistr/u8-cpy: New file.
7080         * modules/unistr/u16-cpy: New file.
7081         * modules/unistr/u32-cpy: New file.
7082         * lib/unistr/u8-cpy.c: New file.
7083         * lib/unistr/u16-cpy.c: New file.
7084         * lib/unistr/u32-cpy.c: New file.
7085         * lib/unistr/u-cpy.h: New file.
7086
7087         * modules/unistr/u8-cpy-alloc: New file.
7088         * modules/unistr/u16-cpy-alloc: New file.
7089         * modules/unistr/u32-cpy-alloc: New file.
7090         * lib/unistr/u8-cpy-alloc.c: New file.
7091         * lib/unistr/u16-cpy-alloc.c: New file.
7092         * lib/unistr/u32-cpy-alloc.c: New file.
7093         * lib/unistr/u-cpy-alloc.h: New file.
7094
7095         * modules/unistr/u8-endswith: New file.
7096         * modules/unistr/u16-endswith: New file.
7097         * modules/unistr/u32-endswith: New file.
7098         * lib/unistr/u8-endswith.c: New file.
7099         * lib/unistr/u16-endswith.c: New file.
7100         * lib/unistr/u32-endswith.c: New file.
7101         * lib/unistr/u-endswith.h: New file.
7102
7103         * modules/unistr/u8-mblen: New file.
7104         * modules/unistr/u16-mblen: New file.
7105         * modules/unistr/u32-mblen: New file.
7106         * lib/unistr/u8-mblen.c: New file.
7107         * lib/unistr/u16-mblen.c: New file.
7108         * lib/unistr/u32-mblen.c: New file.
7109
7110         * modules/unistr/u8-mbtouc: New file.
7111         * modules/unistr/u16-mbtouc: New file.
7112         * modules/unistr/u32-mbtouc: New file.
7113         * lib/unistr/u8-mbtouc.c: New file.
7114         * lib/unistr/u16-mbtouc.c: New file.
7115         * lib/unistr/u32-mbtouc.c: New file.
7116
7117         * modules/unistr/u8-mbtouc-safe: New file.
7118         * modules/unistr/u16-mbtouc-safe: New file.
7119         * modules/unistr/u32-mbtouc-safe: New file.
7120         * lib/unistr/u8-mbtouc-safe.c: New file.
7121         * lib/unistr/u16-mbtouc-safe.c: New file.
7122         * lib/unistr/u32-mbtouc-safe.c: New file.
7123
7124         * modules/unistr/u8-move: New file.
7125         * modules/unistr/u16-move: New file.
7126         * modules/unistr/u32-move: New file.
7127         * lib/unistr/u8-move.c: New file.
7128         * lib/unistr/u16-move.c: New file.
7129         * lib/unistr/u32-move.c: New file.
7130         * lib/unistr/u-move.h: New file.
7131
7132         * modules/unistr/u8-next: New file.
7133         * modules/unistr/u16-next: New file.
7134         * modules/unistr/u32-next: New file.
7135         * lib/unistr/u8-next.c: New file.
7136         * lib/unistr/u16-next.c: New file.
7137         * lib/unistr/u32-next.c: New file.
7138
7139         * modules/unistr/u8-prev: New file.
7140         * modules/unistr/u16-prev: New file.
7141         * modules/unistr/u32-prev: New file.
7142         * lib/unistr/u8-prev.c: New file.
7143         * lib/unistr/u16-prev.c: New file.
7144         * lib/unistr/u32-prev.c: New file.
7145
7146         * modules/unistr/u8-set: New file.
7147         * modules/unistr/u16-set: New file.
7148         * modules/unistr/u32-set: New file.
7149         * lib/unistr/u8-set.c: New file.
7150         * lib/unistr/u16-set.c: New file.
7151         * lib/unistr/u32-set.c: New file.
7152         * lib/unistr/u-set.h: New file.
7153
7154         * modules/unistr/u8-startswith: New file.
7155         * modules/unistr/u16-startswith: New file.
7156         * modules/unistr/u32-startswith: New file.
7157         * lib/unistr/u8-startswith.c: New file.
7158         * lib/unistr/u16-startswith.c: New file.
7159         * lib/unistr/u32-startswith.c: New file.
7160         * lib/unistr/u-startswith.h: New file.
7161
7162         * modules/unistr/u8-stpcpy: New file.
7163         * modules/unistr/u16-stpcpy: New file.
7164         * modules/unistr/u32-stpcpy: New file.
7165         * lib/unistr/u8-stpcpy.c: New file.
7166         * lib/unistr/u16-stpcpy.c: New file.
7167         * lib/unistr/u32-stpcpy.c: New file.
7168         * lib/unistr/u-stpcpy.h: New file.
7169
7170         * modules/unistr/u8-stpncpy: New file.
7171         * modules/unistr/u16-stpncpy: New file.
7172         * modules/unistr/u32-stpncpy: New file.
7173         * lib/unistr/u8-stpncpy.c: New file.
7174         * lib/unistr/u16-stpncpy.c: New file.
7175         * lib/unistr/u32-stpncpy.c: New file.
7176         * lib/unistr/u-stpncpy.h: New file.
7177
7178         * modules/unistr/u8-strcat: New file.
7179         * modules/unistr/u16-strcat: New file.
7180         * modules/unistr/u32-strcat: New file.
7181         * lib/unistr/u8-strcat.c: New file.
7182         * lib/unistr/u16-strcat.c: New file.
7183         * lib/unistr/u32-strcat.c: New file.
7184         * lib/unistr/u-strcat.h: New file.
7185
7186         * modules/unistr/u8-strchr: New file.
7187         * modules/unistr/u16-strchr: New file.
7188         * modules/unistr/u32-strchr: New file.
7189         * lib/unistr/u8-strchr.c: New file.
7190         * lib/unistr/u16-strchr.c: New file.
7191         * lib/unistr/u32-strchr.c: New file.
7192
7193         * modules/unistr/u8-strcmp: New file.
7194         * modules/unistr/u16-strcmp: New file.
7195         * modules/unistr/u32-strcmp: New file.
7196         * lib/unistr/u8-strcmp.c: New file.
7197         * lib/unistr/u16-strcmp.c: New file.
7198         * lib/unistr/u32-strcmp.c: New file.
7199
7200         * modules/unistr/u8-strcpy: New file.
7201         * modules/unistr/u16-strcpy: New file.
7202         * modules/unistr/u32-strcpy: New file.
7203         * lib/unistr/u8-strcpy.c: New file.
7204         * lib/unistr/u16-strcpy.c: New file.
7205         * lib/unistr/u32-strcpy.c: New file.
7206         * lib/unistr/u-strcpy.h: New file.
7207
7208         * modules/unistr/u8-strcspn: New file.
7209         * modules/unistr/u16-strcspn: New file.
7210         * modules/unistr/u32-strcspn: New file.
7211         * lib/unistr/u8-strcspn.c: New file.
7212         * lib/unistr/u16-strcspn.c: New file.
7213         * lib/unistr/u32-strcspn.c: New file.
7214         * lib/unistr/u-strcspn.h: New file.
7215
7216         * modules/unistr/u8-strdup: New file.
7217         * modules/unistr/u16-strdup: New file.
7218         * modules/unistr/u32-strdup: New file.
7219         * lib/unistr/u8-strdup.c: New file.
7220         * lib/unistr/u16-strdup.c: New file.
7221         * lib/unistr/u32-strdup.c: New file.
7222         * lib/unistr/u-strdup.h: New file.
7223
7224         * modules/unistr/u8-strlen: New file.
7225         * modules/unistr/u16-strlen: New file.
7226         * modules/unistr/u32-strlen: New file.
7227         * lib/unistr/u8-strlen.c: New file.
7228         * lib/unistr/u16-strlen.c: New file.
7229         * lib/unistr/u32-strlen.c: New file.
7230         * lib/unistr/u-strlen.h: New file.
7231
7232         * modules/unistr/u8-strmblen: New file.
7233         * modules/unistr/u16-strmblen: New file.
7234         * modules/unistr/u32-strmblen: New file.
7235         * lib/unistr/u8-strmblen.c: New file.
7236         * lib/unistr/u16-strmblen.c: New file.
7237         * lib/unistr/u32-strmblen.c: New file.
7238
7239         * modules/unistr/u8-strmbtouc: New file.
7240         * modules/unistr/u16-strmbtouc: New file.
7241         * modules/unistr/u32-strmbtouc: New file.
7242         * lib/unistr/u8-strmbtouc.c: New file.
7243         * lib/unistr/u16-strmbtouc.c: New file.
7244         * lib/unistr/u32-strmbtouc.c: New file.
7245
7246         * modules/unistr/u8-strncat: New file.
7247         * modules/unistr/u16-strncat: New file.
7248         * modules/unistr/u32-strncat: New file.
7249         * lib/unistr/u8-strncat.c: New file.
7250         * lib/unistr/u16-strncat.c: New file.
7251         * lib/unistr/u32-strncat.c: New file.
7252         * lib/unistr/u-strncat.h: New file.
7253
7254         * modules/unistr/u8-strncmp: New file.
7255         * modules/unistr/u16-strncmp: New file.
7256         * modules/unistr/u32-strncmp: New file.
7257         * lib/unistr/u8-strncmp.c: New file.
7258         * lib/unistr/u16-strncmp.c: New file.
7259         * lib/unistr/u32-strncmp.c: New file.
7260
7261         * modules/unistr/u8-strncpy: New file.
7262         * modules/unistr/u16-strncpy: New file.
7263         * modules/unistr/u32-strncpy: New file.
7264         * lib/unistr/u8-strncpy.c: New file.
7265         * lib/unistr/u16-strncpy.c: New file.
7266         * lib/unistr/u32-strncpy.c: New file.
7267         * lib/unistr/u-strncpy.h: New file.
7268
7269         * modules/unistr/u8-strnlen: New file.
7270         * modules/unistr/u16-strnlen: New file.
7271         * modules/unistr/u32-strnlen: New file.
7272         * lib/unistr/u8-strnlen.c: New file.
7273         * lib/unistr/u16-strnlen.c: New file.
7274         * lib/unistr/u32-strnlen.c: New file.
7275         * lib/unistr/u-strnlen.h: New file.
7276
7277         * modules/unistr/u8-strpbrk: New file.
7278         * modules/unistr/u16-strpbrk: New file.
7279         * modules/unistr/u32-strpbrk: New file.
7280         * lib/unistr/u8-strpbrk.c: New file.
7281         * lib/unistr/u16-strpbrk.c: New file.
7282         * lib/unistr/u32-strpbrk.c: New file.
7283         * lib/unistr/u-strpbrk.h: New file.
7284
7285         * modules/unistr/u8-strrchr: New file.
7286         * modules/unistr/u16-strrchr: New file.
7287         * modules/unistr/u32-strrchr: New file.
7288         * lib/unistr/u8-strrchr.c: New file.
7289         * lib/unistr/u16-strrchr.c: New file.
7290         * lib/unistr/u32-strrchr.c: New file.
7291
7292         * modules/unistr/u8-strspn: New file.
7293         * modules/unistr/u16-strspn: New file.
7294         * modules/unistr/u32-strspn: New file.
7295         * lib/unistr/u8-strspn.c: New file.
7296         * lib/unistr/u16-strspn.c: New file.
7297         * lib/unistr/u32-strspn.c: New file.
7298         * lib/unistr/u-strspn.h: New file.
7299
7300         * modules/unistr/u8-strstr: New file.
7301         * modules/unistr/u16-strstr: New file.
7302         * modules/unistr/u32-strstr: New file.
7303         * lib/unistr/u8-strstr.c: New file.
7304         * lib/unistr/u16-strstr.c: New file.
7305         * lib/unistr/u32-strstr.c: New file.
7306         * lib/unistr/u-strstr.h: New file.
7307
7308         * modules/unistr/u8-strtok: New file.
7309         * modules/unistr/u16-strtok: New file.
7310         * modules/unistr/u32-strtok: New file.
7311         * lib/unistr/u8-strtok.c: New file.
7312         * lib/unistr/u16-strtok.c: New file.
7313         * lib/unistr/u32-strtok.c: New file.
7314         * lib/unistr/u-strtok.h: New file.
7315
7316         * modules/unistr/u8-uctomb: New file.
7317         * modules/unistr/u16-uctomb: New file.
7318         * modules/unistr/u32-uctomb: New file.
7319         * lib/unistr/u8-uctomb.c: New file.
7320         * lib/unistr/u16-uctomb.c: New file.
7321         * lib/unistr/u32-uctomb.c: New file.
7322
7323         * MODULES.html.sh (Unicode string functions): Add the new modules.
7324
7325 2007-01-08  Bruno Haible  <bruno@clisp.org>
7326
7327         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7328         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7329         subdirectories.
7330
7331 2007-01-08  Karl Berry  <karl@gnu.org>
7332
7333         * doc/error.texi: mention that main() fns must set program_name
7334         when progname is used.
7335
7336 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7337
7338         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7339         WCTYPE_H is empty, for the benefit of builds from non-distclean
7340         directories.  Problem reported by Eric Blake in
7341         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7342
7343 2007-01-08  Bruno Haible  <bruno@clisp.org>
7344
7345         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7346         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7347         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7348         PROVIDE_CANONICALIZE_FILENAME_MODE.
7349         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7350
7351 2007-01-08  Bruno Haible  <bruno@clisp.org>
7352
7353         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7354         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7355         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7356         * lib/fts.c: Likewise.
7357         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7358
7359 2006-12-25  Bruno Haible  <bruno@clisp.org>
7360
7361         * modules/utf8-ucs4-safe: New file.
7362         * lib/utf8-ucs4-safe.h: New file.
7363         * lib/unistr/utf8-ucs4-safe.c: New file.
7364
7365         * modules/utf16-ucs4-safe: New file.
7366         * lib/utf16-ucs4-safe.h: New file.
7367         * lib/unistr/utf16-ucs4-safe.c: New file.
7368
7369         * MODULES.html.sh (Unicode string functions): Add the new modules.
7370
7371 2007-01-08  Bruno Haible  <bruno@clisp.org>
7372
7373         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7374         (Depends-on): Add unitypes.
7375         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7376         (u8_mbtouc_aux): Move out to separate file.
7377         (u8_mbtouc): Use ucs4_t, uint8_t types.
7378         * lib/unistr/utf8-ucs4.c: New file.
7379
7380         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7381         (Depends-on): Add unitypes.
7382         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7383         (u16_mbtouc_aux): Move out to separate file.
7384         (u16_mbtouc): Use ucs4_t, uint16_t types.
7385         * lib/unistr/utf16-ucs4.c: New file.
7386
7387         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7388         (Depends-on): Add unitypes.
7389         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7390         (u8_uctomb_aux): Move out to separate file.
7391         (u8_uctomb): Use ucs4_t, uint8_t types.
7392         * lib/unistr/ucs4-utf8.c: New file.
7393
7394         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7395         (Depends-on): Add unitypes.
7396         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7397         (u16_uctomb_aux): Move out to separate file.
7398         (u16_uctomb): Use ucs4_t, uint16_t types.
7399         * lib/unistr/ucs4-utf16.c: New file.
7400
7401 2006-12-25  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/unitypes: New file.
7404         * lib/unitypes.h: New file.
7405         * MODULES.html.sh (func_all_modules): New section "Unicode string
7406         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7407         this section. Add unitypes.
7408
7409 2007-01-08  Bruno Haible  <bruno@clisp.org>
7410
7411         Avoid variable names that conflict with those from libtool.
7412         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7413         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7414         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7415         library_names_spec to acl_library_names_spec, hardcode_* to
7416         acl_hardcode_*.
7417         Reported by Ralf Wildenhues.
7418
7419 2007-01-08  Bruno Haible  <bruno@clisp.org>
7420
7421         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7422         definition.
7423         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7424         definition.
7425         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7426         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7427         definition.
7428         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7429         definition.
7430         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7431         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7432         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7433         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7434         definition.
7435         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7436         definition.
7437         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7438         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7439         GC_USE_<algorithm>.
7440         * lib/gc-libgcrypt.c: Likewise.
7441         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7442         * modules/gc-arctwo (configure.ac): Likewise.
7443         * modules/gc-des (configure.ac): Likewise.
7444         * modules/gc-hmac-md5 (configure.ac): Likewise.
7445         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7446         * modules/gc-md2 (configure.ac): Likewise.
7447         * modules/gc-md4 (configure.ac): Likewise.
7448         * modules/gc-md5 (configure.ac): Likewise.
7449         * modules/gc-random (configure.ac): Likewise.
7450         * modules/gc-rijndael (configure.ac): Likewise.
7451         * modules/gc-sha1 (configure.ac): Likewise.
7452
7453 2007-01-08  Bruno Haible  <bruno@clisp.org>
7454
7455         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7456         macro definition.
7457         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7458         definition.
7459         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7460         definition.
7461         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7462         * modules/fcntl-safer (configure.ac): Likewise.
7463         * modules/fopen-safer (configure.ac): Likewise.
7464         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7465         GNULIB_FWRITEERROR macro definition.
7466
7467 2007-01-08  Bruno Haible  <bruno@clisp.org>
7468
7469         * m4/gnulib-common.m4: New file.
7470         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7471         (func_get_filelist): Add m4/gnulib-common.m4.
7472
7473 2007-01-08  Bruno Haible  <bruno@clisp.org>
7474
7475         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7476         command.
7477
7478 2007-01-08  Jim Meyering  <jim@meyering.net>
7479
7480         Use a more robust test for a "can't happen" condition.
7481         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7482         narrowed the st_size value.  Presuming the "can't happen" condition
7483         is true, that narrowing could conceivably convert an invalid st_size
7484         value into a valid one.  Instead, use a change based on Matthew
7485         Woehlke's original patch.
7486
7487         Slight readability improvement: use an assert-like macro
7488         in place of literal "abort ()" uses.
7489         * lib/fts.c (fts_assert): Define.
7490         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7491         Use this macro instead of a bare 'abort'.
7492
7493 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7494
7495         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7496         simply work around them.
7497         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7498         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7499         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7500         declaring.
7501         Don't bother to define as macros, since the standard doesn't require it.
7502         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7503         longer worry about IRIX 5.3.
7504         (HAVE_WCTYPE_CTMP_BUG): Remove.
7505
7506 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7507
7508         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7509         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7510         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7511         Problems reported by Georg Schwarz for IRIX 5.3.
7512
7513         * gnulib-tool (autoconf_minversion): Take the maximum version number
7514         found, not the minimum.  Problem reported by James Youngman.
7515
7516 2007-01-03  Karl Berry  <karl@gnu.org>
7517
7518         * doc/error.texi: new file, explaining interaction with progname.
7519         * doc/gnulib.texi: include it.  Update copyright.
7520
7521 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7522
7523         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7524         AC_CANONICAL_HOST, to improve autobuild outputs.
7525
7526 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7527             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7528
7529         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7530         sockets, server sockets, and other file descriptors.  Count errors
7531         to compute the return value.  Reorder the code a bit to be easier
7532         to follow.  Don't set event bits that were not requested (except
7533         POLLERR and POLLHUP).
7534
7535 2007-01-01  Bruno Haible  <bruno@clisp.org>
7536
7537         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7538
7539 2007-01-03  Jim Meyering  <jim@meyering.net>
7540
7541         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7542
7543 2007-01-02  Bruno Haible  <bruno@clisp.org>
7544
7545         * modules/settime (Include): Require timespec.h.
7546         * modules/nanosleep (Include): Likewise.
7547
7548 2007-01-01  Bruno Haible  <bruno@clisp.org>
7549
7550         * gnulib-tool (func_emit_copyright_notice): Bump year.
7551         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7552
7553 2007-01-01  Bruno Haible  <bruno@clisp.org>
7554
7555         Improve support for OpenBSD.
7556         * build-aux/config.rpath (libname_spec): Export.
7557         (library_names_spec): New variable. Export.
7558         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7559         library_names_spec from the config.rpath output. Locate shared library
7560         through the name pattern in library_names_spec.
7561
7562 2007-01-01  Eric Blake  <ebb9@byu.net>
7563
7564         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7565
7566 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7567
7568         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7569         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7570         assume the C locale, and avoid an "eval" that could cause trouble.
7571         Problem with SORT reported by Bob Proulx.
7572
7573         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7574         Define.  Trivial patch from Henning Nielsen Lund, originally
7575         sent to bug-grep@gnu.org today.
7576
7577 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7578
7579         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7580         struct stat.  Problem reported by Henning Nielsen Lund.
7581         * lib/acl.c: Include acl.h first, to check interface.  Don't
7582         bother to include sys/types.h and sys/stat.h again.
7583
7584 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7585
7586         Import the following change from libc; problem reported by
7587         Sven Verdoolaege.
7588
7589         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7590
7591         [BZ #1373]
7592         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7593
7594 2006-12-28  Jim Meyering  <jim@meyering.net>
7595
7596         * build-aux/announce-gen: Do not assume that the package
7597         builds any of tar.gz, tar.bz2, and .xdelta files.
7598         Suggestion from Simon Josefsson.
7599
7600 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7601
7602         * modules/announce-gen: New file.
7603
7604 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7605
7606         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7607         handles its gotchas now.
7608         * lib/mbswidth.c: Likewise.
7609         * lib/wcwidth.h: Likewise.
7610         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7611         and iswcntrl; the wctype module does this stuff now.
7612         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7613         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7614         * modules/mbchar (Depends-on): Add wctype.
7615         * modules/mbswidth (Depends-on): Likewise.
7616         * modules/wcwidth (Depends-on): Likewise.
7617
7618 2006-12-27  Eric Blake  <ebb9@byu.net>
7619
7620         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7621         module uses more than what <wctype.h> is required to provide.
7622
7623 2006-12-26  Eric Blake  <ebb9@byu.net>
7624
7625         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7626
7627 2006-12-26  Eric Blake  <ebb9@byu.net>
7628
7629         * modules/absolute-header: New module.
7630         * modules/fcntl (Depends-on): Depend on it.
7631         * modules/inttypes (Depends-on): Likewise.
7632         * modules/stdint (Depends-on): Likewise.
7633         * modules/sys_stat (Depends-on): Likewise.
7634         * modules/wctype (Depends-on): Likewise.
7635         * MODULES.html.sh (Support for building libraries and
7636         executables): Document it.
7637
7638 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7639
7640         * gnulib-tool (SED): Remove, undoing previous change.
7641         The problem was that it broke coreutils on Solaris, because
7642         "sed --posix" leaked into a makefile.
7643         (sed): New alias, if 'alias' and GNU sed.
7644
7645 2006-12-24  Jim Meyering  <jim@meyering.net>
7646
7647         Work around an fchownat bug in glibc-2.4:
7648         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7649         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7650         in spite of the -P option.
7651         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7652         New macros.
7653         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7654         * modules/openat (Files): Add lib/fchownat.c.
7655         * lib/openat.c (fchownat): Don't define here.  Move to...
7656         * lib/fchownat.c: ...this new file.
7657
7658 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7659
7660         Fix bug reported by Bruno Haible in
7661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7662         where quotearg.c didn't compile on Mac OS X 10.2 because it
7663         lacks <wchar.h> and wint_t.
7664         * lib/wctype_.h (__wctype_wint_t): New type.
7665         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7666         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7667         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7668         Arg is now of type __wctype_wint_t, not wint_t.
7669         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7670         substitute HAVE_WINT_T.
7671         * modules/wctype (Files): Add m4/wint_t.m4.
7672         (wctype.h): Substitute HAVE_WINT_T.
7673
7674 2006-12-23  Bruno Haible  <bruno@clisp.org>
7675
7676         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7677
7678 2006-12-23  Bruno Haible  <bruno@clisp.org>
7679
7680         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7681         S_ISLNK.
7682         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7683         mingw.
7684
7685 2006-12-22  Bruno Haible  <bruno@clisp.org>
7686
7687         * lib/copy-file.c: Include acl.h.
7688         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7689         Close the file descriptors only after being done with copy_acl.
7690         * modules/copy-file (Depends-on): Add acl.
7691
7692 2006-12-22  Bruno Haible  <bruno@clisp.org>
7693
7694         * gnulib-tool (SED): New variable.
7695         Use $SED instead of sed everywhere.
7696
7697 2006-12-22  Bruno Haible  <bruno@clisp.org>
7698
7699         * modules/no-c++: New file.
7700         * m4/no-c++.m4: New file.
7701         * MODULES.html.sh (Support for building libraries and executables):
7702         Add no-c++.
7703
7704 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7705
7706         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7707         Include <limits.h>, and use its INT_MAX to rewrite the
7708         j loop so that it does not overflow 'int'.  Problem reported by
7709         Ralf Wildenhues in
7710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7711         Play it safe by shifting left by 1 rather than multiplying by 2,
7712         as GCC is less likely to optimize this away when the value
7713         is signed (when it assumes overflow leads to undefined behavior).
7714         Also, don't assume time_t uses two's complement.
7715
7716 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7717
7718         * MODULES.html.sh: New module wctype.
7719         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7720         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7721         <wctype.h>, since the new wctype module should fix this.
7722         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7723         the wctype module should arrange for it.
7724         * lib/regex_internal.h: Likewise.
7725         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7726         since the wctype module should handle this now.
7727         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7728         * modules/fnmatch (Depends-on): Add wctype.
7729         * modules/quotearg (Depends-on): Likewise.
7730         * modules/regex (Depends-on): Likewise.
7731
7732 2006-12-19  Bruno Haible  <bruno@clisp.org>
7733
7734         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7735         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7736
7737 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7738
7739         * modules/savewd (Depends-on): Fix dependency on fcntl.
7740
7741 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7742
7743         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7744         conforms to C99, rather than relying on the user's environment
7745         setting of STDINT_H.
7746
7747 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7748         and Eric Blake  <ebb9@byu.net>
7749
7750         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7751         This is more consistent with the other defines here.
7752         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7753         Port to z/OS.  Problem reported by Paul Gilmartin.
7754         Change local vars to use gl_ prefix rather than ac_.
7755         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7756         with other defines.
7757         * modules/double-slash-root: New module.
7758         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7759         (Depends-on): Add double-slash-root.
7760         * MODULES.html.sh (File system functions): Mention new module.
7761
7762 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7763
7764         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7765         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7766         This is for the benefit of gzip, which doesn't do i18n.
7767
7768 2006-12-12  Jim Meyering  <jim@meyering.net>
7769
7770         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7771         Reported by Andreas Schwab <schwab@suse.de>.
7772
7773 2006-12-12  Bruno Haible  <bruno@clisp.org>
7774
7775         Merge these changes.
7776         2006-09-05  Bruno Haible  <bruno@clisp.org>
7777         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7778         iconv_alloc succeeded.
7779         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7780         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7781         test for " && dest " at the end - dest is always != NULL there. Call
7782         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7783         with 2xNULL arguments, also to flush the state storage. Handle the
7784         IRIX iconv behaviour. Realloc the final result, to throw away unused
7785         memory.
7786
7787 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7790         and fchmodat unconditionally, since glibc 2.4 has them.
7791         Problem reported by Arkadiusz Miskiewicz.
7792
7793 2006-12-10  Bruno Haible  <bruno@clisp.org>
7794
7795         * gnulib-tool (func_import): Show the include files only for those
7796         modules that are copied and specified.
7797         Reported by Karl Berry.
7798
7799 2006-12-08  Jim Meyering  <jim@meyering.net>
7800
7801         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7802         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7803
7804         * build-aux/announce-gen: Add two new options, both optional:
7805         --bootstrap-tools=TOOL_LIST
7806               a comma-separated list of tools, e.g.,
7807               autoconf,automake,bison,gnulib
7808         --gnulib-snapshot-date=DATE
7809               if gnulib is in the bootstrap tool list,
7810               then report this as the snapshot date.
7811               If not specified, use the current date/time.
7812               If you specify a date here, be sure it's UTC.
7813
7814 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7815
7816         * tests/test-argp-2.sh: Fix test to match actual output.
7817         (func_compare): Fix sed script to be portable.
7818
7819 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7820
7821         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7822         workaround for this case.  It is not autoconfigured now; offhand
7823         it's hard to see how to autoconfigure it.
7824
7825 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7826
7827         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7828         a directory that is about to be chowned.  Such a directory's
7829         initial file permissions should permit the owner only and this
7830         should not be changed until after the chown, since the group and
7831         other bits would be incorrect if they granted permission before
7832         the chown.
7833
7834         Fix porting problem for iswctype reported by Georg Schwarz in:
7835         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7836         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7837         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7838         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7839         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7840
7841 2006-12-03  Jim Meyering  <jim@meyering.net>
7842
7843         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7844         p->fts_statp may not yet be defined.
7845         (fts_read): Instead, set it in the caller, once p->fts_statp is
7846         sure to be defined, and corresponds to a top-level directory.
7847         This bug made du -x fail.  Here's the coreutils test case:
7848         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7849         Reported by Mike Frysinger.
7850
7851 2006-12-01  Jim Meyering  <jim@meyering.net>
7852
7853         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7854         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7855         Reported by Simon Josefsson.
7856
7857 2006-11-30  Jim Meyering  <jim@meyering.net>
7858
7859         * m4/warning.m4: Use the all-permissive copyright notice
7860         recommended by RMS (rather than LGPL).
7861         * m4/vararrays.m4: Likewise.
7862         * m4/flexmember.m4: Likewise.
7863
7864 2006-11-29  Bruno Haible  <bruno@clisp.org>
7865
7866         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7867         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7868         using +=.
7869         Reported by Simon Josefsson <simon@josefsson.org>.
7870
7871 2006-11-28  James Youngman <jay@gnu.org>
7872
7873         * README: Advise users that they might find the bug-gnulib@gnu.org
7874         and autotools-announce@gnu.org mailing lists useful.
7875
7876 2006-11-28  Bruno Haible  <bruno@clisp.org>
7877
7878         * m4/ptrdiff_max.m4: Remove file.
7879
7880 2006-11-21  Bruno Haible  <bruno@clisp.org>
7881
7882         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7883         _AC_COMPUTE_INT.
7884         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7885         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7886         _AC_COMPUTE_INT.
7887         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7888         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7889         _AC_COMPUTE_INT.
7890         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7891
7892 2006-11-28  Jim Meyering  <jim@meyering.net>
7893
7894         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7895         warning from "gcc -Wshadow" about shadowing the builtin.
7896
7897 2006-11-27  Bruno Haible  <bruno@clisp.org>
7898
7899         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7900         _AC_COMPUTE_INT.
7901         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7902
7903 2006-11-27  Bruno Haible  <bruno@clisp.org>
7904             Paul Eggert  <eggert@cs.ucla.edu>
7905
7906         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7907
7908 2006-11-26  Bruno Haible  <bruno@clisp.org>
7909
7910         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7911         noinst_LTLIBRARIES.
7912
7913 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7914             Bruno Haible  <bruno@clisp.org>
7915
7916         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7917         if compiling with "gcc -ansi".
7918
7919 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         Fix some incompatibilities with gcc -ansi -pedantic.
7922         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7923         if compiling pedantically with GCC, unless it's C99 or later.
7924         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7925         it mishandles gcc -ansi -pedantic as well.
7926         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7927         if gcc -pedantic.
7928         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7929         initializers for struct if -pedantic, unless it's C99 or later.
7930
7931 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7932
7933         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7934         Don't close an fd more than once. Identical atimes indicate
7935         success, not failure.
7936
7937 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7938
7939         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7940
7941 2006-11-23  Jim Meyering  <jim@meyering.net>
7942
7943         * build-aux/announce-gen: New file.  From coreutils.
7944
7945 2006-11-22  Jim Meyering  <jim@meyering.net>
7946
7947         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7948         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7949         (fts_read): Use a temporary to narrow the overused st_size member
7950         before using it in a switch statement.  Reported by Matthew Woehlke.
7951
7952         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7953         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7954
7955 2006-11-20  Bruno Haible  <bruno@clisp.org>
7956
7957         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7958         changequote instead of pairs of brackets.
7959         Reported by Andreas Schwab <schwab@suse.de>.
7960
7961 2006-11-21  Jim Meyering  <jim@meyering.net>
7962
7963         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7964         so as to remain compatible with older compilers.
7965         Patch from Michael Deutschmann.
7966
7967 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7968
7969         * MODULES.html.sh (File system functions): Add openat.
7970
7971         * lib/openat.h (rpl_fstatat): New macro, if
7972         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7973         (fstatat): Define to rpl_fstatat under the same conditions,
7974         unless COMPILING_FSTATAT.
7975         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7976         seems to have the bug.
7977         * lib/fstatat.c: New file.
7978         * modules/openat (Files): Add it.
7979
7980 2006-11-20  Bruno Haible  <bruno@clisp.org>
7981
7982         * Makefile: New file.
7983
7984 2006-11-20  Jim Meyering  <jim@meyering.net>
7985
7986         The beginnings of syntax-related checks for gnulib.
7987         * lib/Makefile: New file.
7988         * lib/t-idcache: New script.  Ensure that the two halves of
7989         idcache.c stay in sync.
7990
7991         * lib/idcache.c: Adjust comments in user- and group- portions to
7992         be more accurate, and to be consistent with one another.
7993
7994 2006-11-20  Jim Meyering  <jim@meyering.net>
7995
7996         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7997         continue using the flexible array member (thus, this module performs
7998         half as many malloc calls), with the addition that...
7999         (getgroup, getuser): Consistently record a non-match via an empty
8000         "name" string, and map an empty string match to a NULL return value.
8001         * modules/idcache (Depends-on): Re-add flexmember.
8002
8003         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8004         (getuidbyname, getgroup, getgidbyname): Likewise.
8005
8006         Use cleaner syntax: NULL rather than 0.
8007         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8008
8009 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8010
8011         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8012         It mishandled the case where the group was missing.
8013         Problem reported by Greg Schafer.
8014         * modules/idcache: Likewise.
8015
8016 2006-11-18  Jim Meyering  <jim@meyering.net>
8017
8018         * check-module (%exempt_header): Add exception for some
8019         conditionally-included headers.
8020
8021         * modules/i-ring (Depends-on): Add verify.
8022         (License): Change to LGPL.
8023
8024 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8025
8026         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8027         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8028         and inttostr.h.  Use snprintf rather than uinttostr, so that
8029         LGPLed code doesn't depend on GPLed.
8030
8031 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8032
8033         * modules/inline (License): Change from GPL to LGPL.
8034
8035 2006-11-17  Jim Meyering  <jim@meyering.net>
8036
8037         * modules/d-type (License): Switch to LGPL.
8038
8039 2006-11-15  Bruno Haible  <bruno@clisp.org>
8040
8041         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8042
8043 2006-11-15  Eric Blake  <ebb9@byu.net>
8044
8045         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8046         the module dependency.
8047
8048 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8049             Bruno Haible  <bruno@clisp.org>
8050
8051         * gnulib-tool (func_create_testdir): Add license consistency check.
8052
8053 2006-11-15  Eric Blake  <ebb9@byu.net>
8054
8055         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8056         random "(cached)" in configure output.
8057
8058 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8059
8060         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8061         test for conforming inttypes.h is both announced and cached.
8062
8063         * MODULES.html.sh (seen_modules, seen_files): New variables.
8064         (func_module): Rewrite to use a few less gnulib-tool and sed
8065         invocations.  Avoid a couple of quadratic algorithms for ...
8066         (missed_modules, missed_files): ... these, with ...
8067         (func_append, func_tmpdir): ... these new functions, from
8068         gnulib-tool.  Analogously, install traps for cleanup.
8069
8070         * tests/test-gc.c (main): Remove unused variables.
8071         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8072
8073 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8074
8075         * modules/inttostr (License): Change to LGPL.
8076
8077 2006-11-14  Eric Blake  <ebb9@byu.net>
8078
8079         * modules/tempname (License): Change to LGPL.
8080
8081 2006-11-14  Eric Blake  <ebb9@byu.net>
8082
8083         * doc/functions.texi (Function Portability): *printf functions on
8084         Cygwin now understand all POSIX size specifiers.
8085
8086 2006-11-14  Bruno Haible  <bruno@clisp.org>
8087
8088         * modules/c-ctype (License): Change to LGPL.
8089
8090 2006-11-12  Bruno Haible  <bruno@clisp.org>
8091
8092         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8093         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8094         for GNOME libraries, for which the include files are installed in
8095         subdirectories of $prefix/include.
8096
8097 2006-11-12  Bruno Haible  <bruno@clisp.org>
8098
8099         * m4/lib-link.m4: Require at least autoconf-2.54.
8100         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8101         name to underscores for the --with option.
8102
8103 2006-11-13  Bruno Haible  <bruno@clisp.org>
8104
8105         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8106         the tests directory.
8107         Reported by Ralf Wildenhues.
8108
8109 2006-11-13  Bruno Haible  <bruno@clisp.org>
8110
8111         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8112         (func_emit_initmacro_end): Undo the override here.
8113         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8114         Works around the famous automake error in coreutils.
8115
8116 2006-11-13  Eric Blake  <ebb9@byu.net>
8117
8118         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8119         element, not its node.
8120
8121 2006-11-12  Bruno Haible  <bruno@clisp.org>
8122
8123         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8124         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8125
8126 2006-11-12  Bruno Haible  <bruno@clisp.org>
8127
8128         * gnulib-tool: New option --local-symlink.
8129         (func_usage): Document it.
8130         (lsymbolic): New variable.
8131         (func_import, func_create_testdir): If --symlink was not specified,
8132         test whether --local-symlink was specified and the file comes from
8133         the local_gnulib_dir.
8134
8135 2006-11-12  Bruno Haible  <bruno@clisp.org>
8136
8137         * gnulib-tool (func_ln): New function.
8138         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8139
8140 2006-11-12  Bruno Haible  <bruno@clisp.org>
8141
8142         Finish support for source files in subdirectories.
8143         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8144         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8145         AUTOMAKE_OPTIONS.
8146         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8147
8148 2006-11-12  Bruno Haible  <bruno@clisp.org>
8149
8150         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8151         EXTRA_lib_SOURCES augmentation.
8152         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8153
8154 2006-11-12  Jim Meyering  <jim@meyering.net>
8155
8156         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8157         file descriptors.  This also averts a failure on systems with
8158         native openat support when a traversed directory lacks "x" access.
8159         * lib/fts_.h: Include "i-ring.h"
8160         (struct FTS) [fts_fd_ring]: New member.
8161         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8162         (FCHDIR): Add parentheses.
8163         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8164         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8165         When descending, rather than simply closing the previous
8166         fts_cwd_fd value, push that file descriptor onto the ring.
8167         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8168         (fts_open): Initialize the new fd_ring member.
8169         (fts_close): Clear the ring.
8170         (fts_safe_changedir): When possible, use our new fd_ring to skip
8171         the diropen and fstat and dev/ino comparison that would normally
8172         accompany a virtual `chdir ("..")'.
8173
8174         * modules/fts (Depends-on): Add i-ring.
8175         * modules/i-ring: New module.
8176         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8177         * m4/i-ring.m4: New file.
8178
8179 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8180
8181         * gnulib-tool (func_create_testdir): Fix replacement of
8182         `build-aux' in configure.ac.  Run autotools in gltests
8183         subdirectory.
8184         (func_create_testdir, func_create_megatestdir, test): There is
8185         no need for '--force' in most autotool invocations in a new
8186         tree.  Actually fail the whole test if any of the tools, or the
8187         configure or make stages fail.
8188
8189         Sync from Automake.
8190         * build-aux/gnupload: Revert last change.  Add pointer to upload
8191         instructions of the GNU Maintenance Instructions.
8192         Suggestion by Karl Berry.
8193
8194 2006-11-10  Jim Meyering  <jim@meyering.net>
8195
8196         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8197
8198 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8199
8200         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8201         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8202         (bind_textdomain_codeset) [! ENABLE_NLS]:
8203         Evaluate all the arguments.  That way, callers get compatible behavior
8204         if the arguments have side effects.  Also, it avoids some GCC
8205         diagnostics in some cases; Joel E. Denny reported problems when Bison
8206         was configured with --enable-gcc-warnigs.
8207
8208 2006-11-10  Jim Meyering  <jim@meyering.net>
8209
8210         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8211         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8212         account.
8213
8214 2006-11-10  Jim Meyering  <jim@meyering.net>
8215
8216         * modules/inline: New file/module.
8217         * modules/xalloc (Files): Remove m4/inline.m4.
8218         (Depends-on): Add inline, instead.
8219         * modules/oset: Likewise.
8220         * modules/list: Likewise.
8221
8222 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8225         Problem reported by Matthew Woehlke.
8226
8227 2006-11-09  Bruno Haible  <bruno@clisp.org>
8228
8229         * lib/tempname.c (gen_tempname): Remove variant that invokes
8230         __gen_tempname.
8231         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8232         __gen_tempname.
8233
8234 2006-11-08  Bruno Haible  <bruno@clisp.org>
8235
8236         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8237         to 'yes' instead of 'cross-compiling'.
8238
8239 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8240
8241         * lib/quotearg.h (quotearg_free): New decl.
8242         * lib/quotearg.c (quotearg_free): New function.
8243         (slot0, nslots, slotvec0, slotvec):
8244         Now file-scope so that quotearg_free can get at them.
8245
8246 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8247
8248         Sync from Automake.
8249         * build-aux/gnupload: Add missing 'gnu' to example URL.
8250         Report by Karl Berry.
8251
8252 2006-11-08  Bruno Haible  <bruno@clisp.org>
8253
8254         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8255         Suggested by Paul Eggert.
8256
8257 2006-11-08  Jim Meyering  <jim@meyering.net>
8258
8259         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8260         It's already included if !_LIBC.
8261         (fts_safe_changedir): Add a comment.
8262
8263 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8264
8265         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8266         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8267         Matthew Woehlke.
8268
8269         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8270         definitions up, to avoid colliding with change below.
8271         (static_inline) [HAVE_INLINE]: New macro.
8272         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8273         Provide extern decls when !HAVE_INLINE.  Do not define unless
8274         static_inline is defined, either by us or by xmalloc.c.  Use
8275         static_inline rather than static inline.
8276         (XCALLOC): Optimize sizeof(T) = 1 case.
8277         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8278
8279 2006-11-07  Bruno Haible  <bruno@clisp.org>
8280
8281         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8282         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8283         AC_C_INLINE.
8284         * modules/xalloc (Files): Add m4/inline.m4.
8285
8286 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8287
8288         * README: Fix typo.
8289         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8290         (Miscellanous Notes): ...from this.
8291
8292 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8293
8294         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8295         Mention that offsetof should be used instead of sizeof.
8296         From Bruno Haible.
8297
8298 2006-11-07  Bruno Haible  <bruno@clisp.org>
8299
8300         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8301
8302 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8305         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8306         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8307         (gl_tree_add_before, gl_tree_add_after):
8308         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8309         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8310         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8311         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8312         (gl_linked_add_after, gl_linked_add_at): Likewise.
8313         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8314         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8315         (gl_tree_add_before, gl_tree_add_after): Likewise.
8316         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8317         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8318         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8319
8320 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8321
8322         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8323
8324 2006-11-06  Bruno Haible  <bruno@clisp.org>
8325
8326         * m4/inline.m4: New file.
8327         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8328         * modules/list (Files): Add m4/inline.m4.
8329         * modules/oset (Files): Likewise.
8330
8331 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * lib/idcache.c: Include <stddef.h>, for offsetof.
8334         (struct userid.name): Change from char * to a flexible array member.
8335         All uses changed.
8336         * modules/idcache (Depends-on): Add flexmember.
8337
8338         * MODULES.html.sh (Core language properties): New module flexmember.
8339         * modules/flexmember, m4/flexmember.m4: New files.
8340
8341         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8342         inline functions that are identical with the old xnmalloc_inline,
8343         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8344         that we can avoid some unnecessary integer multiplications and
8345         divisions in the common case where the element size is known at
8346         compile time.
8347         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8348         needed.
8349         (xnboundedmalloc): Remove.
8350         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8351         arguments, for consistency with rest of this header.
8352         (xcharalloc): Rewrite using XNMALLOC.
8353         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8354         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8355         versions have been moved to lib/xalloc.h and renamed to be the
8356         non-*_inline versions.
8357         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8358         and xnrealloc functions, since those functions are now inline and
8359         now call us.
8360         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8361         renaming described above.
8362         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8363         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8364         captures the dependency in AC_C_INLINE.
8365
8366         New module canonicalize-lgpl, proposed by Charles Wilson in
8367         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8368         with a few small changes afterwards.
8369         * MODULES.html.sh (File system functions): New module
8370         canonicalize-lgpl.
8371         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8372         and canonicalize_file_name.
8373         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8374         * modules/canonicalize-lgpl: New files.
8375
8376 2006-11-05  Bruno Haible  <bruno@clisp.org>
8377
8378         * gnulib-tool (func_import, func_create_testdir): Create directories
8379         also for files in subdirectories of lib/.
8380
8381 2006-11-05  Bruno Haible  <bruno@clisp.org>
8382
8383         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8384         ANSI C compliant.
8385
8386 2006-11-03  Bruno Haible  <bruno@clisp.org>
8387
8388         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8389         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8390         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8391         (xnboundedmalloc): New inline function.
8392         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8393         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8394         xmalloc.
8395         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8396         xmalloc.
8397         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8398         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8399         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8400         xmalloc.
8401         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8402         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8403         xmalloc.
8404         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8405         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8406         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8407         xmalloc.
8408         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8409         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8410         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8411         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8412         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8413         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8414         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8415
8416 2006-11-03  Bruno Haible  <bruno@clisp.org>
8417
8418         * lib/c-ctype.h [C++]: Define functions without name mangling.
8419         * lib/fwriteerror.h [C++]: Likewise.
8420         * lib/gcd.h [C++]: Likewise.
8421         * lib/linebreak.h [C++]: Likewise.
8422
8423 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8424
8425         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8426         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8427         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8428         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8429         Check for functions and headers just once.
8430         Check for declaration of canonicalize_file_name.
8431         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8432
8433 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8434
8435         * gnulib-tool (func_import): Fix typo in actioncmd.
8436
8437 2006-11-02  Bruno Haible  <bruno@clisp.org>
8438
8439         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8440         newline sequence in the Makefile.am snippet as a space, like "make"
8441         does.
8442         Reported by Roger Persson <perrog@gmail.com>.
8443
8444 2006-11-01  Bruno Haible  <bruno@clisp.org>
8445
8446         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8447         already declared in <string.h>.
8448         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8449
8450 2006-11-01  Bruno Haible  <bruno@clisp.org>
8451
8452         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8453         * lib/strcase.h: Include <string.h>.
8454         (strcasecmp): Define to rpl_strcasecmp here.
8455
8456 2006-11-01  Bruno Haible  <bruno@clisp.org>
8457
8458         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8459
8460 2006-11-01  Eric Blake  <ebb9@byu.net>
8461
8462         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8463
8464         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8465
8466 2006-10-29  Bruno Haible  <bruno@clisp.org>
8467
8468         Make it compile in C++ mode.
8469         * lib/full-write.c (full_rw): Add a cast.
8470
8471 2006-11-01  Bruno Haible  <bruno@clisp.org>
8472
8473         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8474         be POSIX compliant.
8475         Reported by Roger Persson <perrog@gmail.com>.
8476
8477 2006-11-01  Eric Blake  <ebb9@byu.net>
8478
8479         * lib/getopt_.h: Fix comments.
8480
8481 2006-10-31  Eric Blake  <ebb9@byu.net>
8482
8483         * modules/tmpdir (Depends-on): Add sys_stat.
8484         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8485         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8486         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8487         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8488         tempname.
8489
8490 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         Avoid some C++ diagnostics reported by Bruno Haible.
8493         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8494         xmalloc.
8495         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8496         (struct slotvec): Move to top level.
8497         (quotearg_n_options): Rewrite to avoid xmalloc.
8498         * lib/xalloc.h (xcharalloc): New function.
8499         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8500         [defined __cplusplus]: Add function template that provides result
8501         type propagation.  This part of the change is from Bruno Haible.
8502
8503 2006-10-29  Bruno Haible  <bruno@clisp.org>
8504
8505         Make it compile in C++ mode.
8506         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8507         * lib/strnlen1.c (strnlen1): Cast memchr result.
8508         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8509         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8510         (create_temp_dir): Rename local variable 'template'.
8511         (compile_csharp_using_sscli): Add cast.
8512         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8513         * lib/findprog.c (find_in_path): Likewise.
8514         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8515         * lib/wait-process.c (register_slave_subprocess): Likewise.
8516
8517 2006-10-22  Bruno Haible  <bruno@clisp.org>
8518
8519         * modules/tsearch: New file.
8520         * lib/tsearch.h: New file.
8521         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8522         * m4/tsearch.m4: New file.
8523         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8524
8525 2006-10-29  Eric Blake  <ebb9@byu.net>
8526
8527         * lib/arcfour.c: Assume config.h.
8528         * lib/arctwo.c: Likewise.
8529         * lib/base64.c: Likewise.
8530         * lib/check-version.c: Likewise.
8531         * lib/crc.c: Likewise.
8532         * lib/des.c: Likewise.
8533         * lib/gc-gnulib.c: Likewise.
8534         * lib/gc-libgcrypt.c: Likewise.
8535         * lib/gc-pbkdf2-sha1.c: Likewise.
8536         * lib/getaddrinfo.c: Likewise.
8537         * lib/getdelim.c: Likewise.
8538         * lib/getline.c: Likewise.
8539         * lib/hmac-md5.c: Likewise.
8540         * lib/hmac-sha1.c: Likewise.
8541         * lib/iconvme.c: Likewise.
8542         * lib/md2.c: Likewise.
8543         * lib/md4.c: Likewise.
8544         * lib/memxor.c: Likewise.
8545         * lib/read-file.c: Likewise.
8546         * lib/readline.c: Likewise.
8547         * lib/rijndael-alg-fst.c: Likewise.
8548         * lib/rijndael-api-fst.c: Likewise.
8549         * lib/xgetdomainname.c: Likewise.
8550
8551 2006-10-28  Eric Blake  <ebb9@byu.net>
8552
8553         * lib/xstrndup.c: Assume config.h.
8554
8555 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8556
8557         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8558         stat-macros.h is now for our own macros, whereas stat_h is for
8559         macros in the <sys/stat.h> name space.
8560         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8561         (STAT_MACROS_H): Remove.
8562         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8563         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8564         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8565         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8566         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8567         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8568         Move these macros to ...
8569         * lib/stat_.h: here.  Don't include stat-macros.h.
8570         * lib/canonicalize.c: Don't include stat-macros.h.
8571         * lib/chown.c: Likewise.
8572         * lib/euidaccess.c: Likewise.
8573         * lib/file-type.c: Likewise.
8574         * lib/filemode.c: Likewise.
8575         * lib/glob.c: Likewise.
8576         * lib/isapipe.c: Likewise.
8577         * lib/lchown.c: Likewise.
8578         * lib/lstat.c: Likewise.
8579         * lib/mkdir-p.c: Likewise.
8580         * lib/rmdir.c: Likewise.
8581         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8582         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8583         unless mkdir isn't declared, to speed up 'configure'.
8584         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8585         would define all the S_* symbols.
8586         * modules/canonicalize (Depends-on):
8587         Depend on sys_stat, not stat-macros.
8588         * modules/chown: Likewise.
8589         * modules/euidaccess: Likewise.
8590         * modules/filemode: Likewise.
8591         * modules/file-type: Likewise.
8592         * modules/glob: Likewise.
8593         * modules/isapipe: Likewise.
8594         * modules/lchown: Likewise.
8595         * modules/lstat: Likewise.
8596         * modules/mkancesdirs: Likewise.
8597         * modules/rmdir: Likewise.
8598         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8599         * modules/modechange: Likewise.
8600         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8601         (configure.ac): Remove gl_STAT_MACROS.
8602         * modules/sys_stat (Depends-on): Remove stat-macros.
8603
8604 2006-10-27  Bruno Haible  <bruno@clisp.org>
8605
8606         * m4/signed.m4: Remove file.
8607         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8608         invocation.
8609         * modules/vasnprintf (Files): Remove m4/signed.m4.
8610
8611 2006-10-27  Bruno Haible  <bruno@clisp.org>
8612
8613         Update to GNU gettext 0.16.
8614         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8615         m4/inttypes-h.m4, m4/signed.m4.
8616         * m4/gettext.m4: Update to GNU gettext 0.16.
8617         * m4/intl.m4: New file, from GNU gettext.
8618         * m4/intldir.m4: New file, from GNU gettext.
8619         * config/srclist.txt: Update
8620
8621 2006-10-27  Eric Blake  <ebb9@byu.net>
8622
8623         * MODULES.html.sh: Document tempname.
8624         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8625         dependencies.
8626         (Files): Move lib/tempname.c...
8627         * modules/tempname: ...to this new module.
8628         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8629         (gl_PREREQ_TEMPNAME): Move...
8630         * m4/tempname.m4: ...to this new file.
8631         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8632         * modules/sys_stat (Depends-on): Add stat-macros.
8633         * lib/stat_.h (includes): Pick up stat macros.
8634         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8635         if stat macros are broken.
8636         * lib/tempname.c (includes): No need to include "stat-macros.h".
8637         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8638         (direxists, __path_search) [!_LIBC]: Don't compile these in
8639         gnulib; the tmpdir module covers that.
8640         * lib/tempname.h: New file.
8641
8642 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * COPYING: Explain how gnulib-tool converts licence headers.
8645         Almost all wording by Eric Blake.
8646
8647 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8648
8649         * lib/mbchar.h (is_basic_table): Make read-only.
8650         * lib/mbchar.c (is_basic_table): Likewise.
8651         Reported by John Darrington.
8652
8653 2006-10-25  Bruno Haible  <bruno@clisp.org>
8654
8655         * lib/progname.h (set_program_name): Undefine before defining.
8656
8657 2006-10-25  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8660         false for non-gcc C++ compilers.
8661         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8662
8663 2006-10-24  Bruno Haible  <bruno@clisp.org>
8664
8665         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8666         iconv implementations like Irix iconv.
8667
8668 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * modules/vararrays: New file.
8671         * m4/vararrays.m4: New file, taken from diffutils.
8672         * MODULES.html.sh: New module vararrays.
8673
8674 2006-10-24  Karl Berry  <karl@gnu.org>
8675
8676         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8677         Don't call GNU Unix.
8678
8679 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8680
8681         * users.txt: Add Libtool.
8682
8683         Sync from Libtool:
8684
8685         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8688         to gnulib's policy of including config.h unconditionally.
8689
8690 2006-10-24  Bruno Haible  <bruno@clisp.org>
8691
8692         * modules/wcwidth (Files): Add m4/wint_t.m4.
8693         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8694         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8695
8696 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8697
8698         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8699         to pacify GCC with some -W flags enabled.  Problem reported by
8700         Bruno Haible.
8701
8702 2006-10-24  Jim Meyering  <jim@meyering.net>
8703
8704         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8705         Reported by Karl Berry.
8706
8707 2006-10-23  Bruno Haible  <bruno@clisp.org>
8708
8709         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8710
8711 2006-10-24  Bruno Haible  <bruno@clisp.org>
8712
8713         * lib/gl_list.h: Use C comment style, not C++ comment style.
8714
8715 2006-10-23  Eric Blake  <ebb9@byu.net>
8716
8717         * lib/getaddrinfo.c (includes): Add missing include.
8718
8719 2006-10-23  Bruno Haible  <bruno@clisp.org>
8720             Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         Ability to rename obstack_free.
8723         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8724         obstack_free.
8725         (obstack_free): Invoke the __obstack_free macro.
8726         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8727
8728 2006-10-23  Bruno Haible  <bruno@clisp.org>
8729             Paul Eggert  <eggert@cs.ucla.edu>
8730
8731         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8732         __argc, __argv from the declaration. (They are defined as macros on
8733         mingw.)
8734
8735 2006-10-22  Bruno Haible  <bruno@clisp.org>
8736
8737         * doc/gnulib-intro.texi: New file.
8738         * doc/gnulib.texi: Include it.
8739
8740 2006-10-21  Bruno Haible  <bruno@clisp.org>
8741
8742         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8743         "Introduction", "Miscellanous Notes", "Particular Modules".
8744
8745 2006-10-21  Bruno Haible  <bruno@clisp.org>
8746
8747         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8748         Change mostlyclean-local rule to avoid sh syntax error from bash
8749         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8750
8751 2006-10-23  Jim Meyering  <jim@meyering.net>
8752
8753         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8754         in place of snprintf.
8755
8756         * modules/inttostr (Files): Add lib/uinttostr.c.
8757         * lib/uinttostr.c (inttostr): New file/function.
8758         * lib/inttostr.h (uinttostr): Declare.
8759         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8760         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8761         Add uinttostr.
8762         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8763
8764 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8765
8766         * lib/canonicalize.c (ELOOP): Define if not already defined.
8767         Problem reported by Bruno Haible in
8768         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8769
8770 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8771
8772         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8773         Problem reported by Perry Smith and Ville Laurikari.
8774
8775         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8776         uses.
8777
8778 2006-10-19  Bruno Haible  <bruno@clisp.org>
8779
8780         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8781         for mingw.
8782
8783 2006-10-19  Bruno Haible  <bruno@clisp.org>
8784
8785         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8786         Needed for mingw.
8787
8788 2006-10-19  Bruno Haible  <bruno@clisp.org>
8789
8790         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8791
8792 2006-10-19  Bruno Haible  <bruno@clisp.org>
8793
8794         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8795         it.
8796
8797 2006-10-19  Bruno Haible  <bruno@clisp.org>
8798
8799         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8800         invocation.
8801
8802 2006-10-19  Bruno Haible  <bruno@clisp.org>
8803
8804         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8805         mountlist by default.
8806
8807 2006-10-16  Bruno Haible  <bruno@clisp.org>
8808
8809         * lib/c-strstr.c: Include c-strstr.h.
8810
8811 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8812
8813         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8814         in a slash.
8815
8816 2006-10-18  Bruno Haible  <bruno@clisp.org>
8817
8818         * lib/lock.h [C++]: Wrap definitions in extern "C".
8819
8820 2006-10-18  Bruno Haible  <bruno@clisp.org>
8821
8822         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8823         gl_LIBOBJS list.
8824
8825 2006-10-18  Bruno Haible  <bruno@clisp.org>
8826
8827         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8828
8829 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8830
8831         * lib/xstrtol.h: Include gettext.h.
8832         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8833         Problem reported by Eric Blake.
8834         * modules/xstrtol (Depends-on): Add gettext-h.
8835
8836 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8837
8838         * lib/strftime.c (advance): New macro.
8839         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8840         incomplete type, so you can't add 0 to it.  Problem and patch
8841         reported by Eelco Dolstra for dietlibc.
8842
8843 2006-10-18  Jim Meyering  <jim@meyering.net>
8844
8845         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8846         type for a local, and rename it: s/up/user_proc/.
8847
8848 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8849
8850         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8851         READ_UTMP_USER_PROCESS.
8852         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8853
8854 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8855
8856         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8857         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8858
8859 2006-10-17  Eric Blake  <ebb9@byu.net>
8860
8861         * lib/sigprocmask.c (sigprocmask): Fix typo.
8862
8863         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8864
8865         * modules/clean-temp (Makefile.am): Don't add to make output...
8866         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8867         config.h.
8868
8869 2006-10-17  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8872         differently if DEFAULT_TEXT_DOMAIN is set.
8873
8874 2006-10-16  Bruno Haible  <bruno@clisp.org>
8875
8876         * lib/clean-temp.c: Include fwriteerror.h.
8877
8878 2006-10-16  Bruno Haible  <bruno@clisp.org>
8879
8880         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8881
8882 2006-10-16  Bruno Haible  <bruno@clisp.org>
8883
8884         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8885         * lib/sigprocmask.h: Include <sys/types.h>.
8886         (sigset_t): Use the system's definition if present.
8887
8888 2006-10-17  Eric Blake  <ebb9@byu.net>
8889
8890         * lib/xvasprintf.c (includes): Assume config.h.
8891         * lib/xasprintf.c (includes): Likewise.
8892
8893 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8896         at least as wide as intmax_t.
8897
8898 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8899
8900         (Imported from Automake.)
8901         * build-aux/gnupload: Update to version 1.1 of directive file.
8902
8903 2006-10-16  Eric Blake  <ebb9@byu.net>
8904
8905         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8906         match Automake 1.10a.
8907
8908 2006-10-14  Bruno Haible  <bruno@clisp.org>
8909
8910         * modules/sigprocmask: New file.
8911         * lib/sigprocmask.h: New file.
8912         * lib/sigprocmask.c: New file.
8913         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8914         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8915         request sigprocmask.o.
8916         (gl_PREREQ_SIGPROCMASK): New macro.
8917         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8918         (Depends-on): Add sigprocmask.
8919         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8920         gt_SIGNALBLOCKING. Test for 'raise' only once.
8921         * lib/fatal-signal.c: Include sigprocmask.h.
8922         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8923         unblock_fatal_signals): Define always.
8924         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8925         sigprocmask.
8926
8927 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8928
8929         Sync from Automake.
8930         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8931         which incorrectly sets the mode of an existing destination
8932         directory.  In some cases the unpatched install-sh could do the
8933         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8934         system.  We hope this is rare in practice, but it's clearly worth
8935         fixing.  Problem reported by Alex Unleashed in
8936         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8937         Also, don't bother to check for -m bugs unless we're using -m;
8938         suggested by Stepan Kasal.
8939
8940 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8941
8942         Sync from Automake.
8943         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8944         `-c' flag, so they appear at the same position as in %FASTDEP%
8945         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8946         which ignores unknown options only after the first non-option.
8947         Bug report against M4 by Nelson H. F. Beebe.
8948
8949 2006-10-13  Jim Meyering  <jim@meyering.net>
8950
8951         Fix a bug in yesterday's change.
8952         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8953         p->fts_statp->st_dev would be used uninitialized.
8954         Ensures that we always call fts_stat on the very first entry.
8955         Miklos Szeredi reported that find -xdev stopped working.
8956
8957 2006-10-12  Bruno Haible  <bruno@clisp.org>
8958
8959         * gnulib-tool (func_get_automake_snippet): Append an automatically
8960         computed EXTRA_DIST augmentation.
8961         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8962         * modules/alloca-opt (Makefile.am): Likewise.
8963         * modules/allocsa (Makefile.am): Likewise.
8964         * modules/arcfour (Makefile.am): Likewise.
8965         * modules/arctwo (Makefile.am): Likewise.
8966         * modules/argmatch (Makefile.am): Likewise.
8967         * modules/argz (Makefile.am): Likewise.
8968         * modules/atexit (Makefile.am): Likewise.
8969         * modules/backupfile (Makefile.am): Likewise.
8970         * modules/byteswap (Makefile.am): Likewise.
8971         * modules/c-strtod (Makefile.am): Likewise.
8972         * modules/c-strtold (Makefile.am): Likewise.
8973         * modules/calloc (Makefile.am): Likewise.
8974         * modules/canon-host (Makefile.am): Likewise.
8975         * modules/canonicalize (Makefile.am): Likewise.
8976         * modules/chdir-long (Makefile.am): Likewise.
8977         * modules/chdir-safer (Makefile.am): Likewise.
8978         * modules/check-version (Makefile.am): Likewise.
8979         * modules/chown (Makefile.am): Likewise.
8980         * modules/cloexec (Makefile.am): Likewise.
8981         * modules/close-stream (Makefile.am): Likewise.
8982         * modules/closeout (Makefile.am): Likewise.
8983         * modules/crc (Makefile.am): Likewise.
8984         * modules/csharpexec (Makefile.am): Likewise.
8985         * modules/cycle-check (Makefile.am): Likewise.
8986         * modules/des (Makefile.am): Likewise.
8987         * modules/dev-ino (Makefile.am): Likewise.
8988         * modules/dirfd (Makefile.am): Likewise.
8989         * modules/dirname (Makefile.am): Likewise.
8990         * modules/dup2 (Makefile.am): Likewise.
8991         * modules/eealloc (Makefile.am): Likewise.
8992         * modules/error (Makefile.am): Likewise.
8993         * modules/euidaccess (Makefile.am): Likewise.
8994         * modules/exclude (Makefile.am): Likewise.
8995         * modules/exitfail (Makefile.am): Likewise.
8996         * modules/fcntl-safer (Makefile.am): Likewise.
8997         * modules/fcntl (Makefile.am): Likewise.
8998         * modules/file-type (Makefile.am): Likewise.
8999         * modules/fileblocks (Makefile.am): Likewise.
9000         * modules/filemode (Makefile.am): Likewise.
9001         * modules/filenamecat (Makefile.am): Likewise.
9002         * modules/fnmatch (Makefile.am): Likewise.
9003         * modules/fopen-safer (Makefile.am): Likewise.
9004         * modules/fpending (Makefile.am): Likewise.
9005         * modules/fprintftime (Makefile.am): Likewise.
9006         * modules/free (Makefile.am): Likewise.
9007         * modules/fsusage (Makefile.am): Likewise.
9008         * modules/ftruncate (Makefile.am): Likewise.
9009         * modules/fts (Makefile.am): Likewise.
9010         * modules/gc-arcfour (Makefile.am): Likewise.
9011         * modules/gc-des (Makefile.am): Likewise.
9012         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9013         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9014         * modules/gc-md4 (Makefile.am): Likewise.
9015         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9016         * modules/gc-sha1 (Makefile.am): Likewise.
9017         * modules/gc (Makefile.am): Likewise.
9018         * modules/getaddrinfo (Makefile.am): Likewise.
9019         * modules/getcwd (Makefile.am): Likewise.
9020         * modules/getdelim (Makefile.am): Likewise.
9021         * modules/getdomainname (Makefile.am): Likewise.
9022         * modules/getgroups (Makefile.am): Likewise.
9023         * modules/gethostname (Makefile.am): Likewise.
9024         * modules/gethrxtime (Makefile.am): Likewise.
9025         * modules/getline (Makefile.am): Likewise.
9026         * modules/getloadavg (Makefile.am): Likewise.
9027         * modules/getlogin_r (Makefile.am): Likewise.
9028         * modules/getndelim2 (Makefile.am): Likewise.
9029         * modules/getopt (Makefile.am): Likewise.
9030         * modules/getpagesize (Makefile.am): Likewise.
9031         * modules/getpass-gnu (Makefile.am): Likewise.
9032         * modules/getpass (Makefile.am): Likewise.
9033         * modules/getsubopt (Makefile.am): Likewise.
9034         * modules/gettime (Makefile.am): Likewise.
9035         * modules/gettimeofday (Makefile.am): Likewise.
9036         * modules/getugroups (Makefile.am): Likewise.
9037         * modules/getusershell (Makefile.am): Likewise.
9038         * modules/glob (Makefile.am): Likewise.
9039         * modules/group-member (Makefile.am): Likewise.
9040         * modules/hard-locale (Makefile.am): Likewise.
9041         * modules/hash (Makefile.am): Likewise.
9042         * modules/hmac-md5 (Makefile.am): Likewise.
9043         * modules/hmac-sha1 (Makefile.am): Likewise.
9044         * modules/human (Makefile.am): Likewise.
9045         * modules/idcache (Makefile.am): Likewise.
9046         * modules/imaxabs (Makefile.am): Likewise.
9047         * modules/imaxdiv (Makefile.am): Likewise.
9048         * modules/inet_ntop (Makefile.am): Likewise.
9049         * modules/inet_pton (Makefile.am): Likewise.
9050         * modules/intprops (Makefile.am): Likewise.
9051         * modules/inttostr (Makefile.am): Likewise.
9052         * modules/inttypes (Makefile.am): Likewise.
9053         * modules/isapipe (Makefile.am): Likewise.
9054         * modules/javaversion (Makefile.am): Likewise.
9055         * modules/lchmod (Makefile.am): Likewise.
9056         * modules/lchown (Makefile.am): Likewise.
9057         * modules/localcharset (Makefile.am): Likewise.
9058         * modules/long-options (Makefile.am): Likewise.
9059         * modules/lstat (Makefile.am): Likewise.
9060         * modules/malloc (Makefile.am): Likewise.
9061         * modules/mathl (Makefile.am): Likewise.
9062         * modules/mbchar (Makefile.am): Likewise.
9063         * modules/md2 (Makefile.am): Likewise.
9064         * modules/md4 (Makefile.am): Likewise.
9065         * modules/md5 (Makefile.am): Likewise.
9066         * modules/memcasecmp (Makefile.am): Likewise.
9067         * modules/memchr (Makefile.am): Likewise.
9068         * modules/memcmp (Makefile.am): Likewise.
9069         * modules/memcoll (Makefile.am): Likewise.
9070         * modules/memcpy (Makefile.am): Likewise.
9071         * modules/memmem (Makefile.am): Likewise.
9072         * modules/memmove (Makefile.am): Likewise.
9073         * modules/mempcpy (Makefile.am): Likewise.
9074         * modules/memrchr (Makefile.am): Likewise.
9075         * modules/memset (Makefile.am): Likewise.
9076         * modules/memxor (Makefile.am): Likewise.
9077         * modules/mkancesdirs (Makefile.am): Likewise.
9078         * modules/mkdir-p (Makefile.am): Likewise.
9079         * modules/mkdir (Makefile.am): Likewise.
9080         * modules/mkdtemp (Makefile.am): Likewise.
9081         * modules/mkstemp (Makefile.am): Likewise.
9082         * modules/mktime (Makefile.am): Likewise.
9083         * modules/modechange (Makefile.am): Likewise.
9084         * modules/mountlist (Makefile.am): Likewise.
9085         * modules/nanosleep (Makefile.am): Likewise.
9086         * modules/obstack (Makefile.am): Likewise.
9087         * modules/openat (Makefile.am): Likewise.
9088         * modules/pagealign_alloc (Makefile.am): Likewise.
9089         * modules/pathmax (Makefile.am): Likewise.
9090         * modules/physmem (Makefile.am): Likewise.
9091         * modules/poll (Makefile.am): Likewise.
9092         * modules/posixtm (Makefile.am): Likewise.
9093         * modules/posixver (Makefile.am): Likewise.
9094         * modules/putenv (Makefile.am): Likewise.
9095         * modules/quote (Makefile.am): Likewise.
9096         * modules/quotearg (Makefile.am): Likewise.
9097         * modules/raise (Makefile.am): Likewise.
9098         * modules/read-file (Makefile.am): Likewise.
9099         * modules/readline (Makefile.am): Likewise.
9100         * modules/readlink (Makefile.am): Likewise.
9101         * modules/readtokens (Makefile.am): Likewise.
9102         * modules/readutmp (Makefile.am): Likewise.
9103         * modules/realloc (Makefile.am): Likewise.
9104         * modules/regex (Makefile.am): Likewise.
9105         * modules/rename-dest-slash (Makefile.am): Likewise.
9106         * modules/rename (Makefile.am): Likewise.
9107         * modules/rijndael (Makefile.am): Likewise.
9108         * modules/rmdir (Makefile.am): Likewise.
9109         * modules/rpmatch (Makefile.am): Likewise.
9110         * modules/safe-read (Makefile.am): Likewise.
9111         * modules/safe-write (Makefile.am): Likewise.
9112         * modules/same-inode (Makefile.am): Likewise.
9113         * modules/same (Makefile.am): Likewise.
9114         * modules/save-cwd (Makefile.am): Likewise.
9115         * modules/savedir (Makefile.am): Likewise.
9116         * modules/setenv (Makefile.am): Likewise.
9117         * modules/settime (Makefile.am): Likewise.
9118         * modules/sha1 (Makefile.am): Likewise.
9119         * modules/sig2str (Makefile.am): Likewise.
9120         * modules/snprintf (Makefile.am): Likewise.
9121         * modules/stat-macros (Makefile.am): Likewise.
9122         * modules/stat-time (Makefile.am): Likewise.
9123         * modules/stdbool (Makefile.am): Likewise.
9124         * modules/stdint (Makefile.am): Likewise.
9125         * modules/stdlib-safer (Makefile.am): Likewise.
9126         * modules/stpcpy (Makefile.am): Likewise.
9127         * modules/stpncpy (Makefile.am): Likewise.
9128         * modules/strcase (Makefile.am): Likewise.
9129         * modules/strcasestr (Makefile.am): Likewise.
9130         * modules/strchrnul (Makefile.am): Likewise.
9131         * modules/strcspn (Makefile.am): Likewise.
9132         * modules/strdup (Makefile.am): Likewise.
9133         * modules/strerror (Makefile.am): Likewise.
9134         * modules/strftime (Makefile.am): Likewise.
9135         * modules/strndup (Makefile.am): Likewise.
9136         * modules/strnlen (Makefile.am): Likewise.
9137         * modules/strpbrk (Makefile.am): Likewise.
9138         * modules/strsep (Makefile.am): Likewise.
9139         * modules/strstr (Makefile.am): Likewise.
9140         * modules/strtod (Makefile.am): Likewise.
9141         * modules/strtoimax (Makefile.am): Likewise.
9142         * modules/strtok_r (Makefile.am): Likewise.
9143         * modules/strtol (Makefile.am): Likewise.
9144         * modules/strtoll (Makefile.am): Likewise.
9145         * modules/strtoul (Makefile.am): Likewise.
9146         * modules/strtoull (Makefile.am): Likewise.
9147         * modules/strtoumax (Makefile.am): Likewise.
9148         * modules/strverscmp (Makefile.am): Likewise.
9149         * modules/sys_socket (Makefile.am): Likewise.
9150         * modules/sys_stat (Makefile.am): Likewise.
9151         * modules/sysexits (Makefile.am): Likewise.
9152         * modules/time_r (Makefile.am): Likewise.
9153         * modules/timegm (Makefile.am): Likewise.
9154         * modules/timespec (Makefile.am): Likewise.
9155         * modules/tmpfile-safer (Makefile.am): Likewise.
9156         * modules/trim (Makefile.am): Likewise.
9157         * modules/unistd-safer (Makefile.am): Likewise.
9158         * modules/unlinkdir (Makefile.am): Likewise.
9159         * modules/unlocked-io (Makefile.am): Likewise.
9160         * modules/userspec (Makefile.am): Likewise.
9161         * modules/utime (Makefile.am): Likewise.
9162         * modules/utimecmp (Makefile.am): Likewise.
9163         * modules/utimens (Makefile.am): Likewise.
9164         * modules/vasnprintf (Makefile.am): Likewise.
9165         * modules/vasprintf (Makefile.am): Likewise.
9166         * modules/vsnprintf (Makefile.am): Likewise.
9167         * modules/xalloc (Makefile.am): Likewise.
9168         * modules/xgetcwd (Makefile.am): Likewise.
9169         * modules/xnanosleep (Makefile.am): Likewise.
9170         * modules/xreadlink (Makefile.am): Likewise.
9171         * modules/xstrtod (Makefile.am): Likewise.
9172         * modules/xstrtol (Makefile.am): Likewise.
9173         * modules/xstrtold (Makefile.am): Likewise.
9174         * modules/yesno (Makefile.am): Likewise.
9175         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9176
9177 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9178
9179         * modules/error (Makefile.am): Distribute files through
9180         EXTRA_DIST, not lib_SOURCES.
9181
9182 2006-10-12  Eric Blake  <ebb9@byu.net>
9183
9184         * modules/error (Makefile.am): Distribute files in /lib.
9185         * modules/obstack (Makefile.am): Likewise.
9186
9187 2006-10-12  Bruno Haible  <bruno@clisp.org>
9188
9189         * modules/acl (Makefile.am): Distribute all files in lib/ through
9190         EXTRA_DIST.
9191         * modules/arcfour (Makefile.am): Likewise.
9192         * modules/arctwo (Makefile.am): Likewise.
9193         * modules/argmatch (Makefile.am): Likewise.
9194         * modules/argz (Makefile.am): Likewise.
9195         * modules/atexit (Makefile.am): Likewise.
9196         * modules/backupfile (Makefile.am): Likewise.
9197         * modules/c-strtod (Makefile.am): Likewise.
9198         * modules/c-strtold (Makefile.am): Likewise.
9199         * modules/calloc (Makefile.am): Likewise.
9200         * modules/canon-host (Makefile.am): Likewise.
9201         * modules/canonicalize (Makefile.am): Likewise.
9202         * modules/chdir-long (Makefile.am): Likewise.
9203         * modules/chdir-safer (Makefile.am): Likewise.
9204         * modules/check-version (Makefile.am): Likewise.
9205         * modules/chown (Makefile.am): Likewise.
9206         * modules/cloexec (Makefile.am): Likewise.
9207         * modules/close-stream (Makefile.am): Likewise.
9208         * modules/closeout (Makefile.am): Likewise.
9209         * modules/crc (Makefile.am): Likewise.
9210         * modules/cycle-check (Makefile.am): Likewise.
9211         * modules/des (Makefile.am): Likewise.
9212         * modules/dirfd (Makefile.am): Likewise.
9213         * modules/dirname (Makefile.am): Likewise.
9214         * modules/dup2 (Makefile.am): Likewise.
9215         * modules/euidaccess (Makefile.am): Likewise.
9216         * modules/exclude (Makefile.am): Likewise.
9217         * modules/exitfail (Makefile.am): Likewise.
9218         * modules/fcntl-safer (Makefile.am): Likewise.
9219         * modules/file-type (Makefile.am): Likewise.
9220         * modules/fileblocks (Makefile.am): Likewise.
9221         * modules/filemode (Makefile.am): Likewise.
9222         * modules/filenamecat (Makefile.am): Likewise.
9223         * modules/fnmatch (Makefile.am): Likewise.
9224         * modules/fopen-safer (Makefile.am): Likewise.
9225         * modules/fpending (Makefile.am): Likewise.
9226         * modules/fprintftime (Makefile.am): Likewise.
9227         * modules/free (Makefile.am): Likewise.
9228         * modules/fsusage (Makefile.am): Likewise.
9229         * modules/ftruncate (Makefile.am): Likewise.
9230         * modules/fts (Makefile.am): Likewise.
9231         * modules/gc (Makefile.am): Likewise.
9232         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9233         * modules/getaddrinfo (Makefile.am): Likewise.
9234         * modules/getcwd (Makefile.am): Likewise.
9235         * modules/getdelim (Makefile.am): Likewise.
9236         * modules/getdomainname (Makefile.am): Likewise.
9237         * modules/getgroups (Makefile.am): Likewise.
9238         * modules/gethostname (Makefile.am): Likewise.
9239         * modules/gethrxtime (Makefile.am): Likewise.
9240         * modules/getline (Makefile.am): Likewise.
9241         * modules/getloadavg (Makefile.am): Likewise.
9242         * modules/getlogin_r (Makefile.am): Likewise.
9243         * modules/getopt (Makefile.am): Likewise.
9244         * modules/getpass (Makefile.am): Likewise.
9245         * modules/getpass-gnu (Makefile.am): Likewise.
9246         * modules/getsubopt (Makefile.am): Likewise.
9247         * modules/gettime (Makefile.am): Likewise.
9248         * modules/gettimeofday (Makefile.am): Likewise.
9249         * modules/getugroups (Makefile.am): Likewise.
9250         * modules/getusershell (Makefile.am): Likewise.
9251         * modules/glob (Makefile.am): Likewise.
9252         * modules/group-member (Makefile.am): Likewise.
9253         * modules/hard-locale (Makefile.am): Likewise.
9254         * modules/hash (Makefile.am): Likewise.
9255         * modules/hmac-md5 (Makefile.am): Likewise.
9256         * modules/hmac-sha1 (Makefile.am): Likewise.
9257         * modules/human (Makefile.am): Likewise.
9258         * modules/idcache (Makefile.am): Likewise.
9259         * modules/imaxabs (Makefile.am): Likewise.
9260         * modules/imaxdiv (Makefile.am): Likewise.
9261         * modules/inet_ntop (Makefile.am): Likewise.
9262         * modules/inet_pton (Makefile.am): Likewise.
9263         * modules/inttostr (Makefile.am): Likewise.
9264         * modules/isapipe (Makefile.am): Likewise.
9265         * modules/lchown (Makefile.am): Likewise.
9266         * modules/long-options (Makefile.am): Likewise.
9267         * modules/lstat (Makefile.am): Likewise.
9268         * modules/malloc (Makefile.am): Likewise.
9269         * modules/mathl (Makefile.am): Likewise.
9270         * modules/mbchar (Makefile.am): Likewise.
9271         * modules/md2 (Makefile.am): Likewise.
9272         * modules/md4 (Makefile.am): Likewise.
9273         * modules/md5 (Makefile.am): Likewise.
9274         * modules/memcasecmp (Makefile.am): Likewise.
9275         * modules/memchr (Makefile.am): Likewise.
9276         * modules/memcmp (Makefile.am): Likewise.
9277         * modules/memcoll (Makefile.am): Likewise.
9278         * modules/memcpy (Makefile.am): Likewise.
9279         * modules/memmem (Makefile.am): Likewise.
9280         * modules/memmove (Makefile.am): Likewise.
9281         * modules/mempcpy (Makefile.am): Likewise.
9282         * modules/memrchr (Makefile.am): Likewise.
9283         * modules/memset (Makefile.am): Likewise.
9284         * modules/memxor (Makefile.am): Likewise.
9285         * modules/mkancesdirs (Makefile.am): Likewise.
9286         * modules/mkdir (Makefile.am): Likewise.
9287         * modules/mkdir-p (Makefile.am): Likewise.
9288         * modules/mkdtemp (Makefile.am): Likewise.
9289         * modules/mkstemp (Makefile.am): Likewise.
9290         * modules/mktime (Makefile.am): Likewise.
9291         * modules/modechange (Makefile.am): Likewise.
9292         * modules/mountlist (Makefile.am): Likewise.
9293         * modules/nanosleep (Makefile.am): Likewise.
9294         * modules/openat (Makefile.am): Likewise.
9295         * modules/pagealign_alloc (Makefile.am): Likewise.
9296         * modules/physmem (Makefile.am): Likewise.
9297         * modules/poll (Makefile.am): Likewise.
9298         * modules/posixtm (Makefile.am): Likewise.
9299         * modules/posixver (Makefile.am): Likewise.
9300         * modules/putenv (Makefile.am): Likewise.
9301         * modules/quote (Makefile.am): Likewise.
9302         * modules/quotearg (Makefile.am): Likewise.
9303         * modules/raise (Makefile.am): Likewise.
9304         * modules/read-file (Makefile.am): Likewise.
9305         * modules/readline (Makefile.am): Likewise.
9306         * modules/readlink (Makefile.am): Likewise.
9307         * modules/readtokens (Makefile.am): Likewise.
9308         * modules/readutmp (Makefile.am): Likewise.
9309         * modules/realloc (Makefile.am): Likewise.
9310         * modules/regex (Makefile.am): Likewise.
9311         * modules/rename (Makefile.am): Likewise.
9312         * modules/rename-dest-slash (Makefile.am): Likewise.
9313         * modules/rijndael (Makefile.am): Likewise.
9314         * modules/rmdir (Makefile.am): Likewise.
9315         * modules/rpmatch (Makefile.am): Likewise.
9316         * modules/safe-read (Makefile.am): Likewise.
9317         * modules/safe-write (Makefile.am): Likewise.
9318         * modules/same (Makefile.am): Likewise.
9319         * modules/save-cwd (Makefile.am): Likewise.
9320         * modules/savedir (Makefile.am): Likewise.
9321         * modules/setenv (Makefile.am): Likewise.
9322         * modules/settime (Makefile.am): Likewise.
9323         * modules/sha1 (Makefile.am): Likewise.
9324         * modules/sig2str (Makefile.am): Likewise.
9325         * modules/snprintf (Makefile.am): Likewise.
9326         * modules/stdlib-safer (Makefile.am): Likewise.
9327         * modules/stpcpy (Makefile.am): Likewise.
9328         * modules/stpncpy (Makefile.am): Likewise.
9329         * modules/strcase (Makefile.am): Likewise.
9330         * modules/strcasestr (Makefile.am): Likewise.
9331         * modules/strchrnul (Makefile.am): Likewise.
9332         * modules/strcspn (Makefile.am): Likewise.
9333         * modules/strdup (Makefile.am): Likewise.
9334         * modules/strerror (Makefile.am): Likewise.
9335         * modules/strftime (Makefile.am): Likewise.
9336         * modules/strndup (Makefile.am): Likewise.
9337         * modules/strnlen (Makefile.am): Likewise.
9338         * modules/strpbrk (Makefile.am): Likewise.
9339         * modules/strsep (Makefile.am): Likewise.
9340         * modules/strstr (Makefile.am): Likewise.
9341         * modules/strtod (Makefile.am): Likewise.
9342         * modules/strtoimax (Makefile.am): Likewise.
9343         * modules/strtok_r (Makefile.am): Likewise.
9344         * modules/strtol (Makefile.am): Likewise.
9345         * modules/strtoll (Makefile.am): Likewise.
9346         * modules/strtoul (Makefile.am): Likewise.
9347         * modules/strtoull (Makefile.am): Likewise.
9348         * modules/strtoumax (Makefile.am): Likewise.
9349         * modules/strverscmp (Makefile.am): Likewise.
9350         * modules/time_r (Makefile.am): Likewise.
9351         * modules/timegm (Makefile.am): Likewise.
9352         * modules/tmpfile-safer (Makefile.am): Likewise.
9353         * modules/unistd-safer (Makefile.am): Likewise.
9354         * modules/unlinkdir (Makefile.am): Likewise.
9355         * modules/userspec (Makefile.am): Likewise.
9356         * modules/utime (Makefile.am): Likewise.
9357         * modules/utimecmp (Makefile.am): Likewise.
9358         * modules/utimens (Makefile.am): Likewise.
9359         * modules/vasnprintf (Makefile.am): Likewise.
9360         * modules/vasprintf (Makefile.am): Likewise.
9361         * modules/vsnprintf (Makefile.am): Likewise.
9362         * modules/xalloc (Makefile.am): Likewise.
9363         * modules/xgetcwd (Makefile.am): Likewise.
9364         * modules/xnanosleep (Makefile.am): Likewise.
9365         * modules/xreadlink (Makefile.am): Likewise.
9366         * modules/xstrtod (Makefile.am): Likewise.
9367         * modules/xstrtol (Makefile.am): Likewise.
9368         * modules/xstrtold (Makefile.am): Likewise.
9369         * modules/yesno (Makefile.am): Likewise.
9370
9371 2006-10-12  Jim Meyering  <jim@meyering.net>
9372
9373         * m4/getloadavg.m4: Revert the change below.
9374
9375         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9376         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9377         fail with a symlink, which is what coreutils' ./bootstrap now
9378         creates by default.
9379
9380 2006-10-12  Bruno Haible  <bruno@clisp.org>
9381
9382         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9383         mingw.
9384         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9385         MSVC and mingw explicitly.
9386
9387 2006-10-11  Simon Josefsson  <jas@extundo.com>
9388             Bruno Haible  <bruno@clisp.org>
9389
9390         Add support for multiple gnulib-tool invocations in the scope of a
9391         single configure.ac file.
9392         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9393         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9394         with the same contents as the _LIBADD variable.
9395         (func_emit_initmacro_start, func_emit_initmacro_end,
9396         func_emit_initmacro_done): New functions.
9397         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9398         gl_LIBOBJS and gl_LTLIBOBJS.
9399
9400 2006-10-11  Bruno Haible  <bruno@clisp.org>
9401
9402         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9403         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9404         autoreconf. Instead, invoke autopoint explicitly but move back the
9405         *.m4 files from gnulib.
9406
9407 2006-10-11  Bruno Haible  <bruno@clisp.org>
9408
9409         * gnulib-tool (func_usage): Make module names after --create-testdir
9410         optional.
9411         (func_create_testdir): If no module was specified, use nearly all
9412         modules.
9413
9414 2006-10-12  Jim Meyering  <jim@meyering.net>
9415
9416         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9417         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9418         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9419         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9420         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9421         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9422         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9423         (fts_set_stat_required): New function.
9424         (fts_open): Defer the calls to fts_stat, if possible or requested.
9425         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9426         into fts_stat itself.
9427         (fts_read): Perform any required (deferred) fts_stat call.
9428         (fts_build): Likewise, for the directory we're about to open and read.
9429         In the readdir loop, carefully decide whether each entry will require
9430         an eventual call to fts_stat, using dirent.d_type info if available.
9431         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9432         a command line argument into this function.  Update all callers.
9433         Map a return value of FTS_DOT to FTS_D for a command line argument.
9434         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9435         Thanks to Miklos Szeredi for his tenacity and for the initial
9436         bug report about "find" failing on a FUSE-based file system.
9437
9438         * lib/fts.c (fts_open): Use consistent indentation.
9439
9440 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9441
9442         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9443         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9444         reported by Jim Meyering.  All uses of cache variables renamed
9445         to match Autoconf's.
9446         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9447         the other one.
9448
9449         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9450         Fix misspelling in diagnostic.
9451
9452 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9453
9454         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9455         defined.  Problem reported by Matthew Woehlke.
9456
9457         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9458         Add support for Tandem NonStop R series.
9459         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9460         Use new macro.
9461
9462         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9463         (has_trailing_slash): Omit size arg; all callers changed.
9464         Omit 'inline', since it doesn't help performance and we'd
9465         need to configure it.
9466         Don't count //, ///, etc. as having a trailing slash.
9467         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9468         (rpl_rename_dest_slash): On failure, use rename's errno rather
9469         than (in some cases) an incorrect or junk errno.
9470         Simplify code by removing need to compute length; this does
9471         cause it to make two passes instead of one over the file name,
9472         but it's worth it.
9473
9474         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9475         change, since Autoconf's version may no longer be appropriate now
9476         that we are using CVS Autoconf's version.  Add support for Tandem.
9477
9478 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9479             Bruno Haible  <bruno@clisp.org>
9480
9481         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9482         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9483         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9484         gl_AC_TYPE_LONG_LONG.
9485
9486         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9487         instead of HAVE_LONG_LONG.
9488         * lib/printf-args.c (printf_fetchargs): Likewise.
9489         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9490         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9491         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9492         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9493         gl_AC_TYPE_LONG_LONG.
9494
9495 2006-10-11  Bruno Haible  <bruno@clisp.org>
9496
9497         * m4/longlong.m4: Add comments.
9498         * m4/ulonglong.m4: Likewise.
9499
9500 2006-10-10  Bruno Haible  <bruno@clisp.org>
9501
9502         Make it possible to #define stpcpy, strdup to aliases.
9503         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9504         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9505
9506 2006-10-10  Bruno Haible  <bruno@clisp.org>
9507
9508         Make it possible to #define gcd to an alias.
9509         * lib/gcd.c: Include config.h.
9510
9511 2006-10-10  Bruno Haible  <bruno@clisp.org>
9512
9513         Make it possible to #define c_isascii to an alias.
9514         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9515         defined. Undefine the macros before defining them, to avoid gcc
9516         warnings.
9517         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9518         define NO_C_CTYPE_MACROS early.
9519
9520 2006-10-10  Bruno Haible  <bruno@clisp.org>
9521
9522         Make it possible to #define set_program_name to an alias.
9523         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9524         ENABLE_RELOCATABLE early.
9525
9526 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9527
9528         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9529         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9530         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9531         More generally, don't assume that 64-bit signed int is available
9532         if unsigned int is, and vice versa.
9533         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9534         unsigned symbols, not on their signed counterparts.
9535         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9536         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9537         (UINT64_C, UINTMAX_C):
9538         Likewise.
9539         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9540         unsigned counterparts.
9541         (Have_long_long, Unsigned): New macros.
9542         (Int): Renamed from INT.
9543         (strtoimax): Use the new macros.
9544         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9545         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9546         * modules/inttypes (inttypes.h): Substitute
9547         HAVE_UNSIGNED_LONG_LONG_INT.
9548         * modules/stdint (stdint.h): Likewise.
9549         (Files): Add m4/ulonglong.m4.
9550
9551 2006-10-10  Bruno Haible  <bruno@clisp.org>
9552
9553         Fix a gcc -Wshadow warning.
9554         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9555         to 'bucket'.
9556         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9557         gl_linked_indexof_from_to): Likewise.
9558         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9559         Likewise.
9560         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9561         Likewise.
9562         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9563         Reported by Eric Blake.
9564
9565 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9566
9567         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9568         for NetBSD.  Problem reported by Bruno Haible.
9569
9570 2006-10-09  Jim Meyering  <jim@meyering.net>
9571
9572         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9573         Patch from Bruno Haible.
9574
9575 2006-10-09  Jim Meyering  <jim@meyering.net>
9576
9577         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9578         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9579         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9580
9581 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         Don't include <config.h> twice; this doesn't work in some cases,
9584         e.g., when config.h has "#define intmax_t long long int" and
9585         we include <config.h>, <inttypes.h>, <config.h> in that order.
9586         Problem reported by Matthew Woehlke in:
9587         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9588         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9589         * lib/fts-cycle.c: Don't include config.h.
9590         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9591         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9592         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9593         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9594         inttypes.h.
9595         * lib/xstrtoumax.c: Likewise.
9596         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9597         __strtol and the like, so that this module is more like its siblings.
9598         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9599         Remove; no longer needed now that we assume gnulib inttypes.h.
9600
9601 2006-10-08  Bruno Haible  <bruno@clisp.org>
9602
9603         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9604         option.
9605
9606 2006-10-07  Jim Meyering  <jim@meyering.net>
9607
9608         * modules/inttypes (inttypes.h): Revert what seems to have been
9609         an inadvertent part of today's change: use "|", not "/" in the
9610         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9611
9612 2006-10-07  Bruno Haible  <bruno@clisp.org>
9613
9614         * modules/sublist: New file.
9615
9616 2006-10-07  Bruno Haible  <bruno@clisp.org>
9617
9618         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9619         * modules/argz (argz.h): Likewise.
9620         * modules/arpa_inet (arpa/inet.h): Likewise.
9621         * modules/byteswap (byteswap.h): Likewise.
9622         * modules/configmake (configmake.h): Likewise.
9623         * modules/fcntl (fcntl.h): Likewise.
9624         * modules/fnmatch (fnmatch.h): Likewise.
9625         * modules/getopt (getopt.h): Likewise.
9626         * modules/glob (glob.h): Likewise.
9627         * modules/inttypes (inttypes.h): Likewise.
9628         * modules/netinet_in (netinet/in.h): Likewise.
9629         * modules/poll (poll.h): Likewise.
9630         * modules/stdbool (stdbool.h): Likewise.
9631         * modules/stdint (stdint.h): Likewise.
9632         * modules/sys_select (sys/select.h): Likewise.
9633         * modules/sys_socket (sys/socket.h): Likewise.
9634         * modules/sys_stat (sys/stat.h): Likewise.
9635         * modules/sysexits (sysexits.h): Likewise.
9636         * modules/unistd (unistd.h): Likewise.
9637         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9638         Add a "DO NOT EDIT" comment to the generated file.
9639         (func_import): Likewise for gnulib-comp.m4.
9640
9641 2006-10-07  Bruno Haible  <bruno@clisp.org>
9642
9643         * lib/gl_sublist.h: New file.
9644         * lib/gl_sublist.c: New file.
9645
9646 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9649         name (relative to the original working directory) and the file
9650         name component (relative to the temporary working directory).  All
9651         callers changed.
9652         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9653         * lib/mkdir-p.c (make_dir_parents): Likewise.
9654         * lib/mkdir-p.h (make_dir_parents): Likewise.
9655
9656 2006-10-06  Eric Blake  <ebb9@byu.net>
9657
9658         Define several macros for use by the clean-temp module.
9659         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9660         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9661         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9662
9663         * lib/clean-temp.h (close_stream_temp): New declaration.
9664         * lib/clean-temp.c (includes): Pull in headers according to what
9665         other modules are in use.
9666         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9667
9668 2006-10-06  Bruno Haible  <bruno@clisp.org>
9669
9670         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9671         instead of fopen, fwriteerror.
9672
9673 2006-10-06  Bruno Haible  <bruno@clisp.org>
9674
9675         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9676         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9677         int.
9678         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9679         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9680         Return an error indicator.
9681         Suggested by Eric Blake.
9682
9683 2006-10-06  Bruno Haible  <bruno@clisp.org>
9684
9685         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9686         Reported by Eric Blake.
9687
9688 2006-10-06  Bruno Haible  <bruno@clisp.org>
9689
9690         * modules/closeout (Description): Mention stderr too.
9691
9692 2006-10-06  Bruno Haible  <bruno@clisp.org>
9693         and Paul Eggert  <eggert@cs.ucla.edu>
9694
9695         * lib/closeout.c (close_stdout): Also close stderr.
9696         * lib/closeout.h: Update comment.
9697
9698 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9701         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9702         * lib/dirchownmod.c: Include lchown.h.
9703         * lib/lchown.c: Don't include files that lchown.h now includes.
9704         Don't declare chown, since lchown.h now does that.
9705         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9706         (lchown): Define to rpl_chown if lchown is declared but
9707         does not exist.  Declare using a prototype if lchown is not
9708         declared.  Add a copyright notice.
9709         * lib/mkstemp.h: Include <unistd.h>.
9710         * lib/openat.c: Include lchown.h.
9711
9712         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9713         we now test for that separately.
9714         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9715         rather than O_NOFOLLOW, when testing whether it's possible to
9716         avoid a race condition reliably.
9717         * lib/savewd.c (savewd_chdir): Likewise.
9718
9719         Remove macros that are no longer needed now that stdint.h is
9720         reliable.
9721         * lib/fsusage.c (UINTMAX_MAX): Remove.
9722         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9723         * lib/utimecmp.c (SIZE_MAX): Remove.
9724
9725         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9726
9727         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9728         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9729         O_NOATIME works.
9730
9731 2006-10-05  Bruno Haible  <bruno@clisp.org>
9732
9733         * lib/gl_list.h (gl_sortedlist_search_from_to,
9734         gl_sortedlist_indexof_from_to): New declarations.
9735         (gl_list_implementation): New fields sortedlist_search_from_to,
9736         sortedlist_indexof_from_to.
9737         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9738         inline functions.
9739         * lib/gl_list.c (gl_sortedlist_search_from_to,
9740         gl_sortedlist_indexof_from_to): New functions.
9741         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9742         function.
9743         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9744         (gl_array_sortedlist_search_from_to): New function.
9745         (gl_array_list_implementation): Update.
9746         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9747         function.
9748         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9749         (gl_carray_sortedlist_search_from_to): New function.
9750         (gl_carray_list_implementation): Update.
9751         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9752         gl_linked_sortedlist_indexof_from_to): New functions.
9753         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9754         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9755         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9756         gl_tree_sortedlist_indexof_from_to): New functions.
9757         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9758         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9759         Update.
9760         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9761         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9762         Update.
9763
9764 2006-10-05  Bruno Haible  <bruno@clisp.org>
9765
9766         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9767         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9768         (struct gl_list_implementation): Add fields search_from_to,
9769         indexof_from_to. Remove fields search, indexof.
9770         (gl_list_search): Use the search_from_to method.
9771         (gl_list_search_from, gl_list_search_from_to): New functions.
9772         (gl_list_indexof): Use the indexof_from_to method.
9773         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9774         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9775         (gl_list_search_from, gl_list_search_from_to): New functions.
9776         (gl_list_indexof): Use the indexof_from_to method.
9777         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9778         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9779         gl_array_indexof. Add start_index, end_index arguments.
9780         (gl_array_search_from_to): Renamed from gl_array_search. Add
9781         start_index, end_index arguments.
9782         (gl_array_remove, gl_array_list_implementation): Update.
9783         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9784         gl_carray_indexof. Add start_index, end_index arguments.
9785         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9786         start_index, end_index arguments.
9787         (gl_carray_remove, gl_carray_list_implementation): Update.
9788         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9789         gl_linked_search. Add start_index, end_index arguments.
9790         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9791         start_index, end_index arguments.
9792         (gl_linked_remove): Update.
9793         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9794         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9795         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9796         field to 'size_t'.
9797         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9798         gl_tree_search. Add start_index, end_index arguments.
9799         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9800         start_index, end_index arguments.
9801         (gl_tree_remove): Update.
9802         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9803         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9804         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9805         function.
9806         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9807         gl_tree_search. Add start_index, end_index arguments.
9808         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9809         start_index, end_index arguments.
9810         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9811         Update.
9812         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9813
9814 2006-10-05  Bruno Haible  <bruno@clisp.org>
9815
9816         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9817
9818         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9819         fwriteerror_temp): New declarations.
9820         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9821         (descriptors): New variable.
9822         (cleanup): First, close the descriptors.
9823         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9824         fclose_temp, fwriteerror_temp): New functions.
9825
9826 2006-10-04  Jim Meyering  <jim@meyering.net>
9827
9828         * lib/fts.c (fts_open): Tiny comment change.
9829
9830 2006-10-04  Bruno Haible  <bruno@clisp.org>
9831
9832         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9833         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9834         gl_LOCK_BODY.
9835         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9836         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9837         gl_LOCK_EARLY_BODY.
9838         (gl_LOCK): Require gl_LOCK_BODY.
9839
9840 2006-10-04  Bruno Haible  <bruno@clisp.org>
9841
9842         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9843         (gl_oset_search_atleast): New declaration.
9844         (struct gl_oset_implementation): Add field 'search_atleast'.
9845         (gl_oset_search_atleast): New inline function.
9846         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9847         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9848         (gl_array_oset_implementation): Update.
9849         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9850         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9851         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9852
9853 2006-10-04  Bruno Haible  <bruno@clisp.org>
9854
9855         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9856
9857 2006-10-03  Bruno Haible  <bruno@clisp.org>
9858
9859         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9860         from gl_avltreehash_list_implementation.
9861
9862 2006-10-03  Bruno Haible  <bruno@clisp.org>
9863
9864         * lib/gl_oset.c (gl_oset_add): Fix return type.
9865
9866 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9867
9868         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9869
9870 2006-10-02  Eric Blake  <ebb9@byu.net>
9871
9872         * modules/strnlen (Depends-on): Add extensions.
9873
9874 2006-10-02  Eric Blake  <ebb9@byu.net>
9875
9876         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9877         definition in 2.60+.
9878
9879 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9880
9881         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9882         checks.
9883
9884 2006-10-02  Bruno Haible  <bruno@clisp.org>
9885
9886         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9887         to the AUTOMAKE_OPTIONS.
9888         Reported by Jim Meyering.
9889
9890 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         Work around bug in Solaris 10 /proc file system:
9893         /proc/self/fd/NNN/.. isn't the parent directory of
9894         the directory whose file descriptor is NNN.  This needs to
9895         be worked around at run time, not compile time, since a
9896         program might be built on Solaris 8, where things work, and
9897         run on Solaris 10.
9898         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9899         to use the following interface instead:
9900         (OPENAT_BUFFER_SIZE): New macro.
9901         (openat_proc_name): New function.
9902         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9903         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9904         Likewise.
9905         * lib/openat-proc.c: New file.
9906         * modules/openat (Files): Add lib/openat-proc.c.
9907         (Depends-on): Add same-inode, stdbool.
9908         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9909
9910 2006-09-29  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9913         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9914         argument. Set stdout_closed before testing for ferror, not after.
9915         (fwriteerror, fwriteerror_no_ebadf): New functions.
9916
9917 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9918
9919         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9920
9921 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9922
9923         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9924         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9925
9926 2006-09-28  Jim Meyering  <jim@meyering.net>
9927
9928         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9929         Include <unistd.h>.
9930
9931 2006-09-28  Bruno Haible  <bruno@clisp.org>
9932
9933         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9934         * modules/linkedhash-list (Depends-on): Likewise.
9935         * modules/rbtreehash-list (Depends-on): Likewise.
9936
9937 2006-09-28  Bruno Haible  <bruno@clisp.org>
9938
9939         * lib/strndup.h: Simplify the redefinition of strndup.
9940         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9941         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9942
9943 2006-09-28  Bruno Haible  <bruno@clisp.org>
9944
9945         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9946         * lib/gl_linkedhash_list.c: Likewise.
9947         * lib/gl_rbtreehash_list.c: Likewise.
9948
9949 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9950
9951         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9952         getaddrinfo.
9953
9954         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9955         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9956         it causes <stdio_ext.h> to cause a compile-time error.
9957         Problem reported by Nelson H. F. Beebe.
9958         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9959         of HAVE_DECL___PENDING.
9960
9961         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9962         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9963         declaration.
9964
9965 2006-09-27  Jim Meyering  <jim@meyering.net>
9966
9967         This file could end up with a definition for a function
9968         named __strndup, rather than rpl_strndup on a system with
9969         incomplete weak_alias support.
9970         * lib/strndup.c (strndup): Rename from __strndup.
9971         Remove #defines that used to map __strndup to strndup.
9972         Don't use K&R prototypes.
9973         Remove LIBC-related code, since this file is not sync'd with glibc.
9974         * lib/strndup.h: Revamp, accordingly.
9975         * m4/strndup.m4: Modernize.
9976
9977 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9978
9979         * modules/savewd (Depends-on): Add 'raise'.
9980         * lib/savewd.c: Include <signal.h>, for 'raise'.
9981
9982 2006-09-26  Jim Meyering  <jim@meyering.net>
9983
9984         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9985         when we detect Darwin 8.7.0's acl_get_file bug.
9986         Rearrange to perform the new (below) run-test while $LIBS
9987         contains any acl-related library.  Set USE_ACL at the end.
9988         (gl_ACL_GET_FILE): New function.
9989
9990 2006-09-26  Eric Blake  <ebb9@byu.net>
9991
9992         * lib/verror.c: Include <config.h> unconditionally.
9993
9994 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * modules/clock-time (Maintainer): Add self.
9997         * modules/getlogin_r (Depends-on): Add extensions.
9998
9999 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10000
10001         * modules/clock-time: New module.
10002         * modules/nanosleep (Depends-on): Add clock-time.
10003         * modules/gethrxtime (Depends-on): Likewise.
10004         * modules/gettime (Depends-on): Likewise.
10005         * modules/settime (Depends-on): Likewise.
10006
10007         * modules/fts-lgpl: Depend on openat.
10008         * modules/mkancesdirs: Depend on savewd.
10009         * modules/mkdir-p: Likewise.
10010
10011 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10012
10013         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10014
10015         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10016         `gl_have_arbitrary_file_name_length_limit' to
10017         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10018         actually works between configure runs.
10019
10020 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10021             Bruno Haible  <bruno@clisp.org>
10022
10023         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10024
10025 2006-09-25  Jim Meyering  <jim@meyering.net>
10026
10027         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10028         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10029
10030 2006-09-25  Eric Blake  <ebb9@byu.net>
10031
10032         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10033         exec's in 2006-09-18 patch when shuffling fds.
10034
10035 2006-09-25  Bruno Haible  <bruno@clisp.org>
10036
10037         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10038         Reported by Jim Meyering.
10039
10040 2006-09-24  Jim Meyering  <jim@meyering.net>
10041
10042         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10043         compare a pointer against a literal "0".  That caused failures with
10044         at least HP-UX's hpcc.
10045
10046 2006-09-22  Simon Josefsson  <jas@extundo.com>
10047
10048         * modules/gc-sha1:
10049         * modules/gc-md4:
10050         * modules/gc-hmac-sha1:
10051         * modules/gc-hmac-md5:
10052         * modules/gc-des:
10053         * modules/gc-arcfour: Distribute more files.
10054
10055 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10056
10057         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10058         (gl_linked_iterator_from_to): Initialize struct completely.
10059         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10060         (gl_tree_iterator_from_to): Likewise
10061         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10062         * lib/gl_array_list.c [lint] (gl_array_iterator)
10063         (gl_array_iterator_from_to): Likewise.
10064         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10065         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10066         (gl_carray_iterator_from_to): Likewise.
10067
10068         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10069         * lib/md4.c (md4_process_block): Remove unused variable.
10070         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10071         parentheses for clarity.
10072
10073 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10074
10075         * modules/bison-i18n (Depends-on): Add gettext.
10076
10077 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10078
10079         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10080         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10081         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10082         also add missing comma that caused broken test.
10083         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10084         stdlib.h, for `abort'.
10085         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10086         variables.
10087         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10088         include unistd.h if present, for `rmdir'.
10089         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10090         variables.
10091         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10092         in the process include standard headers for prototypes.
10093         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10094         gets declared on GNU/Linux.
10095         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10096         unistd.h, for `rmdir'.
10097         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10098
10099         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10100         always true.
10101         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10102
10103         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10104
10105 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10106
10107         * gnulib-tool (func_version): Create output all at once.  This
10108         may help avoid triggering unnecessary SIGPIPEs, and at any
10109         rate it doesn't hurt.
10110
10111 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10112             Bruno Haible  <bruno@clisp.org>
10113
10114         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10115         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10116         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10117
10118         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10119         (gl_FUNC_VASPRINTF): Invoke it.
10120
10121 2006-09-22  Bruno Haible  <bruno@clisp.org>
10122
10123         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10124         getloadavg.c as first argument.
10125
10126 2006-09-22  Bruno Haible  <bruno@clisp.org>
10127
10128         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10129         at the beginning of the gl_INIT macro.
10130         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10131         gl_GETLOADAVG.
10132
10133 2006-09-22  Bruno Haible  <bruno@clisp.org>
10134
10135         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10136         module.
10137         Suggested by Ralf Wildenhues.
10138
10139 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10140
10141         Import this patch from libc:
10142
10143         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10144
10145         * lib/regex_internal.c (re_string_reconstruct): Handle
10146         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10147         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10148         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10149         re_string_context_at.
10150
10151         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10152         now requires it.
10153         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10154         gl_REGEX now does it for us.
10155         (gl_REGEX): Add test taken from
10156         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10157
10158         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10159         Check that large offsets work.  Modernize Autoconf usages.
10160         Prefer "yes" to mean a good thing rather than a bad.
10161         Don't put "#define mkstemp" in config.h, as this might interfere
10162         with standard system headers that "#define mkstemp mkstemp64".
10163
10164         * modules/mkstemp (Depends-on): Add extensions, so that
10165         mkstemp is visible on some platforms.
10166         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10167         (Include): Change to "mkstemp.h" from <stdlib.h>.
10168         (Files): Add mkstemp.h.
10169
10170         * lib/mkstemp.h: New file, since some standard headers
10171         #define mkstemp.
10172         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10173         Include "mkstemp.h".
10174         Make the _LIBC code resemble glibc original more,
10175         e.g., use K&R style.
10176         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10177         (mkstemp): Remove, since mkstemp.h does this for us.
10178         * lib/stdlib--.h: Include mkstemp.h.
10179
10180         Import this patch from libc:
10181
10182         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10183
10184         * lib/tempname.c (__gen_tempname): Change attempts_min
10185         into a macro.  Use preprocessor to decide how to initialize
10186         attempts [Coverity CID 67].
10187
10188 2006-09-20  Bruno Haible  <bruno@clisp.org>
10189
10190         * lib/mkdtemp.c: Import from libc.
10191         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10192                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10193                 attempts_min into a macro.  Use preprocessor to decide how to
10194                 initialize attempts [Coverity CID 67].
10195         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10196                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10197                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10198
10199 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10200
10201         * gnulib-tool (func_exit): New function, to allow to pass the
10202         exit status portably through the trap.  Use everywhere.
10203         (--help, --version): Signal a write error.
10204         (trap): catch SIGPIPE, for write errors.
10205         Exit at the end of the trap, with the correct exit status.
10206
10207 2006-09-19  Karl Berry  <karl@gnu.org>
10208
10209         * doc/gnulib.texi: note about the license texinfo files.
10210
10211 2006-09-19  Eric Blake  <ebb9@byu.net>
10212
10213         * gnulib-tool: Avoid space-tab.
10214
10215 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10216
10217         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10218         that prevented coreutils 6.1 from building.  Problem reported
10219         by Petter Reinholdtsen.
10220
10221 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10222
10223         * gnulib-tool (avoidlist): Fix typo that broke options like
10224         --avoid=lock that are used by coreutils bootstrap.
10225
10226 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10227
10228         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10229         more systematically.
10230
10231 2006-09-18  Jim Meyering  <jim@meyering.net>
10232
10233         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10234
10235 2006-09-18  Bruno Haible  <bruno@clisp.org>
10236
10237         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10238
10239 2006-09-18  Bruno Haible  <bruno@clisp.org>
10240
10241         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10242         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10243         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10244         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10245         * m4/gettext.m4: Require autoconf >= 2.52.
10246         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10247         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10248         of gl_cv_header_inttypes_h.
10249
10250 2006-09-18  Bruno Haible  <bruno@clisp.org>
10251
10252         * lib/javaversion.c: Include configmake.h.
10253
10254 2006-09-18  Bruno Haible  <bruno@clisp.org>
10255
10256         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10257         avoid that the while loops be executed in a subshell.
10258
10259 2006-09-18  Bruno Haible  <bruno@clisp.org>
10260
10261         * MODULES.html.sh (func_module): Break long lines.
10262         Suggested by Bruce Korb <bkorb@gnu.org>.
10263
10264 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10265
10266         Speed up by a factor of 1.12.
10267         * gnulib-tool (nl): New variable.
10268         (func_import): Rewrite include directive extraction to only read each
10269         directive once.
10270
10271 2006-09-17  Bruno Haible  <bruno@clisp.org>
10272
10273         * modules/javaversion (Makefile.am): Remove DEFS setting.
10274         (Depends-on): Add configmake, for PKGDATADIR definition.
10275
10276 2006-09-17  Bruno Haible  <bruno@clisp.org>
10277
10278         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10279
10280 2006-09-17  Bruno Haible  <bruno@clisp.org>
10281
10282         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10283         (func_modules_transitive_closure, func_modules_add_dummy,
10284         func_modules_to_filelist, func_import, func_create_testdir,
10285         func_create_megatestdir, ...): Use it wherever possible.
10286         Suggested by Ralf Wildenhues.
10287
10288 2006-09-16  Karl Berry  <karl@gnu.org>
10289
10290         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10291         to avoid sectioning errors.
10292         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10293         [ifinfo]: blank line after @center-ed titles.
10294         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10295         Spell FSF address consistently with others.
10296         (These changes approved by rms.)
10297
10298 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10299
10300         Speed up by a factor of 1.61.
10301         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10302         already checked module names again.
10303
10304 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10305
10306         Speed up by a factor of 1.13.
10307         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10308         for new_files, and the input to func_add_or_update.
10309
10310 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10311
10312         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10313         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10314
10315 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * modules/mkancesdirs (Depends-on): Add fcntl.
10318         * modules/savewd: New file.
10319         * MODULES.html.sh (File system functions): Add savewd.
10320
10321         * modules/configmake (Makefile.am): Add support for the
10322         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10323
10324 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10325
10326         * m4/savewd.m4: New file.
10327
10328 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10331         (dirchownmod): New arg FD.  All callers changed.
10332         Use FD rather than opening the directory ourself, as opening is
10333         now the caller's responsibility.
10334         * lib/dirchownmod.h: Likewise.
10335         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10336         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10337         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10338         (test_dir): Remove.
10339         (mkancesdirs): Return length of prefix of FILE that has already
10340         been made, or -2 if there is a child doing the work.  Redo
10341         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10342         ".", and treat ".." specially since it might stray back into
10343         already-created areas.  Use a subprocess if necessary.  New arg
10344         WD; all users changed.  MAKE_DIR function should now return 1
10345         if it creates a directory that is not readable.  Return -2 if
10346         a child process is spun off.
10347         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10348         Adjust signature to match code.
10349         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10350         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10351         all users changed.
10352         * lib/savewd.c, lib/savewd.h: New files.
10353
10354 2006-09-15  Jim Meyering  <jim@meyering.net>
10355
10356         * modules/rename-dest-slash: New module.
10357         * MODULES.html.sh (posix_compat): Add it here.
10358
10359         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10360
10361 2006-09-15  Jim Meyering  <jim@meyering.net>
10362
10363         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10364         file.
10365
10366         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10367
10368 2006-09-15  Jim Meyering  <jim@meyering.net>
10369
10370         * lib/rename-dest-slash.c (has_trailing_slash): Use
10371         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10372         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10373         test before testing whether SRC is a directory.
10374         Suggestions from Bruno Haible.
10375
10376         Avoid a warning about an unused variable.
10377         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10378         into the #ifdef block where it's used.
10379
10380         * lib/rename-dest-slash.c: New file.
10381
10382 2006-09-14  Bruno Haible  <bruno@clisp.org>
10383
10384         * lib/allocsa.c: Include <config.h> unconditionally.
10385         * lib/asnprintf.c: Likewise.
10386         * lib/asprintf.c: Likewise.
10387         * lib/c-strcasecmp.c: Likewise.
10388         * lib/c-strcasestr.c: Likewise.
10389         * lib/c-strncasecmp.c: Likewise.
10390         * lib/c-strstr.c: Likewise.
10391         * lib/classpath.c: Likewise.
10392         * lib/clean-temp.c: Likewise.
10393         * lib/concatpath.c: Likewise.
10394         * lib/copy-file.c: Likewise.
10395         * lib/csharpcomp.c: Likewise.
10396         * lib/csharpexec.c: Likewise.
10397         * lib/execute.c: Likewise.
10398         * lib/fatal-signal.c: Likewise.
10399         * lib/findprog.c: Likewise.
10400         * lib/fwriteerror.c: Likewise.
10401         * lib/gl_array_list.c: Likewise.
10402         * lib/gl_array_oset.c: Likewise.
10403         * lib/gl_avltree_list.c: Likewise.
10404         * lib/gl_avltree_oset.c: Likewise.
10405         * lib/gl_avltreehash_list.c: Likewise.
10406         * lib/gl_carray_list.c: Likewise.
10407         * lib/gl_linked_list.c: Likewise.
10408         * lib/gl_linkedhash_list.c: Likewise.
10409         * lib/gl_list.c: Likewise.
10410         * lib/gl_oset.c: Likewise.
10411         * lib/gl_rbtree_list.c: Likewise.
10412         * lib/gl_rbtree_oset.c: Likewise.
10413         * lib/gl_rbtreehash_list.c: Likewise.
10414         * lib/imaxabs.c: Likewise.
10415         * lib/imaxdiv.c: Likewise.
10416         * lib/javacomp.c: Likewise.
10417         * lib/javaexec.c: Likewise.
10418         * lib/javaversion.c: Likewise.
10419         * lib/linebreak.c: Likewise.
10420         * lib/localcharset.c: Likewise.
10421         * lib/lock.c: Likewise.
10422         * lib/mbchar.c: Likewise.
10423         * lib/mbswidth.c: Likewise.
10424         * lib/mkdtemp.c: Likewise.
10425         * lib/pipe.c: Likewise.
10426         * lib/printf-args.c: Likewise.
10427         * lib/printf-parse.c: Likewise.
10428         * lib/progname.c: Likewise.
10429         * lib/progreloc.c: Likewise.
10430         * lib/readlink.c: Likewise.
10431         * lib/sh-quote.c: Likewise.
10432         * lib/stpcpy.c: Likewise.
10433         * lib/stpncpy.c: Likewise.
10434         * lib/strcasecmp.c: Likewise.
10435         * lib/strcasestr.c: Likewise.
10436         * lib/strcspn.c: Likewise.
10437         * lib/striconv.c: Likewise.
10438         * lib/strncasecmp.c: Likewise.
10439         * lib/strnlen1.c: Likewise.
10440         * lib/strstr.c: Likewise.
10441         * lib/strtok_r.c: Likewise.
10442         * lib/tls.c: Likewise.
10443         * lib/tmpdir.c: Likewise.
10444         * lib/unicodeio.c: Likewise.
10445         * lib/unsetenv.c: Likewise.
10446         * lib/vasnprintf.c: Likewise.
10447         * lib/vasprintf.c: Likewise.
10448         * lib/wait-process.c: Likewise.
10449         * lib/xallocsa.c: Likewise.
10450         * lib/xsetenv.c: Likewise.
10451         * lib/xstriconv.c: Likewise.
10452
10453 2006-09-13  Simon Josefsson  <jas@extundo.com>
10454
10455         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10456         that internally, suggested by Ralf Wildenhues
10457         <Ralf.Wildenhues@gmx.de>.
10458
10459 2006-09-13  Simon Josefsson  <jas@extundo.com>
10460
10461         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10462         @LIBOBJS@.
10463         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10464
10465 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10466
10467         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10468         longer worry about uses that don't define HAVE_CONFIG_H.
10469         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10470         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10471         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10472         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10473         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10474         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10475         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10476         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10477         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10478         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10479         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10480         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10481         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10482         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10483         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10484         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10485         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10486         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10487         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10488         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10489         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10490         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10491         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10492         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10493         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10494         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10495         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10496         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10497         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10498         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10499         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10500         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10501         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10502         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10503         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10504         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10505         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10506         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10507         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10508         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10509         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10510         Likewise.
10511
10512 2006-09-13  Eric Blake  <ebb9@byu.net>
10513
10514         * lib/getopt.c: Fix typo in last commit.
10515
10516 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10517
10518         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10519         dgettext.
10520
10521 2006-09-12  Jim Meyering  <jim@meyering.net>
10522
10523         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10524         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10525         Reported by Nelson H. F. Beebe.
10526
10527 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10528
10529         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10530         program_invocation_name and program_invocation_short_name are
10531         initialized.
10532         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10533         and program_invocation_short_name to argp.h, so they are visible
10534         to user programs.
10535         * lib/argp.h: Likewise
10536
10537 2006-09-10  Bruno Haible  <bruno@clisp.org>
10538
10539         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10540         m4/inttypes_h.m4, m4/uintmax_t.m4.
10541
10542 2006-09-10  Bruno Haible  <bruno@clisp.org>
10543
10544         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10545         gl_AC_TYPE_UINTMAX_T.
10546
10547 2006-09-10  Bruno Haible  <bruno@clisp.org>
10548
10549         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10550
10551 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10552
10553         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10554         convention.  Text proposed by Bruno Haible.
10555         (struct argp_option): Document the use of N_() wrappers.
10556
10557         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10558         '\v', and translate the two parts separately, instead of feeding
10559         the whole string to gettext.  This allows to exclude
10560         '\v' from the strings visible to the translator by writing doc
10561         strings as N_("..") "\v" N_("..").
10562
10563 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10564
10565         * config/srclist.txt: Undo latest change; the bug was fixed.
10566
10567 2006-09-09  Bruno Haible  <bruno@clisp.org>
10568
10569         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10570         assignments if building a library without libtool.
10571         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10572         in func_emit_lib_Makefile_am.
10573         (func_import): When building a static library libfoo.a, arrange to
10574         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10575         (func_create_testdir): Likewise.
10576         * modules/gc (configure.ac, Makefile.am): If building statically,
10577         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10578         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10579         * modules/striconv (configure.ac, Makefile.am): Likewise.
10580         Based on a suggestion by Ralf Wildenhues.
10581
10582 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10583
10584         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10585         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10586         Also:
10587
10588         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10589         Add year_2050_test to catch glibc bug 2821
10590         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10591
10592         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10593         Prefer #ifdef to #if.
10594
10595         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10596         Return from 'main' instead of calling 'exit'.
10597
10598 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10599
10600         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10601         returned the maximum time_t value rather than (time_t) -1.
10602         Problem originally reported by William Bardwell
10603         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10604
10605         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10606         Moved to here ...
10607         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10608         ... from here.
10609
10610 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10613         2821 is fixed.
10614
10615 2006-09-08  Jim Meyering  <jim@meyering.net>
10616
10617         Don't make generated files read-only.  That would bother too many
10618         people.  However, do retain the ability to work when targets are
10619         read-only: remove the destination and temporary files before writing
10620         them (when generated via sed or echo), or by using the -f option for
10621         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10622         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10623         * modules/byteswap, modules/configmake, modules/fcntl:
10624         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10625         * modules/localcharset, modules/netinet_in, modules/poll:
10626         * modules/stdbool, modules/stdint, modules/sys_select:
10627         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10628
10629 2006-09-08  Jim Meyering  <jim@meyering.net>
10630
10631         Avoid new build failure on FreeBSD 6.0.
10632         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10633         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10634         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10635
10636 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10637
10638         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10639
10640 2006-09-07  Jim Meyering  <jim@meyering.net>
10641
10642         Fix global typo in last change: use chmod u-w, not chmod u-x.
10643         Spotted by Paul Eggert and Bruce Korb.
10644         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10645         * modules/byteswap, modules/configmake, modules/fcntl:
10646         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10647         * modules/localcharset, modules/netinet_in, modules/poll:
10648         * modules/stdbool, modules/stdint, modules/sys_select:
10649         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10650
10651 2006-09-06  Jim Meyering  <jim@meyering.net>
10652
10653         Make generated files be read-only.
10654         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10655         Ensure that each generated file is now read-only.
10656         * modules/argz: Likewise.
10657         * modules/arpa_inet: Likewise.
10658         * modules/byteswap: Likewise.
10659         * modules/configmake: Likewise.
10660         * modules/fcntl: Likewise.
10661         * modules/fnmatch: Likewise.
10662         * modules/getopt: Likewise.
10663         * modules/glob: Likewise.
10664         * modules/inttypes: Likewise.
10665         * modules/netinet_in: Likewise.
10666         * modules/poll: Likewise.
10667         * modules/stdbool: Likewise.
10668         * modules/stdint: Likewise.
10669         * modules/sys_select: Likewise.
10670         * modules/sys_socket: Likewise.
10671         * modules/sys_stat: Likewise.
10672         * modules/sysexits: Likewise.
10673         * modules/localcharset: Same as above, but continue using temporary
10674         file named "t-$@" (why different?) rather than the "$@-t" used
10675         everywhere else.
10676
10677         * modules/sysexits (Makefile.am): Replace literal occurrences
10678         of "sysexit.h" more readable, and more consistent, "$@".
10679
10680 2006-09-06  Bruno Haible  <bruno@clisp.org>
10681
10682         * modules/striconv: New file.
10683         * modules/xstriconv: New file.
10684         * MODULES.html.sh (Internationalization functions): Add striconv,
10685         xstriconv.
10686
10687 2006-09-06  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10690         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10691         not using libtool correctly.
10692
10693 2006-09-06  Bruno Haible  <bruno@clisp.org>
10694
10695         * lib/striconv.h: New file.
10696         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10697         iconvstring.c.
10698         * lib/xstriconv.h: New file.
10699         * lib/xstriconv.c: New file.
10700
10701 2006-09-06  Bruno Haible  <bruno@clisp.org>
10702
10703         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10704         lib_..._LDFLAGS.
10705
10706 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10707
10708         * lib/argz_.h: Sync from Libtool.
10709
10710         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10711                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10712
10713         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10714
10715 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10716
10717         * modules/trim: New file.
10718
10719 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10720
10721         * lib/trim.h: New file.
10722         * lib/trim.c: New file.
10723
10724 2006-09-05  Bruno Haible  <bruno@clisp.org>
10725
10726         * MODULES.html.sh (String handling): Add trim.
10727
10728 2006-09-04  Karl Berry  <karl@gnu.org>
10729
10730         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10731         until next release.
10732
10733 2006-09-03  Bruno Haible  <bruno@clisp.org>
10734
10735         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10736         correctly.
10737
10738 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10739
10740         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10741         not gl_GETLOADAVG.  Omit unneeded semicolons.
10742         Problems reported by Ralf Wildenhues in
10743         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10744         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10745         at the end, which is the usual gnulib style.
10746
10747         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10748         of doing all the work ourselves.
10749         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10750         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10751
10752 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10753
10754         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10755         Problem reported by Ralf Wildenhues in
10756         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10757
10758         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10759         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10760
10761 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10764         yesterday's patch by changing test -n to test -z.
10765
10766 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10767
10768         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10769         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10770         the former is now obsolescent.
10771
10772         * modules/chdir-long (Depends-on): Add fcntl.
10773
10774 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10777         obsolescent, and programs should use gnulib instead.
10778         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10779         but with prefixes changed.
10780
10781 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10782
10783         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10784         or stdbool.h, because they might not exist while configuring.
10785
10786         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10787         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10788         does that for us.
10789         (O_DIRECTORY): Remove.
10790
10791 2006-08-31  Eric Blake  <ebb9@byu.net>
10792
10793         * gnulib-tool: Don't let emacs change spaces to TAB.
10794
10795 2006-08-31  Bruno Haible  <bruno@clisp.org>
10796
10797         * gnulib-tool: When calling func_import more than once, do it in a
10798         subshell.
10799         Reported by Eric Blake <ebb9@byu.net>.
10800
10801 2006-08-31  Bruno Haible  <bruno@clisp.org>
10802
10803         * gnulib-tool (nl): Remove variable.
10804         (sed_transform_lib_file): Use more robust test for config-h module.
10805         (func_import): Fix typo in 2006-08-25 patch.
10806
10807 2006-08-31  Bruno Haible  <bruno@clisp.org>
10808
10809         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10810         specified, augment Makefile.am variables instead of assigning them.
10811
10812 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10813
10814         Work around a bug in both the Linux and SunOS 64-bit kernels:
10815         nanosleep mishandles sleeps for longer than 2**31 seconds.
10816         Problem reported by Frank v Waveren in
10817         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10818         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10819         Check for nanosleep bug.
10820         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10821
10822 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10823
10824         Work around a bug in both the Linux and SunOS 64-bit kernels:
10825         nanosleep mishandles sleeps for longer than 2**31 seconds.
10826         Problem reported by Frank v Waveren in
10827         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10828         * lib/nanosleep.c (BILLION): New constant.
10829         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10830         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10831         implementation.
10832
10833 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10834
10835         * modules/nanosleep (Depends-on): Add gettime.
10836
10837 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10838         and Simon Josefsson  <jas@extundo.com>
10839         and Oskar Liljeblad  <oskar@osk.mine.nu>
10840
10841         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10842         * gnulib-tool (func_import): New license type 'unmodifiable license
10843         text'.
10844         * modules/fdl: Use it.  Longer description.
10845         * module/gpl, module/lgpl: New files.
10846
10847 2006-08-30  Jim Meyering  <jim@meyering.net>
10848
10849         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10850         shadowing the parameter.
10851
10852 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10853
10854         Sync from Libtool:
10855
10856         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10857
10858         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10859         sharing with gnulib.  Report by Eric Blake.
10860
10861 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * modules/isapipe: New file.
10864         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10865
10866 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10867
10868         * modules/configmake (Makefile.am): Add a comment, and omit
10869         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10870         by Bruno Haible.
10871
10872 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10873
10874         * m4/isapipe.m4: New file.
10875
10876 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * lib/isapipe.c, lib/isapipe.h: New files.
10879
10880 2006-08-29  Jim Meyering  <jim@meyering.net>
10881
10882         * modules/configmake (Makefile.am): Make configmake.h depend on
10883         Makefile.  Otherwise, a stale configmake.h could hang around.
10884
10885 2006-08-29  Eric Blake  <ebb9@byu.net>
10886
10887         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10888         resolution of upstream bug 3044.
10889
10890 2006-08-29  Bruno Haible  <bruno@clisp.org>
10891
10892         * modules/localcharset (Depends-on): Add configmake.
10893         (Makefile.am): Remove setting of LIBDIR through DEFS.
10894
10895 2006-08-29  Bruno Haible  <bruno@clisp.org>
10896
10897         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10898         defined.
10899
10900 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10901
10902         * modules/fcntl: New file.
10903         * modules/chdir-safer (Depends-on): Add fcntl.
10904         * modules/fts: Likewise.
10905         * modules/mkdir-p: Likewise.
10906
10907         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10908         This undoes the most recent change, since we're now addressing the
10909         problem in a different way.
10910
10911         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10912         into output, since the output might be called Makefile.am even
10913         if $makefile_name is something different.
10914         (func_import): Use $makefile_am rather than
10915         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10916         empty.
10917
10918         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10919
10920 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10921
10922         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10923         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10924         recent change to stdint.m4, since we're now addressing the problem in a
10925         different way.
10926
10927 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10928
10929         * m4/fcntl_h.m4: New file.
10930
10931 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10932
10933         * lib/fcntl_.h: New file.
10934         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10935         the fcntl module.
10936         * lib/dirchownmod.c: Likewise.
10937         * lib/fts.c: Likewise.
10938
10939         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10940         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10941         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10942         just before including <inttypes.h>, to avoid circular inclusion.
10943
10944 2006-08-28  Jim Meyering  <jim@meyering.net>
10945
10946         * doc/visibility.texi: Actually read and correct the grammar of the
10947         sentence affected by yesterday's change.
10948
10949 2006-08-28  Eric Blake  <ebb9@byu.net>
10950
10951         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10952         needs wrapper.
10953
10954 2006-08-28  Eric Blake  <ebb9@byu.net>
10955
10956         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10957
10958 2006-08-28  Eric Blake  <ebb9@byu.net>
10959
10960         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10961
10962 2006-08-28  Bruno Haible  <bruno@clisp.org>
10963
10964         * modules/c-strstr: New file, from GNU gettext.
10965         * MODULES.html.sh (String handling): Add c-strstr.
10966
10967 2006-08-28  Bruno Haible  <bruno@clisp.org>
10968
10969         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10970         macros.
10971         Reported by Eric Blake.
10972
10973 2006-08-28  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10976         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10977         * lib/vasprintf.c: Include errno.h, limits.h.
10978         (EOVERFLOW): New fallback definition.
10979         (vasprintf): Test here whether the string length is > INT_MAX.
10980         * lib/vsnprintf.c: Include errno.h, limits.h.
10981         (EOVERFLOW): New fallback definition.
10982         (vsnprintf): Fix bug when generated string was too long for the buffer.
10983         Test here whether the string length is > INT_MAX.
10984
10985 2006-08-28  Bruno Haible  <bruno@clisp.org>
10986
10987         * lib/inttypes_.h (SCNX*): Remove definitions.
10988         Reported by Eric Blake.
10989
10990 2006-08-28  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/c-strstr.h: New file, from GNU gettext.
10993         * lib/c-strstr.c: New file, from GNU gettext.
10994
10995 2006-08-28  Bruno Haible  <bruno@clisp.org>
10996
10997         * gnulib-tool: Reorder some statements.
10998
10999 2006-08-28  Bruno Haible  <bruno@clisp.org>
11000
11001         * gnulib-tool: New option --makefile-name.
11002         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11003         $makefile_name.
11004         (func_import): Write $makefile_name to the cache file, and read it from
11005         there unless explicitly specified. Use $makefile_name as file name
11006         instead of Makefile.am. Adjust the recommendations accordingly.
11007
11008 2006-08-28  Bruno Haible  <bruno@clisp.org>
11009
11010         * gnulib-tool (func_verify_module): Check against misapplying patch.
11011
11012 2006-08-28  Bruno Haible  <bruno@clisp.org>
11013
11014         * gnulib-tool (func_relativize, func_relconcat): New functions.
11015         Give an error if --local-dir is given with --update.
11016         Remove trailing slashes from $local_gnulib_dir.
11017         (func_import): Store the relativized $local_gnulib_dir in
11018         gnulib-cache.m4, and read it from there if not specified explicitly.
11019
11020 2006-08-28  Bruno Haible  <bruno@clisp.org>
11021
11022         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11023         is the current directory. Respect also $local_gnulib_dir.
11024
11025 2006-08-28  Bruno Haible  <bruno@clisp.org>
11026             Simon Josefsson  <jas@extundo.com>
11027
11028         BeOS portability.
11029         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11030
11031 2006-08-27  Jim Meyering  <jim@meyering.net>
11032
11033         * doc/visibility.texi: Remove duplicate word: "pointer".
11034
11035 2006-08-26  Bruno Haible  <bruno@clisp.org>
11036
11037         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11038         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11039         (Makefile.am): Create inttypes.h from inttypes_.h.
11040         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11041
11042         * modules/imaxabs: New file.
11043
11044         * modules/imaxdiv: New file.
11045
11046 2006-08-26  Bruno Haible  <bruno@clisp.org>
11047
11048         * m4/inttypes.m4: New file.
11049         * m4/_inttypes_h.m4: Remove file.
11050         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11051         PRI_MACROS_BROKEN.
11052         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11053
11054         * m4/imaxabs.m4: New file.
11055
11056         * m4/imaxdiv.m4: New file.
11057
11058 2006-08-26  Bruno Haible  <bruno@clisp.org>
11059
11060         * lib/inttypes_.h: New file.
11061         * lib/inttypes.h: Remove file.
11062         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11063
11064         * lib/imaxabs.c: New file.
11065
11066         * lib/imaxdiv.c: New file.
11067
11068 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11069
11070         New config-h module, so that "make" output needn't be cluttered
11071         by -DHAVE_CONFIG_H.
11072         * MODULES.html.sh (Support for building libraries and executables):
11073         Add config-h.
11074         * modules/config-h: New file.
11075         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11076         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11077         the config-h module is used.
11078
11079         New configmake module, so that "make" output needn't be cluttered
11080         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11081         * MODULES.html.sh (Support for building libraries and executables):
11082         Add configmake.
11083         * modules/configmake: New file.
11084
11085 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11086
11087         * m4/config-h.m4: New file.
11088
11089 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11090
11091         * config/srclist.txt: Add elisp-comp.
11092
11093 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11094
11095         * MODULES.html.sh (Support for building libraries and executables):
11096         Add elisp-comp.
11097         * build-aux/elisp-comp: New file.
11098         * modules/elisp-comp: New file.
11099
11100 2006-08-24  Bruno Haible  <bruno@clisp.org>
11101
11102         * gnulib-tool (func_create_testdir): Use non-default values of
11103         sourcebase and m4base.
11104
11105 2006-08-24  Bruno Haible  <bruno@clisp.org>
11106
11107         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11108         HTML structure.
11109
11110 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * modules/openat (Depends-on): Add lchown.
11113
11114 2006-08-23  Bruno Haible  <bruno@clisp.org>
11115
11116         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11117         of gl_LOCK_EARLY instead of gl_LOCK.
11118
11119 2006-08-23  Bruno Haible  <bruno@clisp.org>
11120
11121         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11122         on OSF/1 to no.
11123         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11124
11125 2006-08-23  Bruno Haible  <bruno@clisp.org>
11126
11127         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11128         as unusable.
11129
11130         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11131         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11132         (gl_LOCK): New macro.
11133
11134 2006-08-22  Simon Josefsson  <jas@extundo.com>
11135
11136         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11137         to md5 module.
11138
11139 2006-08-22  Simon Josefsson  <jas@extundo.com>
11140
11141         * MODULES.html.sh: Add "Support for maintaining and release
11142         projects".
11143
11144         * build-aux/gnupload: New file, from coreutils.
11145
11146 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         Avoid the need for AC_LIBSOURCES in m4 macros.
11149         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11150         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11151         * modules/check-version (EXTRA_DIST): Add check-version.h.
11152         * modules/crc (EXTRA_DIST): Add crc.h.
11153         * modules/des (EXTRA_DIST): Add des.h.
11154         * modules/gc (EXTRA_DIST): Add gc.h.
11155         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11156         * modules/getline (EXTRA_DIST): Add getline.h.
11157         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11158         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11159         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11160         * modules/md2 (EXTRA_DIST): Add md2.h.
11161         * modules/md4 (EXTRA_DIST): Add md4.h.
11162         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11163         * modules/read-file (EXTRA_DIST): Add read-file.h.
11164         * modules/readline (EXTRA_DIST): Add readline.h.
11165         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11166         rijndael-api-fst.h.
11167
11168 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * m4/rijndael.m4 (gl_ARCFOUR):
11171         * m4/arctwo.m4 (gl_ARCTWO):
11172         * m4/check-version.m4 (gl_CHECK_VERSION):
11173         * m4/crc.m4 (gl_CRC):
11174         * m4/des.m4 (gl_DES):
11175         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11176         * m4/gc.m4 (gl_GC):
11177         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11178         * m4/getline.m4 (gl_FUNC_GETLINE):
11179         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11180         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11181         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11182         * m4/md2.m4 (gl_MD2):
11183         * m4/md4.m4 (gl_MD4):
11184         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11185         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11186         * m4/readline.m4 (gl_FUNC_READLINE):
11187         * m4/rijndael.m4 (gl_RIJNDAEL):
11188         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11189         to get the necessary .h files and whatnot.
11190
11191 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11192
11193         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11194         gnulib rather than the other way around.
11195         * config/srclistvars.sh (COREUTILS): Remove.
11196
11197 2006-08-22  Jim Meyering  <jim@meyering.net>
11198
11199         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11200
11201         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11202
11203 2006-08-22  Eric Blake  <ebb9@byu.net>
11204
11205         * modules/regexprops-generic: New file.
11206         * MODULES.html.sh (Support for building documentation): List it.
11207
11208 2006-08-22  Eric Blake  <ebb9@byu.net>
11209
11210         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11211         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11212         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11213         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11214
11215 2006-08-22  Bruno Haible  <bruno@clisp.org>
11216
11217         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11218         and lib_LTLIBRARIES like the other lib_* variables.
11219
11220 2006-08-22  Bruno Haible  <bruno@clisp.org>
11221
11222         * build-aux/x-to-1.in: New file, from GNU gettext.
11223
11224 2006-08-22  Bruno Haible  <bruno@clisp.org>
11225
11226         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11227         <utmpx.h> exists.
11228
11229 2006-08-22  Bruno Haible  <bruno@clisp.org>
11230
11231         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11232         <utmpx.h> exists.
11233
11234 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         BeOS portability.
11237         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11238         exist.
11239         Problem reported by Bruno Haible.
11240
11241 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         Avoid the need for AC_LIBSOURCES in m4 macros.
11244         * modules/acl (EXTRA_DIST): Add acl.h.
11245         * modules/argmatch (Files): Add m4/argmatch.m4.
11246         (configure.ac): Add gl_ARGMATCH.
11247         (EXTRA_DIST): Renamed from lib_SOURCES, for
11248         consistency with the other modules.  Remove argmatch.c.
11249         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11250         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11251         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11252         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11253         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11254         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11255         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11256         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11257         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11258         * modules/closeout (EXTRA_DIST): Add closeout.h.
11259         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11260         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11261         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11262         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11263         dirname.h; remove basename.c and stripslash.c.
11264         * modules/exclude (EXTRA_DIST): Add exclude.h.
11265         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11266         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11267         * modules/file-type (EXTRA_DIST): Add file-type.h.
11268         * modules/filemode (EXTRA_DIST): Add filemode.h.
11269         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11270         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11271         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11272         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11273         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11274         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11275         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11276         * modules/getdate (EXTRA_DIST): Add getdate.c.
11277         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11278         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11279         * modules/getpass (EXTRA_DIST): Add getpass.h.
11280         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11281         * modules/group-member (EXTRA_DIST): Add group-member.h.
11282         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11283         * modules/hash (EXTRA_DIST): Add hash.h.
11284         * modules/human (EXTRA_DIST): Add human.h.
11285         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11286         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11287         * modules/lchown (EXTRA_DIST): Add lchown.h.
11288         * modules/long-options (EXTRA_DIST): Add long-options.h.
11289         * modules/lstat (EXTRA_DIST): Add lstat.h.
11290         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11291         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11292         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11293         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11294         * modules/memxor (EXTRA_DIST): Add memxor.h.
11295         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11296         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11297         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11298         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11299         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11300         * modules/physmem (EXTRA_DIST): Add physmem.h.
11301         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11302         * modules/posixver (EXTRA_DIST): Add posixver.h.
11303         * modules/quote (EXTRA_DIST): Add quote.h.
11304         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11305         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11306         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11307         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11308         regex_internal.h regexec.c.
11309         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11310         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11311         * modules/same (EXTRA_DIST): Add same.h.
11312         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11313         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11314         * modules/savedir (EXTRA_DIST): Add savedir.h.
11315         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11316         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11317         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11318         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11319         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11320         * modules/strdup (EXTRA_DIST): Add strdup.h.
11321         * modules/strftime (EXTRA_DIST): Add strftime.h.
11322         * modules/strndup (EXTRA_DIST): Add strndup.h.
11323         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11324         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11325         * modules/time_r (EXTRA_DIST): Add time_r.h.
11326         * modules/timespec (EXTRA_DIST): Add timespec.h.
11327         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11328         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11329         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11330         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11331         * modules/userspec (EXTRA_DIST): Add userspec.h.
11332         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11333         * modules/utimens (EXTRA_DIST): Add utimens.h.
11334         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11335         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11336         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11337         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11338         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11339         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11340         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11341         * modules/yesno (EXTRA_DIST): Add yesno.h.
11342
11343 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11346
11347         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11348         * m4/dev-ino.m4, same-inode.m4: Remove.
11349
11350         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11351         * m4/acl.m4 (AC_FUNC_ACL):
11352         * m4/backupfile.m4 (gl_BACKUPFILE):
11353         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11354         * m4/canon-host.m4 (gl_CANON_HOST):
11355         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11356         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11357         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11358         * m4/cloexec.m4 (gl_CLOEXEC):
11359         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11360         * m4/closeout.m4 (gl_CLOSEOUT):
11361         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11362         * m4/dirname.m4 (gl_DIRNAME):
11363         * m4/exclude.m4 (gl_EXCLUDE):
11364         * m4/exitfail.m4 (gl_EXITFAIL):
11365         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11366         * m4/file-type.m4 (gl_FILE_TYPE):
11367         * m4/filemode.m4 (gl_FILEMODE):
11368         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11369         * m4/fpending.m4 (gl_FUNC_FPENDING):
11370         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11371         * m4/fts.m4 (gl_FUNC_FTS):
11372         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11373         * m4/getdate.m4 (gl_GETDATE):
11374         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11375         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11376         * m4/getpass.m4 (gl_FUNC_GETPASS):
11377         * m4/gettime.m4 (gl_GETTIME):
11378         * m4/getugroups.m4 (gl_GETUGROUPS):
11379         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11380         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11381         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11382         * m4/hash.m4 (gl_HASH):
11383         * m4/idcache.m4 (gl_IDCACHE):
11384         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11385         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11386         * m4/long-options.m4 (gl_LONG_OPTIONS):
11387         * m4/lstat.m4 (gl_FUNC_LSTAT):
11388         * m4/md5.m4 (gl_MD5):
11389         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11390         * m4/memcoll.m4 (gl_MEMCOLL):
11391         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11392         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11393         * m4/memxor.m4 (gl_MEMXOR):
11394         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11395         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11396         * m4/modechange.m4 (gl_MODECHANGE):
11397         * m4/mountlist.m4 (gl_MOUNTLIST):
11398         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11399         * m4/openat.m4 (gl_FUNC_OPENAT):
11400         * m4/pathmax.m4 (gl_PATHMAX):
11401         * m4/physmem.m4 (gl_PHYSMEM):
11402         * m4/posixtm.m4 (gl_POSIXTM):
11403         * m4/posixver.m4 (gl_POSIXVER):
11404         * m4/quote.m4 (gl_QUOTE):
11405         * m4/quotearg.m4 (gl_QUOTEARG):
11406         * m4/readtokens.m4 (gl_READTOKENS):
11407         * m4/readutmp.m4 (gl_READUTMP):
11408         * m4/regex.m4 (gl_REGEX):
11409         * m4/safe-read.m4 (gl_SAFE_READ):
11410         * m4/safe-write.m4 (gl_SAFE_WRITE):
11411         * m4/same.m4 (gl_SAME):
11412         * m4/save-cwd.m4 (gl_SAVE_CWD):
11413         * m4/savedir.m4 (gl_SAVEDIR):
11414         * m4/settime.m4 (gl_SETTIME):
11415         * m4/sha1.m4 (gl_SHA1):
11416         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11417         * m4/stat-macros.m4 (gl_STAT_MACROS):
11418         * m4/stat-time.m4 (gl_STAT_TIME):
11419         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11420         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11421         * m4/strdup.m4 (gl_FUNC_STRDUP):
11422         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11423         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11424         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11425         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11426         * m4/time_r.m4 (gl_TIME_R):
11427         * m4/timespec.m4 (gl_TIMESPEC):
11428         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11429         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11430         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11431         * m4/userspec.m4 (gl_USERSPEC):
11432         * m4/utimecmp.m4 (gl_UTIMECMP):
11433         * m4/utimens.m4 (gl_UTIMENS):
11434         * m4/xalloc.m4 (gl_XALLOC):
11435         * m4/xgetcwd.m4 (gl_XGETCWD):
11436         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11437         * m4/xreadlink.m4 (gl_XREADLINK):
11438         * m4/xstrtod.m4 (gl_XSTRTOD):
11439         * m4/yesno.m4 (gl_YESNO):
11440         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11441         to get the necessary .h files and whatnot.
11442
11443 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11444             Bruno Haible  <bruno@clisp.org>
11445
11446         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11447         /bin/sh understanding of '!' conditional negation.
11448
11449 2006-08-21  Jim Meyering  <jim@meyering.net>
11450
11451         * modules/openat (Depends-on): Really alphabetize.
11452
11453         * modules/acl (Depends-on): Add error and quote.
11454
11455         * check-module (find_included_lib_files): Add at-func.c to the
11456         ok-to-include-more-than-once white list.
11457
11458         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11459
11460 2006-08-21  Bruno Haible  <bruno@clisp.org>
11461
11462         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11463         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11464         Reported by Martin Lambers <marlam@marlam.de>.
11465
11466 2006-08-21  Bruno Haible  <bruno@clisp.org>
11467
11468         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11469         specify an installation location, don't emit a noinst_LIBRARIES or
11470         noinst_LTLIBRARIES assignment.
11471
11472 2006-08-21  Bruno Haible  <bruno@clisp.org>
11473
11474         BeOS portability.
11475         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11476         BeOS has mbrtowc() but no <wctype.h>.
11477
11478 2006-08-21  Bruno Haible  <bruno@clisp.org>
11479
11480         BeOS portability.
11481         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11482         exist.
11483
11484 2006-08-21  Bruno Haible  <bruno@clisp.org>
11485
11486         BeOS portability.
11487         * lib/mbchar.h: Include <wctype.h> only if it exists.
11488
11489 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11490
11491         Remove files that are no longer needed by their respective modules.
11492         * m4/obstack.m4: Remove.
11493         * m4/strerror_r.m4: Remove.
11494         * m4/uint32_t.m4: Remove.
11495         * m4/uintptr_t.m4: Remove.
11496         * m4/ullong_max.m4: Remove.
11497         * m4/xstrtoimax.m4: Remove.
11498         * m4/xstrtoumax.m4: Remove.
11499
11500         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11501         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11502         dependencies now capture this.
11503
11504         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11505         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11506         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11507         * m4/human.m4 (gl_HUMAN): Likewise.
11508         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11509         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11510
11511         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11512
11513         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11514         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11515         stdint.
11516         * m4/human.m4 (gl_HUMAN): Likewise.
11517         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11518         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11519         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11520         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11521         * m4/xstrtol (gl_XSTRTOL): Likewise.
11522
11523         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11524         AC_TYPE_LONG_LONG_INT.
11525         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11526         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11527         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11528         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11529
11530         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11531         on stdbool.
11532
11533         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11534         (gl_PREREQ_XSTRTOUL): Remove.
11535
11536         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11537
11538         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11539         mode.
11540
11541 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11542
11543         Add and change modules to make it easier for coreutils to use
11544         gnulib-tool.
11545         * modules/backupfile (Files): Remove m4/d-ino.m4.
11546         (Depends-on): Add d-ino.
11547         * modules/cycle-check (Depends-on): Add stdint.
11548         (lib_SOURCES): Add cycle-check.h.
11549         * modules/d-ino: New module.
11550         * modules/d-type: New module.
11551         * modules/error (Files): Remove m4/strerror_r.m4.
11552         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11553         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11554         m4/inttypes_h.m4, m4/uintmax_t.m4.
11555         (Depends-on): Add stdint.
11556         (lib_SOURCES): Add fsusage.h.
11557         * modules/getcwd (Files): Remove d-ino.m4.
11558         (Depends-on): Add d-ino.
11559         * modules/getndelim2 (Depends-on): Add stdint.
11560         * modules/glob (Files): Remove m4/d-type.m4.
11561         (Depends-on): Add d-type.
11562         * modules/host-os: New module.
11563         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11564         m4/inttypes_h.m4, m4/uintmax_t.m4.
11565         * Depends-on: Add stdint.
11566         (lib_SOURCES): Add human.h.
11567         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11568         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11569         m4/uintmax_t.m4, m4/ulonglong.m4.
11570         (Depends-on): Add stdint.
11571         (EXTRA_DIST): Add inttostr.h.
11572         * modules/lchmod: New module.
11573         * modules/link-follow: New module.
11574         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11575         (Depends-on): Add lchmod.
11576         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11577         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11578         (Depends-on): Add stdint.
11579         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11580         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11581         (Depends-on): Add stdint.
11582         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11583         * modules/perl: New module.
11584         * modules/regex (Depends-on): Add stdint.
11585         * modules/rmdir-errno: New module.
11586         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11587         m4/intmax_t.m4.
11588         (Depends-on): Add stdint.
11589         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11590         m4/uintmax_t.m4.
11591         (Depends-on): Add stdint.
11592         * modules/unlink-busy: New module.
11593         * modules/utimecmp (Depends-on): Add stdint.
11594         * modules/uptime: New module.
11595         * modules/winsz-ioctl: New module.
11596         * modules/winsz-termios: New module.
11597         * modules/xnanosleep (Depends-on): Add nanosleep.
11598         * modules/ullong_max: Remove.
11599         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11600         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11601         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11602         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11603         (Depends-on): Add inttypes.
11604         (lib_SOURCES): Add xstrtol.h.
11605         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11606         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11607         * MODULES.html.sh: Move 'assert' into the assert section.
11608         Move 'dummy' into the linking section.
11609         Remove ullong_max.
11610         Add section for compatibility checks for POSIX:2001 functions,
11611         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11612         winsz-ioctl, and winsz-termios into it.
11613         Add lchmod.
11614         Add top-level Misc section and put host-os, perl, and uptime
11615         into it.
11616
11617 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11618
11619         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11620         now assume the stdint module.  Do not include inttypes.h.
11621         * lib/fsusage.h: Likewise.
11622         * lib/getndelim2.c: Likewise.
11623         * lib/human.h: Likewise.
11624         * lib/inttostr.h: Likewise.
11625         * lib/obstack.c: Likewise.
11626         * lib/regex_internal.h: Likewise.
11627         * lib/tempname.c: Likewise.
11628         * lib/utimecmp.c: Likewise.
11629         * lib/xstrtol.h: Likewise.
11630
11631         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11632
11633         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11634         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11635         * lib/xtime.h: Likewise.
11636
11637 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11638
11639         * modules/openat (Files): Add lib/fchmodat.c.
11640         Fixes problem reported by Jay Youngman.
11641
11642 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11643
11644         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11645         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11646
11647 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11648             Bruno Haible  <bruno@clisp.org>
11649
11650         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11651         and is a script that invokes bison. Tighten the code. Add comments.
11652
11653 2006-08-18  Jim Meyering  <jim@meyering.net>
11654
11655         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11656         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11657         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11658         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11659
11660 2006-08-18  Bruno Haible  <bruno@clisp.org>
11661
11662         * modules/bison-i18n: New file.
11663         * MODULES.html.sh (Internationalization functions): Add it.
11664
11665 2006-08-18  Bruno Haible  <bruno@clisp.org>
11666
11667         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11668         sys/statvfs.h. When getmntinfo was found, check its declaration and
11669         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11670
11671 2006-08-18  Bruno Haible  <bruno@clisp.org>
11672
11673         * m4/bison-i18n.m4: New file, from bison.
11674
11675 2006-08-18  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11678         (ME_DUMMY): Treat "kernfs" as a dummy.
11679         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11680
11681 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11682
11683         Update from coreutils.
11684
11685         2006-08-15  Jim Meyering  <jim@meyering.net>
11686
11687         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11688
11689         2006-01-17  Jim Meyering  <jim@meyering.net>
11690
11691         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11692
11693         2006-01-11  Jim Meyering  <jim@meyering.net>
11694
11695         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11696         Check for the lchmod function.
11697
11698 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         Update from coreutils.
11701
11702         * lib/__fpending.h: Add copyright notice.
11703         * lib/fprintftime.h: Likewise.
11704         * lib/savedir.c: Use (C) in copyright notice.
11705         * lib/savedir.h: Likewise.
11706
11707         2006-08-15  Jim Meyering  <jim@meyering.net>
11708
11709         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11710         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11711         in support of the EXPECTED_ERRNO macro.
11712         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11713         definitions.  Instead, define the appropriate symbols and include
11714         "at-func.c".
11715         * lib/mkdirat.c (mkdirat): Likewise.
11716         * lib/fchmodat.c (fchmodat): Likewise.
11717         (ENOSYS): Remove definition.
11718         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11719         it.  Don't include "unistd--.h" -- it wasn't ever used.
11720
11721         2006-01-17  Jim Meyering  <jim@meyering.net>
11722
11723         Rewrite fts.c not to change the current working directory,
11724         by using openat, fstatat, fdopendir, etc..
11725
11726         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11727         (HAVE_OPENAT_SUPPORT): Define.
11728         [_LIBC] (fchdir): Don't undef or define; no longer used.
11729         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11730         Now, this `function' always succeeds, and consumes its file descriptor
11731         parameter -- so callers must not close such FDs.  Update callers.
11732         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11733         (diropen): Add parameter, SP.  Adjust all callers.
11734         Implement using diropen_fd, rather than open.
11735         (fts_open): Initialize new member, fts_cwd_fd.
11736         Remove fts_rft-setting code.
11737         (fts_close): Close fts_cwd_fd, if necessary.
11738         (__opendir2): Define in terms of opendir or opendirat,
11739         depending on whether the FST_NOCHDIR flag is set.
11740         (fts_build): Since fts_safe_changedir consumes its FD, and since
11741         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11742         and close the dup'd file descriptor upon failure.
11743         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11744         (fts_safe_changedir): Tweak semantics to reflect that this function
11745         now calls cwd_advance_fd and hence consumes its FD argument.
11746         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11747         [struct FTS] (fts_rft): Remove now-unused member.
11748         [struct FTS] (fts_cycle.state): Improve comment.
11749
11750         * lib/openat.c (openat_needs_fchdir): New function.
11751         * lib/openat.h (openat_needs_fchdir): Declare it.
11752
11753 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11754
11755         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11756         Problem and fix reported by Pádraig Brady in
11757         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11758
11759 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11762
11763 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * lib/memcoll.c (memcoll): Optimize for the common case where the
11766         arguments are bytewise equal.
11767
11768 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * doc/regexprops-generic.texi: Add a copyright notice.
11771
11772 2006-08-15  Bruno Haible  <bruno@clisp.org>
11773
11774         * modules/tmpdir (License): Change to LGPL.
11775
11776 2006-08-15  Bruno Haible  <bruno@clisp.org>
11777
11778         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11779         module.
11780
11781 2006-08-14  Simon Josefsson  <jas@extundo.com>
11782
11783         * config/srclist.txt: Add gnupload.
11784
11785 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11786
11787         Change copyright notice from LGPL 2 to GPL 2, since that's the
11788         standard form used in the gnulib repository.
11789         * tests/test-lock.c: Likewise.
11790         * tests/test-stdint.c: Likewise.
11791         * tests/test-tls.c: Likewise.
11792
11793         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11794         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11795         Add copyright notice.
11796
11797         * check-module: Add copyright notice.  Output a copyright
11798         notice if "--version" is specified.
11799         * modules/COPYING: New file.
11800         * tests/test-getaddrinfo.c: Add copyright notice.
11801         * tests/test-verify.c: Likewise.
11802
11803 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11804
11805         Change copyright notice from LGPL 2 to GPL 2, since that's the
11806         standard form used in the gnulib repository.
11807         * lib/lock.c: LGPL -> GPL.
11808         * lib/lock.h: Likewise.
11809         * lib/strnlen1.c: Likewise.
11810         * lib/strnlen1.h: Likewise.
11811         * lib/tls.c: Likewise.
11812         * lib/tls.h: Likewise.
11813         * lib/tmpdir.c: Likewise.
11814
11815         * lib/TODO: Remove; this belongs only in coreutils.
11816
11817 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         Add copyright notices to long-enough files that lack them, since
11820         otherwise the files aren't clearly free.  Use the same notice that
11821         getdate.texi already uses.
11822         * doc/alloca-opt.texi: Add copyright notice.
11823         * doc/alloca.texi: Likewise.
11824         * doc/ctime.texi: Likewise.
11825         * doc/functions.texi: Likewise.
11826         * doc/gcd.texi: Likewise.
11827         * doc/gnulib-tool.texi: Likewise.
11828         * doc/inet_ntoa.texi: Likewise.
11829         * doc/visibility.texi: Likewise.
11830
11831         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11832         * doc/quote.texi: Add copyright notice.
11833
11834         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11835         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11836         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11837         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11838         is now obsolete, and give a pointer to the Sun list.
11839         Add copyright notice.
11840
11841 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11842
11843         * config/srclistvars.sh: Add copyright notice.
11844
11845 2006-08-14  Eric Blake  <ebb9@byu.net>
11846
11847         Import the following change from libc:
11848
11849         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11850
11851         Upstream bug 2997.
11852         * lib/misc/error.c: Add space between program name and message if file
11853         name is missing.
11854
11855 2006-08-12  Karl Berry  <karl@gnu.org>
11856
11857         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11858         remove, these originate in gnulib now.
11859
11860 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11861
11862         * doc/Makefile (standards.info standards.html standards.dvi):
11863         Also depend on make-stds.texi.
11864
11865 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11866
11867         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11868         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11869
11870         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11871         in wchar_t.  Problem reported by Eric Blake.
11872
11873         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11874         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11875         Also, help the compiler to keep LEN in a register.
11876
11877 2006-08-11  Eric Blake  <ebb9@byu.net>
11878
11879         * users.txt: Sort.  Add tar.
11880
11881 2006-08-11  Bruno Haible  <bruno@clisp.org>
11882
11883         * users.txt: New file.
11884
11885 2006-08-11  Bruno Haible  <bruno@clisp.org>
11886
11887         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11888         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11889
11890 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         * modules/snprintf (Depends-on): Remove minmax.
11893         (Maintainer): Add self and Bruno.
11894
11895 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11898         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11899         (EOVERFLOW): Define if the system does not.
11900         Do not include "minmax.h"; it wasn't used.
11901         (snprintf): Don't assume size_t promotes to an unsigned type.
11902         Fix bug when generated string was too long for the buffer: the
11903         buffer's contents are supposed to be the initial prefix of the
11904         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11905         exceeds INT_MAX; do the check ourselves.
11906
11907         Import the following changes from libc:
11908
11909         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11910
11911         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11912         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11913         set wc to the byte which couldn't be converted.
11914         (re_string_reconstruct): Don't clear valid_raw_len before calling
11915         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11916         tip_context using re_string_context_at.
11917
11918         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11919
11920         * lib/posix/regex.h: g++ still cannot handled [restrict].
11921
11922         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11923
11924         * lib/posix/regex.h: Remove special handling for VMS.
11925
11926 2006-08-10  Jim Meyering  <jim@meyering.net>
11927
11928         * modules/same-inode: New module.
11929         * modules/dev-ino: New module.
11930         * modules/cycle-check: Depend on these modules, rather than simply
11931         including their .h files.
11932         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11933         required via m4/cycle-check.m4.
11934         * modules/same: Depend on new same-inode module, rather than
11935         including same-inode.h.
11936         * modules/chdir-safer: New file.
11937
11938         * modules/chown (Depends-on): Add stat-macros.
11939
11940 2006-08-10  Jim Meyering  <jim@meyering.net>
11941
11942         * m4/cycle-check.m4: New file.
11943         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11944         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11945
11946 2006-08-10  Eric Blake  <ebb9@byu.net>
11947
11948         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11949         in from original proposal.
11950
11951 2006-08-10  Eric Blake  <ebb9@byu.net>
11952         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11953
11954         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11955         namespace.
11956
11957 2006-08-10  Bruno Haible  <bruno@clisp.org>
11958
11959         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11960         as well.
11961
11962 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11963
11964         Sync from coreutils.
11965
11966         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11967
11968         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11969         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11970
11971 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11972
11973         * modules/restrict: Remove; no longer needed now that we assume
11974         Autoconf 2.59 or later.
11975         * MODULES.html.sh: Remove 'restrict'.
11976         * modules/argp (Depends-on): Remove 'restrict'.
11977         * modules/base64 (Depends-on): Likewise.
11978         * modules/gc (Depends-on): Likewise.
11979         * modules/getaddrinfo (Depends-on): Likewise.
11980         * modules/glob (Depends-on): Likewise.
11981         * modules/inet_ntop (Depends-on): Likewise.
11982         * modules/inet_pton (Depends-on): Likewise.
11983         * modules/memxor (Depends-on): Likewise.
11984         * modules/regex (Depends-on): Likewise.
11985         * modules/strtok_r (Depends-on): Likewise.
11986         * modules/time_r (Depends-on): Likewise.
11987
11988 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11989
11990         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11991         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11992         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11993         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11994         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11995         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11996         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11997         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11998
11999         Merge from coreutils.
12000         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12001         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12002         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12003         * m4/time_r.m4 (gl_TIME_R): Likewise.
12004
12005 2006-08-09  Karl Berry  <karl@gnu.org>
12006
12007         * config/srclist.txt: no more gettext-tools, per Bruno.
12008
12009 2006-08-08  Eric Blake  <ebb9@byu.net>
12010
12011         * modules/verror: New module.
12012         * MODULES.html.sh: Document it.
12013
12014 2006-08-08  Eric Blake  <ebb9@byu.net>
12015
12016         * lib/verror.h, lib/verror.c: New files.
12017
12018 2006-08-08  Eric Blake  <ebb9@byu.net>
12019
12020         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12021         verror_at_line output complies with GNU Coding Standards even when
12022         file is NULL.
12023
12024 2006-08-07  Bruno Haible  <bruno@clisp.org>
12025
12026         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12027         versions of AIX.
12028         Reported by Ralf Wildenhues.
12029
12030 2006-08-07  Bruno Haible  <bruno@clisp.org>
12031
12032         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12033         in an AC_DEFUN. Needed so that the autoconf snippets can use
12034         AC_REQUIRE.
12035
12036 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12037
12038         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12039         Initialize pkgdata_DATA.
12040         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12041         overriding it.
12042
12043 2006-08-06  Eric Blake  <ebb9@byu.net>
12044
12045         * lib/error.h: Fold in some upstream changes from glibc.
12046         * lib/error.c: Likewise.
12047
12048 2006-08-04  Bruno Haible  <bruno@clisp.org>
12049
12050         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12051         Make the mostlyclean-local rule depend on mostlyclean-generic.
12052         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12053
12054 2006-07-31  Bruno Haible  <bruno@clisp.org>
12055
12056         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12057         <stdlib.h>, <string.h>.
12058
12059 2006-07-30  Bruno Haible  <bruno@clisp.org>
12060
12061         * modules/readlink (License): Change to LGPL.
12062
12063 2006-07-30  Bruno Haible  <bruno@clisp.org>
12064
12065         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12066         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12067         set PKGDATADIR to point to it.
12068
12069 2006-07-30  Bruno Haible  <bruno@clisp.org>
12070
12071         * modules/csharpexec (configure.ac): Comment out macro invocation.
12072         * modules/javaexec (configure.ac): Likewise.
12073         * modules/javacomp-script (configure.ac): Likewise.
12074
12075         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12076
12077 2006-07-30  Bruno Haible  <bruno@clisp.org>
12078
12079         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12080         linked-list.
12081
12082 2006-07-30  Bruno Haible  <bruno@clisp.org>
12083
12084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12085
12086 2006-07-30  Bruno Haible  <bruno@clisp.org>
12087
12088         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12089         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12090         get removed.
12091
12092 2006-07-29  Bruno Haible  <bruno@clisp.org>
12093
12094         Make it possible for gnulib-tool to work with locally modified or
12095         augmented gnulib repositories.
12096         * gnulib-tool (func_usage): Document --local-dir option.
12097         (local_gnulib_dir): New variable.
12098         Handle --local-dir option.
12099         (func_lookup_file): New function.
12100         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12101         (func_get_description, func_get_filelist, func_get_description,
12102         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12103         func_get_automake_snippet, func_get_include_directive,
12104         func_get_license, func_get_maintainer): Use func_lookup_file.
12105         (func_import, func_create_testdir): Use func_lookup_file.
12106
12107 2006-07-29  Bruno Haible  <bruno@clisp.org>
12108
12109         * modules/setenv (Depends-on): Add unistd.
12110
12111 2006-07-29  Bruno Haible  <bruno@clisp.org>
12112
12113         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12114
12115 2006-07-29  Bruno Haible  <bruno@clisp.org>
12116
12117         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12118
12119 2006-07-29  Bruno Haible  <bruno@clisp.org>
12120
12121         * gnulib-tool (import, update): If there is no Makefile.am, look at
12122         aclocal.m4, instead of bailing out.
12123
12124 2006-07-29  Bruno Haible  <bruno@clisp.org>
12125
12126         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12127         Categorize the options by when they are useful.
12128
12129 2006-07-29  Bruno Haible  <bruno@clisp.org>
12130
12131         * gnulib-tool (func_usage): Document option --no-libtool.
12132         Handle option --no-libtool.
12133         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12134         for changed semantics of $libtool variable.
12135         (func_import): Likewise. If libtool is not used, show this through
12136         an option --no-libtool.
12137         (func_create_testdir): Update.
12138
12139 2006-07-29  Bruno Haible  <bruno@clisp.org>
12140
12141         * gnulib-tool (func_import): Extend error message about missing
12142         --doc-base.
12143
12144 2006-07-29  Bruno Haible  <bruno@clisp.org>
12145
12146         * gnulib-tool (func_import): Don't create the $docbase directory if
12147         there is no file to store there.
12148
12149 2006-07-29  Bruno Haible  <bruno@clisp.org>
12150
12151         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12152         relevant, look for configure.ac there, not in the current directory.
12153         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12154
12155 2006-07-29  Bruno Haible  <bruno@clisp.org>
12156
12157         * gnulib-tool (SORT): New variable.
12158         (func_usage): Undocument --assume-autoconf option.
12159         Remove --assume-autoconf option handling.
12160         (autoconf_minversion): Determine from the contents of configure.ac.
12161         (func_import): Remove autoconf_minversion handling.
12162         Suggested by Eric Blake.
12163
12164 2006-07-29  Bruno Haible  <bruno@clisp.org>
12165
12166         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12167
12168 2006-07-29  Bruno Haible  <bruno@clisp.org>
12169
12170         * config/srclist.txt (*setenv.[ch]): Remove rules.
12171
12172 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12173
12174         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12175
12176 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12177
12178         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12179         arpa/inet.h.
12180
12181 2006-07-28  Simon Josefsson  <jas@extundo.com>
12182
12183         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12184         * modules/inet_pton (Depends-on): Likewise.
12185
12186 2006-07-28  Simon Josefsson  <jas@extundo.com>
12187
12188         * m4/netinet_in_h.m4: New file.
12189
12190 2006-07-28  Simon Josefsson  <jas@extundo.com>
12191
12192         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12193         #include's.
12194
12195 2006-07-28  Simon Josefsson  <jas@extundo.com>
12196
12197         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12198         #include's.
12199
12200 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12201
12202         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12203         setgid on directories only if they set these bits.
12204         * lib/modechange.h: Remove obsolete comment about masks.
12205
12206 2006-07-28  Eric Blake  <ebb9@byu.net>
12207
12208         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12209         macro expansion.
12210
12211 2006-07-28  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12214
12215 2006-07-28  Bruno Haible  <bruno@clisp.org>
12216
12217         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12218
12219 2006-07-28  Bruno Haible  <bruno@clisp.org>
12220
12221         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12222         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12223         Define fallbacks.
12224         Avoids link error on FreeBSD 4.x.
12225         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12226
12227         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12228         encoding.
12229         * lib/mbswidth.c (iswcntrl): Likewise.
12230
12231 2006-07-27  Bruno Haible  <bruno@clisp.org>
12232
12233         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12234         test.
12235
12236 2006-07-27  Bruno Haible  <bruno@clisp.org>
12237
12238         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12239         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12240         defined.
12241
12242 2006-07-26  Eric Blake  <ebb9@byu.net>
12243
12244         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12245
12246 2006-07-26  Eric Blake  <ebb9@byu.net>
12247
12248         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12249         like mingw that lack mkstemp.
12250         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12251         avoid compilation warning on mingw.
12252
12253 2006-07-26  Bruno Haible  <bruno@clisp.org>
12254
12255         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12256         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12257         INT_FAST*_MIN, INTPTR_MIN.
12258
12259 2006-07-25  Bruno Haible  <bruno@clisp.org>
12260
12261         * modules/version-etc (Depends-on): Add stdarg.
12262
12263 2006-07-25  Bruno Haible  <bruno@clisp.org>
12264
12265         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12266         complex commands.
12267
12268 2006-07-25  Bruno Haible  <bruno@clisp.org>
12269
12270         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12271         defined in <stdarg.h> or config.h.
12272
12273 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12276         (gl_STDIO_SAFER): Remove.
12277
12278 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12279
12280         * MODULES.html.sh (File stream based Input/Output):
12281         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12282         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12283         * modules/fopen-safer, modules/tmpfile-safer: New files.
12284         * modules/stdio-safer: Remove.
12285
12286 2006-07-24  Bruno Haible  <bruno@clisp.org>
12287
12288         * modules/tmpdir: New file.
12289         * MODULES.html.sh (File system functions): Add it.
12290
12291 2006-07-24  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12294         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12295
12296 2006-07-24  Bruno Haible  <bruno@clisp.org>
12297
12298         * modules/clean-temp: New file.
12299
12300 2006-07-24  Bruno Haible  <bruno@clisp.org>
12301
12302         * m4/tmpdir.m4: New file, from GNU gettext.
12303
12304 2006-07-24  Bruno Haible  <bruno@clisp.org>
12305
12306         * lib/tmpdir.h: New file, from GNU gettext.
12307         * lib/tmpdir.c: New file, from GNU gettext.
12308
12309 2006-07-24  Bruno Haible  <bruno@clisp.org>
12310
12311         * lib/clean-temp.h: New file, from GNU gettext.
12312         * lib/clean-temp.c: New file, from GNU gettext.
12313
12314 2006-07-23  Eric Blake  <ebb9@byu.net>
12315
12316         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12317         (Depends-on): Add binary-io.
12318
12319 2006-07-23  Eric Blake  <ebb9@byu.net>
12320
12321         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12322
12323 2006-07-23  Eric Blake  <ebb9@byu.net>
12324
12325         * lib/tmpfile-safer.c: New file.
12326         * lib/stdio-safer.h (fopen_safer): Add prototype.
12327         * lib/stdio--.h (tmpfile): Make safer.
12328
12329 2006-07-23  Bruno Haible  <bruno@clisp.org>
12330
12331         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12332         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12333         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12334         gl_linked_remove_at): Use it.
12335
12336 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12337         and Simon Josefsson <jas@extundo.com>
12338
12339         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12340
12341         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12342
12343 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12344
12345         * modules/close-stream: New file.
12346         * modules/closeout (Description): Make it clear that it exits
12347         with a diagnostic on error.
12348         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12349         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12350
12351 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * m4/close-stream.m4: New file.
12354
12355 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12356
12357         * lib/close-stream.c, lib/close-stream.h: New files.
12358
12359 2006-07-22  Bruno Haible  <bruno@clisp.org>
12360
12361         Merge from GNU gettext 0.15.
12362
12363         2006-05-01  Bruno Haible  <bruno@clisp.org>
12364
12365                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12366
12367         2006-07-22  Bruno Haible  <bruno@clisp.org>
12368
12369                 * modules/javaversion: New file.
12370                 * MODULES.html.sh (Java): Add javaversion.
12371
12372         2006-03-12  Bruno Haible  <bruno@clisp.org>
12373
12374                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12375
12376         2005-12-04  Bruno Haible  <bruno@clisp.org>
12377
12378                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12379                 (untested).
12380
12381         2006-06-21  Bruno Haible  <bruno@clisp.org>
12382
12383                 Avoid warnings from recent versions of mcs.
12384                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12385                 -o, -L, -r any more. Use options documented since mcs-1.0
12386                 instead. Similarly for -g.
12387
12388         2005-12-04  Bruno Haible  <bruno@clisp.org>
12389
12390                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12391                 .resources, not .resource.
12392
12393         2005-07-09  Bruno Haible  <bruno@clisp.org>
12394
12395                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12396                 add a .dll suffix.
12397                 Reported by Mark Junker <mjscod@gmx.de>.
12398
12399         2006-07-22  Bruno Haible  <bruno@clisp.org>
12400
12401                 * modules/gettext: Upgrade to gettext-0.15.
12402                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12403                 m4/visibility.m4.
12404                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12405
12406 2006-07-22  Bruno Haible  <bruno@clisp.org>
12407
12408         Merge from GNU gettext 0.15.
12409
12410         2006-03-25  Bruno Haible  <bruno@clisp.org>
12411
12412                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12413
12414         2006-07-21  Bruno Haible  <bruno@clisp.org>
12415
12416                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12417                 "1.1".
12418
12419         2006-05-09  Bruno Haible  <bruno@clisp.org>
12420
12421                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12422                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12423                 for the conftestver execution.
12424
12425         2006-05-01  Bruno Haible  <bruno@clisp.org>
12426
12427                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12428                 optional target-version argument. Verify that the compiler
12429                 groks source of the specified source-version, or add -source
12430                 option as necessary. Verify that the compiler produces
12431                 bytecode in the specified target-version, or add -target and
12432                 -source options as necessary. Make the result of the test
12433                 available as variable CONF_JAVAC. Also log error output in
12434                 config.log.
12435
12436         2006-03-11  Bruno Haible  <bruno@clisp.org>
12437
12438                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12439
12440         2006-05-09  Bruno Haible  <bruno@clisp.org>
12441
12442                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12443                 CLASSPATH_SEPARATOR to a semicolon.
12444
12445         2006-03-12  Bruno Haible  <bruno@clisp.org>
12446
12447                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12448                 available as variable CONF_JAVA, for subsequent autoconf
12449                 tests. Also log error output in config.log.
12450
12451         2006-07-19  Bruno Haible  <bruno@clisp.org>
12452
12453                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12454                 that getline works on glibc2 systems. Needed to avoid trouble
12455                 in relocatable.c.
12456                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12457
12458         2005-12-04  Bruno Haible  <bruno@clisp.org>
12459
12460                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12461                 launcher (untested).
12462
12463         2005-12-04  Bruno Haible  <bruno@clisp.org>
12464
12465                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12466
12467         2006-07-22  Bruno Haible  <bruno@clisp.org>
12468
12469                 * gettext.m4: Update from GNU gettext-0.15.
12470                 * nls.m4: Likewise.
12471                 * po.m4: Likewise.
12472                 * inttypes-pri.m4: Likewise.
12473                 * inttypes-h.m4: Renamed from inttypes.m4.
12474                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12475
12476 2006-07-22  Bruno Haible  <bruno@clisp.org>
12477
12478         Merge from GNU gettext 0.15.
12479
12480         2005-07-05  Bruno Haible  <bruno@clisp.org>
12481
12482                 * printf-args.c (printf_fetchargs): Work around broken
12483                 definition of wint_t on mingw.
12484
12485         2005-02-12  Bruno Haible  <bruno@clisp.org>
12486
12487                 * xallocsa.h: Add extern "C" for C++.
12488
12489         2006-05-17  Bruno Haible  <bruno@clisp.org>
12490
12491                 Cygwin portability.
12492                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12493
12494         2006-04-30  Bruno Haible  <bruno@clisp.org>
12495
12496                 * progreloc.c: Include <mach-o/dyld.h> if available.
12497                 (find_executable): Use _NSGetExecutablePath when possible.
12498
12499         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12500
12501                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12502                 function.
12503
12504         2005-12-29  Bruno Haible  <bruno@clisp.org>
12505
12506                 * progreloc.c (set_program_name_and_installdir): Fix
12507                 compilation error.
12508
12509         2005-12-04  Bruno Haible  <bruno@clisp.org>
12510
12511                 Cygwin portability.
12512                 * progreloc.c: Include <windows.h> also on Cygwin.
12513                 (find_executable): Add support for Cygwin.
12514                 (set_program_name_and_installdir): Handle also platforms with
12515                 nonempty EXEEXT.
12516
12517         2006-07-11  Bruno Haible  <bruno@clisp.org>
12518
12519                 * javacomp.c: Fix a comment.
12520                 Reported by Jim Meyering.
12521
12522         2006-04-30  Bruno Haible  <bruno@clisp.org>
12523
12524                 * javacomp.h (compile_java_class): Add source_version,
12525                 target_version arguments.
12526                 * javacomp.c: Rewritten to choose only a compiler that
12527                 respects the specified source_version and target_version.
12528
12529         2006-06-27  Bruno Haible  <bruno@clisp.org>
12530
12531                 Assume correct S_ISDIR macro.
12532                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12533
12534         2006-07-22  Bruno Haible  <bruno@clisp.org>
12535
12536                 * javaversion.h: New file, from GNU gettext.
12537                 * javaversion.c: New file, from GNU gettext.
12538                 * javaversion.java: New file, from GNU gettext.
12539                 * javaversion.class: New file, from GNU gettext.
12540
12541         2006-05-17  Bruno Haible  <bruno@clisp.org>
12542
12543                 Cygwin portability.
12544                 * javaexec.c (execute_java_class): Test for jview program
12545                 also on Cygwin.
12546
12547         2006-04-09  Bruno Haible  <bruno@clisp.org>
12548
12549                 * fatal-signal.c: Don't include string.h.
12550                 (at_fatal_signal): Use a copying loop instead of memcpy.
12551
12552         2005-12-04  Bruno Haible  <bruno@clisp.org>
12553
12554                 * csharpexec.c: Add support for 'clix' launcher (untested).
12555                 (execute_csharp_using_sscli): New function.
12556                 (execute_csharp_program): Call it.
12557
12558         2006-06-21  Bruno Haible  <bruno@clisp.org>
12559
12560                 Avoid warnings from recent versions of mcs.
12561                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12562                 -o, -L, -r any more. Use options documented since mcs-1.0
12563                 instead. Similarly for -g.
12564
12565         2005-07-09  Bruno Haible  <bruno@clisp.org>
12566
12567                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12568                 add a .dll suffix.
12569                 Reported by Mark Junker <mjscod@gmx.de>.
12570
12571         2006-06-17  Bruno Haible  <bruno@clisp.org>
12572
12573                 * config.charset: Update for NetBSD 3.0.
12574
12575         2006-05-17  Bruno Haible  <bruno@clisp.org>
12576
12577                 Cygwin portability.
12578                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12579
12580         2006-05-16  Bruno Haible  <bruno@clisp.org>
12581
12582                 * localcharset.c [CYGWIN]: Include <windows.h>.
12583                 (get_charset_aliases): For Cygwin, return the same CPxxx
12584                 aliases list as under WIN32.
12585                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12586                 the environment variables. Fall back to GetACP().
12587
12588         2006-04-05  Bruno Haible  <bruno@clisp.org>
12589
12590                 * config.charset: Update Juan Manuel Guerrero's address.
12591
12592         2005-02-12  Bruno Haible  <bruno@clisp.org>
12593
12594                 * allocsa.h: Add extern "C" for C++.
12595
12596         2005-02-10  Bruno Haible  <bruno@clisp.org>
12597
12598                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12599                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12600
12601         2006-07-22  Bruno Haible  <bruno@clisp.org>
12602
12603                 * gettext.h: Update to GNU gettext-0.15.
12604
12605 2006-07-22  Bruno Haible  <bruno@clisp.org>
12606
12607         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12608         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12609         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12610
12611 2006-07-21  Eric Blake  <ebb9@byu.net>
12612
12613         * modules/stdlib-safer: New file.
12614         * MODULES.html.sh (File stream based Input/Output): Add
12615         stdlib-safer.
12616
12617 2006-07-21  Eric Blake  <ebb9@byu.net>
12618
12619         * lib/stdlib-safer.h: New file from coreutils, required by
12620         stdlib--.h.
12621
12622 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12625
12626 2006-07-20  Bruno Haible  <bruno@clisp.org>
12627
12628         * gnulib-tool: Recognize new option --assume-autoconf.
12629         (autoconf_minversion): New variable.
12630         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12631
12632 2006-07-20  Bruno Haible  <bruno@clisp.org>
12633
12634         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12635
12636 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12637
12638         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12639         Reindent and repaginate.
12640
12641 2006-07-19  Derek Price  <derek@ximbiot.com>
12642
12643         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12644         Correct grammar.
12645
12646 2006-07-17  Bruno Haible  <bruno@clisp.org>
12647
12648         * modules/list: New file.
12649         * modules/array-list: New file.
12650         * modules/carray-list, modules/carray-list-tests: New files.
12651         * modules/linked-list, modules/linked-list-tests: New files.
12652         * modules/avltree-list, modules/avltree-list-tests: New files.
12653         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12654         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12655         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12656         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12657         * modules/oset: New file.
12658         * modules/array-oset: New file.
12659         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12660         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12661         * tests/test-carray_list.c: New file.
12662         * tests/test-linked_list.c: New file.
12663         * tests/test-avltree_list.c: New file.
12664         * tests/test-rbtree_list.c: New file.
12665         * tests/test-linkedhash_list.c: New file.
12666         * tests/test-avltreehash_list.c: New file.
12667         * tests/test-rbtreehash_list.c: New file.
12668         * tests/test-avltree_oset.c: New file.
12669         * tests/test-rbtree_oset.c: New file.
12670         * MODULES.html.sh (Container data structures): New section.
12671
12672 2006-07-17  Bruno Haible  <bruno@clisp.org>
12673
12674         * m4/gl_list.m4: New file.
12675
12676 2006-07-17  Bruno Haible  <bruno@clisp.org>
12677
12678         * lib/gl_list.h: New file.
12679         * lib/gl_list.c: New file.
12680         * lib/gl_array_list.h: New file.
12681         * lib/gl_array_list.c: New file.
12682         * lib/gl_carray_list.h: New file.
12683         * lib/gl_carray_list.c: New file.
12684         * lib/gl_linked_list.h: New file.
12685         * lib/gl_linked_list.c: New file.
12686         * lib/gl_anylinked_list1.h: New file.
12687         * lib/gl_anylinked_list2.h: New file.
12688         * lib/gl_avltree_list.h: New file.
12689         * lib/gl_avltree_list.c: New file.
12690         * lib/gl_anyavltree_list1.h: New file.
12691         * lib/gl_anyavltree_list2.h: New file.
12692         * lib/gl_rbtree_list.h: New file.
12693         * lib/gl_rbtree_list.c: New file.
12694         * lib/gl_anyrbtree_list1.h: New file.
12695         * lib/gl_anyrbtree_list2.h: New file.
12696         * lib/gl_anytree_list1.h: New file.
12697         * lib/gl_anytree_list2.h: New file.
12698         * lib/gl_linkedhash_list.h: New file.
12699         * lib/gl_linkedhash_list.c: New file.
12700         * lib/gl_anyhash_list1.h: New file.
12701         * lib/gl_anyhash_list2.h: New file.
12702         * lib/gl_avltreehash_list.h: New file.
12703         * lib/gl_avltreehash_list.c: New file.
12704         * lib/gl_rbtreehash_list.h: New file.
12705         * lib/gl_rbtreehash_list.c: New file.
12706         * lib/gl_anytreehash_list1.h: New file.
12707         * lib/gl_anytreehash_list2.h: New file.
12708
12709         * lib/gl_oset.h: New file.
12710         * lib/gl_oset.c: New file.
12711         * lib/gl_array_oset.h: New file.
12712         * lib/gl_array_oset.c: New file.
12713         * lib/gl_avltree_oset.h: New file.
12714         * lib/gl_avltree_oset.c: New file.
12715         * lib/gl_rbtree_oset.h: New file.
12716         * lib/gl_rbtree_oset.c: New file.
12717         * lib/gl_anytree_oset.h: New file.
12718
12719 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         * m4/mkancesdirs.m4: New file.
12722         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12723         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12724         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12725         it.
12726
12727 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12728
12729         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12730         * lib/mkancesdirs.h: New files.
12731         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12732         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12733         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12734         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12735         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12736         callers changed.  Revamp internals significantly, by not
12737         attempting to create directories that are temporarily more
12738         permissive than the final results.  Do not attempt to use
12739         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12740         This removes some race conditions, fixes some bugs, and simplifies
12741         things.  Use new dirchownmod function to do owner and mode changes.
12742         * lib/mkdir-p.h: Likewise.
12743         * lib/modechange.c (octal_to_mode): New function.
12744         (struct mode_change): New member mentioned.
12745         (make_node_op_equals): New arg mentioned.  All callers changed.
12746         (mode_compile): Keep track of which mode bits the user has explicitly
12747         mentioned.
12748         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12749         New arg PMODE_BITS, to keep track of which mode bits the user
12750         mentioned; it treats S_ISUID and S_ISGID speciall.
12751         All callers changed.
12752         * lib/modechange.h: Likewise.
12753
12754 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12755
12756         * MODULES.html.sh: Add mkancestors.
12757         * modules/mkancesdirs: New module.
12758         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12759         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12760         The chdir-safer and afs files are now orphans; I'll remove them
12761         unless someone speaks up.
12762         Add lib/dirchownmod.c, lib/dirchownmod.h.
12763         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12764         Add lchown, mkancesdirs.
12765         (Maintainer): Add self.
12766
12767 2006-07-15  Karl Berry  <karl@gnu.org>
12768
12769         * gnulib-tool: help message wording/arrangement.
12770
12771 2006-07-14  Simon Josefsson  <jas@extundo.com>
12772
12773         * doc/gnulib.texi (Libtool and Windows): New section.
12774
12775 2006-07-12  Simon Josefsson  <jas@extundo.com>
12776
12777         * modules/gendocs (License): Fix license, approved by Karl.
12778
12779 2006-07-12  Eric Blake  <ebb9@byu.net>
12780
12781         * MODULES.html.sh: Add gendocs.
12782
12783 2006-07-11  Eric Blake  <ebb9@byu.net>
12784
12785         * modules/fdl: New module, to install doc/fdl.texi.
12786         * MODULES.html.sh: Add new section for documentation modules.
12787         * gnulib-tool: Avoid space-tab.
12788         (--doc-base): New option, to manage files from doc.
12789
12790 2006-07-11  Eric Blake  <ebb9@byu.net>
12791
12792         * m4/absolute-header.m4: Fix comments to match recent change.
12793
12794 2006-07-11  Eric Blake  <ebb9@byu.net>
12795
12796         * gnulib-tool: List --doc-base before --tests-base.
12797
12798 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12799
12800         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12801
12802 2006-07-11  Bruno Haible  <bruno@clisp.org>
12803
12804         * README: Mention where to put documentation.
12805
12806 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12807
12808         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12809
12810 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12811
12812         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12813         to stdint.m4.
12814
12815 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12818         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12819         "no/such/file/stdint.h" when there is no such file, so that
12820         the resulting C code can be parsed by dodgy compilers.
12821         Problems reported by Bob Proulx.
12822
12823 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12824
12825         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12826         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12827         macros into the GNU _D_EXACT_NAMLEN.
12828         * lib/savedir.c:  Likewise.
12829         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12830
12831 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12832         and Paul Eggert  <eggert@cs.ucla.edu>
12833
12834         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12835         * m4/savedir.m4:
12836         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12837         macros into the GNU _D_EXACT_NAMLEN.
12838
12839 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12840
12841         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12842         around the absolute name, to work around a problem with the HP-UX
12843         11.23 native C compiler, reported by Bob Proulx.
12844
12845 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12846
12847         * doc/maintain.texi, make-stds.texi: Sync from
12848         <http://savannah.gnu.org/projects/gnustandards>.
12849
12850 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12853
12854 2006-07-09  Jim Meyering  <jim@meyering.net>
12855
12856         * m4/glob.m4: Remove a doubled word in a comment.
12857
12858 2006-07-09  Jim Meyering  <jim@meyering.net>
12859
12860         * lib/argp-pv.c: Remove a doubled word in a comment.
12861         * lib/check-version.c (check_version): Likewise.
12862         * lib/javacomp.c (compile_java_class): Likewise.
12863
12864 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12867         for the benefit of people using Autoconf 2.60.  If you want to
12868         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12869         (or m4/onceonly.m4, if pre-2.57) manually.
12870
12871 2006-07-08  Jim Meyering  <jim@meyering.net>
12872
12873         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12874         comment.
12875         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12876         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12877         comment.
12878
12879 2006-07-08  Jim Meyering  <jim@meyering.net>
12880
12881         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12882
12883 2006-07-07  Simon Josefsson  <jas@extundo.com>
12884
12885         * tests/test-crc.c: Change expected crc value, the test vector
12886         were probably computed using the old broken crc.c?
12887
12888 2006-07-06  Simon Josefsson  <jas@extundo.com>
12889
12890         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12891         now the canonical place for the M4 file).
12892
12893         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12894         from the sys_socket dependency now.
12895
12896         * modules/inet_pton (Files): Ditto.
12897
12898         * modules/inet_ntop (Files): Ditto.
12899
12900 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12901
12902         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12903         not gl_PREREQ_GETUSERSHELL.
12904
12905 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12906
12907         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12908         with only one argument, for Autoconf 2.60.
12909         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12910         expand to nothing, so add a shell command to avoid syntax error.
12911         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12912
12913 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12914
12915         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12916
12917 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12920         no longer needed.  Check for isblank decl.
12921         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12922         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12923         of existence.
12924
12925 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12926
12927         * lib/getloadavg.c: Use __VMS, not VMS.
12928         * lib/getopt.c: Likewise.
12929         * lib/getpagesize.h: Likewise.
12930         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12931         and probably does not work.
12932
12933 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12934
12935         * lib/.cppi-disable: Add wcwidth.
12936         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12937         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12938         (ISGRAPH): Remove.  All uses changed to isgraph.
12939         (FOLD) [!defined _LIBC]: Remove special case.
12940         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12941         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12942         HAVE_ISBLANK.
12943         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12944         case.
12945
12946 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12947
12948         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12949         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12950         brackets.  Other minor changes to suppress some compiler
12951         warnings.
12952
12953 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12954         and Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12957         of invoking obsolescent AC_HEADER_DIRENT macro.
12958         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12959         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12960         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12961         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12962         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12963         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12964         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12965         * m4/readdir.m4: Remove; no longer needed.
12966
12967 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12968         and Paul Eggert  <eggert@cs.ucla.edu>
12969
12970         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12971         Don't worry about this obsolete case any more.
12972         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12973         directories.
12974         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12975         worry about this obsolete case any more.
12976         * lib/fts.c: Likewise.
12977         * lib/getcwd.c: Likewise.
12978         * lib/glob.h: Likewise.
12979         * lib/savedir.c: Likewise.
12980
12981 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12984         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12985         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12986         needed.
12987         All uses removed.
12988         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12989         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12990         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12991         needed.
12992         * m4/getdate.m4 (gl_GETDATE): Likewise.
12993         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12994         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12995         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12996         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12997         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12999         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13000         needed.
13001
13002 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13003
13004         * lib/memcasecmp.c: Include <limits.h>.
13005         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13006         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13007         Don't assume isdigit succeeds only on '0' through '9'.
13008
13009 2006-07-05  Eric Blake  <ebb9@byu.net>
13010
13011         * modules/getaddrinfo (Depends-on): Add snprintf.
13012
13013 2006-07-05  Eric Blake  <ebb9@byu.net>
13014
13015         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13016         to avoid 'header present but could not be compiled' on cygwin.
13017
13018 2006-07-05  Eric Blake  <ebb9@byu.net>
13019
13020         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13021         missing from netdb.h.
13022         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13023
13024 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13025
13026         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13027         no longer needed.
13028         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13029         * m4/getdate.m4 (gl_GETDATE): Likewise.
13030         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13031         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13032         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13033         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13034         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13035
13036 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13037
13038         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13039         All uses of is_space replaced by isspace.
13040         * lib/exit.h: Don't talk about STDC_HEADERS.
13041         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13042         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13043         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13044         replaced by isprint etc.
13045         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13046         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13047         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13048         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13049         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13050         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13051
13052 2006-07-05  Bruno Haible  <bruno@clisp.org>
13053
13054         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13055         the function exists, before testing against AIX.
13056         Reported by Martin Lambers <marlam@marlam.de>.
13057
13058 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13061         From Mark D. Baushke.
13062
13063 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13064
13065         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13066         to the absolute name, not just one, to bypass Sun C 5.8's
13067         "warning: #include of /usr/include/... may be non-portable".
13068
13069 2006-07-04  Eric Blake  <ebb9@byu.net>
13070
13071         * modules/dirname-tests: New test module.
13072         * tests/test-dirname.c: New file, replacing dirname.c
13073         TEST_DIRNAME section that was recently deleted.
13074
13075 2006-07-04  Bruno Haible  <bruno@clisp.org>
13076
13077         Assume ANSI C header files and <ctype.h> functions.
13078         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13079         (mbsnwidth): Use isprint, iscntrl instead.
13080
13081 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13082
13083         Merge from coreutils.
13084         * MODULES.html.sh: Add xstrtold.
13085         * modules/xstrtold: New file.
13086         * modules/cycle-check (Files): Add lib/same-inode.h.
13087         * modules/dirname (Files): Add m4/double-slash-root.m4.
13088         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13089         * modules/mkdir-p (Files): Add lib/same-inode.h.
13090         * modules/same (Files): Add lib/same-inode.h.
13091
13092 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13095         This is to keep the terminology clean; POSIX talks about
13096         "absolute pathnames", not "full pathnames", but the GNU
13097         Coding Standards say to use "path" for something else;
13098         so use "absolute" to keep both sides happy.
13099         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13100         Set gl_absolute_header, not gl_full_header_path.
13101         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13102         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13103         All uses changed.
13104
13105         Merge from coreutils.
13106
13107         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13108
13109         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13110         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13111         want to require the building of c-strtod.o.
13112         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13113         needs -lm directly.
13114         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13115
13116         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13117
13118         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13119         --as-needed option if available.  Problem reported by Albert Chin in
13120         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13121         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13122         cc merely issues a bunch of annoying warnings for --as-needed
13123         (this problem was reported by Bob Proulx).  Also, try linking with
13124         -lm to detect a bug in binutils 2.16 (this problem was reported
13125         by Ralf Wildenhues).
13126
13127         2006-06-18  Jim Meyering  <jim@meyering.net>
13128
13129         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13130         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13131         macro.
13132         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13133         also check for glibc-2.4's abort-inducing bug.
13134
13135         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13136         Low-probability clean-up should be to use rmdir to get rid of
13137         the just-created directory, not unlink.
13138
13139         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13140         configure fail, and request a bug report to inform us about it.
13141         Add a comment that, barring reports to the contrary, in 2007 we'll
13142         assume ftruncate is universally available.
13143
13144         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13147
13148         2006-03-12  Jim Meyering  <jim@meyering.net>
13149
13150         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13151         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13152         * m4/same.m4 (gl_SAME): Likewise.
13153         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13154
13155         2006-03-11  Eric Blake  <ebb9@byu.net>
13156
13157         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13158         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13159         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13160         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13161
13162 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13165         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13166         reported by Mark D. Baushke, one in
13167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13168
13169         Merge from coreutils.
13170
13171         * lib/.cppi-disable: Add stdint_.h.
13172         * lib/.cvsignore: Add stdint.h.
13173
13174         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13175
13176         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13177         both double and long double versions.
13178         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13179         * lib/xstrtold.c: New file.
13180         * lib/xstrtod.h (xstrtold): New decl.
13181
13182         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13183
13184         * lib/filemode.c (setst): Remove.
13185         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13186         (arguably) clearer, and the generated code is a bit smaller on my
13187         Debian GNU/Linux stable x86 host.
13188
13189         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13192         Assume that filemode.h includes sys/types.h and sys/stat.h.
13193         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13194         (ftypelet): Reorder to put common cases first, for efficiency.
13195         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13196         to do 'M'.
13197         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13198         of 10, for compatibility with FreeBSD.  All callers changed.
13199         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13200         types that can't be deduced solely from st_mode.  First arg is now a
13201         const pointer.
13202         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13203         (strmode): Renamed from mode_string.
13204         (filemodestring): New decl.
13205         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13206         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13207         needed.
13208         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13209
13210         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13211
13212         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13213         fsusage.h now does that.  Include fsusage.h first, to test interface.
13214         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13215         at most one method (the old code could have generated decls that
13216         didn't conform to C89, not that this was ever exercised).
13217         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13218
13219         2006-03-19  Jim Meyering  <jim@meyering.net>
13220
13221         Work even in a chroot where d_ino values for entries in "/"
13222         don't match the stat.st_ino values for the same names.
13223         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13224         number, iterate through all entries again, using lstat instead.
13225         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13226         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13227
13228         * lib/getcwd.c (__getcwd): Clarify a comment.
13229         Use memcpy in place of a call to strcpy.
13230
13231         2006-03-12  Jim Meyering  <jim@meyering.net>
13232
13233         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13234         matches that of the current directory (which we're about to chdir ".."
13235         out of), then save the dev-ino of the parent, instead.
13236
13237         * lib/same-inode.h (SAME_INODE): New file/macro.
13238         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13239         Include "same-inode.h", instead.
13240         * lib/same.c: Likewise.
13241         * lib/cycle-check.h: Include "same-inode.h".
13242         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13243         * lib/cycle-check.c (SAME_INODE): Remove definition.
13244         * lib/root-dev-ino.h: Include "same-inode.h".
13245
13246         2006-03-11  Eric Blake  <ebb9@byu.net>
13247
13248         * lib/same.c (same_name): s/base_name/last_component/
13249         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13250         * lib/filenamecat.c (file_name_concat): Likewise.
13251
13252         2006-03-11  Eric Blake  <ebb9@byu.net>,
13253                     Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13256         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13257         drive prefix.
13258         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13259         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13260         (last_component): New method.
13261         * lib/dirname.c (dir_len): Determine when drive letters need a
13262         subsequent slash.  Preserve // when it is special.
13263         (dir_name): Don't append dot when drive letter is absolute.
13264         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13265         * lib/basename.c (base_name): New semantics - malloc the result.
13266         Preserve // when it is special.  Preserve relative files that look
13267         like drive letters.
13268         (base_len): Preserve // when it is special.
13269         (last_component): New method, similar to old base_name semantics.
13270         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13271         base_name.  Strip redundant slashes from ///.
13272
13273 2006-07-03  Jim Meyering  <jim@meyering.net>
13274
13275         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13276         macro is used before the first cycle_check call.
13277
13278 2006-07-03  Eric Blake  <ebb9@byu.net>
13279
13280         * modules/dirname (Depends-on): Add xstrndup.
13281
13282 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13285         test cases, so that config.log is a bit easier to follow.
13286
13287 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13290         both are 64 bits, since this seems to be the tradition, and this
13291         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13292         we ever run into a host that prefers long long to long in this
13293         case, we'll need another configure-time test.  Problem reported by
13294         Jim Meyering.
13295
13296 2006-07-02  Eric Blake  <ebb9@byu.net>
13297
13298         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13299
13300 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         * modules/inttypes (Depends-on): No longer depends on stdint.
13303         * modules/stdint (Description): Say more about assumptions.
13304         Say that the fast types might differ.  Say macros are used.
13305         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13306         (Makefile.am): Revise list of substituted symbols to match
13307         new stdint.m4.
13308         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13309         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13310         * tests/test-stdint.c (verify_same_types)
13311         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13312         the code conforms to C99/C89.
13313         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13314         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13315
13316 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13317
13318         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13319         but fix a bug, by requiring at least 64 bits.
13320         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13321         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13322         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13323         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13324
13325         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13326         changes.  Make 2.59 a prerequisite.  Check and substitute for
13327         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13328         inttypes.h.  Do not use special include files; just use the
13329         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13330         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13331         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13332         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13333         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13334         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13335         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13336         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13337         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13338         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13339         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13340         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13341         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13342         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13343         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13344         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13345         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13346         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13347         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13348         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13349         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13350         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13351         not check for things that C99 does not require, e.g., int8_t.  If
13352         a test isn't needed unless <stdint.h> isn't working, and is
13353         unlikely to be needed for any other reason, then don't do it
13354         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13355         size_t, since we assume C89 freestanding at least.  Do not check
13356         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13357         the right thing even if the types are not defined.  Instead use:
13358         (gl_STDINT_TYPE_PROPERTIES): New macro.
13359         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13360         testing whether <sys/types.h> clashes, as Autoconf does this for
13361         us now.  All uses removed.
13362         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13363         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13364         (gl_CHECK_TYPE_SAME):
13365         Remove; no longer needed.
13366         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13367         exists, since we'll return 0 anyway in that case.
13368         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13369
13370 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13371
13372         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13373         possible collision with system files.
13374         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13375         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13376         WCHAR_MIN and WCHAR_MAX in this case.
13377         (<stddef.h>): Do not include; no longer needed.
13378         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13379         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13380         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13381         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13382         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13383         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13384         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13385         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13386         !defined(__c99))]: Include in this case too, since it's harmless
13387         now.
13388         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13389         dangerous to do so.
13390         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13391         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13392         (_STDINT_MIN, _STDINT_MAX): New macros.
13393         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13394         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13395         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13396         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13397         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13398         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13399         macros, not typedefs; this simplifies things quite a bit.
13400         Use long int for all types narrower than int64_t.
13401         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13402         Define in terms of long long int or int64_t or long int,
13403         not int64_t or int32_t.  This saves some compile-time testing.
13404         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13405         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13406         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13407         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13408         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13409         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13410         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13411         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13412         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13413         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13414         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13415         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13416         undef any previous version and define our own version, for
13417         simplicity and consistency with the new macros for types.
13418         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13419         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13420         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13421         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13422         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13423         @WINT_T_SUFFIX@ to keep things simple here.
13424         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13425         Simplify by assuming typical 8/16/32/64 host, since we're
13426         already doing that elsewhere anyway.
13427         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13428         and assume long long int is 64 bits if available.  This
13429         speeds up 'configure'.
13430
13431 2006-07-01  Eric Blake  <ebb9@byu.net>
13432
13433         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13434         Reported by Andreas Buening.
13435
13436 2006-07-01  Eric Blake  <ebb9@byu.net>
13437
13438         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13439
13440 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13441
13442         * lib/getaddrinfo.c: fixed typo
13443
13444 2006-06-29  Jim Meyering  <jim@meyering.net>
13445
13446         * modules/strftime (Maintainer): Add my name, since with the
13447         FPRINTFTIME changes strftime.c has forked from glibc.
13448
13449 2006-06-29  Eric Blake  <ebb9@byu.net>
13450
13451         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13452
13453 2006-06-29  Eric Blake  <ebb9@byu.net>
13454
13455         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13456
13457 2006-06-29  Eric Blake  <ebb9@byu.net>
13458
13459         * lib/stat_.h: New file.
13460
13461 2006-06-29  Eric Blake  <ebb9@byu.net>
13462
13463         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13464         unused static function.
13465
13466 2006-06-29  Eric Blake  <ebb9@byu.net>
13467
13468         * doc/functions.texi (Function Portability): Document missing lstat
13469         on mingw.
13470
13471 2006-06-29  Eric Blake  <ebb9@byu.net>
13472
13473         * MODULES.html.sh: Add sys_stat.
13474         * modules/sys_stat: New module.
13475         * modules/mkstemp (Depends-on): Add sys_stat.
13476
13477 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13478
13479         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13480
13481 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13482
13483         * m4/c-bs-a.m4: Removed.
13484
13485 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13486
13487         * lib/strftime.c: Assume strftime() exists.
13488
13489 2006-06-29  Derek Price  <derek@ximbiot.com>
13490
13491         * modules/c-bs-a: Removed - \a is C89.
13492         * MODULES.html.sh: Remove c-bs-a.
13493
13494 2006-06-29  Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/wcwidth (License): Change to LGPL.
13497
13498 2006-06-28  Simon Josefsson  <jas@extundo.com>
13499
13500         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13501         on _WIN32.
13502
13503         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13504         getnameinfo.
13505
13506 2006-06-28  Simon Josefsson  <jas@extundo.com>
13507
13508         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13509
13510 2006-06-28  Simon Josefsson  <jas@extundo.com>
13511
13512         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13513         functions there.  It will succeed on Windows XP, but on Windows
13514         2000 and (presumably) earlier, it will fail, and use the internal
13515         re-implementation.
13516         (use_win32_p): New function.
13517         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13518         Support AI_NUMERICSERV to disable getservbyname.
13519         (getnameinfo): New function, only supports
13520         NI_NUMERICHOST|NI_NUMERICSERV for now.
13521
13522         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13523         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13524         getnameinfo.
13525
13526 2006-06-28  Eric Blake  <ebb9@byu.net>
13527
13528         * modules/wcwidth: New file.
13529         * modules/mbchar (Depends-on): Add wcwidth.
13530         * modules/mbswidth (Depends-on): Add wcwidth.
13531         * MODULES.html.sh: Add wcwidth.
13532
13533 2006-06-28  Eric Blake  <ebb9@byu.net>
13534
13535         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13537
13538 2006-06-28  Eric Blake  <ebb9@byu.net>
13539
13540         * lib/xvasprintf.h: Fix comments.
13541
13542 2006-06-28  Eric Blake  <ebb9@byu.net>
13543
13544         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13545         * lib/mbswidth.c (wcwidth): Move from here...
13546         * lib/wcwidth.h: ...to this new file.
13547
13548 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13549
13550         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13551
13552         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13553         it's obsolete.
13554         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13555
13556 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13557
13558         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13559         Autoconf 2.60 says this stuff was obsolete.
13560
13561 2006-06-28  Bruno Haible  <bruno@clisp.org>
13562
13563         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13564
13565 2006-06-28  Bruno Haible  <bruno@clisp.org>
13566
13567         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13568         gt_TYPE_WCHAR_T.
13569
13570 2006-06-28  Bruno Haible  <bruno@clisp.org>
13571
13572         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13573         declaration for wcwidth.
13574         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13575
13576 2006-06-28  Bruno Haible  <bruno@clisp.org>
13577
13578         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13579         (mkdir): Define using _mkdir.
13580
13581 2006-06-28  Bruno Haible  <bruno@clisp.org>
13582
13583         * lib/getaddrinfo.h: Fix POSIX URL.
13584         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13585         _WIN32.
13586         (use_win32_p): Make static.
13587         (getaddrinfo): Reject service name if it is empty or does not consist
13588         solely of decimal digits, or if its value is > 65535.
13589         (getnameinfo): Remove useless casts.
13590
13591 2006-06-27  Simon Josefsson  <jas@extundo.com>
13592
13593         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13594         Eggert and Martin Lambers.
13595
13596 2006-06-27  Simon Josefsson  <jas@extundo.com>
13597
13598         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13599         Eggert and Martin Lambers.
13600
13601 2006-06-27  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13604         result to 0, not to empty.
13605         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13606
13607 2006-06-27  Bruno Haible  <bruno@clisp.org>
13608
13609         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13610
13611 2006-06-26  Simon Josefsson  <jas@extundo.com>
13612
13613         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13614         present.
13615
13616 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13617
13618         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13619         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13620         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13621
13622 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13623
13624         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13625
13626 2006-06-26  Bruno Haible  <bruno@clisp.org>
13627
13628         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13629
13630 2006-06-26  Bruno Haible  <bruno@clisp.org>
13631
13632         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13633
13634 2006-06-26  Bruno Haible  <bruno@clisp.org>
13635
13636         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13637         SGI C compiler in pre-C99 mode.
13638         Suggested by Mark D. Baushke and Larry Jones.
13639
13640 2006-06-26  Bruno Haible  <bruno@clisp.org>
13641
13642         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13643         WCHAR_MAX.
13644         Reported by Mark D. Baushke and Larry Jones.
13645
13646 2006-06-26  Bruno Haible  <bruno@clisp.org>
13647
13648         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13649         in pre-C99 mode.
13650         Suggested by Mark D. Baushke and Larry Jones.
13651
13652 2006-06-23  Simon Josefsson  <jas@extundo.com>
13653             Bruno Haible  <bruno@clisp.org>
13654
13655         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13656         Emit mostlyclean-local rule.
13657         (func_emit_tests_Makefile_am): Likewise.
13658         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13659
13660 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13661
13662         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13663
13664 2006-06-23  Bruno Haible  <bruno@clisp.org>
13665
13666         * tests/test-stdint.c: Update to match ISO C 99 Technical
13667         Corrigendum 1.
13668
13669 2006-06-23  Bruno Haible  <bruno@clisp.org>
13670
13671         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13672
13673 2006-06-23  Bruno Haible  <bruno@clisp.org>
13674
13675         * lib/stdint_.h: Treat IRIX like OpenBSD.
13676
13677 2006-06-23  Bruno Haible  <bruno@clisp.org>
13678
13679         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13680         ISO C 99 Technical Corrigendum 1.
13681
13682 2006-06-22  Simon Josefsson  <jas@extundo.com>
13683
13684         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13685         MinGW.
13686
13687 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13688
13689         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13690         needed.  Some compiler complained about some of them.  Problem reported
13691         by Larry Jones in
13692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13693
13694 2006-06-21  Simon Josefsson  <jas@extundo.com>
13695
13696         * tests/test-getaddrinfo.c: New file.
13697
13698         * modules/getaddrinfo-tests: New file.
13699
13700         * MODULES.html.sh: Add inet_pton.
13701
13702         * modules/inet_pton: New file.
13703
13704 2006-06-21  Simon Josefsson  <jas@extundo.com>
13705
13706         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13707         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13708         of using the (limited) gnulib implementation on Windows XP.
13709
13710         * m4/inet_pton.m4: New file.
13711
13712 2006-06-21  Simon Josefsson  <jas@extundo.com>
13713
13714         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13715         variable.
13716
13717         * lib/socket_.h: Don't define WINVER.
13718
13719         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13720         slightly modified to work in gnulib.
13721
13722 2006-06-21  Simon Josefsson  <jas@extundo.com>
13723
13724         * doc/gnulib.texi (Windows sockets): Add.
13725
13726 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         * lib/read-file.c (fread_file): Start with buffer allocation of
13729         0 bytes rather than 1 byte; this simplifies the code.
13730         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13731         code to free buffer and save/restore errno.
13732         (internal_read_file): Remove unused local.
13733
13734 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13737         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13738         Problem reported by Denis Excoffier in
13739         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13740
13741 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13742
13743         * modules/sys_socket, modules/socklen: Include sys/types since
13744         FreeBSD 4.x's sys/socket.h needs it.
13745
13746 2006-06-19  Simon Josefsson  <jas@extundo.com>
13747
13748         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13749
13750 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13751
13752         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13753
13754 2006-06-19  Bruno Haible  <bruno@clisp.org>
13755
13756         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13757         and FULL_PATH_INTTYPES_H in angle brackets.
13758         Reported by Mark D. Baushke <mdb@gnu.org>.
13759
13760 2006-06-17  Eric Blake  <ebb9@byu.net>
13761
13762         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13763         errno.
13764
13765 2006-06-17  Bruno Haible  <bruno@clisp.org>
13766
13767         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13768         <sys/inttypes.h>.
13769
13770 2006-06-17  Bruno Haible  <bruno@clisp.org>
13771
13772         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13773         whether errno is declared. Assume <errno.h> declares errno.
13774
13775 2006-06-17  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13778
13779 2006-06-17  Bruno Haible  <bruno@clisp.org>
13780
13781         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13782         problem on Solaris 2.5.1.
13783
13784 2006-06-16  Eric Blake  <ebb9@byu.net>
13785
13786         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13787         * lib/unicodeio.c [!defined errno]: Likewise.
13788         * lib/strtol.c [!defined errno]: Likewise.
13789         * lib/strtod.c [!defined errno]: Likewise.
13790
13791 2006-06-15  Eric Blake  <ebb9@byu.net>
13792
13793         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13794
13795 2006-06-15  Eric Blake  <ebb9@byu.net>
13796
13797         * config/srclist.txt (ssize_t.m4): Lose sync.
13798
13799 2006-06-15  Bruno Haible  <bruno@clisp.org>
13800
13801         * modules/stdint (Files): Include m4/full-header-path.m4,
13802         m4/size_max.m4, m4/wchar_t.m4.
13803         (Makefile.am): Many more substitutions.
13804         * modules/stdint-tests: New file.
13805         * tests/test-stdint.c: New file.
13806
13807 2006-06-15  Bruno Haible  <bruno@clisp.org>
13808
13809         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13810         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13811         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13812         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13813         gl_CHECK_TYPE_SAME): New macros.
13814
13815 2006-06-15  Bruno Haible  <bruno@clisp.org>
13816
13817         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13818
13819 2006-06-15  Bruno Haible  <bruno@clisp.org>
13820
13821         * lib/stdint_.h: Rewritten to be fully auto-configured.
13822         Fixes bug on HP-UX/IA64.
13823
13824 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13825
13826         * lib/getdate.y (__attribute__): Don't define if already defined.
13827         Problem reported by Larry Jones.
13828         * lib/utimens.c (__attribute__): Likewise.
13829
13830 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13831
13832         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13833         reported by Andreas Schwab.
13834
13835 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13836             Bruno Haible  <bruno@clisp.org>
13837
13838         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13839         check for the declaration of strnlen and a run test that exposes the
13840         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13841         rpl_strndup.
13842
13843 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13844             Bruno Haible  <bruno@clisp.org>
13845
13846         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13847
13848 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13849
13850         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13851         compile test, for Tru64 4.0D.
13852
13853 2006-05-28  Karl Berry  <karl@gnu.org>
13854
13855         * config/srclist.txt (printf-args.c): lose sync.
13856
13857 2006-05-26  Martin Lambers  <marlam@marlam.de>
13858
13859         * lib/getpass.c: Updates the test for the native W32 API, and adds
13860         missing includes, thus fixing compilation warnings.
13861
13862 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13863
13864         * lib/exclude.c (exclude_fnmatch): New function.
13865         (excluded_file_name): Call exclude_fnmatch.
13866         * lib/exclude.h (excluded_file_name): New prototype
13867
13868 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * lib/tempname.c (small_open, large_open): New macros.
13871         (__open, __open64) [!_LIBC]: Remove.
13872         (__gen_tempname): Use small_open and large_open instead of __open
13873         and __open64.  This fixes a portability bug on HP-UX 11.11i
13874         reported by Simon Wing-Tang in
13875         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13876
13877 2006-05-24  Bruno Haible  <bruno@clisp.org>
13878
13879         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13880         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13881         Reported by Thorsten Maerz <torte@netztorte.de> via
13882         Aaron Stone <aaron@serendipity.cx>.
13883
13884 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13887         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13888         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13889         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13890         not really conditional on the cache.
13891         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13892
13893 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13894
13895         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13896         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13897         (my_usleep): Don't mishandle maximum value.
13898
13899 2006-05-19  Jim Meyering  <jim@meyering.net>
13900
13901         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13902
13903 2006-05-17  Bruno Haible  <bruno@clisp.org>
13904
13905         Cygwin portability.
13906         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13907
13908 2006-05-17  Bruno Haible  <bruno@clisp.org>
13909
13910         * lib/stdint_.h: Fix recognition of Cygwin.
13911
13912 2006-05-15  Bruno Haible  <bruno@clisp.org>
13913
13914         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13915         on libtool patch by Ralf Wildenhues.
13916
13917 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13918
13919         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13920         test for C99 conformance; (bool) 0.5 is an integer constant
13921         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13922         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13923
13924 2006-05-11  Simon Josefsson  <jas@extundo.com>
13925
13926         * m4/xvasprintf.m4: Fix obvious typo.
13927
13928 2006-05-11  Jim Meyering  <jim@meyering.net>
13929
13930         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13931         James Lemley.
13932
13933 2006-05-10  Simon Josefsson  <jas@extundo.com>
13934
13935         * lib/md4.c: Typo fix, update copyright years.
13936         (K1, K2): Don't use L because it turn computations into 64-bit on
13937         64-bit platforms.
13938
13939 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13942         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13943         unwanted sign propagation, e.g., on hosts with 64-bit int.
13944         There still are some problems with reeelly weird theoretical hosts
13945         (e.g., 33-bit int) but it's not worth worrying about now.
13946         * lib/sha1.c (rol): Likewise.
13947         (K1, K2, K3, K4): Remove unnecessary L suffix.
13948
13949 2006-05-10  Bruno Haible  <bruno@clisp.org>
13950
13951         * lib/des.c: Cast to avoid warnings.
13952
13953 2006-05-09  Bruno Haible  <bruno@clisp.org>
13954
13955         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13956         (Depends-on): Depend also on xsize, stdarg.
13957         (configure.ac): Add gl_XVASPRINTF.
13958
13959 2006-05-09  Bruno Haible  <bruno@clisp.org>
13960
13961         * m4/xvasprintf.m4: New file.
13962
13963 2006-05-09  Bruno Haible  <bruno@clisp.org>
13964
13965         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13966         (EOVERFLOW): Define fallback value.
13967         (xstrcat): New function.
13968         (xvasprintf): Recognize the special case of a string concatenation.
13969
13970 2006-05-08  Eric Blake  <ebb9@byu.net>
13971
13972         * gnulib-tool (func_version): Base copyright year on CVS date.
13973         (func_emit_copyright_notice): New function.
13974         (func_emit_lib_Makefile_am): Use it.
13975         (func_emit_tests_Makefile_am): Likewise.
13976         (func_import): Likewise.
13977
13978 2006-05-08  Bruno Haible  <bruno@clisp.org>
13979
13980         * modules/stdarg: New file.
13981         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13982
13983 2006-05-08  Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/stdarg.m4: New file, from GNU gettext.
13986
13987 2006-05-08  Bruno Haible  <bruno@clisp.org>
13988
13989         * config/srclist.txt (build-aux/config.rpath): different from latest
13990         release.
13991
13992 2006-05-08  Bruno Haible  <bruno@clisp.org>
13993
13994         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13995
13996 2006-05-05  Jim Meyering  <jim@meyering.net>
13997
13998         * m4/warning.m4: New file, derived from bison's file by the same name.
13999
14000 2006-05-03  Bruno Haible  <bruno@clisp.org>
14001
14002         * lib/stdint_.h: Shorter URL.
14003         * lib/inttypes.h: Likewise.
14004
14005 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14006
14007         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14008
14009 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * lib/verify.h: Document the internals better.  Most of this change
14012         was written by Bruno Haible.
14013
14014 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         * doc/verify.texi: New file, partly based on a proposal by
14017         Bruno Haible.
14018
14019 2006-05-02  Bruno Haible  <bruno@clisp.org>
14020
14021         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14022         test from here...
14023         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14024
14025 2006-04-29  Bruno Haible  <bruno@clisp.org>
14026
14027         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14028         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14029
14030 2006-04-29  Bruno Haible  <bruno@clisp.org>
14031
14032         * gnulib-tool: Make --update option actually work.
14033
14034 2006-04-29  Bruno Haible  <bruno@clisp.org>
14035
14036         * doc/gcd.texi: New file.
14037         * doc/gnulib.texi: Include it.
14038
14039 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14040
14041         * lib/getdate.y (get_date): When adding relative date, start with the
14042         initial time, not with the result of the first mktime call.
14043
14044 2006-04-25  Bruno Haible  <bruno@clisp.org>
14045
14046         * gnulib-tool (func_import): Output the include directives in three
14047         blocks, sorted separately.
14048         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14049
14050 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14053         to define main with arguments, for C++.  Reported by Eric Blake.
14054         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14055         Prefer 'int main ()' to 'int main (void)', for C++.
14056         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14057         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14058         for 'main', for C99 and C++.
14059
14060 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14061
14062         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14063         Don't assume that exit status -1 is valid.
14064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14065         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14066         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14067         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14068         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14069         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14070         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14071         functions can be used without declaring them, or that you can
14072         exit with status -1.
14073         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14074
14075 2006-04-24  Karl Berry  <karl@gnu.org>
14076
14077         * config/srclist.txt (longdouble.m4): sync lost.
14078
14079 2006-04-24  Eric Blake  <ebb9@byu.net>
14080
14081         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14082
14083 2006-04-24  Bruno Haible  <bruno@clisp.org>
14084
14085         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14086         poll() implementation in AIX.
14087         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14088
14089 2006-04-24  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14092         assigned exactly once.
14093
14094 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14095             Bruno Haible  <bruno@clisp.org>
14096
14097         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14098         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14099         for AM_CPPFLAGS.
14100
14101 2006-04-23  Bruno Haible  <bruno@clisp.org>
14102
14103         * modules/copy-file: Depend on unistd.
14104         * modules/execute: Likewise.
14105         * modules/fatal-signal: Likewise.
14106         * modules/findprog: Likewise.
14107         * modules/mkdtemp : Likewise.
14108         * modules/pipe: Likewise.
14109         * modules/wait-process: Likewise.
14110
14111 2006-04-23  Bruno Haible  <bruno@clisp.org>
14112
14113         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14114         condition was already detected.
14115         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14116
14117 2006-04-23  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/copy-file.c: Include <unistd.h> unconditionally.
14120         * lib/execute.c: Likewise.
14121         * lib/fatal-signal.c: Likewise.
14122         * lib/findprog.c: Likewise.
14123         * lib/mkdtemp.c: Likewise.
14124         * lib/pipe.h: Likewise.
14125         * lib/pipe.c: Likewise.
14126         * lib/wait-process.h: Likewise.
14127
14128 2006-04-23  Bruno Haible  <bruno@clisp.org>
14129
14130         * gnulib-tool (func_usage): Fix --import description. Document
14131         --update.
14132         (func_import): Create temporary file in a temporary directory, if
14133         --dry-run is specified. Silence errors from 'grep' when there are no
14134         m4 files in $m4dir.
14135         (func_create_testdir): Silence errors from 'grep' when there are no
14136         m4 files in $m4dir.
14137         Reported by Karl Berry <karl@freefriends.org>.
14138
14139 2006-04-20  Bruno Haible  <bruno@clisp.org>
14140
14141         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14142         one argument, so that the code will be portable to Autoconf 2.60.
14143         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14144         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14145         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14146
14147 2006-04-19  Derek Price  <derek@ximbiot.com>
14148             Eric Blake  <ebb9@byu.net>
14149
14150         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14151         rather than "/full/path.h".  Update comment to match.  Shorten &
14152         generalize m4_translit call via AS_TR_CPP.
14153
14154 2006-04-19  Derek Price  <derek@ximbiot.com>
14155             Eric Blake  <ebb9@byu.net>
14156
14157         * lib/inttypes.h: Correct grammar in comment.
14158
14159 2006-04-18  Derek Price  <derek@ximbiot.com>
14160             Paul Eggert  <eggert@cs.ucla.edu>
14161
14162         * modules/inttypes: New file.
14163         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14164
14165 2006-04-18  Derek Price  <derek@ximbiot.com>
14166             Paul Eggert  <eggert@cs.ucla.edu>
14167
14168         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14169         New files.
14170
14171 2006-04-18  Derek Price  <derek@ximbiot.com>
14172             Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * lib/inttypes.h: New file.
14175         * lib/strtoimax.c: Assume <inttypes.h>.
14176
14177 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14180         isn't mounted.  Problem reported by Kir Kolyshkin.
14181
14182 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14183
14184         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14185         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14186         Derek R. Price.
14187         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14188         implementation.
14189
14190 2006-04-12  Eric Blake  <ebb9@byu.net>
14191
14192         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14193         is now done automatically by the corresponding Autoconf macro.
14194
14195 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14196
14197         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14198         time_r.h.
14199
14200 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         Merge regex changes from libc, removing some of our
14203         POSIX-conformance changes that were rejected and redoing them in a
14204         less-intrusive way.
14205
14206         * lib/regcomp.c (re_compile_internal, init_dfa):
14207         Length arg is now size_t, not Idx.  All uses changed.
14208         (peek_token): Forward decl now says internal_function.
14209         (__re_error_msgid, __re_error_msgid_idx):
14210         Now static rather than extern with attribute_hidden.
14211         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14212         For some reason libc prefers K&R style defns for external functions.
14213         (regerror) [!defined _LIBC]: Likewise.
14214         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14215         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14216         (build_range_exp, build_collating_symbol):
14217         Use K&R-style defn.
14218         (re_compile_fastmap): Use '\0' to memset, not 0.
14219         (utf8_sb_map): Make the calculations more obvious.
14220         (init_dfa, parse_bracket_exp, build_charclass_op):
14221         Call calloc and cast result, as glibc does.
14222         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14223         (build_range_exp, build_collating_symbol):
14224         Now internal functions.
14225
14226         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14227
14228         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14229         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14230         Don't depend on VMS; depend on __VMS instead, for POSIX
14231         namespace cleanness.
14232         (regoff_t): Define to ssize_t, not long int.
14233
14234         Remove the REG_ macros named below.  Instead, make the old names
14235         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14236         __USE_GNU_REGEX.
14237         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14238         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14239         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14240         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14241         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14242         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14243         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14244         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14245         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14246         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14247         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14248         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14249         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14250         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14251         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14252         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14253         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14254         (REG_NREGS):
14255         Remove.  All uses replaced by the old RE_* names.
14256         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14257         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14258         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14259         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14260         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14261         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14262         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14263         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14264         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14265         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14266         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14267         Don't bother having these macros be independent of each others'
14268         values, since they no longer exist in the POSIX name space.
14269
14270         Rename the following member names back to their old names,
14271         unless !__USE_GNU_REGEX.  All uses changed back.
14272         (buffer): Renamed from re_buffer.
14273         (allocated): Renamed from re_allocated.
14274         (used): Renamed from re_used.
14275         (syntax): Renamed from re_syntax.
14276         (fastmap): Renamed from re_fastmap.
14277         (translate): Renamed from re_translate.
14278         (can_be_null): Renamed from re_can_be_null.
14279         (regs_allocated): Renamed from re_regs_allocated.
14280         (fastmap_accurate): Renamed from re_fastmap_accurate.
14281         (no_sub): Renamed from re_no_sub.
14282         (not_bol): Renamed from re_not_bol.
14283         (not_eol): Renamed from re_not_eol.
14284         (newline_anchor): Renamed from re_newline_anchor.
14285         (num_regs): Renamed from rm_num_regs.
14286         (start): Renamed from rm_start.
14287         (end): Renamed from rm_end.
14288
14289         (free_state): Move up a bit.
14290
14291         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14292         #define to be empty.
14293         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14294         when that is what is intended.
14295         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14296         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14297         (MAX): New macro.
14298         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14299         All uses changed back to re_malloc, etc.  It's now the caller's
14300         responsibility to check for overflow; all callers changed.
14301         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14302         (re_x2nrealloc): Remove.
14303         (free_state): Remove decl.
14304
14305         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14306         (re_set_registers, re_exec):
14307         Use K&R-style defn.
14308
14309         2006-01-31  Roland McGrath  <roland@redhat.com>
14310
14311         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14312         Reported by Mike Frysinger <vapier@gentoo.org>.
14313
14314         2006-01-15  Andreas Jaeger  <aj@suse.de>
14315
14316         [BZ #1950]
14317         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14318         build_wcs_upper_buffer change.
14319         (build_wcs_upper_buffer): Change return type.
14320
14321         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14322
14323         * lib/regex_internal.h: Include <stdint.h> if available.
14324
14325         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14326
14327         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14328
14329         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14330
14331         * lib/regcomp.c: Adjust for changed secondary hash function.
14332
14333         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14334
14335         * lib/regex.h: Pretty printing.
14336         Clean up namespace a bit.
14337
14338         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14339
14340         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14341         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14342
14343         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14344                     Ulrich Drepper  <drepper@redhat.com>
14345
14346         [BZ #1302]
14347         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14348         changed.
14349         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14350
14351         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14352
14353         [BZ #281]
14354         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14355         * lib/regcomp.c: Remove unnecessary uses of
14356         unsigned RE_TRANSLATE_TYPE.
14357         * lib/regex_internal.h: Likewise.
14358         * lib/regex_internal.c: Likewise.
14359         * lib/regexec.c: Likewise.
14360         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14361
14362         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14363
14364         * lib/regexec.c (find_recover_state): Remove unnecessary
14365         initialization.
14366         (transit_state_bkref): Make DFA a const pointer.
14367         (get_subexp): Likewise.
14368         (check_arrival): Likewise.
14369         (update_cur_sifted_state): Likewise.
14370         (re_search_internal): Likewise.
14371         (prune_impossible_nodes): Likewise.
14372         (acquire_init_state_context): Likewise.
14373         (proceed_next_node): Likewise.
14374         (set_regs): Likewise.
14375         (free_fail_stack_return): Likewise.
14376         (check_arrival_expand_ecl): Mark DFA parameter as const.
14377         (check_arrival_expand_ecl_sub): Likewise.
14378         (check_subexp_limits): Likewise.
14379         (sub_epsilon_src_nodes):  Likewise.
14380         (add_epsilon_src_nodes):  Likewise.
14381         (merge_state_array): Likewise.
14382         (update_regs): Likewise.
14383         (build_trtable): Likewise.
14384         (sift_states_backward): Mark MCTX parameter as const.
14385         (build_sifted_states): Likewise.
14386         (update_cur_sifted_state): Likewise.
14387         (sift_states_mkref): Likewise.
14388         (check_arrival_expand_ecl): Mark eclosure as const.
14389         (check_dst_limits_calc_pos_1): Likewise.
14390         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14391         pointer.
14392
14393         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14394
14395         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14396         (transit_state_sb): Likewise.
14397         (transit_state_mb): Likewise.
14398         (sift_states_iter_mb): Likewise.
14399         (check_arrival_add_next_nodes): Likewise.
14400         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14401         [_LIBC] (re_search_2_stub): Use mempcpy.
14402
14403         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14404         mbrtowc for very simple UTF-8 case.
14405
14406         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14407         a pointer-to-const.
14408         (re_acquire_state_context): Likewise.
14409         * lib/regex_internal.h: Adjust prototypes.
14410
14411         * lib/regex.c: Prevent using C++ compilers.
14412
14413         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14414         (re_acquire_state_context): Likewise.
14415
14416 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         * modules/regex (Depends-on): Add ssize_t.
14419
14420 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14423         translation table.
14424
14425 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14428
14429 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14430             Bruno Haible  <bruno@clisp.org>
14431
14432         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14433         <sys/types.h> and <inttypes.h>.
14434
14435 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14436
14437         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14438         `__error_t_defined', so argp.h will not typedef the former.
14439
14440 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14443         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14444         glibc names.  Even if glibc is changed to conform to POSIX, the
14445         traditional names will be available anyway, since regex depends on
14446         the extensions module.  Also, fix a longstanding typo in the
14447         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14448         reported by Emanuele Giaquinta.  Also, change sense of cached
14449         variable, so that the message makes sense.
14450
14451 2006-03-24  Simon Josefsson  <jas@extundo.com>
14452
14453         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14454         including some doc fixes.
14455         (base64_encode_alloc): Fix +1 bug on allocation failures.
14456
14457 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14458
14459         * lib/base64.c (base64_encode): Do not read past end of array with
14460         unsanitized input on systems with CHAR_BIT > 8.
14461
14462 2006-03-24  Eric Blake  <ebb9@byu.net>
14463
14464         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14465
14466 2006-03-22  Karl Berry  <karl@gnu.org>
14467
14468         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14469         * config/srclistvars.sh (COREUTILS): new var.
14470
14471 2006-03-17  Jim Meyering  <jim@meyering.net>
14472
14473         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14474         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14475
14476 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14479         no longer needs it.  Instead, check that regoff_t is as least
14480         as wide as ptrdiff_t.
14481
14482         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14483         so that our regex.h stays compatible with the installed regex.
14484         This is helpful for installers who configure --without-included-regex.
14485         Problem reported by Emanuele Giaquinta.
14486
14487 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14488
14489         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14490         Typedef to long int, not to off_, as POSIX will likely change
14491         in that direction.
14492
14493 2006-03-15  Eric Blake  <ebb9@byu.net>
14494
14495         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14496
14497 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14498
14499         * lib/argp-help.c (validate_uparams): Fix typo
14500         * lib/argp-parse.c (argp_default_options): Consistently begin help
14501         messages with a lowercase letter.
14502
14503 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14506         overrun buffers and shouldn't be used (much as gets shouldn't be
14507         used).
14508         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14509
14510 2006-03-08  Simon Josefsson  <jas@extundo.com>
14511
14512         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14513         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14514
14515 2006-03-08  Simon Josefsson  <jas@extundo.com>
14516
14517         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14518         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14519
14520 2006-03-08  Simon Josefsson  <jas@extundo.com>
14521
14522         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14523         signal that configure disabled the device.
14524
14525 2006-03-08  Simon Josefsson  <jas@extundo.com>
14526
14527         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14528         languages.
14529
14530 2006-03-07  Simon Josefsson  <jas@extundo.com>
14531
14532         * modules/getopt (Depends-on): Add unistd.
14533
14534         * modules/unistd: New file.
14535
14536 2006-03-07  Simon Josefsson  <jas@extundo.com>
14537
14538         * modules/gc-random: New file.
14539
14540 2006-03-07  Simon Josefsson  <jas@extundo.com>
14541
14542         * m4/unistd_h.m4: New file.
14543
14544 2006-03-07  Simon Josefsson  <jas@extundo.com>
14545
14546         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14547         test to be side-effect free by storing the result in the cache
14548         variable gl_cv_lib_readline, and moving the assignment of
14549         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14550         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14551
14552 2006-03-07  Simon Josefsson  <jas@extundo.com>
14553
14554         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14555         error on missing devices (the functions will return an error).
14556
14557         * m4/gc.m4: Move random stuff to gc-random.m4
14558
14559 2006-03-07  Simon Josefsson  <jas@extundo.com>
14560
14561         * lib/unistd_.h: New file.
14562
14563 2006-03-07  Simon Josefsson  <jas@extundo.com>
14564
14565         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14566
14567 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14570         Problem reported by Juan Manuel Guerrero.
14571
14572 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14575         the unistd module.
14576         * lib/getlogin_r.c: Likewise.
14577         * lib/getlogin_r.h: Likewise.
14578         * lib/glob.c: Likewise.
14579         * lib/pagealign_alloc.c: Likewise.
14580         * lib/unistd_.h: Remove; no longer needed.
14581
14582 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14585         Add unistd.
14586         * modules/c-stack (Depends-on): Add unistd.
14587         * modules/getlogin_r: Likewise.
14588         * modules/glob: Likewise.
14589         * modules/pagealign_alloc: Likewise.
14590         * modules/unistd (Files): Remove lib/unistd_.h.
14591         (EXTRA_DIST): Remove.
14592         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14593         need unistd_.h.
14594         (MOSTLYCLEANFILES): Remove unistd.h-t.
14595
14596 2006-03-03  Simon Josefsson  <jas@extundo.com>
14597
14598         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14599
14600 2006-03-03  Simon Josefsson  <jas@extundo.com>
14601
14602         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14603         libidn and bison.
14604
14605 2006-03-03  Simon Josefsson  <jas@extundo.com>
14606
14607         * build-aux/maint.mk: Add indent target.
14608
14609 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14610
14611         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14612         our replacement poll.h in any case, to avoid a differing
14613         declaration from a system header.  Seen on AIX.
14614
14615 2006-03-01  Simon Josefsson  <jas@extundo.com>
14616
14617         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14618         <kasal@ucw.cz>.
14619
14620 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * modules/gettime (Depends-on): Add extensions module.
14623         * modules/nanosleep (Depends-on): Likewise.
14624         * modules/settime (Depends-on): Likewise.
14625
14626 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14629         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14630         pedantically.
14631         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14632         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14633
14634         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14635         not "==".  Reported by Ralf Wildenhues.
14636
14637 2006-03-01  Karl Berry  <karl@gnu.org>
14638
14639         * doc/Copyright/request-*: new files, synced from gnuorg.
14640
14641 2006-03-01  Karl Berry  <karl@gnu.org>
14642
14643         * config/srclist.txt (Copyright/*): new entries.
14644
14645 2006-02-28  Simon Josefsson  <jas@extundo.com>
14646
14647         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14648
14649 2006-02-27  Simon Josefsson  <jas@extundo.com>
14650
14651         * lib/base64.h: Indent #define's.  From Jim Meyering
14652         <jim@meyering.net>.
14653
14654 2006-02-27  Jim Meyering  <jim@meyering.net>
14655
14656         Revert the change of 2006-02-24, so these files can continue
14657         to be sync'd from gettext.
14658         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14659         of `config.h'.
14660
14661 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * modules/intprops: New file.
14664         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14665         Add intprops.
14666         * modules/getloadavg (Files): Remove lib/intprops.h.
14667         (Depends-on): Add intprops.
14668         * modules/human: Likewise.
14669         * modules/inttostr: Likewise.
14670         * modules/openat: Likewise.
14671         * modules/sig2str: Likewise.
14672         * modules/userspec: Likewise.
14673         * modules/utimecmp: Likewise.
14674         * modules/xnanosleep: Likewise.
14675         * modules/xstrtol: Likewise.
14676
14677 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14678
14679         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14680         * modules/lock-tests (TESTS): Use $(EXEEXT).
14681         * modules/tls-tests: Likewise.
14682         * modules/argp-tests: Likewise.
14683         (check_PROGRAMS): New var, replacing...
14684         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14685
14686 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14687
14688         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14689         `config.h'.
14690
14691 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14694
14695 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14696
14697         Sync from coreutils.
14698         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14699         gl_CHDIR_SAFER.
14700
14701 2006-02-22  Jim Meyering  <jim@meyering.net>
14702
14703         Sync from coreutils.
14704         * m4/chdir-safer.m4: New file.
14705
14706 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14709         AT_FDCWD exceeds INT_MAX.
14710         * lib/openat.h (AT_FDCWD): Likewise.
14711
14712 2006-02-17  Eric Blake  <address@hidden>
14713
14714         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14715
14716 2006-02-16  Simon Josefsson  <jas@extundo.com>
14717
14718         * modules/getaddrinfo (Depends-on): Add sys_socket.
14719
14720 2006-02-15  Simon Josefsson  <jas@extundo.com>
14721
14722         * build-aux/maint.mk: Add dsyntax-check rule.
14723
14724 2006-02-15  Eric Blake  <ebb9@byu.net>
14725
14726         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14727         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14728         'present but cannot compile' warnings on cygwin.
14729         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14730         use ws2tcpip.h if sys/socket.h works.
14731         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14732         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14733
14734 2006-02-14  Simon Josefsson  <jas@extundo.com>
14735
14736         * modules/maintainer-makefile (Files): Rename.
14737
14738         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14739         and (the local) Makefile.cfg to maint-cfg.mk.
14740
14741         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14742         to the latter.
14743
14744         * modules/maintainer-makefile: New module.
14745
14746         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14747         severaly stripped to make it possible to build it up from scratch
14748         with reliable tests.
14749
14750         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14751         fixes to permit overriding the default actions when configure and
14752         makefile are not available.
14753
14754 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         Sync from coreutils.
14757         * modules/lstat (Depends-on): Don't depend on xalloc.
14758         (License): Change from GPL to LGPL, since this is now simply a
14759         replacement for a libc function.
14760
14761 2006-02-14  Jim Meyering  <jim@meyering.net>
14762
14763         Sync from coreutils.
14764
14765         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14766         failure on deficient systems, and simplify gnulib lgpl dependencies.
14767         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14768         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14769
14770         * lib/xalloc-die.c: Remove unused definition of N_.
14771
14772 2006-02-14  Jim Meyering  <jim@meyering.net>
14773
14774         Sync from coreutils.
14775         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14776         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14777         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14778         double-quote uses of that variable, to accommodate the rare case in
14779         which getmntent is available in none of the libraries checked.  This
14780         happens at least on FreeBSD 5.0.
14781
14782 2006-02-13  Simon Josefsson  <jas@extundo.com>
14783
14784         * gnulib-tool (Usage): Fix --import, from
14785         karl@freefriends.org (Karl Berry).
14786
14787 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14788
14789         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14790
14791 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14792
14793         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14794         "autoupdate" on 2005-12-12.
14795
14796 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * modules/closeout (Depends-on): Remove atexit.
14799
14800 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14803         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14804
14805 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14808         __EXTENSIONS__ if this causes compilation to fail.  Problem
14809         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14810         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14811
14812 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14815         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14816         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14817         All uses changed.
14818
14819 2006-01-26  Simon Josefsson  <jas@extundo.com>
14820
14821         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14822         prototype is visible on mingw32.
14823
14824         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14825         for mingw32.
14826
14827         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14828         mingw32).
14829
14830 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14831
14832         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14833         attempt to open for write; this always fails, at least on POSIX
14834         hosts.  This reinstates the 2006-01-09 change, which was
14835         inadvertently removed.
14836
14837 2006-01-26  Bruno Haible  <bruno@clisp.org>
14838
14839         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14840         Reported by Paul Eggert.
14841
14842 2006-01-26  Bruno Haible  <bruno@clisp.org>
14843             Paul Eggert  <eggert@cs.ucla.edu>
14844
14845         * lib/stdbool_.h (_Bool)
14846         [(! (defined __cplusplus || defined __BEOS__)
14847           && !defined __GNUC__
14848           && !(defined __HP_cc || defined __xlc__
14849                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14850                || defined __sgi))]:
14851         #define to signed char in these cases too; this simplifies
14852         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14853         etc., separately) and makes it more conservative.
14854
14855 2006-01-25  Simon Josefsson  <jas@extundo.com>
14856
14857         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14858         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14859         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14860
14861 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14862
14863         * lib/argp-namefrob.h: Bugfix. Remove stray #
14864
14865 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14868         so that we test the test.
14869         Check for yet another HP-UX cc bug involving *bool |= bool.
14870
14871 2006-01-25  Karl Berry  <karl@gnu.org>
14872
14873         * config/srclist.txt (vasnprintf.c): sync lost.
14874
14875 2006-01-25  Jim Meyering  <jim@meyering.net>
14876
14877         Sync from the stable (b5) branch of coreutils:
14878
14879         * lib/fts.c (fts_children): Don't let close() clobber errno from
14880         failed fchdir().
14881
14882         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14883         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14884         a dangling symlink.  That can also happen at least for ELOOP.
14885         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14886         FYI, this bug predates the inclusion of fts.c in coreutils.
14887
14888         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14889         in their own block, so pre-c99 compilers don't object.
14890
14891         Avoid the double-free (first in fts_read, second in fts_close) that
14892         would occur when an `active' directory is made inaccessible (e.g.,
14893         via chmod a-x) during a traversal.
14894         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14895         before returning.  Reproduce this failure by
14896         mkdir -p a/b; cd a; chmod a-x . b
14897         Reported by Stavros Passas.
14898
14899 2006-01-25  Jim Meyering  <jim@meyering.net>
14900
14901         * lib/fileblocks.c: Remove more useless parentheses.
14902         * lib/readutmp.h: Likewise.
14903
14904 2006-01-25  Bruno Haible  <bruno@clisp.org>
14905
14906         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14907         warnings.
14908         Reported by Paul Eggert.
14909
14910 2006-01-25  Bruno Haible  <bruno@clisp.org>
14911
14912         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14913         rid of a trap command. For Solaris sh.
14914         Reported by Mark D. Baushke <mdb@gnu.org>.
14915
14916 2006-01-24  Simon Josefsson  <jas@extundo.com>
14917
14918         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14919         Bruno.
14920
14921 2006-01-24  Karl Berry  <karl@gnu.org>
14922
14923         * config/srclist.txt (argp-namefrob.h): sync lost.
14924
14925 2006-01-24  Jim Meyering  <jim@meyering.net>
14926
14927         * modules/openat (Files): Add lib/intprops.h.
14928         From Mark D. Baushke.
14929
14930 2006-01-24  Jim Meyering  <jim@meyering.net>
14931
14932         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14933         Reported by Mark D. Baushke.
14934
14935 2006-01-24  Jim Meyering  <jim@meyering.net>
14936
14937         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14938
14939 2006-01-24  Bruno Haible  <bruno@clisp.org>
14940
14941         * modules/strnlen (Maintainer): Change from glibc to all.
14942
14943 2006-01-24  Bruno Haible  <bruno@clisp.org>
14944
14945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14946         Patch by Paul Eggert.
14947
14948 2006-01-24  Bruno Haible  <bruno@clisp.org>
14949
14950         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14951         already has it.
14952         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14953         2005-11-26.
14954
14955         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14956         'signed char' to avoid problems with the built-in _Bool type.
14957         Reported by Paul Eggert on 2005-11-26.
14958
14959 2006-01-24  Bruno Haible  <bruno@clisp.org>
14960
14961         * gnulib-tool (func_import): Avoid constructing complicated sed
14962         expressions inside backquote.
14963         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14964
14965 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14966
14967         These changes imported from libc.
14968         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14969         test and two separate function calls.
14970         * lib/strndup.c (__strndup): Add libc_hidden_def.
14971
14972 2006-01-23  Simon Josefsson  <jas@extundo.com>
14973
14974         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14975         Remove the test_*_SOURCES variable: automake infers it by default.
14976         * modules/tls-tests: Likewise.
14977
14978 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         Work around porting bugs reported by Dieter in
14981         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14982         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14983         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14984         Include "getopt.h" first, to check interface.
14985         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14986         !HAVE_DECL_GETENV.
14987         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14988         (__strndup): Revert to K&R-style function dfns, the glibc style.
14989         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14990         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14991         Include strnlen.h first, to get prototype properly.
14992         (strnlen): Renamed from __strnlen.
14993         Remove weak alias.
14994
14995 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14996
14997         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14998
14999 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * config/srclist.txt: Adjust to reflect glibc reorganization.
15002         This affects only comments.
15003
15004 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15005
15006          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15007          Reported by Bruce Korb <bkorb@gnu.org>.
15008
15009 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15012         to pacify gcc -Wswitch-default.
15013
15014 2006-01-22  Bruno Haible  <bruno@clisp.org>
15015
15016         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15017         temporary buffer for sprintf, take into account the precision also
15018         for 'd', 'i', 'u', 'o', 'x', 'X'.
15019
15020 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15021
15022         * modules/argp-tests: New module
15023         * tests/test-argp.c: New file
15024         * tests/test-argp-2.sh: New file
15025
15026 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15027
15028         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15029         (__argp_base_name): Removed
15030         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15031         typo.
15032         (__argp_base_name): Provide macro definition or extern declaration
15033         depending on the configuration
15034
15035 2006-01-20  Simon Josefsson  <jas@extundo.com>
15036
15037         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15038
15039 2006-01-20  Simon Josefsson  <jas@extundo.com>
15040
15041         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15042
15043 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15044
15045         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15046         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15047         Suggested by Bruno Haible.
15048
15049 2006-01-20  Karl Berry  <karl@gnu.org>
15050
15051         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15052         until changes propagate, I guess.
15053
15054 2006-01-19  Simon Josefsson  <jas@extundo.com>
15055
15056         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15057
15058 2006-01-19  Simon Josefsson  <jas@extundo.com>
15059
15060         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15061
15062 2006-01-19  Simon Josefsson  <jas@extundo.com>
15063
15064         * gnulib-tool: Set check_PROGRAMS.
15065
15066         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15067         modules/des-tests, modules/gc-arcfour-tests,
15068         modules/gc-arctwo-tests, modules/gc-des-tests,
15069         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15070         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15071         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15072         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15073         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15074         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15075         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15076         test_*_SOURCES.
15077
15078 2006-01-18  Simon Josefsson  <jas@extundo.com>
15079
15080         * modules/socklen (Depends-on): Depend on sys_socket.
15081
15082 2006-01-18  Simon Josefsson  <jas@extundo.com>
15083
15084         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15085         modules/des-tests, modules/gc-arcfour-tests,
15086         modules/gc-arctwo-tests, modules/gc-des-tests,
15087         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15088         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15089         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15090         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15091         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15092         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15093         $(EXEEXT) to automake TESTS variable, for mingw32.
15094
15095 2006-01-17  Simon Josefsson  <jas@extundo.com>
15096
15097         * modules/socklen (Include): Need sys/socket.h.
15098
15099 2006-01-17  Bruno Haible  <bruno@clisp.org>
15100
15101         * modules/ssize_t (Include): Add <sys/types.h>.
15102
15103 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15106         it's not portable and it doesn't work with cross-compiles.
15107         Problem reported by Bruno Haible.  Fix missing-$ typo in
15108         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15109         -zignore from being used with Sun's C compiler.
15110
15111 2006-01-12  Simon Josefsson  <jas@extundo.com>
15112
15113         * lib/base64.c: Fix warning, reported by Bruno Haible
15114         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15115
15116 2006-01-12  Bruno Haible  <bruno@clisp.org>
15117
15118         * modules/ldd: New file.
15119         * build-aux/ldd.sh.in: New file.
15120         * MODULES.html.sh (Support for building libraries and executables): Add
15121         ldd.
15122
15123 2006-01-12  Bruno Haible  <bruno@clisp.org>
15124
15125         * m4/ldd.m4: New file.
15126
15127 2006-01-12  Bruno Haible  <bruno@clisp.org>
15128
15129         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15130         endless loop while replacing $auxdir with build-aux.
15131
15132 2006-01-11  Simon Josefsson  <jas@extundo.com>
15133
15134         * lib/stdint_.h (SIZE_MAX): Add missing (.
15135
15136 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         Sync from coreutils.
15139         * lib/md5.c: Fix commentary typos.
15140         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15141         * lib/md5.h (__attribute__): Remove; unused.
15142         * lib/sha1.c: Fix commentary to match md5 better.
15143         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15144         so that we don't need to worry about alignment.  All uses changed.
15145         This merges the 2005-10-28 md5 change into sha1.
15146
15147 2006-01-11  Jim Meyering  <jim@meyering.net>
15148
15149         Sync from coreutils.
15150         * lib/md5.c (OP): Fix spacing.
15151
15152 2006-01-11  Bruno Haible  <bruno@clisp.org>
15153
15154         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15155         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15156         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15157
15158 2006-01-11  Bruno Haible  <bruno@clisp.org>
15159
15160         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15161         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15162         the "early" section as well.
15163
15164 2006-01-11  Bruno Haible  <bruno@clisp.org>
15165
15166         Avoid "ar: no archive members specified" error on MacOS X.
15167         * gnulib-tool (func_modules_add_dummy): New function.
15168         (func_import, func_create_testdir): Invoke it.
15169
15170 2006-01-11  Bruno Haible  <bruno@clisp.org>
15171
15172         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15173         with $auxdir in AC_CONFIG_FILES statements.
15174
15175 2006-01-11  Bruno Haible  <bruno@clisp.org>
15176
15177         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15178         Initialize also noinst_HEADERS to empty.
15179
15180 2006-01-11  Bruno Haible  <bruno@clisp.org>
15181
15182         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15183         variables.
15184         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15185         autoreconf.
15186
15187 2006-01-11  Bruno Haible  <bruno@clisp.org>
15188
15189         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15190         overridable by the user.
15191         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15192
15193 2006-01-10  Simon Josefsson  <jas@extundo.com>
15194
15195         * modules/sys_socket: New file.
15196
15197 2006-01-10  Simon Josefsson  <jas@extundo.com>
15198
15199         * m4/sys_socket_h.m4: New file.
15200
15201 2006-01-10  Simon Josefsson  <jas@extundo.com>
15202
15203         * lib/socket_.h: New file.
15204
15205 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * modules/readutmp (Maintainer): Add myself.
15208
15209 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15212         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15213         People who are still concerned with buggy memcmp implementations
15214         can invoke gl_FUNC_MEMCMP themselves.
15215
15216 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15217
15218         * lib/regex_internal.h (BITSET_WORD_BITS):
15219         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15220         preprocessor mishandles large unsigned values as if they were signed.
15221         Problem reported by Claudio Fontana in
15222         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15223
15224 2006-01-10  Jim Meyering  <jim@meyering.net>
15225
15226         Avoid the double-free (first in fts_read, second in fts_close) that
15227         would occur when an `active' directory is made inaccessible (e.g.,
15228         via chmod a-x) during a traversal.
15229         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15230         before returning.  Reproduce this failure by
15231         mkdir -p a/b; cd a; chmod a-x . b
15232         Reported by Stavros Passas.
15233
15234         Sync from coreutils.
15235         * lib/sha1.c: Tweak grammar in a comment.
15236
15237 2006-01-10  Jim Meyering  <jim@meyering.net>
15238
15239         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15240         Patch by Joerg Sonnenberger.
15241
15242 2006-01-10  Bruno Haible  <bruno@clisp.org>
15243
15244         * modules/readutmp: Depend on module free.
15245         * modules/strtok_r: Depend on module restrict.
15246
15247 2006-01-10  Bruno Haible  <bruno@clisp.org>
15248
15249         * modules/gettext (configure.ac): Add an invocation of
15250         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15251
15252 2006-01-10  Bruno Haible  <bruno@clisp.org>
15253
15254         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15255         Reported by Werner Lemberg <wl@gnu.org>.
15256
15257 2006-01-10  Bruno Haible  <bruno@clisp.org>
15258
15259         * lib/localcharset.c: Update from GNU gettext.
15260
15261 2006-01-10  Bruno Haible  <bruno@clisp.org>
15262
15263         * lib/argp.h (__const): Remove macro. Use const instead.
15264         * lib/argp-fmtstream.h (__const): Likewise.
15265         * lib/glob_.h (__const): Remove macro.
15266         * lib/glob-libc.h: Use const instead of __const.
15267
15268 2006-01-10  Bruno Haible  <bruno@clisp.org>
15269
15270         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15271         variable.
15272         Needed to avoid an automake error regarding the 'gettext' module.
15273
15274 2006-01-09  Simon Josefsson  <jas@extundo.com>
15275
15276         * modules/inet_ntop (Depends-on): Add restrict.
15277
15278 2006-01-09  Simon Josefsson  <jas@extundo.com>
15279
15280         * modules/gc-rijndael-tests (License): Put under LGPL.
15281
15282         * modules/gc-des-tests (License): Likewise.
15283
15284         * modules/gc-arcfour-tests (License): Likewise.
15285
15286         * modules/gc-arctwo-tests (License): Likewise.
15287
15288         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15289
15290         * modules/gc-hmac-sha1-tests (Files): Likewise.
15291
15292         * modules/gc-hmac-md5-tests (License): Likewise.
15293
15294         * modules/gc-sha1-tests (License): Likewise.
15295
15296         * modules/gc-md5-tests (License): Likewise.
15297
15298         * modules/gc-md4-tests (License): Likewise.
15299
15300         * modules/gc-md2-tests (License): Likewise.
15301
15302         * modules/gc-tests (License): Likewise.
15303
15304         * modules/des-tests (License): Likewise.
15305
15306         * modules/md4-tests (License): Likewise.
15307
15308         * modules/md2-tests (License): Likewise.
15309
15310 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15311
15312         Sync from coreutils:
15313
15314         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15315         * modules/lib-ignore: New file.
15316         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15317         chdir-safer.m4, lchmod.m4.
15318         * modules/openat: Add mkdirat.c, openat-priv.h.
15319
15320 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         Sync from coreutils.
15323         * m4/lib-ignore.m4: New file.
15324         * m4/lchmod.m4: New file.
15325
15326 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         Sync from coreutils.
15329         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15330         for write access: POSIX says that must fail.
15331         * lib/fts.c (diropen): Likewise.
15332         * lib/save-cwd.c (save_cwd): Likewise.
15333         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15334         well, for minor improvements on hosts that lack O_DIRECTORY.
15335         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15336         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15337         Fall back on chown if open failed with EACCES.
15338
15339         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15340         Report an error at compile-time if only a 1-second nominal clock
15341         resolution is found.
15342
15343         * lib/lchmod.h: New file.
15344         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15345         (make_dir_parents): Use lchown rather than chown, and
15346         lchmod rather than chmod.
15347
15348         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15349         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15350         "proc" reported by n0dalus.
15351
15352         * lib/mountlist.c: Include <limits.h>.
15353         (dev_from_mount_options)
15354         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15355         New function.  It no longer assumes "dev=" has the System V meaning
15356         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15357         (read_file_system_list)
15358         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15359         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15360         dev= in that case.
15361
15362         * lib/posixtm.h (PDS_PRE_2000): New macro.
15363         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15364         allow_century.  All usages changed.  Reject dates outside the range
15365         1969-1999 if PDS_PRE_2000 is used.
15366
15367 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         Sync from coreutils.
15370         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15371         (Time of day items): Mention the possibility of leap seconds.
15372         Problem reported by Dr. David Alan Gilbert.
15373
15374 2006-01-09  Jim Meyering  <jim@meyering.net>
15375
15376         Sync from coreutils.
15377
15378         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15379
15380         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15381
15382         * lib/modechange.c (mode_compile): Reject an invalid mode string
15383         that starts with an octal digit.  From Andreas Gruenbacher.
15384
15385         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15386         and dup to open_safer and dup_safer, respectively.
15387         (openat_permissive): Fix typo in comment.
15388
15389         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15390         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15391         (_): Remove; no longer needed.
15392         (openat): Renamed from rpl_openat; no need for rpl_openat
15393         since openat.h renames openat for us.
15394         Replace most of the body with a call to openat_permissive,
15395         to avoid duplicate code.
15396         Port to (probably hypothetical) environments were mode_t is
15397         wider than int.
15398         (openat_permissive): Require mode arg, so that we can check
15399         types better.  Put it just after flags.  Change cwd failure
15400         indicator from pointer-to-bool to pointer-to-errno-value.
15401         All callers changed.
15402         Invoke openat_save_fail and/or openat_restore_fail if
15403         cwd_errno is null, so that openat can call us.
15404         (openat_permissive, fdopendir, fstatat, unlinkat):
15405         Simplify errno handling to avoid some duplicate code,
15406         as it's OK to set errno on success.
15407         * lib/openat.h: Revamp code so that function macros depend on
15408         __OPENAT_PREFIX only, not also on AT_FDCWD.
15409         (openat_ro): Remove.  Caller changed to use openat_permissive.
15410         (openat_permissive): Now a macro, if not a function.
15411         (openat_restore_fail, openat_save_fail): Now always functions,
15412         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15413
15414         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15415         and openat.c.
15416         * lib/mkdirat.c: Include openat-priv.h.
15417         Remove definitions of macros defined therein.
15418         * lib/openat.c: Likewise.
15419
15420         * lib/mkdirat.c (mkdirat): New file and function.
15421         * lib/openat.h (mkdirat): Declare.
15422
15423         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15424
15425         * lib/openat.h (openat_permissive): Declare.
15426         (openat_ro): Define.
15427
15428         * lib/openat.c (EXPECTED_ERRNO): New macro.
15429         (openat_permissive): New function -- used in remove.c rewrite.
15430         (all functions): Set errno just before returning, only if there
15431         was an actual failure.
15432         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15433
15434         Emulate openat-family functions using Linux's procfs, if possible.
15435         Idea and some code based on Ulrich Drepper's glibc changes.
15436
15437         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15438         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15439         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15440         before falling back on save_cwd and restore_cwd.
15441         (fdopendir, fstatat, unlinkat): Likewise.
15442
15443         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15444         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15445
15446         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15447         as second argument to va_arg.  Otherwise, some versions of gcc
15448         warn that `if this code is reached, the program will abort'.
15449
15450 2006-01-09  Jim Meyering  <jim@meyering.net>
15451
15452         Sync from coreutils.
15453         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15454         Require openat-priv.h.
15455
15456 2006-01-09  Bruno Haible  <bruno@clisp.org>
15457
15458         * modules/strnlen (Include): Use strnlen.h.
15459
15460 2006-01-09  Bruno Haible  <bruno@clisp.org>
15461
15462         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15463
15464 2006-01-09  Bruno Haible  <bruno@clisp.org>
15465
15466         * lib/sysexit_.h (EX_OK): New macro.
15467         Suggested by Martin Lambers <marlam@marlam.de>.
15468
15469 2006-01-09  Bruno Haible  <bruno@clisp.org>
15470
15471         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15472         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15473
15474 2006-01-09  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15477         numbers.
15478
15479 2006-01-09  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15482         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15483         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15484         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15485
15486 2006-01-09  Bruno Haible  <bruno@clisp.org>
15487
15488         * build-aux/javacomp.sh.in: New file, moved from lib/.
15489         * modules/javacomp-script (Files): Update.
15490         (configure.ac): Add AC_CONFIG_FILES invocation.
15491         (EXTRA_DIST): Remove variable.
15492
15493         * build-aux/javaexec.sh.in: New file, moved from lib/.
15494         * modules/javaexec (Files): Update.
15495         (configure.ac): Add AC_CONFIG_FILES invocation.
15496         (EXTRA_DIST): Remove javaexec.sh.in.
15497
15498         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15499         * modules/csharpcomp-script (Files): Update.
15500         (configure.ac): Add AC_CONFIG_FILES invocation.
15501         (EXTRA_DIST): Remove variable.
15502
15503         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15504         * modules/csharpexec (Files): Update.
15505         (configure.ac): Add AC_CONFIG_FILES invocation.
15506         (EXTRA_DIST): Remove csharpexec.sh.in.
15507
15508 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15509
15510         Sync from coreutils.
15511
15512         Add POSIX ACL support
15513         * lib/acl.h (copy_acl, set_acl): Add declarations.
15514         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15515         systems other than Linux.
15516         (chmod_or_fchmod): New function: use fchmod when possible,
15517         and chmod otherwise.
15518         (file_has_acl): Add a POSIX ACL implementation, with a
15519         Linux-specific subcase.
15520         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15521         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15522         acls are unsupported.
15523         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15524         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15525         are unsupported.
15526
15527 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15528
15529         Sync from coreutils.
15530         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15531
15532 2006-01-07  Bruno Haible  <bruno@clisp.org>
15533
15534         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15535         gl_EARLY.
15536
15537 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15540         Problem reported for Mingw by Mark Junker.
15541
15542 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15543
15544         * README: Gnulib normally doesn't generate a tarball.
15545
15546 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15547
15548         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15549         long int, not int, for nanosecond counts, so that people who are
15550         used to POSIX struct timespec won't be surprised.  Reported by Jim
15551         Meyering.
15552
15553 2005-12-28  Bruno Haible  <bruno@clisp.org>
15554
15555         * build-aux/config.rpath: Update from GNU gettext.
15556
15557 2005-12-16  Jim Meyering  <jim@meyering.net>
15558
15559         * modules/fprintftime: New module.
15560         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15561
15562 2005-12-16  Jim Meyering  <jim@meyering.net>
15563
15564         * m4/fprintftime.m4: New file.
15565
15566 2005-12-16  Jim Meyering  <jim@meyering.net>
15567
15568         * lib/fprintftime.c, lib/fprintftime.h: New files.
15569
15570 2005-12-15  Simon Josefsson  <jas@extundo.com>
15571
15572         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15573         new m4/socklen.m4.
15574
15575 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15576
15577         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15578         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15579
15580 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15581
15582         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15583         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15584         struct uparams is valid. Fall back to the default values if it is
15585         not.
15586
15587 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15588
15589         * modules/argp (Files): Add argp-pin.c
15590         (Depends-on): dirname
15591         (lib_SOURCES): Add argp-pin.c
15592
15593 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15594
15595         * m4/argp.m4:  Check if program_invocation_name and
15596         program_invocation_short_name are declared and define appropriate
15597         macros if they are not.
15598
15599 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15600
15601         * lib/argp-help.c (__argp_base_name): New function
15602         (__argp_short_program_name): Rewrite using __argp_base_name
15603         * lib/argp-namefrob.h: Define program_invocation_name and
15604         program_invocation_short_name if requested
15605         (__argp_base_name): Add prototype
15606         * lib/argp-parse.c (argp_def): Use gettext wrappers
15607         (argp_default_parser): Use __argp_base_name
15608         * lib/argp-pin.c: New file. Defines program_invocation_name and
15609         program_invocation_short_name on systems that lack them.
15610
15611 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15612
15613         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15614         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15615         porting problem reported by Georg Schwarz in
15616         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15617
15618 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15619
15620         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15621         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15622         porting problem reported by Georg Schwarz in
15623         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15624
15625 2005-12-05  Bruno Haible  <bruno@clisp.org>
15626
15627         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15628         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15629         Reported by Mark Junker <mjscod@gmx.de>.
15630
15631 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15634         Use implementation from Albert Chin, with some
15635         comments/corrections by Stepan Kasal and myself.
15636
15637 2005-12-02  Bruno Haible  <bruno@clisp.org>
15638
15639         * gnulib-tool (func_import): Accept GPLed build tool modules when
15640         --lgpl is given.
15641         * modules/csharpcomp-script: New file.
15642         * modules/csharpcomp: Depend on it.
15643         * modules/javacomp-script: New file.
15644         * modules/javacomp: Depend on it.
15645         Suggested by Simon Josefsson.
15646
15647 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15648
15649         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15650         statement, to work around an HP-UX 10.20 compiler bug reported by
15651         Peter O'Gorman.
15652
15653 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * modules/savedir (Depends-on): Add openat.
15656
15657 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15658
15659         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15660         (uintmax_t) [defined uintmax_t]: Do not declare.
15661         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15662         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15663         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15664         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15665         sake of portability to weird hosts that C allows (though we don't
15666         know of any practical examples).
15667
15668         * lib/savedir.h (fdsavedir): New decl.
15669         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15670         contains most of the former guts of savedir.
15671         (savedir): Use savedirstream.
15672         Include "openat.h".
15673
15674 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15675
15676         * modules/obstack (Files): Add m4/ulonglong.m4.
15677         Problem reported by Davide Angelocola.
15678
15679 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15682         coreutils no longer futzes with rounding modes.
15683
15684 2005-11-14  Jim Meyering  <jim@meyering.net>
15685
15686         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15687         replacement of mkstemp.
15688
15689 2005-11-10  Simon Josefsson  <jas@extundo.com>
15690
15691         * lib/readline.c: Remove EOL.
15692
15693 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * modules/gethrxtime (Depends-on): Add gettime.
15696
15697 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15700         or gettimeofday; no longer needed.
15701
15702 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15705         time business.
15706         (gethrxtime) [! (HAVE_NANOUPTIME
15707         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15708         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15709         our own approximation.
15710
15711 2005-11-08  Eric Blake  <ebb9@byu.net>
15712
15713         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15714
15715 2005-11-08  Eric Blake  <ebb9@byu.net>
15716
15717         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15718
15719 2005-11-04  Bruno Haible  <bruno@clisp.org>
15720
15721         * gnulib-tool: Implement --update mode.
15722
15723 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15724
15725         Fix porting problem reported by Theodoros V. Kalamatianos.
15726         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15727         Don't assume that futimes failing means we must fail.
15728
15729 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15730
15731         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15732         variables to suggest the intended function of the PATH_MAX check.
15733
15734 2005-10-30  Kean Johnston  <jkj@sco.com>
15735
15736         Trivial changes to support SCO systems.
15737         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15738         as PATH_MAX.
15739         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15740         where __ptr is null when no I/O is pending.
15741
15742 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15745         leave errno alone.  Problem reported by Dmitry V. Levin.
15746
15747 2005-10-28  Simon Josefsson  <jas@extundo.com>
15748
15749         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15750         Test more.
15751
15752         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15753
15754         * modules/md2, modules/md2-tests: New files.
15755
15756 2005-10-28  Simon Josefsson  <jas@extundo.com>
15757
15758         * m4/inet_ntop.m4: More tests.
15759
15760         * m4/gc-md2.m4, md2.m4: New file.
15761
15762 2005-10-28  Simon Josefsson  <jas@extundo.com>
15763
15764         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15765         "restrict" keywords, as per POSIX.  Protect the function
15766         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15767         Don't use K&R prototypes.  Check the sprintf return values.
15768         Re-define EAFNOSUPPORT if not present.  Indent.
15769
15770         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15771         suggested by Bruno Haible <bruno@clisp.org>.
15772
15773         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15774
15775         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15776
15777         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15778         libgcrypt).
15779
15780         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15781
15782         * lib/md2.h, lib/md2.c: New files.
15783
15784 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15787         errno alone.  Problem reported by Frederic Jolliton.
15788
15789 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15790
15791         * modules/verify (License): Change from GPL to LGPL.  This is a
15792         tiny module and there are apparently near-equivalents that are
15793         under the BSD license.
15794
15795 2005-10-24  Simon Josefsson  <jas@extundo.com>
15796
15797         * modules/sha1: Relicense to LGPL.
15798
15799 2005-10-24  Simon Josefsson  <jas@extundo.com>
15800
15801         * lib/md4.h: Shrink buffer size, now that we changed the type.
15802
15803 2005-10-23  Simon Josefsson  <jas@extundo.com>
15804
15805         * gnulib-tool (func_import): Fix --tests-base.
15806
15807 2005-10-22  Simon Josefsson  <jas@extundo.com>
15808
15809         * modules/arcfour (Depends-on): Need stdint.
15810
15811 2005-10-22  Simon Josefsson  <jas@extundo.com>
15812
15813         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15814         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15815
15816 2005-10-22  Simon Josefsson  <jas@extundo.com>
15817
15818         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15819         suggested by Bruno Haible <bruno@clisp.org>.
15820
15821 2005-10-22  Simon Josefsson  <jas@extundo.com>
15822
15823         * lib/crc.h: Include stddef.h, for size_t.
15824
15825 2005-10-22  Simon Josefsson  <jas@extundo.com>
15826
15827         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15828         arcfour_context struct (simplify test vector testing in GNU
15829         Shishi).
15830
15831 2005-10-21  Simon Josefsson  <jas@extundo.com>
15832
15833         * modules/des, modules/des-tests: New files.
15834
15835         * modules/gc-des, modules/gc-des-tests: New files.
15836
15837         * tests/test-des.c, tests/test-gc-des.c: New file.
15838
15839 2005-10-21  Simon Josefsson  <jas@extundo.com>
15840
15841         * modules/arctwo, modules/arctwo-tests: New files.
15842
15843         * tests/test-arctwo.c: New file.
15844
15845         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15846
15847         * tests/test-gc-arctwo.c: New file.
15848
15849 2005-10-21  Simon Josefsson  <jas@extundo.com>
15850
15851         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15852         Bruno Haible <bruno@clisp.org>.
15853
15854         * m4/gc-des.m4: New file.
15855
15856 2005-10-21  Simon Josefsson  <jas@extundo.com>
15857
15858         * m4/arctwo.m4: New file.
15859
15860         * m4/gc-arctwo.m4: New file.
15861
15862 2005-10-21  Simon Josefsson  <jas@extundo.com>
15863
15864         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15865         block.
15866
15867 2005-10-21  Simon Josefsson  <jas@extundo.com>
15868
15869         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15870         <bruno@clisp.org>.
15871
15872         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15873
15874         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15875         Bruno Haible <bruno@clisp.org>.
15876
15877         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15878         <bruno@clisp.org>.
15879
15880 2005-10-21  Simon Josefsson  <jas@extundo.com>
15881
15882         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15883
15884 2005-10-21  Simon Josefsson  <jas@extundo.com>
15885
15886         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15887
15888 2005-10-21  Simon Josefsson  <jas@extundo.com>
15889
15890         * lib/des.h, lib/des.c: New files.
15891
15892         * lib/gc-gnulib.c: Support DES.c
15893
15894 2005-10-21  Simon Josefsson  <jas@extundo.com>
15895
15896         * lib/arctwo.h, lib/arctwo.c: New files.
15897
15898         * lib/gc-gnulib.c: Support ARCTWO.
15899
15900 2005-10-21  Simon Josefsson  <jas@extundo.com>
15901
15902         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15903         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15904
15905 2005-10-21  Simon Josefsson  <jas@extundo.com>
15906
15907         * gnulib-tool (func_import, func_create_testdir): Define automake
15908         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15909         Makefile.am snippet),
15910         suggested by Bruno Haible <bruno@clisp.org>.
15911
15912         * modules/gc (Makefile.am): Use it.
15913
15914 2005-10-21  Bruno Haible  <bruno@clisp.org>
15915
15916         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15917         patch.
15918
15919 2005-10-19  Simon Josefsson  <jas@extundo.com>
15920
15921         * tests/test-gc-rijndael.c: New file.
15922
15923         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15924
15925 2005-10-19  Simon Josefsson  <jas@extundo.com>
15926
15927         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15928         interface too.
15929
15930 2005-10-19  Simon Josefsson  <jas@extundo.com>
15931
15932         * tests/test-gc-arcfour.c: New file.
15933
15934         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15935
15936 2005-10-19  Simon Josefsson  <jas@extundo.com>
15937
15938         * modules/gc-md4, modules/gc-md4-tests: New file.
15939
15940         * tests/test-gc-md4.c: New file.
15941
15942 2005-10-19  Simon Josefsson  <jas@extundo.com>
15943
15944         * m4/gc-md4.m4: New file.
15945
15946 2005-10-19  Simon Josefsson  <jas@extundo.com>
15947
15948         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15949         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15950         <kasal@ucw.cz>.
15951
15952 2005-10-19  Simon Josefsson  <jas@extundo.com>
15953
15954         * m4/gc-arcfour.m4: New file.
15955
15956         * m4/gc-rijndael.m4: New file.
15957
15958 2005-10-19  Simon Josefsson  <jas@extundo.com>
15959
15960         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15961
15962 2005-10-19  Simon Josefsson  <jas@extundo.com>
15963
15964         * lib/gc-gnulib.c: Support ARCFOUR.
15965
15966 2005-10-19  Simon Josefsson  <jas@extundo.com>
15967
15968         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15969         support.
15970
15971         * lib/gc.h: Add ECB enum type.
15972
15973         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15974
15975 2005-10-18  Simon Josefsson  <jas@extundo.com>
15976
15977         * tests/test-md5.c: New file.
15978
15979         * modules/md5-tests: New file.
15980
15981 2005-10-18  Simon Josefsson  <jas@extundo.com>
15982
15983         * tests/test-md4.c: New file.
15984
15985         * modules/md4, modules/md4-tests: New files.
15986
15987 2005-10-18  Simon Josefsson  <jas@extundo.com>
15988
15989         * m4/md4.m4: New file.
15990
15991 2005-10-18  Simon Josefsson  <jas@extundo.com>
15992
15993         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15994
15995 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15996
15997         * gnulib-tool (func_create_testdir): Omit the second check whether
15998         BUILT_SOURCES in nonempty.
15999
16000 2005-10-17  Simon Josefsson  <jas@extundo.com>
16001
16002         * tests/test-rijndael.c: New file.
16003
16004 2005-10-17  Simon Josefsson  <jas@extundo.com>
16005
16006         * modules/sha1: Depend on stdint instead of md5.
16007
16008         * modules/md5: Depend on stdint, remove uint32_t.
16009
16010 2005-10-17  Simon Josefsson  <jas@extundo.com>
16011
16012         * modules/gc-sha1-tests: New file.
16013
16014         * tests/test-gc-sha1.c: New file.
16015
16016 2005-10-17  Simon Josefsson  <jas@extundo.com>
16017
16018         * m4/md5.m4: Remove call to uint32_t.m4.
16019
16020 2005-10-17  Simon Josefsson  <jas@extundo.com>
16021
16022         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16023
16024         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16025         md5.h.
16026
16027         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16028
16029         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16030
16031 2005-10-17  Simon Josefsson  <jas@extundo.com>
16032
16033         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16034
16035 2005-10-17  Simon Josefsson  <jas@extundo.com>
16036
16037         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16038
16039 2005-10-17  Simon Josefsson  <jas@extundo.com>
16040
16041         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16042
16043         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16044
16045 2005-10-17  Bruno Haible  <bruno@clisp.org>
16046
16047         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16048         that it can also be used in a test.
16049
16050 2005-10-16  Bruno Haible  <bruno@clisp.org>
16051
16052         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16053         TESTS_ENVIRONMENT, so that individual tests can augment it.
16054
16055         * gnulib-tool (func_create_testdir): Use an intermediate target for
16056         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16057         macros, like $(ALLOCA_H), which cannot be passed through the command
16058         line.
16059
16060 2005-10-15  Simon Josefsson  <jas@extundo.com>
16061
16062         * modules/rijndael-tests: New file.
16063
16064         * modules/rijndael: New file.
16065
16066 2005-10-15  Simon Josefsson  <jas@extundo.com>
16067
16068         * m4/rijndael.m4: New file.
16069
16070 2005-10-15  Simon Josefsson  <jas@extundo.com>
16071
16072         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16073
16074         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16075
16076 2005-10-14  Simon Josefsson  <jas@extundo.com>
16077
16078         * tests/test-arcfour.c: New file.
16079
16080         * modules/arcfour, modules/arcfour-tests: New files.
16081
16082 2005-10-14  Simon Josefsson  <jas@extundo.com>
16083
16084         * m4/arcfour.m4: New file.
16085
16086 2005-10-14  Simon Josefsson  <jas@extundo.com>
16087
16088         * lib/arcfour.h, lib/arcfour.c: New files.
16089
16090 2005-10-14  Roland McGrath  <roland@redhat.com>
16091
16092         Import from libc.  [BZ #1331]
16093         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16094         macro argument.
16095         Reported by Matej Vela <vela@debian.org>.
16096
16097 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16100         include <wchar.h>; no longer needed.
16101
16102 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16103
16104         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16105
16106 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16107         and  Ulrich Drepper  <drepper@redhat.com>
16108
16109         Import from libc.
16110         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16111         instead of inline stream orientation test and two separate
16112         function calls.  Pay no attention to USE_IN_LIBIO.
16113
16114 2005-10-13  Simon Josefsson  <jas@extundo.com>
16115
16116         * modules/gc-hmac-md5-tests: New file.
16117
16118         * tests/test-gc-hmac-sha1.c: New file.
16119
16120         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16121
16122         * modules/gc-hmac-md5-tests: New file.
16123
16124         * tests/test-gc-md5.c: New file.
16125
16126         * modules/gc-md5-tests: New file.
16127
16128 2005-10-13  Simon Josefsson  <jas@extundo.com>
16129
16130         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16131         Move memory allocation outside of loop.
16132
16133 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16136         intermediate directory is in a read-only file system.  Problem
16137         reported by Eric Blake.
16138
16139 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16140
16141         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16142
16143 2005-10-12  Simon Josefsson  <jas@extundo.com>
16144
16145         * tests/test-hmac-sha1.c: New file.
16146
16147         * modules/hmac-sha1-tests: New file.
16148
16149         * modules/hmac-sha1: New file.
16150
16151 2005-10-12  Simon Josefsson  <jas@extundo.com>
16152
16153         * modules/gc-sha1: New file.
16154
16155 2005-10-12  Simon Josefsson  <jas@extundo.com>
16156
16157         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16158
16159         * tests/test-gc-pbkdf2-sha1.c: New file.
16160
16161 2005-10-12  Simon Josefsson  <jas@extundo.com>
16162
16163         * modules/gc-md5, modules/gc-hmac-md5: New files.
16164
16165         * modules/gc (Files): Remove md5, memxor and hmac files.
16166
16167 2005-10-12  Simon Josefsson  <jas@extundo.com>
16168
16169         * m4/gc-pbkdf2-sha1.m4: New file.
16170
16171         * m4/gc-hmac-sha1.m4: New file.
16172
16173         * m4/gc-sha1: New file.
16174
16175         * m4/hmac-sha1.m4: New file.
16176
16177 2005-10-12  Simon Josefsson  <jas@extundo.com>
16178
16179         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16180
16181         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16182
16183 2005-10-12  Simon Josefsson  <jas@extundo.com>
16184
16185         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16186         suggested by Bruno Haible <bruno@clisp.org>.
16187
16188 2005-10-12  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16191
16192 2005-10-12  Simon Josefsson  <jas@extundo.com>
16193
16194         * lib/gc-pbkdf2-sha1.c: New file.
16195
16196         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16197
16198 2005-10-12  Simon Josefsson  <jas@extundo.com>
16199
16200         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16201
16202         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16203
16204 2005-10-12  Simon Josefsson  <jas@extundo.com>
16205
16206         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16207         GC_USE_HMAC_MD5, respectively.
16208
16209         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16210         (gc_md5): Fix typo.
16211
16212         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16213
16214         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16215
16216         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16217
16218 2005-10-12  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16221         Reported by Stepan Kasal <kasal@ucw.cz>.
16222
16223 2005-10-11  Simon Josefsson  <jas@extundo.com>
16224
16225         * tests/test-crc.c: New file.
16226
16227         * modules/crc, modules/crc-tests: New files.
16228
16229 2005-10-11  Simon Josefsson  <jas@extundo.com>
16230
16231         * m4/crc.m4: New file.
16232
16233 2005-10-11  Simon Josefsson  <jas@extundo.com>
16234
16235         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16236
16237         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16238
16239         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16240
16241 2005-10-11  Simon Josefsson  <jas@extundo.com>
16242
16243         * lib/crc.h, lib/crc.c: New files.
16244
16245         * lib/gc.h (gc_hash_buffer): Add doc.
16246
16247 2005-10-11  Bruno Haible  <bruno@clisp.org>
16248
16249         * modules/c-strcasestr: New file.
16250         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16251
16252 2005-10-11  Bruno Haible  <bruno@clisp.org>
16253
16254         * modules/c-strcase: New file.
16255         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16256
16257 2005-10-11  Bruno Haible  <bruno@clisp.org>
16258
16259         * lib/strcasecmp.c: Include limits.h.
16260         (strcasecmp): Avoid integer overflow on exotic platforms.
16261         * lib/strncasecmp.c: Include limits.h.
16262         (strncasecmp): Avoid integer overflow on exotic platforms.
16263         Reported by Paul Eggert.
16264
16265 2005-10-11  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/c-strcasestr.h: New file, from GNU gettext.
16268         * lib/c-strcasestr.c: New file, from GNU gettext.
16269
16270 2005-10-11  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/c-strcase.h: New file, from GNU gettext.
16273         * lib/c-strcasecmp.c: New file, from GNU gettext.
16274         * lib/c-strncasecmp.c: New file, from GNU gettext.
16275
16276 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16277
16278         * modules/mempcpy (License): GPL -> LGPL.
16279         * modules/strchrnul (License): Likewise.
16280         * modules/sysexits (License): Likewise.
16281
16282 2005-10-08  Simon Josefsson  <jas@extundo.com>
16283
16284         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16285
16286 2005-10-07  Simon Josefsson  <jas@extundo.com>
16287
16288         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16289
16290 2005-10-06  Simon Josefsson  <jas@extundo.com>
16291
16292         * tests/test-hmac-md5.c: New file.
16293
16294         * modules/hmac-md5-tests: New file.
16295
16296         * modules/hmac-md5: New file.
16297
16298 2005-10-06  Simon Josefsson  <jas@extundo.com>
16299
16300         * m4/hmac-md5.m4: New file.
16301
16302         * m4/memxor.m4: Require gl_C_RESTRICT.
16303
16304 2005-10-06  Simon Josefsson  <jas@extundo.com>
16305
16306         * lib/memxor.c (memxor): Avoid casts and warnings.
16307
16308 2005-10-06  Simon Josefsson  <jas@extundo.com>
16309
16310         * lib/hmac-md5.c: New file.
16311
16312         * lib/hmac.h: New file.
16313
16314 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16317         promotes to int, not unsigned int, to catch the AIX 5.3
16318         compiler bug.
16319
16320 2005-10-05  Simon Josefsson  <jas@extundo.com>
16321
16322         * modules/memxor: New file.
16323
16324         * modules/iconv (Files): Move config.rpath to havelib, it is used
16325         there.
16326
16327         * modules/havelib (Files): Add config.rpath.
16328
16329 2005-10-05  Simon Josefsson  <jas@extundo.com>
16330
16331         * m4/memxor.m4: New file.
16332
16333 2005-10-05  Simon Josefsson  <jas@extundo.com>
16334
16335         * lib/memxor.c (memxor): Fix compiler error.
16336
16337         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16338         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16339
16340         * lib/memxor.h, lib/memxor.c: New files.
16341
16342         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16343         we assume all systems have it, suggested by Jim Meyering
16344         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16345         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16346         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16347         same reasons.
16348
16349 2005-10-05  Simon Josefsson  <jas@extundo.com>
16350
16351         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16352
16353 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16354
16355         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16356         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16357         needed, since the source code now assumes these .h files.
16358
16359 2005-10-05  Derek Price  <derek@ximbiot.com>
16360
16361         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16362
16363 2005-10-05  Bruno Haible  <bruno@clisp.org>
16364
16365         * modules/stdint (License): Change to LGPL.
16366
16367 2005-10-04  Simon Josefsson  <jas@extundo.com>
16368
16369         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16370         D. Baushke" <mdb@gnu.org>.
16371
16372 2005-10-04  Bruno Haible  <bruno@clisp.org>
16373
16374         * lib/verify.h (verify_true): Provide alternative definition for C++.
16375
16376 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16377
16378         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16379         (SSIZE_MAX): New macro, if not already defined.
16380         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16381         than 2 GiB.
16382
16383 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16384
16385         Sync from coreutils.
16386         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16387         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16388         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16389         ULLONG_MAX doesn't work with 2.7.2.1.
16390
16391 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16394         From Ben Pfaff.
16395
16396         * modules/exclude (Depends-on): Depend on verify.
16397         * modules/strtoimax (Depends-on): Likewise.
16398         * modules/utimecmp (Depends-on): Likewise.
16399
16400 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * lib/exclude.c: Include verify.h.
16403         (verify): Remove.  All callers changed to use verify.h's version.
16404         * lib/strtoimax.c: Likewise.
16405         * lib/utimecmp.c: Likewis.e
16406
16407         Sync from coreutils.
16408         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16409         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16410         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16411         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16412         bother returning ENOSYS if settimeofday or stime fails; just let
16413         them return whatever errno they want to return.
16414         * lib/utimens.c: Include unistd.h, for dup2.
16415         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16416         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16417
16418 2005-10-02  Jim Meyering  <jim@meyering.net>
16419
16420         Sync from coreutils.
16421         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16422         from glibc-2.2.5 that fails for read-only files.
16423
16424 2005-10-02  Jim Meyering  <jim@meyering.net>
16425
16426         Sync from coreutils.
16427         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16428         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16429         `#if HAVE_CONFIG_H'.
16430         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16431         Remove AT_FDCWD test.
16432         Do not consume the fd unless successful.
16433         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16434         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16435         block, so that we don't even try to compile it if settimeofday is
16436         available.  This works around a compilation failure on OSF1 V5.1,
16437         due to stime requiring a `long int*' while tv_sec is `int'.
16438
16439 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16440
16441         Sync from coreutils.
16442         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16443         against `yes', rather than just testing for nonempty.
16444
16445 2005-10-01  Simon Josefsson  <jas@extundo.com>
16446
16447         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16448         and Darwin.
16449
16450         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16451         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16452         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16453         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16454         Check if struct addrinfo is declared.
16455
16456 2005-10-01  Simon Josefsson  <jas@extundo.com>
16457
16458         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16459         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16460         AI_* and EAI_* definitions.  Protect function declarations.
16461
16462 2005-10-01  Jim Meyering  <jim@meyering.net>
16463
16464         Sync from coreutils.
16465
16466         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16467         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16468         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16469         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16470         in the inet and nsl libraries.  Required on Solaris 5.7.
16471
16472 2005-10-01  Jim Meyering  <jim@meyering.net>
16473
16474         Sync from coreutils.
16475         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16476         in the inet and nsl libraries.  Required on Solaris 5.7.
16477
16478 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16479
16480         * lib/getdelim.c (getdelim): Remove unused variables.
16481
16482 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16483
16484         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16485         so that the code works even with ancient cpp.  Portability problem
16486         with GCC 2.7.2.1 reported by Thomas M.Ott.
16487
16488 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * modules/regex (Depends-on): Add strcase.
16491
16492         * modules/gethostname (Licence): Change from GPL to LGPL, since
16493         gethostname.c is a trivial implementation of a standard library
16494         function.
16495         * modules/poll (License): Change from GPL to LGPL, since it's
16496         derived from LGPL code.
16497
16498 2005-09-27  Jim Meyering  <jim@meyering.net>
16499
16500         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16501         HAVE_CONFIG_H.
16502
16503         * lib/intprops.h (signed_type_or_expr__): Define.
16504         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16505         for unsigned types.
16506
16507 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * lib/verify.h (verify_expr): Remove, replacing with:
16510         (verify_true): New macro that returns true instead of void.
16511         (verify_type__): Remove.
16512         (verify): Use verify_true rather than verify_type__.
16513
16514 2005-09-26  Bruno Haible  <bruno@clisp.org>
16515
16516         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16517         is necessary.
16518         (lib_SOURCES): Remove mbchar.c.
16519         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16520         (Files): Add m4/mbrtowc.m4.
16521         * modules/mbiter: Likewise.
16522         * modules/mbuiter: Likewise.
16523
16524 2005-09-26  Bruno Haible  <bruno@clisp.org>
16525
16526         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16527         compile mbchar.c if they are not both present.
16528         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16529         * m4/mbiter.m4 (gl_MBITER): Likewise.
16530         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16531         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16532         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16533
16534 2005-09-25  Jim Meyering  <jim@meyering.net>
16535
16536         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16537         also uses socklen_t.
16538
16539 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * lib/utimens.c (ENOSYS): Define if not already defined.
16542         (futimens): Support having a null PATH if the file descriptor
16543         is nonnegative.
16544
16545         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16546         Remove.
16547         (__attribute): Define to empty unless GCC 3.1 or later.
16548         This works around a core dump on OpenBSD 3.4, which has GCC
16549         2.95.3, which dumps core when given __attribute__(()).  It also
16550         simplifies other tests, since we really don't want to bother with
16551         worrying about which ancient version of GCC supported what.
16552         Original problem reported by Yoann Vandoorselaere, with part of
16553         the fix suggested by Derek Price.
16554
16555 2005-09-24  Jim Meyering  <jim@meyering.net>
16556
16557         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16558         so we can once again use a positive bitfield width of 1 -- now we
16559         don't have to explain why we were using a bitfield width of 2.
16560
16561 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16562
16563         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16564         and similarly for the other external symbols.  Problem reported
16565         by James Gallager.
16566
16567         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16568         bug reported by Jim Meyering.
16569
16570         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16571         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16572         not needed, since socklen is a prerequisite module.
16573
16574 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16575
16576         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16577         Problem reported by Eric Blake.
16578         (getaddrinfo): Initialize se so that it's not garbage.
16579         Redo internal storage allocation so that it doesn't make unportable
16580         assumptions about alignment.
16581         Fix a memory leak.
16582
16583         * lib/utimens.c (futimens): Use futimesat if available.
16584         Prefer it to futimes since it doesn't have the futimes bug.
16585
16586         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16587         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16588         Instead, declare a function that returns a pointer to an array,
16589         and use verify_type__ to declare the size of the array.
16590         Problem and germ of a solution reported by Bruno Haible.
16591         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16592         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16593
16594 2005-09-23  Jim Meyering  <jim@meyering.net>
16595
16596         Sync from coreutils.
16597         Correct build failure (socklen_t not defined) on at least
16598         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16599         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16600
16601 2005-09-23  Jim Meyering  <jim@meyering.net>
16602
16603         * modules/getaddrinfo (Depends-on): Add socklen.
16604
16605 2005-09-23  Bruno Haible  <bruno@clisp.org>
16606
16607         * tests/test-verify.c: New file.
16608
16609 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16610
16611         Sync from coreutils.
16612
16613         * modules/argmatch (Depends-on): Add verify.
16614         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16615         unistd-safer.
16616         * modules/save-cwd (Depends-on): Likewise.
16617
16618         * modules/openat (Files): Add lib/openat-die.c.
16619         (Depends-on): Remove error, exitfail.
16620         Add dirname.
16621
16622         * modules/verify: New file.
16623         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16624         with "verify" module.
16625
16626 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         Sync from coreutils.
16629
16630         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16631         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16632         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16633         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16634         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16635         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16636         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16637         Don't bother checking for string.h, stdlib.h, unistd.h.
16638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16639         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16640         module's job.
16641         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16642         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16643
16644         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16645         (gl_GETDATE): Use it.
16646
16647         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16648
16649 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         Sync from coreutils.
16652
16653         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16654         stat-time.h.
16655         * lib/argmatch.h: Include verify.h
16656         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16657         (ARGMATCH_ASSERT): Remove; unused.
16658         * lib/canonicalize.c: Assume STDC_HEADERS.
16659         * lib/exclude.c: Include "strcase.h".
16660         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16661         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16662         and stdio-safer.h.
16663         (getusershell): Call fopen, not fopen_safer.
16664         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16665         Do not include unistd-safer.h.
16666         (save_cwd): Don't call fd_safer; no longer needed
16667         now that we include fcntl--.h.
16668
16669         * lib/getdate.y (relative_time): New type.
16670         (RELATIVE_TIME_0): New constant.
16671         (parser_control): Use relative_time instead of doing it ourselves.
16672         (%union): Add new relative_time rel member.
16673         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16674         Now typeless.
16675         (relunit, relunit_snumber): Now of type rel.
16676         (zone, rel, relunit, get_date): Adjust to above changes.
16677
16678         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16679         Do not include unistd-safer.h.
16680         (getloadavg): Don't call fd_safer; no longer needed
16681         now that we include fcntl--.h.
16682
16683         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16684         (make_dir_parents): Treat ENOSYS like EEXIST.
16685
16686         Improve quality of diagnostics on restore_cwd failure.
16687         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16688         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16689         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16690         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16691         each time through the loop.  Do not diagnose restore_cwd failure;
16692         that is the caller's job (and perhaps the caller does not care).
16693
16694         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16695         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16696         If the file already exists but is not a directory, don't bother
16697         to try to make its parents.
16698         Close potential file descriptor leak if we can't chdir("/") (!).
16699         Don't always return true if chdir($PWD) fails; return true only
16700         if the requested action was done successfully (except for the
16701         chdir($PWD)).
16702         Don't log final directory unless we actually made it.
16703         Refactor to avoid duplicate code to fix up permissions.
16704         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16705
16706         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16707         to make it a bit faster and (I hope) clearer.
16708         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16709         Fix bug in formats like %2N.
16710
16711         * lib/verify.h: New file.
16712
16713 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         Sync from coreutils.
16716         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16717
16718 2005-09-22  Jim Meyering  <jim@meyering.net>
16719
16720         Sync from coreutils.
16721
16722         * m4/lstat.m4 (gl_FUNC_LSTAT):
16723         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16724         Remove obsolete comment.
16725         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16726         * m4/xstrtod.m4: Likewise.
16727
16728         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16729
16730 2005-09-22  Jim Meyering  <jim@meyering.net>
16731
16732         Sync from coreutils.
16733
16734         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16735
16736         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16737         the .tm_year member, since otherwise gcc-4.0 would now warn about
16738         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16739
16740         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16741         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16742
16743         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16744         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16745         when run in a time zone for which daylight savings time is in effect
16746         for the starting date.
16747
16748         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16749         stop us from restricting permissions of just-created absolute-named
16750         directories.
16751         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16752         to restore initial working directory.
16753         * lib/mkdir-p.c (make_dir_parents): New parameter:
16754         different_working_dir, to tell caller if/when we change the working
16755         directory and are unable to return to the initial one.
16756         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16757         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16758         `return false'.  This fixes a bug introduced on 2004-07-30.
16759
16760         * lib/openat.c (fdopendir): Be sure to close the supplied
16761         file descriptor before returning.  This makes our replacement
16762         implementation a little closer to Solaris's, where fdopendir
16763         ties the file descriptor to the returned DIR* pointer.
16764         * lib/openat.c (unlinkat): New function.
16765         * lib/openat.h (unlinkat): Add prototype.
16766         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16767         (openat_restore_fail): Rename from openat_restore_die.
16768         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16769
16770         Provide an alternative to exiting immediately upon save_cwd or
16771         restore_cwd failure.  Now, an application can arrange e.g.,
16772         to perform a longjump in that case.
16773         * lib/openat.c: Include dirname.h.
16774         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16775         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16776         and openat_restore_die rather than calling error directly.
16777         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16778
16779         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16780         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16781         define.
16782
16783         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16784         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16785                             int utc, int nanoseconds);
16786         Background:
16787         date should not have to allocate a megabyte of virtual memory to
16788         handle a format argument like +%1048575T.  When implemented with
16789         strftime, it must allocate such a buffer, use strftime to fill it
16790         in, print it, then free it.
16791         With fprintftime, it simply prints everything and exits.
16792         With no need for memory allocation, that's one fewer way to fail.
16793         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16794         optional field width, not before, so we accept %9:z, not %:9z.
16795         (my_strftime): Be sure to use L_('x') for literals.
16796
16797         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16798         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16799         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16800         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16801         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16802         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16803         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16804         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16805         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16806         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16807         * lib/xgethostname.c, lib/xreadlink.c:
16808         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16809
16810         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16811         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16812         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16813         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16814         and don't include <sys/file.h>).
16815
16816 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16817
16818         Sync from coreutils.
16819
16820         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16821         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16822         [!LDAV_DONE]: Avoid unused variable warning.
16823
16824 2005-09-21  Bruno Haible  <bruno@clisp.org>
16825
16826         * lib/unicodeio.h (unicode_to_mb): New declaration.
16827
16828 2005-09-20  Derek Price  <derek@ximbiot.com>
16829
16830         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16831         getaddrinfo.h.
16832
16833 2005-09-20  Bruno Haible  <bruno@clisp.org>
16834
16835         * gnulib-tool: Remove trailing slashes from the values specified for
16836         --source-base, --m4-base, --tests-base, --aux-dir.
16837         Suggested by Simon Josefsson <jas@extundo.com>.
16838
16839 2005-09-20  Bruno Haible  <bruno@clisp.org>
16840
16841         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16842         func_modules_to_filelist, func_import, func_create_testdir): Make all
16843         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16844         change when gnulib-tool is invoked in a different locale.
16845
16846 2005-09-19  Simon Josefsson  <jas@extundo.com>
16847
16848         * m4/socklen.m4: Fix typo.
16849
16850 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16851
16852         Use a consistent style for including <config.h>.
16853         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16854         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16855         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16856         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16857         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16858         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16859         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16860         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16861         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16862         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16863         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16864         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16865         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16866         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16867         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16868         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16869         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16870         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16871         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16872         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16873         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16874         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16875         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16876         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16877         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16878         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16879         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16880         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16881         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16882         lib/xstrtoumax.c, lib/yesno.c:
16883         Standardize inclusion of config.h.
16884         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16885         lib/inttostr.h:  Removed inclusion of config.h from header files.
16886         * lib/inttostr.c:  Adjusted in-tree users.
16887         * lib/timespec.h: Remove superfluous warning to include config.h.
16888         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16889         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16890         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16891         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16892         config.h with HAVE_CONFIG_H.
16893
16894 2005-09-19  Jim Meyering  <jim@meyering.net>
16895
16896         * modules/pathmax (License): Change to LGPL.
16897
16898 2005-09-19  Derek Price  <derek@ximbiot.com>
16899
16900         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16901
16902 2005-09-19  Bruno Haible  <bruno@clisp.org>
16903
16904         * gnulib-tool (import): Provide default for --tests-base.
16905
16906 2005-09-19  Bruno Haible  <bruno@clisp.org>
16907
16908         * doc/quote.texi: New file, extracted from gnulib.texi.
16909         * doc/ctime.texi: New file, extracted from gnulib.texi.
16910         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16911         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16912         * doc/gnulib.texi: Include them.
16913
16914 2005-09-18  Bruno Haible  <bruno@clisp.org>
16915
16916         Portability fix.
16917         * gnulib-tool (func_readlink): New function.
16918         (func_ln_if_changed): Use it.
16919
16920 2005-09-18  Bruno Haible  <bruno@clisp.org>
16921
16922         * gnulib-tool: Support --with-tests also with --import.
16923         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16924         (func_import): Use variables $testsbase and $inctests. Emit a
16925         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16926         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16927         SUBDIRS += $testsdir.
16928         (func_create_testdir): Update.
16929
16930 2005-09-18  Bruno Haible  <bruno@clisp.org>
16931
16932         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16933         instead of $dry_run.
16934         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16935         (func_ln_if_changed): Don't handle dry-run here.
16936         (func_import): In dry-run mode, detect more precisely which actions
16937         would be performed, and don't use "...ing" verbs.
16938
16939 2005-09-18  Bruno Haible  <bruno@clisp.org>
16940
16941         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16942         (func_import): Use join on two temporary files instead of three nested
16943         loops, in order to determine which files are new or old.
16944
16945 2005-09-18  Bruno Haible  <bruno@clisp.org>
16946
16947         * gnulib-tool (func_import): Comment out code that spits out the
16948         new files with --dry-run.
16949
16950 2005-09-18  Bruno Haible  <bruno@clisp.org>
16951
16952         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16953
16954 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         * lib/stat-time.h: New file.
16957         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16958         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16959         in a different way.
16960         (timespec_cmp): New function.
16961         * lib/utimecmp.c: Include stat-time.h.
16962         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16963         members exist, not on the obsolescent ST_MTIM_NSEC.
16964         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16965
16966 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16967
16968         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16969
16970 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * MODULES.html.sh (File system functions): Add stat-time.
16973         * modules/stat-time: New file.
16974         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16975         is now done in a different way, by the stat-time module.
16976         * modules/utimecmp (Depends-on): Add stat-time.
16977
16978 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16979
16980         * m4/st_mtim.m4: Remove.  Superseded by...
16981         * m4/stat-time.m4: New file.
16982         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16983         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16984
16985 2005-09-15  Derek Price  <derek@ximbiot.com>
16986
16987         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16988
16989 2005-09-15  Derek Price  <derek@ximbiot.com>
16990
16991         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16992         * lib/regex_internal.c: Ditto, using this...
16993         (__GNUC_PREREQ): ...new macro.
16994         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16995         using...
16996         (__GNUC_PREREQ): ...this new macro.
16997
16998         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16999
17000 2005-09-15  Derek Price  <derek@ximbiot.com>
17001             Paul Eggert  <eggert@cs.ucla.edu>
17002
17003         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17004         changes, consolidating in...
17005         * lib/regex_internal.h: ...this file.
17006
17007 2005-09-13  Jim Meyering  <jim@meyering.net>
17008
17009         * lib/canon-host.c: Filter through gnu indent and reword comments
17010         slightly.
17011         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17012
17013 2005-09-13  Derek Price  <derek@ximbiot.com>
17014
17015         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17016         failure.
17017         Reported by Jim Meyering  <jim@meyering.net>.
17018
17019 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17020
17021         * lib/base64.c: Typo.
17022         (base64_encode): Put b64str in initialized data section.
17023
17024 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         Merge glibc and coreutils changes into gnulib, plus a few
17027         extra fixes.
17028         * lib/md5.c: Use #error rather than a string.
17029         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17030         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17031         (__attribute__): Define to empty for non recent-GCC.
17032         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17033         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17034         Renamed from their non-__ counterparts, with new macros replacing
17035         them if not _LIBC.  Add __THROW attribute.
17036         (rol): Remove.
17037         (struct md5_ctx): Align buffer if using GCC.
17038         * lib/sha1.h (struct sha1_ctx): Likewise.
17039         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17040         The old name was backwards.
17041         (NOTSWAP): Remove; not used.
17042         (rol): New macro, moved here from md5.h.
17043         (sha1_process_block): Remove a FIXME that doesn't make sense.
17044
17045 2005-09-12  Derek Price  <derek@ximbiot.com>
17046
17047         Return usable errors from canon-host.
17048         * lib/canon-host.h: New file.
17049         * lib/canon-host.c (canon_host): Wrap...
17050         (canon_host_r): ...this new function, which now relies exclusively on
17051         getaddrinfo.
17052         (ch_strerror): New function.
17053         (last_cherror): New global.
17054         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17055         interface.
17056         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17057         void *.
17058         (freeaddrinfo): Free ai->ai_canonname when set.
17059
17060 2005-09-12  Derek Price  <derek@ximbiot.com>
17061
17062         Make canon-host require getaddrinfo.
17063         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17064         AC_LIBSOURCE canon-host.h.  Call...
17065         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17066         gl_GETADDRINFO.
17067         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17068
17069 2005-09-12  Derek Price  <derek@ximbiot.com>
17070
17071         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17072         LGPL.
17073         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17074
17075 2005-09-12  Derek Price  <derek@ximbiot.com>
17076
17077         * lib/gai_strerror.c: Include config.h when available.  Include
17078         getaddrinfo.h before other headers to test interface.
17079         Reported by Larry Jones <lawrence.jones@ugs.com>.
17080
17081 2005-09-12  Derek Price  <derek@ximbiot.com>
17082             Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * modules/glob (Files): Add glob-libc.h.
17085
17086 2005-09-12  Derek Price  <derek@ximbiot.com>
17087             Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17090         glob_.h, glob-libc.h.
17091         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17092
17093 2005-09-12  Derek Price  <derek@ximbiot.com>
17094             Paul Eggert  <eggert@cs.ucla.edu>
17095
17096         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17097         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17098         protecting things that should be done only in gnulib contexts.
17099         * lib/glob_.h: New file, containing only the glob things needed for
17100         gnulib.
17101         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17102         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17103         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17104         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17105         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17106         and to respect the namespace rules better.
17107
17108 2005-09-08  Simon Josefsson  <jas@extundo.com>
17109
17110         * modules/socklen: New file.
17111
17112 2005-09-08  Simon Josefsson  <jas@extundo.com>
17113
17114         * m4/socklen.m4: New file.
17115
17116 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17117
17118         * modules/utimens (Files): Add m4/utimbuf.m4, since
17119         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17120         Reported by Sergey Poznyakoff.
17121
17122 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17125         definitions, since that's the preferred style in glibc.
17126         Fix a minor spacing issue, and update copyright notice to match
17127         glibc's.
17128
17129 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17130
17131         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17132
17133 2005-09-06  Simon Josefsson  <jas@extundo.com>
17134
17135         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17136         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17137
17138 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17141         warning.
17142
17143 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         * config/srclist.txt: Add glibc bug 1302.
17146
17147 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         Change bitset word type from unsigned int to unsigned long int,
17150         as this has better performance on typical 64-bit hosts.
17151         Port bitset code to hosts with unusual word sizes.
17152         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17153         (build_collating_symbol):
17154         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17155         argument is a bitset.  This is merely a style issue, but it makes
17156         it clearer that an entire array is expected.
17157         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17158         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17159         Port to the case where bitset_word is not the same as unsigned int.
17160         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17161         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17162         Likewise.
17163         * lib/regexec.c (check_dst_limits_calc_pos_1,
17164         check_subexp_matching_top):
17165         (build_trtable, group_nodes_into_DFAstates):
17166         Likewise.
17167         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17168         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17169         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17170         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17171         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17172         * lib/regcomp.c (optimize_subexps, lower_subexp):
17173         Work even if bitset_word has holes in its bitwise representation.
17174         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17175         * lib/regexec.c (check_dst_limits_calc_pos_1,
17176         check_subexp_matching_top):
17177         Likewise.
17178         * lib/regex_internal.c (re_string_reconstruct):
17179         Don't assume UCHAR_MAX == 255.
17180         * lib/regex_internal.h (bitset_set_all): Likewise.
17181         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17182         All uses changed.
17183         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17184         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17185         All uses changed.
17186         (BITSET_WORD_MAX): New macro.
17187         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17188         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17189         (bitset_empty, bitset_copy):
17190         Prefer sizeof (bitset) to multiplying it out ourselves.
17191         (bitset_not_merge): Remove; unused.
17192         (bitset_contain): Return bool, not unsigned int with one bit on.
17193         All callers changed.
17194         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17195         alignment than re_node_set; do this by defining a new internal
17196         type struct dests_alloc and using it to allocate memory.
17197
17198 2005-09-05  Bruno Haible  <bruno@clisp.org>
17199
17200         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17201         links.
17202
17203 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17204
17205         * modules/size_max (Makefile.am): Add size_max.h
17206
17207 2005-09-04  Derek Price  <derek@ximbiot.com>
17208
17209         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17210
17211 2005-09-03  Simon Josefsson  <jas@extundo.com>
17212
17213         * gnulib-tool: Fix typo.
17214
17215 2005-09-03  Simon Josefsson  <jas@extundo.com>
17216
17217         * config/srclist.txt: Add glibc bug 1293.
17218
17219 2005-09-03  Derek Price  <derek@ximbiot.com>
17220
17221         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17222         From Larry Jones <lawrence.jones@ugs.com>.
17223
17224 2005-09-02  Simon Josefsson  <jas@extundo.com>
17225
17226         * modules/socklen: New file.
17227
17228 2005-09-02  Simon Josefsson  <jas@extundo.com>
17229
17230         * modules/havelib: New module.
17231
17232         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17233         Use havelib.
17234
17235 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         Check for arithmetic overflow when calculating sizes, to prevent
17238         some buffer-overflow issues.  These patches are conservative, in the
17239         sense that when I couldn't determine whether an overflow was possible,
17240         I inserted a run-time check.
17241         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17242         macros.
17243         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17244         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17245         (re_xnrealloc, re_x2nrealloc): New inline functions.
17246         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17247         parse_bracket_exp):
17248         (build_equiv_class, build_charclass): Check for arithmetic overflow
17249         in size expression calculations.
17250         * lib/regex_internal.c (re_string_realloc_buffers):
17251         (build_wcs_upper_buffer, re_node_set_add_intersect):
17252         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17253         (re_dfa_add_node, register_state): Likewise.
17254         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17255         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17256         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17257         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17258
17259 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17262         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17263
17264 2005-09-02  Bruno Haible  <bruno@clisp.org>
17265
17266         Support for lib vs. lib64 distinction on biarch platforms.
17267         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17268         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17269         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17270
17271 2005-09-02  Bruno Haible  <bruno@clisp.org>
17272
17273         * gnulib-tool (import): In the other first-use case, provide defaults
17274         as well.
17275
17276 2005-09-02  Bruno Haible  <bruno@clisp.org>
17277
17278         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17279         patches not yet found in the latest gettext release.
17280
17281 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17282
17283         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17284         to avoid a collision with bits/local_lim.h in glibc.
17285         All uses changed.  Problem reported by Dmitry V. Levin in
17286         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17287
17288         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17289         bugs in int versus size_t comparisons.
17290         (re_string_context_at): Fix bug where the code assumed that
17291         Idx is signed.
17292
17293         Use bool where appropriate.
17294         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17295         All callers changed.
17296         (calc_eclosure_iter): Likewise, for ROOT arg.
17297         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17298         (build_charclass_op): Likewise, for NON_MATCH arg.
17299         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17300         (re_string_construct_common): Likewise, for ICASE arg.
17301         * lib/regexec.c (re_search_2_stub, re_search_stub):
17302         Likewise, for RET_LEN arg.
17303         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17304         (set_regs): Likewise, for FL_BACKTRACK arg.
17305         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17306         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17307         (calc_eclosure_iter, parse_bracket_exp):
17308         Use bool for internal variables that are booleans.
17309         * lib/regexec.c (re_search_internal, check_matching,
17310         proceed_next_node):
17311         (set_regs, build_sifted_states, sift_states_bkref):
17312         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17313         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17314         (find_collation_sequence_value):
17315         Likewise.
17316         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17317         (re_node_set_compare):
17318         Return bool, not int. All callers changed.
17319         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17320         (build_trtable, check_node_accept): Likewise.
17321         * lib/regex_internal.h: Include stdbool.h.
17322
17323         Fix bugs uncovered when converting to bool.
17324         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17325         failure instead of charging ahead blindly.
17326         * lib/regex_internal.c (register_state): Likewise.
17327         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17328         for freeing internal storage.
17329         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17330         bitset pieces used as boolean, to avoid undefined behavior
17331         on hosts that do int overflow checking.
17332
17333 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17334
17335         * config/srclist.txt: Add glibc bugs 1285-1287.
17336
17337 2005-09-01  Jim Meyering  <jim@meyering.net>
17338
17339         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17340         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17341         Require gl_STAT_MACROS, too.
17342
17343 2005-09-01  Bruno Haible  <bruno@clisp.org>
17344
17345         * gnulib-tool (import): In the first-use case, provide defaults.
17346
17347 2005-09-01  Bruno Haible  <bruno@clisp.org>
17348
17349         * gnulib-tool (func_import): Remove the .tmp files.
17350
17351 2005-09-01  Bruno Haible  <bruno@clisp.org>
17352
17353         * gnulib-tool (func_import): Fix handling of symbolic links.
17354
17355 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17358         old glibc regex code mishandles strings longer than 2**31 bytes.
17359         This patch fixes this when the regex code is used in gnulib
17360         (i.e., outside glibc).
17361
17362         This patch should not affect the use of the regex code inside
17363         glibc.  No doubt this problem also needs to be handled for glibc
17364         as well, but the result will be an incompatible change to the
17365         glibc ABI, and the old ABI will have to be supported too.  That
17366         can be the the subject for another patch.
17367
17368         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17369         governing whether the rest of this patch is active.  By default,
17370         the macro is disabled and the patch has no effect.
17371         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17372         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17373         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17374         (re_match_2, re_set_registers): Use the new types.
17375         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17376         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17377         New macros.
17378         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17379         (re_string_context_at, bin_tree_t, re_dfastate_t):
17380         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17381         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17382         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17383         (re_string_char_size_at, re_string_wchar_at):
17384         (re_string_elem_size_at):
17385         Use the new types and macros to port to 64-bit hosts.
17386         Use unsigned types for internal values, so that the code
17387         mostly works even for arrays larger than SSIZE_MAX.
17388         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17389         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17390         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17391         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17392         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17393         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17394         (calc_inveclosure, parse_dup_op, build_range_exp):
17395         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17396         (fetch_number, create_token_tree, mark_opt_subexp):
17397         Likewise.
17398         * lib/regex_internal.c (re_string_construct_common,
17399         create_ci_newstate):
17400         (create_cd_newstate, re_string_allocate, re_string_construct):
17401         (re_string_realloc_buffers, build_wcs_upper_buffer):
17402         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17403         (re_string_reconstruct, re_string_peek_byte_case):
17404         (re_string_fetch_byte_case, re_string_context_at):
17405         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17406         (re_node_set_init_copy, re_node_set_add_intersect):
17407         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17408         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17409         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17410         (re_acquire_state, re_acquire_state_context, register_state):
17411         Likewise.
17412         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17413         search_cur_bkref_entry):
17414         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17415         (re_search_internal, re_search_2_stub, re_search_stub)
17416         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17417         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17418         (update_cur_sifted_state, check_dst_limits):
17419         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17420         (check_subexp_limits, sift_states_bkref, merge_state_array):
17421         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17422         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17423         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17424         (expand_bkref_cache, check_node_accept_bytes):
17425         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17426         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17427         (acquire_init_state_context, check_halt_node_context):
17428         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17429         (sift_states_backward, clean_state_log_if_needed):
17430         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17431         (find_recover_state, transit_state_sb, transit_state_mb):
17432         (transit_state_bkref, build_trtable, match_ctx_clean):
17433         Likewise.
17434         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17435         to work around an assumption that REG_MISSING is negative.
17436
17437         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17438         (seek_collating_symbol_entry) [defined _LIBC]:
17439         (lookup_collation_sequence_value) [defined _LIBC]:
17440         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17441         Use prototypes rather than old-style function definitions.
17442         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17443         (transit_state_sb) [0]:
17444         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17445
17446         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17447         rm_eo.
17448
17449         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17450         (optimize_subexps, lower_subexp):
17451         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17452         since the signed shift might overflow.  Use 1u<<31 instead.
17453         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17454         Likewise.
17455         * lib/regexec.c (check_dst_limits_calc_pos_1,
17456         check_subexp_matching_top): Likewise.
17457
17458         * lib/regcomp.c (optimize_subexps, lower_subexp):
17459         Use CHAR_BIT rather than 8, for clarity.
17460         * lib/regexec.c (check_dst_limits_calc_pos_1):
17461         (check_subexp_matching_top): Likewise.
17462         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17463         have to worry about portability issues when shifting it left.
17464         Remove no-longer-needed test for table_size > 0.
17465         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17466         in a word, as the resulting behavior is undefined.
17467         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17468         in one case, a <= should have been an <, and in another case the
17469         whole test was missing.
17470         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17471         the standard name CHAR_BIT.
17472         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17473         this is not true on one's complement and signed-magnitude hosts.
17474
17475         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17476         next_last_offset.
17477         (struct re_dfa_t): Remove unused member states_alloc.
17478         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17479
17480 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17483         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17484         and large-file glibc and in 32-bit large-file Solaris.
17485
17486 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17489         lengths fit in regoff_t; this isn't true if regoff_t is the same
17490         width as size_t.
17491         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17492         (= START + RANGE) instead of RANGE.  This avoids overflow
17493         problems when regoff_t is the same width as size_t.
17494         All callers changed.
17495         (re_search_2_stub): Check for overflow when adding the
17496         sizes of the two strings.
17497         (re_search_stub): Check for overflow when adding START
17498         to RANGE; if it occurs, substitute the extreme value.
17499
17500 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17501
17502         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17503
17504 2005-08-31  Jim Meyering  <jim@meyering.net>
17505
17506         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17507         a pointer-to-const.
17508         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17509         (register_state): Likewise.
17510         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17511         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17512         (group_nodes_into_DFAstates): Likewise.
17513
17514 2005-08-31  Jim Meyering  <jim@meyering.net>
17515
17516         * check-module: Add a FIXME comment.
17517
17518 2005-08-31  Eric Blake  <ebb9@byu.net>
17519
17520         * modules/unistd-safer (Files): Add unistd--.h.
17521         * modules/stdio-safer (Files): Add stdio--.h.
17522
17523 2005-08-31  Derek Price  <derek@ximbiot.com>
17524
17525         * lib/getdelim.c (getdelim): Return EOF on EOF.
17526         Reported by Larry Jones <lawrence.jones@ugs.com>.
17527
17528 2005-08-31  Bruno Haible  <bruno@clisp.org>
17529
17530         Avoid unnecessary diffs in the generated lib/Makefile.am.
17531         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17532         the generated files.
17533         (func_import): Don't set cmd.
17534
17535 2005-08-31  Bruno Haible  <bruno@clisp.org>
17536
17537         * lib/strstr.c: Include <stddef.h>, for NULL.
17538         * lib/strcasestr.c: Likewise.
17539         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17540
17541 2005-08-31  Bruno Haible  <bruno@clisp.org>
17542
17543         * gnulib-tool: New option --macro-prefix.
17544         (func_import): Use macro_prefix.
17545         (import): Handle option --macro-prefix.
17546
17547 2005-08-31  Bruno Haible  <bruno@clisp.org>
17548
17549         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17550         Also use new variables cached_lgpl, cached_libtool.
17551
17552 2005-08-31  Bruno Haible  <bruno@clisp.org>
17553
17554         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17555         always instantiating them.
17556
17557 2005-08-31  Bruno Haible  <bruno@clisp.org>
17558
17559         * gnulib-tool (func_import): Read the previous cached settings
17560         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17561         earlier added by gnulib but are now dropped. Warn when a gnulib file
17562         overwrites a non-gnulib file.
17563
17564 2005-08-31  Bruno Haible  <bruno@clisp.org>
17565
17566         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17567         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17568         projects that don't keep autogenerated files in CVS. Put into
17569         actioncmd only the specified modules, not the transitive closure.
17570
17571 2005-08-31  Bruno Haible  <bruno@clisp.org>
17572
17573         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17574         Create directories that shall be filled.
17575         (import): Don't look for gl_* macros in configure.ac. Recurse across
17576         all directories containing a gnulib-cache.m4 files, if meaningful.
17577
17578 2005-08-31  Bruno Haible  <bruno@clisp.org>
17579
17580         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17581         (import): Set seen_libtool when we see gl_LIBTOOL.
17582
17583 2005-08-31  Bruno Haible  <bruno@clisp.org>
17584
17585         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17586         declaration macro definitions from generated gnulib.m4.
17587
17588 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17589
17590         * lib/iconvme.h: Add prototype for iconv_alloc.
17591
17592 2005-08-29  Simon Josefsson  <jas@extundo.com>
17593
17594         * lib/iconvme.c: Fix errno.
17595
17596 2005-08-29  Bruno Haible  <bruno@clisp.org>
17597
17598         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17599         that it works when the directory contains spaces.
17600
17601 2005-08-29  Bruno Haible  <bruno@clisp.org>
17602
17603         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17604
17605 2005-08-29  Bruno Haible  <bruno@clisp.org>
17606
17607         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17608         Emit more advice.
17609
17610 2005-08-29  Bruno Haible  <bruno@clisp.org>
17611         and Stepan Kasal  <kasal@ucw.cz>
17612
17613         * check-module: If more parameters are given, check each of them
17614         separately; add more exceptions, as noted by Jim Meyering.
17615         (check_module): New procedure.
17616         (%exempt_header): Now contains all exceptions.
17617
17618 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17619
17620         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17621
17622 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17623
17624         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17625
17626 2005-08-28  Bruno Haible  <bruno@clisp.org>
17627
17628         * m4/gnulib-tool.m4: New file.
17629
17630 2005-08-27  Jim Meyering  <jim@meyering.net>
17631
17632         * modules/unistd-safer (Files): Add pipe-safer.c.
17633         * modules/fcntl-safer (Files): Add creat-safer.c.
17634
17635 2005-08-27  Jim Meyering  <jim@meyering.net>
17636
17637         * m4/stdlib-safer.m4: New file.  From coreutils.
17638         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17639         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17640         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17641         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17642         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17643
17644 2005-08-27  Jim Meyering  <jim@meyering.net>
17645
17646         * lib/fopen-safer.c: Merge minor changes from coreutils.
17647         * lib/dup-safer.c: Likewise.
17648         * lib/fd-safer.c: Likewise.
17649
17650         Merge from coreutils.
17651         * lib/stdio--.h: New file.
17652         * lib/stdlib--.h: New file.
17653         * lib/mkstemp-safer.c: New file.
17654
17655         GNU tar needs these.
17656         * lib/pipe-safer.c: New file.
17657         * lib/creat-safer.c: New file.
17658         * lib/fcntl--.h (creat): Define to creat_safer.
17659         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17660         * lib/unistd--.h (pipe): Define to pipe_safer.
17661         * lib/unistd-safer.h: Declare pipe_safer.
17662
17663 2005-08-26  Simon Josefsson  <jas@extundo.com>
17664
17665         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17666         Haible <bruno@clisp.org>.
17667
17668 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17669
17670         * lib/regex_internal.h: Remove all references to
17671         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17672         or better.
17673         (bitset_not, bitset_merge, bitset_not_merge):
17674         (bitset_mask, re_string_allocate, re_string_construct):
17675         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17676         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17677         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17678         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17679         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17680         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17681         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17682         (re_acquire_state_context):
17683         Remove unnecessary forward decls.
17684         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17685         Put __attribute at function definition,
17686         now that the function decl has been removed.
17687         * lib/regex_internal.c (re_string_peek_byte_case):
17688         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17689         Likewise.
17690
17691 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17692
17693         * m4/regex.m4: Add AC_PREREQ(2.50).
17694         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17695
17696 2005-08-25  Simon Josefsson  <jas@extundo.com>
17697
17698         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17699         __fsetlocking.
17700
17701 2005-08-25  Simon Josefsson  <jas@extundo.com>
17702
17703         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17704         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17705         GLIBC specific code.
17706
17707 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17708
17709         Make regex safe for g++.  This fixes one real bug (an "err"
17710         that should have been "*err").  g++ problem reported by
17711         Sam Steingold.
17712         * lib/regex_internal.h (re_calloc): New macro, consistent with
17713         re_malloc etc.  All callers of calloc changed to use re_calloc.
17714         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17715         not int.  All callers changed.
17716         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17717         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17718         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17719         (find_recover_state): Change "err" to "*err"; this fixes what
17720         appears to be a real bug.
17721         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17722         versus int.
17723
17724 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17725
17726         * modules/regex (Depends-on): Add malloc, since the code
17727         assumes that !malloc(0) means failure.
17728
17729 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17730
17731         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17732
17733         alloca modernization/simplification for regex.
17734         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17735         needs to be at the start of the file, and can be moved into
17736         regex_internal.h and simplified.
17737         * lib/regex_internal.h: Include <alloca.h>.
17738         (__libc_use_alloca) [!defined _LIBC]: New macro.
17739         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17740         now works outside glibc.
17741
17742 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * config/srclist.txt: Add glibc bugs 1241, 1245.
17745
17746 2005-08-25  Jim Meyering  <jim@meyering.net>
17747
17748         * lib/open-safer.c: Include <config.h>.
17749         Otherwise, we'd lose LARGEFILE support in any file using
17750         e.g. "fcntl--.h"
17751
17752 2005-08-25  Bruno Haible  <bruno@clisp.org>
17753
17754         * m4/minmax.m4: Require autoconf 2.52.
17755         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17756         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17757         alternatives of translit over the alphabet.
17758         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17759
17760 2005-08-24  Simon Josefsson  <jas@extundo.com>
17761
17762         * tests/test-getpass.c: New file.
17763
17764 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17767         for GNU regex features.
17768
17769 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17772         * lib/regex.h (regerror): Likewise.
17773
17774         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17775         requires this.  (The code never needed it.)
17776
17777         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17778         All uses of recently-renamed identifiers changed to use the new,
17779         POSIX-compliant names.  The code will build and run just fine
17780         without these changes, but it's better to eat our own dog food
17781         and use the standard-conforming names.
17782
17783         * lib/regex.h: Fix a multitude of POSIX name space violations.
17784         These changes have an effect only for programs that define
17785         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17786         do not change anything for programs compiled in the normal way.
17787         Also, there is no effect on the ABI.
17788
17789         (_REGEX_SOURCE): New macro.
17790         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17791         defined and _GNU_SOURCE is not; this fixes a name space violation.
17792
17793         Rename the following macros to obey POSIX requirements.
17794         The old names are still visible as macros if _REGEX_SOURCE is defined.
17795         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17796         RE_BACKSLASH_ESCAPE_IN_LISTS.
17797         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17798         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17799         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17800         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17801         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17802         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17803         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17804         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17805         (REG_INTERVALS): renamed from RE_INTERVALS.
17806         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17807         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17808         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17809         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17810         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17811         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17812         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17813         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17814         RE_UNMATCHED_RIGHT_PAREN_ORD.
17815         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17816         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17817         (REG_DEBUG): renamed from RE_DEBUG.
17818         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17819         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17820         unusual, since we can't clash with the POSIX REG_ICASE.
17821         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17822         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17823         (REG_NO_SUB): renamed from RE_NO_SUB.
17824         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17825         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17826         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17827         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17828         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17829         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17830         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17831         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17832         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17833         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17834         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17835         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17836         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17837         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17838         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17839         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17840         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17841         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17842         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17843         (REG_FIXED): Renamed from REGS_FIXED.
17844         (REG_NREGS): Renamed from RE_NREGS.
17845
17846         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17847         of other REG_* macros, since POSIX says the user is allowed to
17848         #undef these macros selectively.
17849
17850         (reg_errcode_t): Update comment stating what other tables need
17851         to be consistent.
17852
17853         Rename the following enum values to obey POSIX requirements.
17854         The old names are still visible as macros.
17855         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17856         is not defined, since GNU is supposed to be a superset of POSIX as
17857         much as possible, and since we want reg_errcode_t to be a signed
17858         type for implementation consistency.
17859         (_REG_NOERROR): Renamed from REG_NOERROR.
17860         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17861         (_REG_BADPAT): Renamed from REG_BADPAT.
17862         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17863         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17864         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17865         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17866         (_REG_EBRACK): Renamed from REG_EBRACK.
17867         (_REG_EPAREN): Renamed from REG_EPAREN.
17868         (_REG_EBRACE): Renamed from REG_EBRACE.
17869         (_REG_BADBR): Renamed from REG_BADBR.
17870         (_REG_ERANGE): Renamed from REG_ERANGE.
17871         (_REG_ESPACE): Renamed from REG_ESPACE.
17872         (_REG_BADRPT): Renamed from REG_BADRPT.
17873         (_REG_EEND): Renamed from REG_EEND.
17874         (_REG_ESIZE): Renamed from REG_ESIZE.
17875         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17876         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17877         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17878         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17879         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17880
17881         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17882         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17883         changed.  But support the old name if the new one is not defined
17884         and if _REGEX_SOURCE.
17885
17886         Change the following member names in struct re_pattern_buffer.
17887         The old names are still supported if !_REGEX_SOURCE.
17888         The new names are always supported, regardless of _REGEX_SOURCE.
17889         (re_buffer): Renamed from buffer.
17890         (re_allocated): Renamed from allocated.
17891         (re_used): Renamed from used.
17892         (re_syntax): Renamed from syntax.
17893         (re_fastmap): Renamed from fastmap.
17894         (re_translate): Renamed from translate.
17895         (re_can_be_null): Renamed from can_be_null.
17896         (re_regs_allocated): Renamed from regs_allocated.
17897         (re_fastmap_accurate): Renamed from fastmap_accurate.
17898         (re_no_sub): Renamed from no_sub.
17899         (re_not_bol): Renamed from not_bol.
17900         (re_not_eol): Renamed from not_eol.
17901         (re_newline_anchor): Renamed from newline_anchor.
17902
17903         Change the following member names in struct re_registers.
17904         The old names are still supported if !_REGEX_SOURCE.
17905         The new names are always supported, regardless of _REGEX_SOURCE.
17906         (rm_num_regs): Renamed from num_regs.
17907         (rm_start): Renamed from start.
17908         (rm_end): Renamed from end.
17909
17910         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17911         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17912         Prepend __ to parameter names.
17913
17914         Undo yesterday's changes.
17915
17916 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17919         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17920         lib/regex.c.
17921
17922 2005-08-24  Jim Meyering  <jim@meyering.net>
17923
17924         Sync from coreutils.
17925         * m4/fcntl-safer.m4: New file.
17926
17927         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17928         and object files for this module.
17929
17930 2005-08-24  Jim Meyering  <jim@meyering.net>
17931
17932         Sync from coreutils.
17933         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17934
17935 2005-08-24  Jim Meyering  <jim@meyering.net>
17936
17937         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17938         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17939
17940 2005-08-24  Jim Meyering  <jim@meyering.net>
17941
17942         * modules/fcntl-safer: New module.
17943         * modules/fts (Depends-on): Add fcntl-safer.
17944         * MODULES.html.sh (File descriptor based Input/Output):
17945         Add fcntl-safer.
17946
17947 2005-08-24  Bruno Haible  <bruno@clisp.org>
17948
17949         Support for unit test modules.
17950         * modules/README: Mention tests modules.
17951         * modules/TEMPLATE-TESTS: New file.
17952         * gnulib-tool: New options --extract-tests-module, --with-tests and
17953         --tests-base (unused for the moment).
17954         (testsbase, inctests): New variables.
17955         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17956         (func_verify_module): Exclude TEMPLATE-TESTS.
17957         (func_verify_nontests_module, func_verify_tests_module): New functions.
17958         (func_get_dependencies): Add implicit dependency for tests modules.
17959         (func_get_tests_module): New function.
17960         (func_modules_transitive_closure): When --with-tests was specified,
17961         include the unit tests as well, unless explicitly avoided.
17962         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17963         (func_emit_tests_Makefile_am): New function.
17964         (func_create_testdir): When --with-tests was specified, emit a
17965         tests/ directory.
17966         * MODULES.html.sh (Future developments): Update.
17967
17968 2005-08-24  Bruno Haible  <bruno@clisp.org>
17969
17970         * modules/tls-tests: New file.
17971         * tests/test-tls.c: New file, from GNU gettext.
17972
17973 2005-08-24  Bruno Haible  <bruno@clisp.org>
17974
17975         * modules/lock-tests: New file.
17976         * tests/test-lock.c: New file, from GNU gettext.
17977
17978 2005-08-24  Bruno Haible  <bruno@clisp.org>
17979
17980         * lib/lock.h: Add multiple inclusion guard.
17981         * lib/tls.h: Add multiple inclusion guard.
17982
17983 2005-08-24  Bruno Haible  <bruno@clisp.org>
17984
17985         * gnulib-tool: Add support for the --aux-dir option to
17986         --create-testdir, --create-megatestdir, --test, --megatest.
17987         (func_create_testdir, func_create_megatestdir): Optionally emit a
17988         AC_CONFIG_AUX_DIR directive.
17989         (create-testdir, create-megatestdir, test, megatest): Provide a
17990         default value for $auxdir.
17991
17992 2005-08-24  Bruno Haible  <bruno@clisp.org>
17993
17994         * gnulib-tool (import): Use compound statement instead of subshell
17995         where possible.
17996
17997 2005-08-24  Bruno Haible  <bruno@clisp.org>
17998
17999         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18000
18001 2005-08-24  Bruno Haible  <bruno@clisp.org>
18002
18003         * gnulib-tool (func_version): Update.
18004
18005 2005-08-24  Bruno Haible  <bruno@clisp.org>
18006
18007         * gnulib-tool (func_import, func_create_testdir,
18008         func_create_megatestdir): Quote all autoconf macro arguments.
18009
18010 2005-08-24  Bruno Haible  <bruno@clisp.org>
18011
18012         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18013         option --force, because --force causes the aclocal.m4 of each
18014         subdirectory to be newer than the corresponding config.h.in.
18015
18016 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18017
18018         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18019         All contents moved to gl_REGEX.
18020         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18021         assume that it does.
18022
18023 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/regex.h (REG_NOSYS)
18026         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18027         Define, since POSIX requires it as of 2001.
18028         (_REG_ENOSYS)
18029         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18030         New private symbol, used to keep the enum signed in all cases.
18031         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18032         Youngman in
18033         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18034
18035         * lib/regex_internal.c (re_string_skip_chars, register_state):
18036         (calc_state_hash):
18037         Remove forward decls; no longer needed now that we use prototypes.
18038         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18039         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18040         (clean_state_log_if_needed): Likewise.
18041
18042 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18043
18044         * config/srclist.txt: Add glibc bugs 1231-1233.
18045
18046 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18047
18048         Fix problems reported by Sam Steingold in
18049         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18050         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18051         assumed that reg_errcode_t is a signed type, which is not
18052         necessarily true if _XOPEN_SOURCE is not defined.
18053         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18054         since some compilers warn about it otherwise.
18055
18056 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18059         (init_word_char, create_initial_state, duplicate_node_closure):
18060         (fetch_token, peek_token_bracket, build_range_exp):
18061         (build_collating_symbol): Remove forward decls; no longer needed
18062         now that we use prototypes.
18063
18064         * lib/regcomp.c:
18065         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18066         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18067         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18068         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18069         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18070         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18071         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18072         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18073         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18074         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18075         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18076         (build_charclass, build_charclass_op, fetch_number, create_tree):
18077         (create_token_tree, mark_opt_subexp, duplicate_tree):
18078         Use prototypes rather than old-style definitions.
18079
18080         * lib/regex_internal.c:
18081         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18082         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18083         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18084         (re_string_reconstruct, re_string_peek_byte_case):
18085         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18086         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18087         (re_node_set_init_copy, re_node_set_add_intersect):
18088         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18089         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18090         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18091         (re_acquire_state, re_acquire_state_context, register_state):
18092         (create_ci_newstate, create_cd_newstate, free_state):
18093         Likewise.
18094         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18095         re_search_2):
18096         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18097         (re_search_internal, prune_impossible_nodes):
18098         (acquire_init_state_context, check_matching, static):
18099         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18100         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18101         (update_regs, sift_states_backward, build_sifted_states):
18102         (clean_state_log_if_needed, merge_state_array):
18103         (update_cur_sifted_state, add_epsilon_src_nodes):
18104         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18105         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18106         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18107         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18108         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18109         (check_arrival, check_arrival_add_next_nodes):
18110         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18111         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18112         (check_node_accept_bytes, check_node_accept, extend_buffers):
18113         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18114         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18115         (sift_ctx_init):
18116         Likewise.
18117
18118         * lib/regex_internal.h:
18119         (re_string_allocate, re_string_construct, re_string_reconstruct):
18120         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18121         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18122         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18123         (re_string_context_at, re_string_peek_byte_case):
18124         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18125         is defined, since we now use prototypes always.
18126
18127         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18128         C89 or better.  All uses removed.
18129
18130 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         * config/srclist.txt: Add glibc bugs 1220-1227.
18133
18134 2005-08-20  Jim Meyering  <jim@meyering.net>
18135
18136         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18137         of unused local, dfa.
18138
18139 2005-08-20  Bruno Haible  <bruno@clisp.org>
18140
18141         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18142
18143 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18146         (re_node_set_insert_last, re_dfa_add_node):
18147         Rename local variables to avoid GCC shadowing warnings.
18148
18149 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18150
18151         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18152         [defined lint]: Suppress bogus uninitialized-variable warnings.
18153
18154         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18155         and let the caller return REG_ESPACE if out of space.  This
18156         removes an uninitialied-variable warning with GCC 4.0.1, and also
18157         avoids taking the address of a local variable.  All callers
18158         changed.
18159
18160 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18161
18162         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18163         $LIBCSRC/posix/regexec.c.
18164         Add glibc bug 1217 for regcomp.c.
18165
18166 2005-08-19  Jim Meyering  <jim@meyering.net>
18167
18168         * lib/regexec.c (proceed_next_node): Redo local variables to
18169         avoid GCC shadowing warnings.
18170
18171 2005-08-18  Bruno Haible  <bruno@clisp.org>
18172
18173         * lib/strstr.c (strstr): Fix return value in multibyte case.
18174         * lib/strcasestr.c (strcasestr): Likewise.
18175
18176 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18179
18180 2005-08-17  Jim Meyering  <jim@meyering.net>
18181
18182         Make the %s format (seconds since the epoch) work for a negative
18183         number and when used with a zero-padded field width, e.g. %015s.
18184
18185         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18186         label so that it precedes the code to set `digits'.  Otherwise,
18187         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18188         print `00-22'.  Now, it prints `-0022', as it should.
18189
18190 2005-08-17  Bruno Haible  <bruno@clisp.org>
18191
18192         * modules/strstr (Files): Add m4/mbrtowc.m4.
18193         (Depends-on): Add mbuiter.
18194
18195 2005-08-17  Bruno Haible  <bruno@clisp.org>
18196
18197         * modules/strcasestr: New file.
18198         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18199         strcasestr.
18200
18201 2005-08-17  Bruno Haible  <bruno@clisp.org>
18202
18203         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18204
18205 2005-08-17  Bruno Haible  <bruno@clisp.org>
18206
18207         * modules/mbuiter: New file.
18208         * MODULES.html.sh (Extended multibyte and wide character utilities):
18209         Add mbuiter.
18210
18211 2005-08-17  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18214         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18215
18216 2005-08-17  Bruno Haible  <bruno@clisp.org>
18217
18218         * m4/strcasestr.m4: New file.
18219
18220 2005-08-17  Bruno Haible  <bruno@clisp.org>
18221
18222         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18223         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18224
18225 2005-08-17  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/strcasestr.h: New file.
18228         * lib/strcasestr.c: New file.
18229
18230 2005-08-17  Bruno Haible  <bruno@clisp.org>
18231
18232         * lib/strcasecmp.c: Use mbuiter.h.
18233
18234 2005-08-17  Bruno Haible  <bruno@clisp.org>
18235
18236         * lib/mbuiter.h: New file.
18237
18238 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18239
18240         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18241         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18242         and gl_GETOPT are both invoked via different paths (as happens
18243         with GNU tar CVS because it uses both argp and getopt), the former
18244         wins.
18245
18246 2005-08-16  Bruno Haible  <bruno@clisp.org>
18247
18248         * modules/tls: New file.
18249         * MODULES.html.sh (Multithreading): Add tls.
18250
18251 2005-08-16  Bruno Haible  <bruno@clisp.org>
18252
18253         * modules/strnlen1: New file.
18254         * MODULES.html.sh (String handling): Add strnlen1.
18255
18256 2005-08-16  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/strcase (Files): Add m4/mbrtowc.m4.
18259         (Depends-on): Add strnlen1, mbchar.
18260
18261 2005-08-16  Bruno Haible  <bruno@clisp.org>
18262
18263         * modules/mbiter: New file.
18264         * MODULES.html.sh (Extended multibyte and wide character utilities):
18265         Add mbiter.
18266
18267 2005-08-16  Bruno Haible  <bruno@clisp.org>
18268
18269         * modules/mbfile: New file.
18270         * MODULES.html.sh (Extended multibyte and wide character utilities):
18271         Add mbfile.
18272
18273 2005-08-16  Bruno Haible  <bruno@clisp.org>
18274
18275         * modules/mbchar: New file.
18276         * MODULES.html.sh (Extended multibyte and wide character utilities):
18277         New section.
18278
18279 2005-08-16  Bruno Haible  <bruno@clisp.org>
18280
18281         * m4/tls.m4: New file, from GNU gettext.
18282
18283 2005-08-16  Bruno Haible  <bruno@clisp.org>
18284
18285         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18286         always.
18287         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18288
18289 2005-08-16  Bruno Haible  <bruno@clisp.org>
18290
18291         * m4/mbiter.m4: New file.
18292
18293 2005-08-16  Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/mbfile.m4: New file.
18296
18297 2005-08-16  Bruno Haible  <bruno@clisp.org>
18298
18299         * m4/mbchar.m4: New file.
18300
18301 2005-08-16  Bruno Haible  <bruno@clisp.org>
18302
18303         * lib/tls.h: New file, from GNU gettext.
18304         * lib/tls.c: New file, from GNU gettext.
18305
18306 2005-08-16  Bruno Haible  <bruno@clisp.org>
18307
18308         * lib/strnlen1.h: New file.
18309         * lib/strnlen1.c: New file.
18310
18311 2005-08-16  Bruno Haible  <bruno@clisp.org>
18312
18313         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18314         (mbi_init): Update.
18315         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18316         NUL byte, not after it.
18317
18318 2005-08-16  Bruno Haible  <bruno@clisp.org>
18319
18320         * lib/strcase.h (strcasecmp): Add note in comments.
18321         * lib/strncasecmp.c: Use code from strcasecmp.c.
18322         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18323         (strcasecmp): Work correctly in multibyte locales.
18324
18325 2005-08-16  Bruno Haible  <bruno@clisp.org>
18326
18327         * lib/mbiter.h: New file.
18328
18329 2005-08-16  Bruno Haible  <bruno@clisp.org>
18330
18331         * lib/mbfile.h: New file.
18332
18333 2005-08-16  Bruno Haible  <bruno@clisp.org>
18334
18335         * lib/mbchar.h: New file.
18336         * lib/mbchar.c: New file.
18337
18338 2005-08-16  Bruno Haible  <bruno@clisp.org>
18339
18340         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18341         the valid ones. Makes the comparison operations transitive:
18342         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18343         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18344
18345 2005-08-15  Simon Josefsson  <jas@extundo.com>
18346
18347         * modules/ssize_t (License): Change to 'unlimited'.
18348
18349         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18350
18351 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18354         Add comments for each pending glibc patch.
18355
18356 2005-08-15  Bruno Haible  <bruno@clisp.org>
18357
18358         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18359         __cplusplus is defined.
18360
18361 2005-08-14  Jim Meyering  <jim@meyering.net>
18362
18363         Sync from coreutils.
18364
18365         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18366         Use the hash-table-based cycle-detection code not just when
18367         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18368         Reported by James Youngman in
18369         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18370         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18371         FTS_TIGHT_CYCLE_CHECK.
18372         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18373         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18374         once again.
18375         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18376         * lib/fts.c (fd_safer): Remove decl.
18377         Include fcntl--.h rather than unistd-safer.h
18378         (fts_safe_changedir): Don't call fd_safer; no longer needed
18379         now that we include fcntl--.h.
18380
18381 2005-08-12  Simon Josefsson  <jas@extundo.com>
18382
18383         * modules/getndelim2: Use ssize_t module.
18384         * modules/getnline: Likewise.
18385         * modules/safe-read: Likewise.
18386         * modules/xreadlink: Likewise.
18387
18388         * modules/ssize_t: New file.
18389
18390 2005-08-12  Simon Josefsson  <jas@extundo.com>
18391
18392         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18393
18394 2005-08-12  Simon Josefsson  <jas@extundo.com>
18395
18396         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18397         ssize_t.
18398
18399 2005-08-12  Simon Josefsson  <jas@extundo.com>
18400
18401         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18402         readline, getdelim and check_version.
18403         (Support for systems lacking ISO C 99: Sizes of integer types):
18404         Add size_max.
18405
18406 2005-08-12  Bruno Haible  <bruno@clisp.org>
18407
18408         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18409
18410 2005-08-11  Simon Josefsson  <jas@extundo.com>
18411
18412         * modules/readline: New file.
18413
18414         * modules/strnlen (Files): Add strnlen.h.
18415
18416 2005-08-11  Simon Josefsson  <jas@extundo.com>
18417
18418         * m4/readline.m4: New file.
18419
18420 2005-08-11  Simon Josefsson  <jas@extundo.com>
18421
18422         * lib/readline.h, readline.c: New file.
18423
18424 2005-08-11  Simon Josefsson  <jas@extundo.com>
18425
18426         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18427         gl_AVOID.
18428
18429 2005-08-11  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18432
18433 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18434
18435         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18436
18437 2005-08-10  Simon Josefsson  <jas@extundo.com>
18438
18439         * tests/test-iconvme.c: New file.
18440
18441 2005-08-10  Simon Josefsson  <jas@extundo.com>
18442
18443         * m4/strnlen.m4: New file.
18444
18445         * m4/strndup.m4: Don't check for strnlen declaration, done in
18446         strnlen.m4.
18447
18448 2005-08-10  Simon Josefsson  <jas@extundo.com>
18449
18450         * lib/strndup.c: Use strnlen.h.
18451
18452         * lib/strnlen.h: New file.
18453
18454 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18455
18456         * README: Typos.
18457
18458 2005-08-02  Simon Josefsson  <jas@extundo.com>
18459
18460         * modules/readline: New file.
18461
18462 2005-08-02  Simon Josefsson  <jas@extundo.com>
18463
18464         * modules/getdelim: New file.
18465
18466         * modules/getline: Rewrite, don't use getndelim2.
18467
18468 2005-08-02  Simon Josefsson  <jas@extundo.com>
18469
18470         * m4/getline.m4: Separate out getdelim stuff into separate module.
18471
18472         * m4/getdelim.m4: New file.
18473
18474 2005-08-02  Simon Josefsson  <jas@extundo.com>
18475
18476         * lib/getline.h, getline.c: Rewrite.
18477
18478         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18479
18480 2005-07-31  Bruno Haible  <bruno@clisp.org>
18481
18482         * lib/lock.h (gl_lock_initializer): New macro.
18483         (gl_lock_define_initialized): Use it.
18484         (gl_rwlock_initializer): New macro.
18485         (gl_rwlock_define_initialized): Use it.
18486         (gl_recursive_lock_initializer): New macro.
18487         (gl_recursive_lock_define_initialized): Use it.
18488
18489 2005-07-30  Karl Berry  <karl@gnu.org>
18490
18491         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18492         Report from Ben Pfaff, regarding getopt.
18493
18494 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18495
18496         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18497         normal way.
18498         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18499         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18500         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18501         (gl_GETOPT): Use the new macros.  Most of the implementation
18502         is moved to the new macros.  This is for programs like Emacs
18503         that don't want all the functionality of gl_GETOPT.
18504
18505 2005-07-26  Bruno Haible  <bruno@clisp.org>
18506
18507         * m4/lock.m4: Update from GNU gettext.
18508
18509 2005-07-26  Bruno Haible  <bruno@clisp.org>
18510
18511         * lib/lock.h: Update from GNU gettext.
18512         * lib/lock.c: Update from GNU gettext.
18513
18514 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18515
18516         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18517         obsolescent AC_TRY_RUN.  Include the default includes files, for
18518         'exit'.
18519
18520 2005-07-24  Bruno Haible  <bruno@clisp.org>
18521
18522         * modules/visibility: New file.
18523         * MODULES.html.sh (Misc): Add visibility.
18524
18525 2005-07-24  Bruno Haible  <bruno@clisp.org>
18526
18527         * m4/visibility.m4: New file.
18528
18529 2005-07-24  Bruno Haible  <bruno@clisp.org>
18530
18531         * doc/visibility.texi: New file.
18532
18533 2005-07-22  Bruno Haible  <bruno@clisp.org>
18534
18535         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18536         $(ALLOCA_H), redundant through BUILT_SOURCES.
18537         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18538         redundant through BUILT_SOURCES.
18539         * modules/byteswap (Makefile.am): Remove explicit dependency on
18540         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18541         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18542         $(FNMATCH_H), redundant through BUILT_SOURCES.
18543         * modules/getopt (Makefile.am): Remove explicit dependency on
18544         $(GETOPT_H), redundant through BUILT_SOURCES.
18545         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18546         redundant through BUILT_SOURCES.
18547         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18548         redundant through BUILT_SOURCES.
18549         * modules/stdbool (Makefile.am): Remove explicit dependency on
18550         $(STDBOOL_H), redundant through BUILT_SOURCES.
18551         * modules/stdint (Makefile.am): Remove explicit dependency on
18552         $(STDINT_H), redundant through BUILT_SOURCES.
18553         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18554         Remove explicit dependency on $(SYSEXITS_H).
18555         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18556
18557 2005-07-18  Simon Josefsson  <jas@extundo.com>
18558
18559         * lib/check-version.c (check_version): Accept identical versions too.
18560
18561 2005-07-18  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/lock: New file.
18564         * MODULES.html.sh (Multithreading): New section.
18565
18566 2005-07-18  Bruno Haible  <bruno@clisp.org>
18567
18568         * m4/lock.m4: New file, from GNU gettext.
18569
18570 2005-07-18  Bruno Haible  <bruno@clisp.org>
18571
18572         * lib/lock.h: New file, from GNU gettext.
18573         * lib/lock.c: New file, from GNU gettext.
18574
18575 2005-07-18  Bruno Haible  <bruno@clisp.org>
18576
18577         * lib/lock.h (gl_once_t): New type.
18578         (gl_once_define, gl_once): New macros.
18579         * lib/lock.c (fresh_once): New variable.
18580         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18581         functions.
18582
18583 2005-07-16  Simon Josefsson  <jas@extundo.com>
18584
18585         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18586         workaround, suggested by Bruno.
18587
18588 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18589
18590         * modules/xalloc (Depends-on): Add xalloc-die.
18591         * modules/xvasprintf (Depends-on): Add xalloc-die.
18592
18593 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18594
18595         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18596         with a minor change.
18597
18598 2005-07-15  Bruno Haible  <bruno@clisp.org>
18599
18600         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18601         When using lib/poll.c, define poll as rpl_poll.
18602
18603 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         * modules/argp (Depends-on): Remove unlocked-io.
18606
18607 2005-07-14  Derek Price  <derek@ximbiot.com>
18608
18609         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18610         for glob symlink bug.
18611
18612 2005-07-14  Bruno Haible  <bruno@clisp.org>
18613
18614         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18615         Instead, test for *_unlocked function declarations directly.
18616
18617 2005-07-11  Simon Josefsson  <jas@extundo.com>
18618
18619         * modules/size_max: New file.
18620
18621         * modules/xsize: Depend on size_max module for size_max.m4.
18622
18623 2005-07-11  Simon Josefsson  <jas@extundo.com>
18624
18625         * lib/size_max.h: New file.
18626
18627 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18628
18629         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18630         copyright symbol and the year.
18631         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18632         (version_etc_va): Use parameterized copyright notice.
18633         Reword to conform to the current GNU coding standards.
18634
18635 2005-07-11  Karl Berry  <karl@gnu.org>
18636
18637         * doc/gnulib.texi (Quoting): new node.
18638         (Initial import): more info, from Patrice.
18639
18640 2005-07-11  Bruno Haible  <bruno@clisp.org>
18641
18642         * gnulib-tool (func_usage): Document option --avoid.
18643         (Command line options): Handle --avoid.
18644         (func_acceptable): New function.
18645         (func_modules_transitive_closure): Use it.
18646
18647 2005-07-11  Bruno Haible  <bruno@clisp.org>
18648
18649         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18650         Reported by Jim Meyering.
18651
18652 2005-07-10  Bruno Haible  <bruno@clisp.org>
18653
18654         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18655         Needed when size_t is smaller than 'unsigned int'.
18656         Reported by Paul Eggert.
18657
18658 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18659
18660         * modules/argp (Depends-on): Add unlocked-io
18661
18662 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18663
18664         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18665         block of defines.
18666
18667 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18670         fix now.
18671
18672 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18673         and Paul Eggert  <eggert@cs.ucla.edu>
18674
18675         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18676         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18677
18678 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * modules/regex (Files): Add lib/regex_internal.c,
18681         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18682         (Depends-on): Add extensions.
18683         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18684
18685 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18686
18687         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18688         pathconf.
18689         * m4/same.m4 (gl_SAME): Likewise.
18690         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18691
18692         * m4/regex.m4: Adjust to new libc regex implementation.
18693         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18694         all the .c and .h parts of (the new) regex.
18695         Quote the m4 stuff better.
18696         Check for RE_ICASE bug of old gnulib.
18697         Check for REG_STARTEND of recent libc.
18698         Rename local variables from jm_* to gl_*.
18699         Quote operand of "test -f".
18700         Say "recent enough" version of libc, not "version 2".
18701         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18702         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18703         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18704         Remove check for btowc, isascii.
18705         Require AM_LANGINFO_CODESET.
18706
18707 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18708
18709         * lib/regex.c, regex.h: Sync from libc.
18710         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18711         * lib/regexec.c:
18712         New files, synced from libc, except that regex_internal.h
18713         currently has a small porting fix.
18714
18715 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18716
18717         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18718         regex_internal.c, regexec.c.
18719         Add regex_internal.h too, but as a comment, since the libc version
18720         is currently broken in gnulib mode.
18721
18722 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18723
18724         Support programs like Emacs that use gnulib but not gettext.
18725         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18726         * modules/gettext-h: New file.
18727         * modules/gettext (Files): Remove lib/gettext.h.
18728         (Depends-on): Add gettext-h.
18729         (Makefile.am): Remove lib_SOURCES.
18730         * modules/argmatch, modules/c-stack, modules/closeout:
18731         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18732         * modules/execute, modules/file-type, modules/getaddrinfo:
18733         * modules/getopt, modules/human, modules/javacomp:
18734         * modules/javaexec, modules/mkdir-p, modules/obstack:
18735         * modules/openat, modules/pagealign_alloc, modules/pipe:
18736         * modules/quotearg, modules/regex, modules/rpmatch:
18737         * modules/unicodeio, modules/userspec, modules/version-etc:
18738         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18739         * modules/xsetenv:
18740         Depend on gettext-h, not gettext.
18741
18742 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18743
18744         * gnulib-tool (func_import): Add support for 'public domain' license.
18745         * modules/alloca, modules/atexit, modules/memmove:
18746         Now public domain, not GPL.
18747         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18748         * modules/realloc, modules/strerror, modules/strtod:
18749         Now LGPL, not GPL.
18750
18751 2005-07-05  Bruno Haible  <bruno@clisp.org>
18752
18753         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18754         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
18760
18761 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18762
18763         Remove the dependency of the strftime module on the tzset module.
18764         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18765         gl_FUNC_TZSET_CLOBBER.
18766
18767 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18768
18769         Remove the dependency of the strftime module on the tzset module.
18770         * lib/strftime.c (my_strftime)
18771         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18772         Copy the input structure, to work around some of the bug with
18773         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18774         Solaris releases, you should also use the tzset module, but we won't
18775         require it as a dependency any more since we don't want LGPLed code
18776         to depend on GPLed code.
18777
18778 2005-07-02  Jim Meyering  <jim@meyering.net>
18779
18780         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18781         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18782         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18783         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18784
18785 2005-07-02  Jim Meyering  <jim@meyering.net>
18786
18787         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18788
18789 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18790
18791         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18792         declares only 'struct timespec;' (!).
18793
18794 2005-07-01  Jim Meyering  <jim@meyering.net>
18795
18796         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18797         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18798         * lib/save-cwd.c, tempname.c:
18799         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18800         and don't include <sys/file.h>).
18801
18802 2005-06-29  Jim Meyering  <jim@meyering.net>
18803
18804         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18805         type name.  Use the variable name instead.
18806         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18807         Likewise.
18808
18809 2005-06-28  Simon Josefsson  <jas@extundo.com>
18810
18811         * modules/check-version (Files): Add check-version.m4.
18812
18813 2005-06-28  Simon Josefsson  <jas@extundo.com>
18814
18815         * m4/check-version.m4: New file, suggested by Jim Meyering
18816         <jim@meyering.net>.
18817
18818 2005-06-28  Simon Josefsson  <jas@extundo.com>
18819
18820         * lib/check-version.h, lib/check-version.c: New files.
18821
18822 2005-06-28  Simon Josefsson  <jas@extundo.com>
18823
18824         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18825         collision with global variable.  Better indentation.  Don't
18826         increment buffer pointer beyond buffer end.  Based on comments
18827         from Paul Eggert <eggert@cs.ucla.edu>.
18828
18829         * lib/base64.h: Indent.
18830
18831 2005-06-28  Simon Josefsson  <jas@extundo.com>
18832
18833         * doc/gnulib.texi (Library version handling): New section.
18834
18835 2005-06-28  Jim Meyering  <jim@meyering.net>
18836
18837         * check-module (find_included_lib_files): Hard-code another
18838         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18839         but modules/fts-lgpl (correctly) does not list those files.
18840
18841         * modules/canonicalize (Files): Add lib/pathmax.h.
18842
18843 2005-06-25  Simon Josefsson  <jas@extundo.com>
18844
18845         * modules/check-version: New file.
18846
18847 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18850         initializer of struct addrinfo, as an indication that we don't
18851         care how many members the structure has.
18852
18853 2005-06-24  Derek Price  <derek@ximbiot.com>
18854         and Bruno Haible  <bruno@clisp.org>
18855
18856         Remove stat module & update lstat.
18857         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18858         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18859         * m4/stat.m4: Remove this file.
18860
18861 2005-06-24  Derek Price  <derek@ximbiot.com>
18862         and Bruno Haible  <bruno@clisp.org>
18863
18864         Remove stat module & update lstat.
18865         * lib/stat.c: Remove this file...
18866         (slash_aware_lstat): ...moving this content and its support...
18867         * lib/lstat.c (rpl_lstat): ...into here.
18868         * lib/lstat.h: New file.
18869
18870 2005-06-24  Derek Price  <derek@ximbiot.com>
18871         and Bruno Haible  <bruno@clisp.org>
18872
18873         Remove stat module & update lstat.
18874         * config/srclist.txt (libc sources): Remove stat.
18875
18876 2005-06-24  Derek Price  <derek@ximbiot.com>
18877         and Bruno Haible  <bruno@clisp.org>
18878
18879         Remove stat module & update lstat.
18880         * MODULES.html.sh (stat): Remove.
18881         * MODULES.html: Regenerated.
18882         * modules/lstat (Description): Correct function name.
18883         (Files): Add "lstat.h".
18884         (Depends-on): Remove stat, add xalloc, stat-macros.
18885         * modules/stat: Remove this file.
18886         (Include): Add "lstat.h", remove <sys/stat.h>.
18887
18888 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18889
18890         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18891         (ranged_convert): Don't save conversion in a temporary struct.
18892         This causes a warning with GCC 4.0.0, and anyway in the typical
18893         case it's not worth the extra 100 bytes or so of code.
18894         (ranged_convert, __mktime_internal): When calling a function via a
18895         pointer P, use P () rather than (*P) (), as we now assume C89 or
18896         better.
18897
18898 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18899
18900         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18901         "who -r" failed to give output.  Problem reported by Tim Waugh.
18902
18903         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18904         (xcalloc): Use it to avoid needless tests.
18905         Problem reported by Jim Meyering.
18906
18907 2005-06-20  Derek Price  <derek@ximbiot.com>
18908
18909         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18910         unnecessary for Autoconfs > 2.59c.
18911
18912 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18913
18914         * lib/argp.h (__option_is_short): Check upper limit of
18915         __key. Isprint() requires its argument to have the value
18916         of an unsigned char or EOF.
18917
18918 2005-06-16  Jim Meyering  <jim@meyering.net>
18919
18920         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18921         when either N or S is zero.
18922
18923 2005-06-16  Derek Price  <derek@ximbiot.com>
18924
18925         * m4/bison.m4: Declare YACC & YFLAGS precious.
18926
18927 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18928
18929         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18930         multibyte string or pattern, fall back on unibyte matching.
18931         Problem reported by James Youngman.
18932
18933 2005-06-08  Bruno Haible  <bruno@clisp.org>
18934
18935         * modules/csharpcomp: New file.
18936         * MODULES.html.sh (C#): Add csharpcomp.
18937
18938 2005-06-08  Bruno Haible  <bruno@clisp.org>
18939
18940         * m4/csharpcomp.m4: New file, from GNU gettext.
18941
18942 2005-06-08  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/csharpcomp.h: New file, from GNU gettext.
18945         * lib/csharpcomp.c: New file, from GNU gettext.
18946         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18947
18948 2005-06-08  Bruno Haible  <bruno@clisp.org>
18949
18950         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18951         warning on mingw.
18952
18953 2005-06-07  Derek Price  <derek@ximbiot.com>
18954
18955         Sync from CVS.
18956         * lib/glob_.h: Indent nested #ifdef.
18957
18958 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         Sync from coreutils.
18961         Use "file name" when talking about file names, instead of "filename"
18962         or "path", as per the GNU coding standards.
18963         * lib/mkdir-p.c: Renamed from makepath.c.
18964         (make_dir_parents): Renamed from make_path.  All callers changed.
18965         * lib/mkdir-p.h: Likewise.  All includers changed.
18966         * lib/filenamecat.c: Renamed from path-concat.c.
18967         (file_name_concat): Renamed from path_concat.  All callers changed.
18968         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18969         * lib/filenamecat.h: Likewise.  All includers changed.
18970         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18971         in comments or local variable names.
18972         * lib/basename.c: Likewise.
18973         * lib/canonicalize.c, canonicalize.h: Likewise.
18974         * lib/dirname.c, dirname.h: Likewise.
18975         * lib/euidaccess.c: Likewise.
18976         * lib/exclude.c: Likewise
18977         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18978         * lib/fsusage.c, fsuage.h: Likewise.
18979         * lib/fts.c, fts_.h: Likewise.
18980         * lib/getcwd.c: Likewise.
18981         * lib/getloadavg.c: Likewise.
18982         * lib/mkstemp.c: Likewise.
18983         * lib/mountlist.c, mountlist.h: Likewise.
18984         * lib/openat.c, openat.h: Likewise.
18985         * lib/readlink-stub.c: Likewise.
18986         * lib/readutmp.c, readutmp.h: Likewise.
18987         * lib/rename.c: Likewise.
18988         * lib/rmdir.c: Likewise.
18989         * lib/same.c: Likewise.
18990         * lib/savedir.c: Likewise.
18991         * lib/stripslash.c: Likewise.
18992         * lib/tempname.c: Likewise.
18993         * lib/xreadlink.c: Likewise.
18994         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18995         All uses changed.
18996         * lib/exclude.h: Likewise.
18997
18998         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18999         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19000         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19001         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19002         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19003         files have been getting away with it for years (MORE/BSD 4.3
19004         is extinct now).
19005         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19006         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19007
19008         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19009         Define to 256, not 255, as per modern POSIX.
19010
19011 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         Sync from coreutils.
19014         Use "file name" when talking about file names, instead of "filename"
19015         or "path", as per the GNU coding standards.
19016         * MODULES.html.sh: mkdir-p renamed from makepath.
19017         filenamecat renamed from path-concat.
19018         * modules/filenamecat: Renamed from modules/path-concat.
19019         (Files): filenamecat.h and filenamecat.c renamed from
19020         path-concat.h and path-concat.c.
19021         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19022         (Include): filenamecat.h, not path-concat.h.
19023         * modules/mkdir-p: Renamed from modules/makepath.
19024         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19025         makepath.c.
19026         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19027         (Include): mkdir-p.h, not makepath.h.
19028
19029 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19030
19031         Sync from coreutils.
19032         * m4/mkdir-p.m4: Renamed from makepath.m4.
19033         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19034         Rename files from makepath.c to mkdir-p.c, and from
19035         makepath.h to mkdir-p.h.
19036         * m4/filenamecat.m4: Renamed from path-concat.m4.
19037         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19038         Rename files from path-concat.c to filenamecat.c,
19039         and from path-concat.h to filenamecat.h.
19040         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19041         "file name" in local variables or comments.
19042         * m4/rename.m4: Likewise.
19043
19044 2005-06-01  Bruno Haible  <bruno@clisp.org>
19045
19046         * modules/csharpexec: New file.
19047         * MODULES.html.sh (C#): New section.
19048
19049 2005-06-01  Bruno Haible  <bruno@clisp.org>
19050
19051         * m4/csharp.m4: New file, from GNU gettext.
19052         * m4/csharpexec.m4: New file, from GNU gettext.
19053
19054 2005-06-01  Bruno Haible  <bruno@clisp.org>
19055
19056         * lib/csharpexec.h: New file, from GNU gettext.
19057         * lib/csharpexec.c: New file, from GNU gettext.
19058         * lib/csharpexec.sh.in: New file, from GNU gettext.
19059
19060 2005-05-31  Derek Price  <derek@ximbiot.com>
19061             Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         Sync from cvs.
19064         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19065
19066 2005-05-31  Derek Price  <derek@ximbiot.com>
19067             Paul Eggert  <eggert@cs.ucla.edu>
19068
19069         Sync from cvs.
19070         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19071
19072 2005-05-29  Derek Price  <derek@ximbiot.com>
19073
19074         * config/srclist.txt (glob_.h, glob.c): Add these files.
19075
19076 2005-05-29  Derek Price  <derek@ximbiot.com>
19077
19078         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19079         * modules/glob: New file.
19080         * modules/getlogin_r: Add link to POSIX spec in description.
19081
19082 2005-05-29  Derek Price  <derek@ximbiot.com>
19083             Paul Eggert  <eggert@cs.ucla.edu>
19084
19085         * m4/glob.m4: New file.
19086
19087 2005-05-29  Derek Price  <derek@ximbiot.com>
19088             Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         * lib/glob_.h, lib/glob.c: New files.
19091
19092 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19093
19094         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19095         * modules/fts-lgpl (Depends-on): Remove gettext.
19096
19097 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19100         and don't require gt_INTTYPES_PRI.
19101
19102 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19103
19104         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19105
19106         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19107         the configuration hassle isn't worth it.
19108         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19109         (LONGEST_MODIFIER, PRIuMAX): Remove.
19110
19111 2005-05-27  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19114
19115 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19118         _POSIX_PTHREAD_SEMANTICS for Solaris.
19119
19120 2005-05-25  Derek Price  <derek@ximbiot.com>
19121
19122         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19123
19124 2005-05-25  Derek Price  <derek@ximbiot.com>
19125             Paul Eggert  <eggert@cs.ucla.edu>
19126
19127         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19128         * lib/getlogin_r.c, getlogin_r.h: New files.
19129
19130 2005-05-25  Bruno Haible  <bruno@clisp.org>
19131             Derek Price  <derek@ximbiot.com>
19132
19133         * lib/getlogin_r.h: Simplify API documentation.
19134
19135 2005-05-23  Derek Price  <derek@ximbiot.com>
19136
19137         * modules/minmax (Files): Add m4/minmax.m4.
19138         (configure.ac): Add gl_MINMAX.
19139
19140 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19141
19142         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19143         so that unistd-safer.h (GPL'ed code) need not be included.
19144
19145 2005-05-22  Bruno Haible  <bruno@clisp.org>
19146
19147         * m4/minmax.m4: New file.
19148         Based on a patch by Derek Price <derek@ximbiot.com>.
19149
19150 2005-05-22  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19153         (INT64_MIN): Fix definition.
19154         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19155
19156         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19157         NEED_SIGNED_INT_TYPES.
19158
19159         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19160         HAVE_SYSTEM_INTTYPES.
19161
19162 2005-05-22  Bruno Haible  <bruno@clisp.org>
19163
19164         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19165         Also include <sys/param.h> if it defines MIN, MAX.
19166         Based on a patch by Derek Price <derek@ximbiot.com>.
19167
19168 2005-05-21  Jim Meyering  <jim@meyering.net>
19169
19170         * modules/fts (Files): Add m4/inttypes-pri.m4.
19171         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19172
19173 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         New fts module.
19176         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19177         (setup_dir, free_dir): New functions.
19178         (enter_dir, leave_dir): Define trivial
19179         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19180         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19181         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19182         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19183         Move to fts-cycle.c.
19184         (fts_open): Use setup_dir.
19185         (fts_close): Use free_dir.
19186         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19187         This adds a label and some gotos, but the alternatives were messier.
19188         Check for memory allocation failure when entering a dir.
19189         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19190         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19191         (FTS): New member fts_cycle, that is a union that contains the
19192         old active_dir_ht and cycle_state.  All uses changed to mention
19193         fts_cycle.ht and fts_cycle.state.
19194         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19195         fts.c, with the following changes:
19196         (setup_dir, free_dir): New functions.
19197         (enter_dir): Now returns bool.  Return true if successful, false
19198         if memory exhausted.  All callers changed.
19199         Do not bother partly cleaning up on
19200         memory allocation failure; that is free_dir's job.
19201         However, free ad if hash_insert fails, to avoid memory leak.
19202         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19203         fts->fts_options to see which union member to use.
19204
19205 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19206
19207         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19208         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19209
19210 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19211
19212         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19213
19214 2005-05-20  Jim Meyering  <jim@meyering.net>
19215
19216         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19217         Now a macro, to pacify GCC.
19218
19219 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19220
19221         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19222         of -1.
19223
19224 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19225
19226         * lib/chown.c (rpl_chown): Return -1 on failure.
19227
19228 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19229
19230         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19231         Don't check for stddef.h.
19232         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19233         don't use its results.
19234         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19235         since we include them unconditionally.  Don't require
19236         AM_STDBOOL_H, since stdbool is a prerequisite.
19237         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19238         since we assume C89 or better.
19239         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19240         as we don't use their results.
19241         Don't check for fchdir, memmove, memset, strrchr, as we use
19242         them unconditionally.
19243         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19244         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19245
19246 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19247
19248         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19249         Include <stddef.h> unconditionally, since we assume C89 now.
19250         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19251         * lib/fts.c: Include fts_.h first, to check interface.
19252         Do not include intprops.h; no longer needed.
19253         Include cycle-check.h and hash.h, since fts_.h no longer does.
19254         Remove unnecessary casts of closedir to void.
19255         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19256         decide whether to decrement nlinks.
19257         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19258         (FTS): Use struct hash_table * instead of Hash_table, so that
19259         we no longer need to include hash.h here.
19260
19261 2005-05-18  Jim Meyering  <jim@meyering.net>
19262
19263         * modules/dirfd (License): Change to LGPL.  Most of the code
19264         is already in the public domain.
19265
19266 2005-05-18  Jim Meyering  <jim@meyering.net>
19267
19268         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19269         Reported by Yoann Vandoorselaere.
19270
19271 2005-05-17  Jim Meyering  <jim@meyering.net>
19272
19273         * m4/fts.m4: New file, from coreutils.
19274
19275 2005-05-17  Jim Meyering  <jim@meyering.net>
19276
19277         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19278
19279 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19280
19281         Sync from coreutils.
19282         * m4/unlinkdir.m4: New file.
19283
19284 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19285
19286         Sync from coreutils.
19287         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19288         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19289         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19290         White space changes only.
19291         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19292         special.
19293         * lib/yesno.c: Include getline.h, not ctype.h.
19294         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19295         Use getline to remove arbitrary restriction on response length.
19296
19297 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         * config/srclist-update: Spell out "Street" in FSF postal
19300         mail address; this is the style the FSF seems to prefer.
19301
19302         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19303         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19304         this updates FSF postal mail address.
19305
19306         Sync from coreutils.
19307         * modules/unlinkdir: New file.
19308         * modules/yesno (Depends-on): Add getline.
19309         * MODULES.html.sh (File system functions): Add unlinkdir.
19310
19311 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19312
19313         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19314         lib/strsep.h:
19315         Change the initial comment to refer to GPL, not LGPL.
19316         gnulib-tool will change it to LGPL as needed.
19317
19318         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19319         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19320         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19321         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19322         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19323         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19324         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19325         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19326         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19327         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19328         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19329         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19330         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19331         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19332         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19333         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19334         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19335         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19336         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19337         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19338         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19339         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19340         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19341         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19342         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19343         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19344         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19345         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19346         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19347         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19348         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19349         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19350         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19351         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19352         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19353         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19354         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19355         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19356         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19357         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19358         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19359         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19360         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19361         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19362         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19363         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19364         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19365         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19366         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19367         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19368         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19369         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19370         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19371         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19372         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19373         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19374         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19375         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19376         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19377         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19378         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19379         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19380         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19381         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19382         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19383         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19384         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19385         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19386         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19387         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19388         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19389         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19390         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19391         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19392         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19393         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19394         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19395         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19396         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19397         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19398         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19399         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19400         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19401         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19402         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19403         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19404         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19405         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19406         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19407         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19408         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19409         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19410         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19411         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19412         lib/yesno.c, lib/yesno.h:
19413         Update FSF postal mail address.
19414
19415 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19416
19417         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19418         tests/test-memmem.c, tests/test-stpncpy.c:
19419         Update FSF postal mail address.
19420
19421 2005-05-13  Bruno Haible  <bruno@clisp.org>
19422
19423         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19424         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19425         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19426         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19427         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19428         Add support for 64-bit integers in the MSVC compiler.
19429
19430 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19431
19432         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19433
19434 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19435
19436         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19437
19438 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19439
19440         * doc/getdate.texi (General date syntax): Don't say that date
19441         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19442         Problem reported by Nic Ferrier.
19443
19444 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19445
19446         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19447         specified in ai_socktype. Fix invalid ai_protocol
19448         check. ai_protocol is usually set to 0 or depending on
19449         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19450         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19451         ai_socktype / ai_protocol in the returned addrinfo structure.
19452
19453 2005-05-10  Simon Josefsson  <jas@extundo.com>
19454
19455         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19456         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19457
19458 2005-05-10  Karl Berry  <karl@gnu.org>
19459
19460         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19461         (from http://www.gnu.org/licenses).
19462         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19463         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19464         fdl.texi suffices.
19465
19466 2005-05-10  Karl Berry  <karl@gnu.org>
19467
19468         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19469         (COPYING.DOC): remove.
19470
19471         * config/srclist-update: new FSF address.
19472
19473 2005-05-10  Derek Price  <derek@ximbiot.com>
19474
19475         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19476         possible.
19477
19478 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19479             Bruno Haible  <bruno@clisp.org>
19480
19481         * modules/inet_ntop: New file.
19482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19483         inet_ntop.
19484
19485 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19486             Bruno Haible  <bruno@clisp.org>
19487
19488         * m4/inet_ntop.m4: New file.
19489
19490 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19491             Bruno Haible  <bruno@clisp.org>
19492
19493         * lib/inet_ntop.h: New file.
19494         * lib/inet_ntop.c: New file, from glibc with modifications.
19495
19496 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * modules/time_r (License): Change to LGPL.
19499         * modules/extensions (License): Change to LGPL.  Actually,
19500         the license is more permissive than that, but currently gnulib-tool
19501         doesn't know how to handle more-permissive licenses.
19502
19503         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19504         Problem reported by Dave Love.
19505
19506 2005-05-08  Jim Meyering  <jim@meyering.net>
19507
19508         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19509         blank.
19510
19511 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19512
19513         * modules/argmatch (Depends-on): Add stdbool.
19514         * modules/backupfile (Depends-on): Likewise.
19515         * modules/chdir-long (Depends-on): Likewise.
19516         * modules/closeout (Depends-on): Likewise.
19517         * modules/cycle-check (Depends-on): Likewise.
19518         * modules/dirname (Depends-on): Likewise.
19519         * modules/fnmatch (Depends-on): Likewise.
19520         * modules/fsusage (Depends-on): Likewise.
19521         * modules/fwriteerror (Depends-on): Likewise.
19522         * modules/getcwd (Depends-on): Likewise.
19523         * modules/getloadavg (Depends-on): Likewise.
19524         * modules/hard-locale (Depends-on): Likewise.
19525         * modules/makepath (Depends-on): Likewise.
19526         * modules/mountlist (Depends-on): Likewise.
19527         * modules/nanosleep (Depends-on): Likewise.
19528         * modules/posixtm (Depends-on): Likewise.
19529         * modules/quotearg (Depends-on): Likewise.
19530         * modules/readtokens (Depends-on): Likewise.
19531         * modules/readtokens0 (Depends-on): Likewise.
19532         * modules/readutmp (Depends-on): Likewise.
19533         * modules/save-cwd (Depends-on): Likewise.
19534         * modules/strftime (Depends-on): Likewise.
19535         * modules/userspec (Depends-on): Likewise.
19536         * modules/utimecmp (Depends-on): Likewise.
19537         * modules/xgetcwd (Depends-on): Likewise.
19538         * modules/xnanosleep (Depends-on): Likewise.
19539         * modules/xstrtod (Depends-on): Likewise.
19540         * modules/yesno (Depends-on): Likewise.
19541
19542 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19543
19544         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19545         needless checks.
19546
19547 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19548
19549         Merge from coreutils.  Among other things,
19550         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19551         * lib/fd-safer.c: New file.
19552         * lib/fcntl-safer.h, open-safer.c: Remove.
19553         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19554         * lib/dup-safer.c: Include unistd-safer.h first.
19555         Don't include errno.h.
19556         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19557         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19558         * lib/file-type.c: Rely on file-type.h change.
19559         * lib/getloadavg.c: Include unistd-safer.h.
19560         (getloadavg): Use safer open.
19561         * lib/getusershell.c: Include "stdio-safer.h".
19562         (getusershell): Use safer fopen.
19563         * lib/long-options.c (long_options): Use NULL rather than 0.
19564         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19565         'free'.
19566         * lib/modechange.c: Likewise.
19567         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19568         (MODE_DONE): New constant.
19569         (struct mode_change): Remove 'next' member.
19570         (make_node_op_equals): New function; like the old one of the
19571         same name, except it allocates an array.
19572         (mode_compile, mode_create_from_ref): Use it.
19573         (mode_compile): Allocate result as an array, not a linked list.
19574         Parse octal string ourself, so that we catch mistakes like "+0".
19575         (mode_adjust): Arg is an array, not a linked list.
19576         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19577         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19578         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19579         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19580         Remove.  This is now stat-macros.h's job.
19581         (talloc): Remove.  All callers replaced by xalloc, so that
19582         our invokers don't have to worry about reporting memory failures.
19583         (make_node_op_equals): Remove.
19584         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19585         New constants.
19586         (struct mode_change): Moved here from modechange.h.
19587         (mode_append_entry): Remove.
19588         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19589         apps to have incorrect behavior.  Use simpler algorithm for head
19590         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19591         Detect more invalid usages rather than having somewhat-random behavior.
19592         Don't insert an "a=" action, as that leads to incorrect behavior.
19593         (mode_compile, mode_create_from_ref): Return NULL on error instead
19594         of an enum, since now there's only one way to have an error.  All
19595         callers changed.
19596         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19597         at the correct time.  Simplify calculation of "+u" and its ilk.
19598         Don't mishandle "+X".
19599         (mode_free): Remove "register" and localize decls.
19600         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19601         (struct mode_change): Move to modechange.c; callers don't
19602         need to see this stuff.
19603         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19604         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19605         (mode_change, mode_adjust): Reflect the new signatures noted above.
19606         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19607         that might redefine system include files.
19608         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19609         (my_usleep): Use NULL rather than (void *) 0.
19610         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19611         Use siginterrupt to specify that system calls should be interrupted.
19612         (rpl_nanosleep): Move initialization of suspended closer to call of
19613         my_usleep.
19614         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19615         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19616         (desirable_utmp_entry): New function.
19617         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19618         using x2nrealloc, to simplify logic.
19619         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19620         size calculation.  Do not assume utmp file is a regular file.
19621         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19622         (READ_UTMP_CHECK_PIDS): New constant.
19623         * lib/save-cwd.c: Include unistd-safer.h.
19624         (save_cwd): Use fd_safer.
19625         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19626         [!_LIBC] Include "stat-macros.h" instead.
19627         * lib/unistd-safer.h (fd_safer): New decl.
19628
19629 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19630
19631         * modules/getloadavg (Depends-on): Add unistd-safer.
19632         * modules/getusershell (Depends-on): Add stdio-safer.
19633         * modules/lstat (Depends-on): Remove xalloc.
19634         * modules/mkstemp (Depends-on): Add stat-macros.
19635         * modules/modechange (Depends-on): Remove xstrtol.
19636         Add stat-macros, xalloc.
19637         * modules/save-cwd (Depends-on): Add unistd-safer.
19638         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19639         * modules/unistd-safer (Files): Add lib/fd-safer.c
19640         (Makefile.am): Remove lib_SOURCES.
19641
19642         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19643         Remove fcntl-safer; unistd-safer supersedes it.
19644
19645 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19646
19647         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19648         AC_HEADER_STAT.
19649         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19650         (gl_PREREQ_CHOWN): Remove.
19651         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19652         it.  Don't require AC_HEADER_STAT.
19653         (gl_PREREQ_LSTAT): Remove.
19654         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19655         Don't require AC_HEADER_STAT.
19656         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19657         (gl_PREREQ_RMDIR): Remove.
19658         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19659         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19660         the stat-macros module a prerequisite.
19661         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19662         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19663         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19664         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19665         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19666         variable names.
19667         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19668         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19669         variable prefixes.
19670         * m4/fcntl-safer.m4: Remove.
19671         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19672         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19673         Invoke gl_PREREQ_FD_SAFER.
19674         (gl_PREREQ_FD_SAFER): New macro.
19675         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19676         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19677         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19678         Remove duplicate call to AC_LIBOBJ(readutmp).
19679         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19680
19681         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19682         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19683
19684 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         * MODULES.html.sh (Misc): Add byteswap.
19687
19688 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19689
19690         * modules/getcwd (Depends-on): Add extensions.
19691         * modules/openat (Depends-on): Likewise.
19692
19693 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19694
19695         * modules/byteswap: New file.
19696
19697 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19698
19699         * m4/byteswap.m4: New file.
19700
19701 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19702
19703         * lib/byteswap_.h: New file.
19704
19705 2005-04-25  Karl Berry  <karl@gnu.org>
19706
19707         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19708
19709 2005-04-25  Albert Chin  <china@thewrittenword.com>
19710
19711         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19712         Toolkit C bug.
19713
19714 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19715
19716         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19717         (func_ln_if_changed) Remove forcibly for no error message
19718         in case file does not exist.
19719
19720 2005-04-19  Simon Josefsson  <jas@extundo.com>
19721
19722         * gnulib-tool (Options): Make --symlink mean --symbolic.
19723
19724 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19725
19726         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19727
19728 2005-04-16  Simon Josefsson  <jas@extundo.com>
19729
19730         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19731
19732 2005-04-15  Simon Josefsson  <jas@extundo.com>
19733
19734         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19735
19736 2005-04-15  Simon Josefsson  <jas@extundo.com>
19737
19738         * gnulib-tool: Rename --symlink to --symbolic.
19739
19740 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19741
19742         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19743         symbolic links to files instead of copying/moving.  Add --aux-dir,
19744         specifying directory relative --dir where auxiliary build tools
19745         are placed.
19746
19747 2005-04-14  Bruno Haible  <bruno@clisp.org>
19748
19749         * modules/allocsa (License): Change to LGPL.
19750         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19751
19752 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19753
19754         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19755         that "UTC +1 second" continues to work.  Problem reported
19756         by Dmitry V. Levin.
19757         (relunit_snumber): New rule.
19758         (relunit): Use it.
19759
19760 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * lib/getdate.y (universal_time_zone_table): New constant.
19763         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19764         universal_time_zone_table.
19765         (lookup_zone): Prefer universal_time_zone_table to
19766         local_time_zone_table, so that "GMT" time stamps are allowed in
19767         London during the summer.  Problem reported by Ian Abbott.
19768
19769 2005-04-12  Jim Meyering  <jim@meyering.net>
19770
19771         * lib/human.c (humblock): Set *options even when returning due to
19772         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19773         warning from gcc-4.
19774
19775 2005-04-09  Jim Meyering  <jim@meyering.net>
19776
19777         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19778         -Wuninitialized: initialize tm0.tm_year.
19779
19780 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19781
19782         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19783         count, since there's no maximum.  All uses changed.
19784         Add member dsts_seen.
19785         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19786         not being INT_MAX.
19787         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19788         Use pc_rels_seen to decide whther a date is absolute.
19789
19790         * lib/getdate.y (number): Don't overwrite year.
19791         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19792         check.
19793
19794 2005-04-02  Simon Josefsson  <jas@extundo.com>
19795
19796         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19797         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19798
19799 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19800
19801         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19802         where no absolute path name can be longer than PATH_MAX.
19803
19804 2005-03-27  Jim Meyering  <jim@meyering.net>
19805
19806         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19807
19808 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19811         "one's complement" -> "ones' complement" in comment, as per Knuth.
19812         "value of type" -> "type or expression" in comment.
19813         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19814
19815 2005-03-26  Jim Meyering  <jim@meyering.net>
19816
19817         Comment nits.
19818         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19819         Correct typos: s/or/of/.
19820
19821 2005-03-26  Jim Meyering  <jim@meyering.net>
19822
19823         * modules/check-include-files: Move to ../ and rename to...
19824         * check-module: ...this.
19825
19826 2005-03-25  Jim Meyering  <jim@meyering.net>
19827
19828         * modules/xvasprintf (Files): Add xalloc.h.
19829
19830 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * modules/gettext (Files): config/config.rpath ->
19833         build-aux/config.rpath
19834         * modules/iconv (Files): Likewise.
19835         Problem reported by Oskar Liljeblad.
19836
19837 2005-03-23  Jim Meyering  <jim@meyering.net>
19838
19839         * modules/check-include-files: New script to check for
19840         missing dependencies, multiple includes, etc.
19841
19842         * modules/c-strtold (Depends-on): Add xalloc.
19843         * modules/c-strtod (Depends-on): Add xalloc.
19844         * modules/hash (Depends-on): Add xalloc.
19845         (Files): Remove lib/xalloc.h.
19846
19847         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19848         * modules/userspec (Files): Add lib/inttostr.h.
19849
19850 2005-03-23  Jim Meyering  <jim@meyering.net>
19851
19852         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19853
19854 2005-03-22  Jim Meyering  <jim@meyering.net>
19855
19856         * modules/stat-macros: New module.
19857         * modules/canonicalize, modules/euidaccess, modules/file-type,
19858         * modules/filemode, modules/lchown, modules/makepath,
19859         * modules/rmdir, modules/stat: Depend on new stat-macros module
19860         rather than listing lib/stat-macros.h manually.
19861         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19862
19863 2005-03-22  Jim Meyering  <jim@meyering.net>
19864
19865         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19866
19867 2005-03-22  Bruno Haible  <bruno@clisp.org>
19868
19869         * config/srclist.txt: Replace target directory 'config' with
19870         'build-aux'.
19871         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19872         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19873         ../build-aux/.
19874
19875 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         * modules/chdir-long (Depends-on): Add mempcpy.
19878
19879         * modules/acl, modules/backupfile, modules/c-strtod,
19880         modules/c-strtold, modules/canon-host, modules/canonicalize,
19881         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19882         modules/exclude, modules/exitfail, modules/file-type,
19883         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19884         modules/getdate, modules/getline, modules/getpagesize,
19885         modules/getpass, modules/getugroups, modules/group-member,
19886         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19887         modules/inttostr, modules/long-options, modules/makepath,
19888         modules/md5, modules/memcasecmp, modules/memcoll,
19889         modules/modechange, modules/mountlist, modules/path-concat,
19890         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19891         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19892         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19893         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19894         modules/strftime, modules/strndup, modules/strverscmp,
19895         modules/timespec, modules/unlocked-io, modules/userspec,
19896         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19897         modules/yesno:
19898         Remove lib_SOURCES line from Makefile.am section, as this is now
19899         done automatically by the corresponding Autoconf macro.
19900
19901 2005-03-21  Jim Meyering  <jim@meyering.net>
19902
19903         Changes imported from coreutils.
19904
19905         * lib/cycle-check.c: Don't include xalloc.h.
19906
19907         * lib/path-concat.c: Don't include assert.h.
19908         (path_concat): Remove assertion that would have triggered
19909         for ABASE starting with more than one slash.
19910         Reported by Andreas Schwab.
19911
19912         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19913         properly when ABASE is an absolute file name.
19914         Correct the description of this function.
19915         Include <assert.h>.
19916         Add an assertion and a test driver.
19917         This fixes a bug introduced on 2004-07-02.
19918         Andreas Schwab reported the resulting failure of cp --parents:
19919         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19920
19921 2005-03-21  Jim Meyering  <jim@meyering.net>
19922
19923         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19924         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19925
19926 2005-03-21  Jim Meyering  <jim@meyering.net>
19927         and  Paul Eggert  <eggert@cs.ucla.edu>
19928
19929         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19930         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19931         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19932         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19933         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19934         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19935         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19936         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19937         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19938         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19939         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19940         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19941         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19942         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19943         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19944         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19945         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19946         for these modules.
19947
19948 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19949
19950         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19951         (which shouldn't happen), generate nothing instead of returning 0
19952         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19953
19954 2005-03-16  Bruno Haible  <bruno@clisp.org>
19955
19956         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19957         HAVE_LONGLONG_64BIT.
19958
19959 2005-03-16  Bruno Haible  <bruno@clisp.org>
19960
19961         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19962         HAVE_LONGLONG_64BIT.
19963
19964 2005-03-16  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19967         HAVE_LONGLONG_64BIT.
19968
19969 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19970
19971         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19972         reliably distinguish strftime failure from empty output on POSIX
19973         hosts.
19974
19975 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19976
19977         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19978         (iconv_string): Don't guess a size-zero buffer, as that might cause
19979         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19980         result would be 'too large', where 'too large' is (heuristically)
19981         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19982         overflow concerns.  This will prevent some unwanted malloc failures
19983         when the inputs are very large.
19984
19985 2005-03-15  Karl Berry  <karl@gnu.org>
19986
19987         * config/srclist.txt (config.rpath): from gettext.
19988         * config/config.rpath: update.
19989
19990 2005-03-15  Bruno Haible  <bruno@clisp.org>
19991
19992         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19993         to 'negate'.
19994
19995         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19996         variable.
19997
19998         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19999         results.
20000
20001 2005-03-14  Simon Josefsson  <jas@extundo.com>
20002
20003         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20004         <fx@gnu.org>.
20005
20006 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20007
20008         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20009         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20010         intprops.h.
20011         * lib/strtol.c: Likewise.
20012
20013 2005-03-14  Jim Meyering  <jim@meyering.net>
20014
20015         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20016         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20017         to be nonzero so that we (and caller) can detect the difference
20018         between a valid zero-length expansion and an error return, even
20019         when the underlying strftime fails before writing anything into
20020         that location.
20021
20022 2005-03-14  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20025         Update from GNU gettext 0.14.3.
20026
20027 2005-03-10  Jim Meyering  <jim@meyering.net>
20028
20029         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20030
20031 2005-03-10  Jim Meyering  <jim@meyering.net>
20032
20033         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20034         so that this module works on systems without fchdir.
20035
20036 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20037
20038         Factor int-properties macros into a single file, except for
20039         glibc-related files.
20040         * lib/intprops.h: New file.
20041         * lib/getloadavg.c: Include it instead of limits.h.
20042         (INT_STRLEN_BOUND): Remove.
20043         * lib/human.c: Include intprops.h.
20044         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20045         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20046         302/1000.
20047         * lib/inttostr.h: Include intprops.h instead of limits.h.
20048         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20049         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20050         for consistency with intprops.h.
20051         (time_t_is_integer, twos_complement_arithmetic): Use them.
20052         * lib/sig2str.h: Include <signal.h>, intprops.h.
20053         (INT_STRLEN_BOUND): Remove.
20054         * lib/strftime.c (TYPE_SIGNED): Remove.
20055         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20056         * lib/strtol.c: Adjust comments to match intprops.h.
20057         * lib/userspec.c: Include intprops.h.
20058         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20059         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20060         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20061         instead of rolling our own expressions.
20062         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20063
20064         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20065         instead of int.
20066         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20067         the right thing even if adding 1900 would overflow.  Similarly
20068         for tm_mon + 1 and tm_yday + 1.
20069         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20070         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20071         (DO_SIGNED_NUMBER): New macro.
20072         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20073
20074 2005-03-07  Bruno Haible  <bruno@clisp.org>
20075
20076         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20077
20078 2005-03-07  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20081
20082 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20083
20084         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20085         (func_import): Only replace files via --import when they have actually
20086         changed.
20087
20088 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20089
20090         * m4/mmap-anon.m4: New file.
20091         * m4/pagealign_alloc.m4: New file.
20092
20093 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20094             Bruno Haible  <bruno@clisp.org>
20095
20096         * modules/pagealign_alloc: New file.
20097         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20098
20099 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20100             Bruno Haible  <bruno@clisp.org>
20101
20102         * lib/pagealign_alloc.h: New file.
20103         * lib/pagealign_alloc.c: New file.
20104
20105 2005-03-03  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20108         Use an all-permissive copyright notice, recommended by RMS.
20109
20110 2005-03-02  Bruno Haible  <bruno@clisp.org>
20111
20112         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20113         of AIX, the replacement has to be done only after <string.h> is
20114         included, therefore not in config.h. stpncpy.h does the replacement,
20115         and stpncpy.c uses it.
20116
20117 2005-03-02  Bruno Haible  <bruno@clisp.org>
20118
20119         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20120         stpncpy.c uses it.
20121
20122 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20123
20124         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20125         The workaround isn't strictly needed for POSIX conformance, and
20126         it's too much of a pain to configure and maintain.  We'll ask
20127         people to fix their kernels instead.
20128         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20129         (NANOSLEEP_BUG_WORKAROUND): Remove.
20130         (xnanosleep): Remove the workaround.
20131
20132 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20133
20134         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20135         Reported by Derek Price.
20136         (Include): Add "timespec.h".
20137
20138         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20139
20140 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20143         to detect nanosleep bug.
20144
20145 2005-03-01  Bruno Haible  <bruno@clisp.org>
20146
20147         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20148
20149 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20150
20151         * modules/gethrxtime: New file.
20152         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20153         (Depends-on): Add gethrxtime.
20154         (configure.ac): Add gl_XNANOSLEEP.
20155         (Makefile.am): Remove lib_SOURCES line.
20156
20157 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20158
20159         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20160         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20161
20162 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20163
20164         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20165         * lib/timespec.h (gettime): Return void, since it always
20166         succeeds now.  All uses changed.
20167         * lib/gettime.c (gettime) Likewise.
20168         [HAVE_NANOTIME]: Prefer nanotime.
20169         Assume gettimeofday succeeds, as POSIX requires.
20170         Assime time () succeeds, since other code already does.
20171         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20172         (timespec_subtract): Remove.
20173         (NANOSLEEP_BUG_WORKAROUND): New constant.
20174         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20175         things considerably.  Use it only on GNU/Linux hosts, since the
20176         workaround shouldn't be needed elsewhere.
20177
20178 2005-02-24  Bruno Haible  <bruno@clisp.org>
20179
20180         * modules/gettext (Files): Add m4/glibc2.m4.
20181
20182 2005-02-24  Bruno Haible  <bruno@clisp.org>
20183
20184         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20185         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20186         * m4/progtest.m4:
20187         Update from GNU gettext 0.14.2.
20188         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20189
20190 2005-02-24  Bruno Haible  <bruno@clisp.org>
20191
20192         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20193         * lib/config.charset: Update from GNU gettext 0.14.2.
20194
20195 2005-02-24  Bruno Haible  <bruno@clisp.org>
20196
20197         * lib/gettext.h: Update from GNU gettext 0.14.2.
20198
20199 2005-02-23  Simon Josefsson  <jas@extundo.com>
20200
20201         * m4/iconvme.m4: New file.
20202
20203 2005-02-23  Jim Meyering  <jim@meyering.net>
20204
20205         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20206         change.
20207         Thanks to Bruno Haible for catching it.
20208
20209 2005-02-22  Simon Josefsson  <jas@extundo.com>
20210
20211         * modules/iconvme: New file.
20212
20213         * MODULES.html.sh: Add iconvme.
20214
20215 2005-02-22  Simon Josefsson  <jas@extundo.com>
20216
20217         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20218
20219 2005-02-22  Simon Josefsson  <jas@extundo.com>
20220
20221         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20222
20223 2005-02-22  Jim Meyering  <jim@meyering.net>
20224
20225         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20226         s/ifndef/ifdef/.
20227
20228 2005-02-20  Neil Conway  <neilc@samurai.com>
20229
20230         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20231         returned by OSX/Darwin if the specified buffer is not large
20232         enough for the hostname.
20233
20234 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20235
20236         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20237         pass it to _help, otherwise the latter coredumps trying to
20238         dereference state.root_argp.
20239
20240 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20241
20242         * modules/chdir-long (Depends-on): Add memrchr.
20243         * modules/memrchr (Files): Add lib/memrchr.h.
20244         (Include): "memrchr.h".
20245
20246 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20247
20248         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20249
20250 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20251
20252         * lib/memrchr.h: New file.
20253         * lib/chdir-long.c: Include it.
20254         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20255         Don't bother including stddef.h.
20256
20257 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20260         inclusion.
20261         Include <sys/types.h>, for dev_t.
20262         (ME_DUMMY, ME_REMOTE): Move from here....
20263         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20264         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20265         Dmitry V. Levin.
20266         Include mountlist.h first, to test the interface.
20267
20268 2005-01-29  Bruno Haible  <bruno@clisp.org>
20269
20270         * lib/progname.c (program_name): Initialize.
20271         Needed when linking statically on MacOS X.
20272
20273 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20274
20275         Sync from coreutils.
20276         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20277         (Depends-on): Add c-strtod.
20278         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20279
20280 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         Sync from coreutils.
20283         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20284
20285         Remove files that are specific to coreutils.
20286         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20287
20288 2005-01-28  Bruno Haible  <bruno@clisp.org>
20289
20290         * modules/javacomp: New file.
20291         * MODULES.html.sh (Java): Add javacomp.
20292
20293 2005-01-28  Bruno Haible  <bruno@clisp.org>
20294
20295         * m4/javacomp.m4: New file, from GNU gettext.
20296
20297 2005-01-28  Bruno Haible  <bruno@clisp.org>
20298
20299         * lib/javacomp.sh.in: New file, from GNU gettext.
20300         * lib/javacomp.h: New file, from GNU gettext.
20301         * lib/javacomp.c: New file, from GNU gettext.
20302
20303 2005-01-26  Simon Josefsson  <jas@extundo.com>
20304
20305         * lib/gai_strerror.c: Use GPL in header.
20306
20307 2005-01-26  Bruno Haible  <bruno@clisp.org>
20308
20309         * modules/javaexec: New file.
20310         * MODULES.html.sh (Java): Add javaexec.
20311
20312 2005-01-26  Bruno Haible  <bruno@clisp.org>
20313
20314         * m4/javaexec.m4: New file, from GNU gettext.
20315
20316 2005-01-26  Bruno Haible  <bruno@clisp.org>
20317
20318         * lib/javaexec.sh.in: New file, from GNU gettext.
20319         * lib/javaexec.h: New file, from GNU gettext.
20320         * lib/javaexec.c: New file, from GNU gettext.
20321
20322 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20323
20324         * modules/lchown (Depends-on): Remove lchown.h
20325
20326 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20327
20328         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20329         must be defined if the header file was not found, in order
20330         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20331
20332 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20333
20334         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20335         initializers for struct pentry_state.
20336         (__argp_error): Check return value of __asprintf
20337         (__argp_failure): Translate error message
20338
20339         * lib/argp-parse.c: Removed braces around the expansion of N_()
20340
20341 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20342
20343         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20344         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20345         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20346         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20347         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20348         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20349         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20350         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20351         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20352         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20353         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20354         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20355         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20356         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20357         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20358         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20359         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20360         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20361         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20362         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20363         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20364         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20365         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20366         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20367         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20368         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20369         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20370         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20371         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20372         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20373         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20374         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20375         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20376         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20377         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20378         Use an all-permissive copyright notice, recommended by RMS.
20379
20380 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20381
20382         * modules/chdir-long (Depends-on): Remove mempcpy.
20383
20384 2005-01-21  Jim Meyering  <jim@meyering.net>
20385
20386         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20387         same value as for Solaris 9.
20388
20389         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20390         component length.  This included changing the parameter to be
20391         of type `char *' rather than `char const *'.
20392         * lib/chdir-long.h (chdir_long): Update prototype.
20393
20394         * lib/openat.c (fdopendir, fstatat): New functions.
20395         * lib/openat.h: Include headers required for use of DIR and struct
20396         stat.
20397         [AT_SYMLINK_NOFOLLOW]: Define.
20398         (fdopendir, fstatat): Add prototypes.
20399
20400 2005-01-21  Bruno Haible  <bruno@clisp.org>
20401
20402         * modules/classpath: New file.
20403         * MODULES.html.sh (Java): Add classpath.
20404
20405 2005-01-21  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/classpath.h: New file, from GNU gettext.
20408         * lib/classpath.c: New file, from GNU gettext.
20409
20410 2005-01-20  Simon Josefsson  <jas@extundo.com>
20411
20412         * modules/version-etc-fsf: New file.
20413
20414 2005-01-20  Simon Josefsson  <jas@extundo.com>
20415
20416         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20417         * lib/version-etc.c: Remove version_etc_copyright.
20418         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20419         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20420
20421 2005-01-20  Simon Josefsson  <jas@extundo.com>
20422
20423         * lib/base64.h (isbase64): Add.
20424
20425         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20426         using a unsigned prototype, don't inline.
20427         (base64_decode): Use it.
20428
20429 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20430
20431         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20432         it.
20433
20434 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20435
20436         * lib/save-cwd.c (save_cwd): Remove code to support the case
20437         where fchdir is missing or flaky.
20438
20439 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20442
20443 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20444
20445         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20446         AC_LIBSOURCES now does this.
20447         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20448         with new ullong_max module.
20449
20450 2005-01-19  Bruno Haible  <bruno@clisp.org>
20451
20452         * modules/sh-quote: New file.
20453         * MODULES.html.sh (Executing programs): Add sh-quote.
20454
20455 2005-01-19  Bruno Haible  <bruno@clisp.org>
20456
20457         * lib/sh-quote.h: New file, from GNU gettext.
20458         * lib/sh-quote.c: New file, from GNU gettext.
20459
20460 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20461
20462         Merge from coreutils.
20463         * m4/ullong_max.m4: New file.
20464         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20465         (gl_MACROS): Assume localeconv exists.
20466
20467 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20468
20469         Merge changes from coreutils, as described below in several
20470         changelogs dated today.
20471
20472         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20473         (O_DIRECTORY): Remove; not needed here, since "." must be
20474         a directory.  All uses removed.
20475         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20476         universal on Suns, and we also need to test for IRIX.
20477         Revamp code to use 'if' rather than '#if'.
20478         Avoid unnecessary comparison of cwd->desc to 0.
20479
20480         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20481         for known valid error numbers rather than observed invalid ones.
20482
20483 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20484
20485         * modules/ullong_max: New file.
20486
20487         * modules/chdir-long, modules/openat: New files.
20488         * modules/save-cwd (Depends-on): Depend on chdir-long.
20489         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20490
20491 2005-01-18  Jim Meyering  <jim@meyering.net>
20492
20493         Merge from coreutils.
20494         * m4/chdir-long.m4, m4/openat.m4: New files.
20495         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20496         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20497         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20498         is sane and DOES follow symlinks.  Besides, testing 20 different
20499         systems found no broken chown implementations.
20500         Prompted by a change in rsync's copy of this macro.
20501         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20502
20503         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20504
20505         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20506         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20507         NULL-means-set-to-current-time semantics.
20508         Remove temporary file immediately, rather than waiting
20509         for configure's at-exit trap code to do it.
20510
20511 2005-01-18  Jim Meyering  <jim@meyering.net>
20512
20513         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20514
20515         * lib/utimens.c (futimens): Account for the fact that futimes
20516         can also fail with errno == ENOSYS or errno == ENOENT.
20517         Patch from Dmitry V. Levin.
20518
20519         Change the name of the robust chdir function from chdir to chdir_long.
20520         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20521         (restore_cwd): Use chdir_long, not chdir.
20522         * lib/chdir-long.c: Renamed from chdir.c.
20523         * lib/chdir-long.h: Renamed from chdir.h.
20524         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20525         Hurd.
20526
20527 2005-01-18  Bruno Haible  <bruno@clisp.org>
20528
20529         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20530         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20531         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20532         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20533         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20534         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20535         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20536         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20537         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20538         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20539         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20540         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20541         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20542         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20543         Use an all-permissive copyright notice, recommended by RMS.
20544
20545 2005-01-18  Bob Proulx  <bob@proulx.com>
20546
20547         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20548         simplify offsetof() macro construct to avoid compile failure with
20549         native HP-UX 11.0 ANSI C compiler.
20550
20551 2005-01-17  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20554         redundant because stpncpy.m4 takes care of it.
20555
20556 2005-01-17  Bruno Haible  <bruno@clisp.org>
20557
20558         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20559
20560 2005-01-17  Bruno Haible  <bruno@clisp.org>
20561
20562         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20563         used.
20564
20565 2005-01-17  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/fwriteerror.h (fwriteerror): Change specification to include
20568         fclose.
20569         * lib/fwriteerror.c: Include <stdbool.h>.
20570         (fwriteerror): At the end, close the file stream. Record whether
20571         stdout was already closed.
20572
20573 2005-01-17  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/execute.c (environ): Declare if needed.
20576         * lib/pipe.c (environ): Likewise.
20577         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20578
20579 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20580
20581         * modules/argp: Depend on vsnprintf
20582
20583 2005-01-10  Jim Meyering  <jim@meyering.net>
20584
20585         * modules/closeout (Depends-on): Add atexit.
20586
20587 2005-01-06  Bruno Haible  <bruno@clisp.org>
20588
20589         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20590
20591 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20592
20593         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20594         definitions to be after all include files, to avoid collisions.
20595         Problem reported by Bob Proulx.
20596
20597 2005-01-04  Jim Meyering  <jim@meyering.net>
20598
20599         Changes imported from coreutils.
20600         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20601         as the mkstemp template, use a temporary directory and an
20602         8.3-friendly template to avoid trouble on systems like DJGPP.
20603         Reported by Juan M. Guerrero via Stepan Kasal.
20604         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20605         close. Remove the temporary directory right away, rather than waiting
20606         for configure's at-exit trap code to do it.
20607         Suggestion from Stepan Kasal.
20608
20609 2005-01-01  Simon Josefsson  <jas@extundo.com>
20610
20611         * gnulib-tool: Print #include directives when --import'ing.
20612
20613 2004-12-28  Simon Josefsson  <jas@extundo.com>
20614
20615         * tests/test-base64.c: Include required header files.  Remove
20616         unused variables.
20617
20618 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20619
20620         * modules/error (Depends-on): Remove gettext.
20621
20622 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20625         not needed.  This removes a dependency on the gettext module.
20626         [defined _LIBC]: Do not include <libintl.h>; not needed.
20627
20628 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20629
20630         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20631         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20632
20633 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20634
20635         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20636         HAVE_DECL_STRTOLD.
20637
20638 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20639
20640         * modules/getdate (Depends-on): Remove alloca-opt.
20641
20642 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20643
20644         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20645
20646 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20647
20648         * lib/argp-parse.c: Include <stddef.h>.
20649         (alignof, alignto): New macros.
20650         (parser_init): Don't assume that void * is aligned sufficiently
20651         for struct option.
20652
20653         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20654         need to extend the stack.
20655         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20656         large.
20657
20658 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20659
20660         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20661
20662 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20665         (2004-10-24) change.  Apparently this was a false alarm.
20666
20667         * modules/getdate: Depend on alloca-opt, not alloca.
20668
20669 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20672         Remove now-obsolete comment about AIX.
20673         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20674         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20675         (YYMAXDEPTH): New macro.
20676
20677 2004-12-18  Simon Josefsson  <jas@extundo.com>
20678
20679         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20680
20681 2004-12-18  Bruno Haible  <bruno@clisp.org>
20682
20683         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20684
20685 2004-12-18  Bruno Haible  <bruno@clisp.org>
20686
20687         * lib/fatal-signal.c (fatal_signals): Make non-const.
20688         (init_fatal_signals): New function.
20689         (uninstall_handlers, install_handlers): Ignore signals that were set to
20690         SIG_IGN.
20691         (at_fatal_signal): Call init_fatal_signals.
20692         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20693         SIG_IGN.
20694         Reported by Paul Eggert.
20695
20696 2004-12-18  Bruno Haible  <bruno@clisp.org>
20697
20698         * doc/alloca.texi: New file.
20699         * doc/alloca-opt.texi: New file.
20700
20701 2004-12-17  Jim Meyering  <jim@meyering.net>
20702
20703         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20704         Otherwise, install-sh could exit with improper exit status when
20705         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20706
20707 2004-12-16  Simon Josefsson  <jas@extundo.com>
20708
20709         * tests/test-base64.c: Add license.
20710
20711 2004-12-15  Stepan Kasal  <address@hidden>
20712
20713         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20714
20715 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20716
20717         * modules/getcwd (Files): Add m4/d-ino.m4.
20718         Suggested by Mark D. Baushke.
20719
20720 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20721
20722         * lib/getdate.y (textint): New member "negative".
20723         (time_zone_hhmm): New function.
20724         Expect 14 shift-reduce conflicts, not 13.
20725         (o_colon_minutes): New rule.
20726         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20727         (yylex): Set the "negative" member of signed numbers.
20728
20729 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         * doc/getdate.texi (Time of day items, Time zone items):
20732         Describe new formats +00:00, UTC+00:00.
20733
20734 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20735
20736         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20737         spurious "-l"s.  Problem reported by Stepan Kasal.
20738
20739 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20742         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20743
20744 2004-12-04  Simon Josefsson  <jas@extundo.com>
20745
20746         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20747         Vandoorselaere <yoann@prelude-ids.org>.
20748
20749 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20750
20751         Changes imported from coreutils.
20752         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20753         exist.
20754         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20755
20756 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20757
20758         Changes imported from coreutils.
20759         * lib/hard-locale.c: Assume <locale.h> exists.
20760         Include "strdup.h".
20761         (GLIBC_VERSION): New macro.
20762         (hard_locale): Assume setlocale exists.
20763         Rewrite to avoid #ifdef.
20764         Use strdup rather than malloc + strcpy.
20765         * lib/human.c: Assume <locale.h> exists.
20766         (human_readable): Assume localeconv exists.
20767
20768 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20769
20770         * modules/hard-locale (Depends-on): Add strdup.
20771
20772 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20773
20774         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20775         convert T2, not T.  (Imported from libc.)
20776
20777 2004-11-30  Simon Josefsson  <jas@extundo.com>
20778
20779         * modules/restrict (License): Change to LGPL.
20780
20781 2004-11-30  Simon Josefsson  <jas@extundo.com>
20782
20783         * m4/restrict.m4: Add copyright and copying conditions.
20784
20785 2004-11-30  Simon Josefsson  <jas@extundo.com>
20786
20787         * m4/base64.m4: New file.
20788
20789 2004-11-30  Simon Josefsson  <jas@extundo.com>
20790
20791         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20792         base64.
20793
20794         * tests/test-base64.c: New file.
20795
20796         * modules/base64: New file.
20797
20798 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20799
20800         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20801         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20802
20803         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20804
20805 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20808         (__getcwd.c): Don't restore errno; glibc doesn't.
20809         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20810         first, falling back to our code only if its results look suspicious.
20811         Ensure that the resulting buffer is only as large as necessary.
20812
20813         * lib/readutmp.c: Include readutmp.h first.
20814         Include <errno.h>, since readutmp.h no longer does that.
20815         * lib/readutmp.h: Don't include <errno.h>,
20816         <sys/param.h>, <time.h>; not needed to establish interface.
20817         (errno): Remove decl.
20818         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20819         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20820         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20821
20822 2004-11-28  Simon Josefsson  <jas@extundo.com>
20823
20824         * lib/base64.h, base64.c: New file.
20825
20826 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20827
20828         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20829
20830 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20831
20832         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20833         (Depends-on): Remove pathmax, same.  Add mempcpy.
20834         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20835         (Makefile.am): Append getcwd.h to lib_SOURCES.
20836         (Include): Add getcwd.h.
20837         (Maintainer): Change from Jim Meyering to "all, glibc",
20838         since getdate now uses intended-for-glibc code.
20839         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20840         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20841
20842 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20843
20844         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20845         HP's ANSI C compiler.
20846         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20847         Declaring int functions causes warnings on some modern systems and
20848         shouldn't be needed to compile on ancient ones.
20849         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20850         defined.
20851
20852         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20853         with the following changes.
20854         (__set_errno): Parenthesize properly.
20855         Include <stdbool.h>.
20856         (MIN, MAX, MATCHING_INO): New macros.
20857         (__getcwd): Define with prototype, not K&R form.
20858         Use heuristics to allocate default buffer on stack if possible.
20859         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20860         behavior, and to avoid the PATH_MAX limit when computing
20861         ../../../../...
20862         Use MATCHING_INO to compare inode number to file.
20863         Check for arithmetic overflow in size calculations.
20864         Fix bug in reallocation of dot array that caused getcwd to fail
20865         on directories nested deeper than 75.
20866         Be more careful about saving errno on error.
20867         Do not use realloc; use only free+malloc, as this is a bit
20868         more flexible and avoids a needless copy operation.
20869         Do not inspect st_dev and st_ino for symbolic links; POSIX
20870         doesn't specify the latter.
20871         Check for closedir errors.
20872         Avoid needless casts.
20873         Use "#ifdef weak_alias" around weak_alias, to be like other
20874         glibc code.
20875         The following changes to getcwd.c have effect only when used in
20876         gnulib; they have no effect inside glibc proper.
20877         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20878         as alloca isn't used.
20879         (alloca, __alloca): Likewise.
20880         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20881         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20882         unconditionally, as gnulib assumes C89 or better.
20883         Do not include <sys/param.h>.
20884         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20885         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20886         better.
20887         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20888         Include <dirent.h> in a way that is compatible with modern Autoconf.
20889         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20890         New macros, if not already defined.
20891         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20892         Use "_LIBC", not "defined _LIBC", for consistency.
20893         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20894         a mempcpy module.
20895         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20896         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20897         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20898         credit only to Jim Meyering and adjust the copyright dates.
20899         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20900         <stdlib.h>, <unistd.h>, "pathmax.h".
20901         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20902         (INITIAL_BUFFER_SIZE): Remove.
20903         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20904
20905 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20906
20907         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20908         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20909         Use the _ONCE methods, for efficiency.
20910         Check for fcntl.h.  In test program, include <errno.h>
20911         and <fcntl.h> if available.  Remove old K&R cruft from
20912         test program.  Check for common errors in GNU/Linux,
20913         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20914         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20915         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20916         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20917         name accordingly.
20918         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20919         accommodate new getcwd.c.
20920         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20921         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20922         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20923         that's all we need now.
20924
20925 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20926
20927         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20928         argp-parse.c depends on getopt internals, that means we should
20929         always use our getopt, to be on the safe side.
20930         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20931         order not to spoil the result of an eventual previous invocation
20932         of gl_GETOPT_SUBSTITUTE.
20933
20934 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20935
20936         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20937         redefinition warnings. To avoid them, include the defines
20938         in `#if !defined __need_getopt ... #endif'. The only place
20939         where __getopt_argv_const is used is in definitions
20940         of getopt_long and getopt_long_only below, which are as well
20941         protected by `#ifndef __need_getopt'.
20942         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20943         __need_getopt after including <stdio.h> and <unistd.h> These
20944         headers might have defined it.
20945
20946 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20947
20948         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20949
20950 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20951
20952         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20953         (futimens): New function, which uses futimes if available.
20954         (futimens, utimens): Support timespec==NULL, with same semantics
20955         as utime and utimens.
20956         * lib/utimens.h (futimens): New decl.
20957
20958 2004-11-23  Jim Meyering  <jim@meyering.net>
20959
20960         * lib/getopt_.h: Remove trailing blanks.
20961
20962 2004-11-23  Jim Meyering  <jim@meyering.net>
20963
20964         * lib/__fpending.c: Add comment.
20965
20966 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20967
20968         * modules/canonicalize (Depends-on): Add xreadlink.
20969         Problem reported by James Youngman.
20970
20971 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20972
20973         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20974         New macros.
20975         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20976         optopt): Use them instead of invoking ## directly; otherwise, the
20977         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20978
20979 2004-11-19  Bruno Haible  <bruno@clisp.org>
20980
20981         * lib/strtok_r.c: Move comments from here...
20982         * lib/strtok_r.h: ... to here.
20983
20984 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20985
20986         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20987         implementations that mishandle size_t overflow.
20988
20989 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20990
20991         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20992         might fail.  Problem reported by Yoann Vandoorselaere.
20993         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20994         implementations that mishandle size_t overflow.
20995
20996 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20997
20998         * modules/canon-host (Depends-on): Add strdup.
20999
21000 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21001
21002         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21003
21004 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21005
21006         * lib/canon-host.c: Include "strdup.h".
21007         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21008         Use strdup instead of malloc/strcpy to duplicate strings.
21009
21010         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21011         (human_space_before_unit): New constant.
21012         * lib/human.c (human_readable): Support it.
21013
21014         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21015         (xgetcwd): Set errno correctly when failing.
21016         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21017         the failure is actually due to a PATH_MAX problem.
21018
21019         Further getopt changes to make it more likely that glibc will
21020         buy the changes back.
21021         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21022         (getopt): Use it, so to preserve glibc semantic
21023         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21024         when compiling for libc.
21025         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21026         (getopt_long, getopt_long_only): Use it.
21027
21028         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21029         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21030         (getopt): Argv is now char * const *, as per standard.
21031         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21032         not char *__getopt_argv_const *.
21033         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21034         _getopt_long_only_r): Likewise.
21035         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21036         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21037         _getopt_long_r, _getopt_long_only_r): Likewise.
21038         * lib/getopt_.h (__getopt_argv_const): Remove.
21039         (getopt): Argv is now char * const *, as per standard.
21040
21041         * lib/getdate.y (tORDINAL): New token.
21042         (day, relunit): Allow it for relative times.
21043         (relative_time_table): Use tORDINAL for ordinals.
21044
21045 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21046
21047         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21048         Document that "second" isn't allowed as an ordinal number.
21049
21050 2004-11-16  Jim Meyering  <jim@meyering.net>
21051
21052         * modules/closeout (Depends-on): Add fpending.
21053
21054 2004-11-15  Jim Meyering  <jim@meyering.net>
21055
21056         * lib/closeout.c: Include "__fpending.h" once again.
21057         Include <stdbool.h>.
21058         (close_stdout): Don't fail just because stdout was closed initially,
21059         since some programs don't write to stdout in the normal course of
21060         operation (other than --version and --help), and we don't want this
21061         function to make e.g. `touch file >&-' fail.
21062         But do fail if it was closed and someone has tried to write to it.
21063         E.g., `printf foo >&-' must fail.
21064
21065 2004-11-13  Jim Meyering  <jim@meyering.net>
21066
21067         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21068
21069 2004-11-12  Simon Josefsson  <jas@extundo.com>
21070
21071         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21072         small doc fix is still pending.
21073
21074 2004-11-11  Simon Josefsson  <jas@extundo.com>
21075
21076         * modules/strtok_r: New file.
21077
21078         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21079         strtok_r.
21080
21081 2004-11-11  Simon Josefsson  <jas@extundo.com>
21082
21083         * m4/strtok_r.m4: New file.
21084
21085         * m4/getopt.m4: Replace opterr.
21086
21087 2004-11-11  Simon Josefsson  <jas@extundo.com>
21088
21089         * lib/strtok_r.h, strtok_r.c: New file.
21090
21091 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21094         of replacing opterr, getopt, etc.  This should handle the
21095         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21096
21097 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21098
21099         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21100         we can stop lying to compilers about the constness of argv when we
21101         are compiled outside glibc.
21102         (getopt, getopt_long, getopt_long_only): Use it.
21103         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21104         _getopt_internal, getopt): Likewise.
21105         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21106         _getopt_long_only_r): Likewise.
21107         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21108         _getopt_long_r, _getopt_long_only_r): Likewise.
21109
21110         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21111         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21112         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21113         the other external symbols.
21114         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21115         declaration, since the above renaming now works around collisions.
21116
21117 2004-11-11  Jim Meyering  <jim@meyering.net>
21118
21119         * lib/linebreak.c: Remove trailing blanks.
21120         * lib/alloca_.h: Likewise.
21121         * lib/acosl.c: Likewise.
21122         * lib/euidaccess.c: Likewise.
21123         * lib/allocsa.h: Likewise.
21124
21125 2004-11-10  Simon Josefsson  <jas@extundo.com>
21126
21127         * m4/getaddrinfo.m4: New file.
21128
21129 2004-11-10  Simon Josefsson  <jas@extundo.com>
21130
21131         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21132
21133 2004-11-10  Simon Josefsson  <jas@extundo.com>
21134
21135         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21136         getaddrinfo.
21137
21138         * modules/getaddrinfo: New file.
21139
21140 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21141
21142         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21143
21144 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * lib/mktime.c (SHR): New macro, which is a portable
21147         substitute for >> that should work even on Crays.
21148         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21149         Problem reported by Mark D. Baushke in
21150         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21151         * lib/getdate.y (SHR): Likewise.
21152         (tm_diff): Use it.
21153         * lib/strftime.c (SHR): Likewise.
21154         (tm_diff): Use it.
21155         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21156         quote_these_too, so that right shifts are well defined.  All uses
21157         changed.
21158
21159 2004-11-10  Jim Meyering  <jim@meyering.net>
21160
21161         Ensure that no close failure goes unreported.
21162         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21163         return early when it seems there's nothing to flush.
21164         Don't include __fpending.h.
21165
21166 2004-11-10  Jim Meyering  <jim@meyering.net>
21167
21168         * modules/closeout (Depends-on): Remove fpending.
21169
21170 2004-11-10  Jim Meyering  <jim@meyering.net>
21171
21172         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21173
21174 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21177         gl_FUNC_STRFTIME.
21178         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21179         and AC_REQUIRE when possible, to avoid duplicate checks.
21180         Check for <wchar.h>.
21181
21182 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21183
21184         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21185
21186 2004-11-09  Bruno Haible  <bruno@clisp.org>
21187
21188         * m4/sockpfaf.m4: New file.
21189
21190 2004-11-05  Bruno Haible  <bruno@clisp.org>
21191
21192         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21193         Reported by Mark D. Baushke <mdb@cvshome.org>.
21194
21195 2004-11-04  Bruno Haible  <bruno@clisp.org>
21196
21197         2004-09-11  Bruno Haible  <bruno@clisp.org>
21198                 * allocsa.valgrind: New file.
21199         2004-02-06  Bruno Haible  <bruno@clisp.org>
21200                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21201                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21202                 Reported by Christopher Seip <chris.seip@hp.com>.
21203
21204 2004-11-04  Bruno Haible  <bruno@clisp.org>
21205
21206         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21207         (Makefile.am): Distribute it.
21208
21209 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21210
21211         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21212         with errno == ERANGE if the buffer is too small.
21213         Problem reported by Mark D. Baushke.
21214
21215 2004-11-03  Albert Chin  <china@thewrittenword.com>
21216             Paul Eggert  <eggert@cs.ucla.edu>
21217
21218         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21219         equivalent, substitute $ac_type for equivalent type rather than
21220         blindly using uint32_t *always* which won't work if uint32_t is not
21221         available.  Define _UINT32_T to work around typedef of uint32_t if
21222         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21223         2.5.1.
21224
21225 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21226
21227         * m4/jm-macros.m4: Sync from coreutils.
21228         (gl_MACROS): Check for mbrlen, for pathchk.
21229         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21230
21231 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         * lib/xreadlink.c (MAXSIZE): New macro.
21234         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21235         size does not exceed MAXSIZE.  Avoid cast.
21236         As suggested by Mark D. Baushke in
21237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21238         if readlink fails with buffer size just under MAXSIZE, try again
21239         with MAXSIZE.
21240
21241 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21244
21245 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21246         and  Paul Eggert  <eggert@cs.ucla.edu>
21247
21248         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21249         (get_date): Overparenthesize to avoid GCC warning.
21250
21251 2004-11-02  Bruno Haible  <bruno@clisp.org>
21252
21253         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21254         returns void.
21255
21256 2004-11-02  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21259         function returns void.
21260
21261 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21264         fflush_unlocked, flockfile, funlockfile, funlockfile,
21265         fputs_unlocked, putc_unlocked.
21266
21267 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21268
21269         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21270         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21271         already declared.
21272
21273 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21274
21275         * modules/getdate (Files): Add doc/getdate.texi.
21276         (Depends-on): Add setenv, xalloc.
21277
21278 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21279
21280         * lib/getdate.y: Add support for TZ="foo" within a date string.
21281         Fix some bugs near time_t boundaries.  Reject dates with
21282         out-of-range components, e.g., "Sept 31".
21283         Include <stdlib.h>, "setenv.h", "xalloc.h".
21284         (ISDIGIT_LOCALE): Remove; unused.
21285         Note that the TZ and time functions used here are not reentrant.
21286         (mktime_ok, get_tz): New functions.
21287         (TZBUFSIZE): New constant.
21288         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21289         This requires that we sometimes generate our own TZ="XXX..." setting.
21290
21291 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21292
21293         * doc/getdate.texi: New file, from coreutils with modifications for
21294         the new TZ parsing.
21295
21296 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21297
21298         * lib/mktime.c (not_equal_tm): Remove redundant check.
21299
21300 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21301
21302         * modules/regex (lib_SOURCES): Add regex.c.
21303         Reported by James Youngman in
21304         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21305
21306 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21307
21308         * lib/getdate.y: Use Bison 1.875 features, and some minor
21309         code cleanups.  This change does not affect semantics.
21310         Don't include <stdlib.h>; no longer needed.
21311         Don't include unlocked-io.h; only the "#if TEST" code uses
21312         stdio, and performance isn't crucial there.
21313         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21314         Bison 1.875 features as described below.
21315         All uses of "PC." replaced by "pc->".
21316         (YYSTYPE): Add a forward declaration.
21317         (yylex, yyerror): Use full prototypes in forward decls.
21318         Use "%pure-parser" rather than obsolescent "%pure_parser".
21319         Use %parse-param and %lex-param instead of obsolescent
21320         YYPARSE_PARAM and YYLEX_PARAM.
21321         (meridian_table, month_and_day_table, time_units_table,
21322         relative_time_table, time_zone_table, military_table,
21323         lookup_zone, lookup_word, get_date):
21324         Use NULL instead of 0 where appropriate.
21325         (to_hour): Avoid abort (), to avoid a dependency on
21326         stdlib.h.
21327         (yyerror, yylex): Now accepts parser_control * arg.
21328         (main) [TEST]: Use '\0' rather than 0 for char.
21329
21330 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21331
21332         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21333
21334 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21335
21336         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21337         It's now the caller's responsibility to handle the case where
21338         !HAVE_GETPAGESIZE && !defined getpagesize.
21339
21340         * lib/mktime.c (leapyear): Arg is long int, not int.
21341
21342 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21343
21344         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21345
21346 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21347
21348         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21349         missing.  Problem reported by James Youngman.
21350
21351 2004-10-16  Simon Josefsson  <jas@extundo.com>
21352
21353         * gnulib-tool: Fix comments.  Fix parse problem.
21354         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21355
21356 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21357
21358         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21359         implementation of getopt_long.  Problem reported by Alexander Taler in:
21360         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21361
21362 2004-10-15  Bruno Haible  <bruno@clisp.org>
21363
21364         * gnulib-tool: Untabify. Initialize supplied_libname.
21365         (func_usage): More homogenous output.
21366         (func_modules_transitive_closure, func_modules_to_filelist,
21367         func_emit_lib_Makefile_am): New functions.
21368         (func_import): New function, extracted from big case statement. Use
21369         func_get_license, func_modules_transitive_closure,
21370         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21371         opt_lgpl. Don't use test -a, as it's not portable.
21372         (func_create_testdir): Use func_modules_transitive_closure,
21373         func_modules_to_filelist, func_emit_lib_Makefile_am.
21374
21375 2004-10-15  Bruno Haible  <bruno@clisp.org>
21376
21377         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21378
21379 2004-10-15  Bruno Haible  <bruno@clisp.org>
21380
21381         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21382         the portions belonging to each module.
21383         Suggested by Derek Robert Price <derek@ximbiot.com>.
21384
21385 2004-10-12  Simon Josefsson  <jas@extundo.com>
21386
21387         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21388         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21389         to real functions.
21390
21391 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21392
21393         * modules/vsnprintf: New file.
21394
21395 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21396
21397         * m4/vsnprintf.m4: New file.
21398
21399 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21400
21401         * lib/vsnprintf.h: New file.
21402         * lib/vsnprintf.c: New file.
21403
21404 2004-10-11  Bruno Haible  <bruno@clisp.org>
21405
21406         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21407         vsnprintf.
21408
21409 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21412
21413 2004-10-07  Bruno Haible  <bruno@clisp.org>
21414
21415         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21416         fits into the provided buffer.
21417
21418 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21419
21420         * lib/diacrit.c, diacrit.h: Add GPL notice.
21421
21422         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21423         notice.
21424         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21425         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21426         This avoids a potential constant-folding bug.
21427
21428 2004-10-05  Bruno Haible  <bruno@clisp.org>
21429
21430         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21431         for the declaration of strsep.
21432
21433 2004-10-05  Bruno Haible  <bruno@clisp.org>
21434
21435         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21436
21437 2004-10-04  Simon Josefsson  <jas@extundo.com>
21438
21439         * modules/memmem: New file.
21440         * tests/test-memmem.c: New file.
21441         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21442
21443 2004-10-04  Simon Josefsson  <jas@extundo.com>
21444
21445         * m4/memmem.m4: New file.
21446
21447 2004-10-04  Simon Josefsson  <jas@extundo.com>
21448
21449         * lib/memmem.h: New file.
21450         * lib/memmem.c: New file, taken from glibc.
21451
21452 2004-10-04  Simon Josefsson  <jas@extundo.com>
21453
21454         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21455         '#ifdef USE_UNLOCKED_IO'.
21456
21457 2004-10-04  Simon Josefsson  <jas@extundo.com>
21458
21459         * config/srclist.txt: Add memmem from glibc.
21460
21461 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21462
21463         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21464
21465         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21466         modules/exclude, modules/getdate, modules/getline,
21467         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21468         modules/getusershell, modules/linebuffer, modules/md5,
21469         modules/mountlist, modules/posixtm, modules/readtokens,
21470         modules/readutmp, modules/regex, modules/sha1,
21471         modules/version-etc, modules/yesno:
21472         Remove dependency on unlocked-io.
21473
21474 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21475
21476         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21477
21478         * m4/unlocked-io.m4: Add copyright notice.
21479         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21480
21481 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21482
21483         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21484         * lib/xmalloc.c (xmemdup): Likewise.
21485         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21486         XFREE): Remove these long-obsolescent macros.
21487         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21488         * lib/xstrdup.c: Remove.
21489
21490         * lib/regex.c (re_comp): Cast gettext return value to char *,
21491         Problem reported by Martin Neitzel via Mark D. Baushke.
21492
21493 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21494
21495         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21496         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21497         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21498         regex.c, sha1.c, version-etc.c, yesno.c:
21499         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21500         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21501         the includer's responsibility.
21502
21503         Sync from coreutils.
21504
21505         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21506         points to the start of a string, as the C Standard says the
21507         resulting behavior is undefined.
21508
21509         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21510         simple -> simple_backups, numbered_existing ->
21511         numbered_existing_backups, numbered -> numbered_backups
21512         to avoid shadowing problems.  All uses changed.
21513         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21514         * lib/backupfile.c (check_extension, numbered_backup):
21515         Rename locals to avoid shadowing 'basename'.
21516         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21517         once.
21518
21519         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21520         * lib/.cvsignore: Add getopt.h.
21521
21522 2004-10-04  Bruno Haible  <bruno@clisp.org>
21523
21524         * modules/README: New file.
21525         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21526         not a module.
21527
21528 2004-10-02  Jim Meyering  <jim@meyering.net>
21529
21530         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21531
21532 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21533
21534         * modules/strsep: New file.
21535
21536 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21537
21538         * m4/strsep.m4: New file.
21539
21540 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21541
21542         * lib/strsep.h: New file.
21543         * lib/strsep.c: New file.
21544
21545 2004-10-01  Simon Josefsson  <jas@extundo.com>
21546
21547         * lib/snprintf.c (snprintf): Handle size==0.
21548
21549 2004-10-01  Simon Josefsson  <jas@extundo.com>
21550             Bruno Haible  <bruno@clisp.org>
21551
21552         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21553         (snprintf): Declare 'args'.
21554
21555 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21556
21557         * lib/snprintf.c: Remove comments as to why each header is needed.
21558
21559 2004-10-01  Bruno Haible  <bruno@clisp.org>
21560
21561         * MODULES.html.sh: Add strsep.
21562
21563 2004-09-30  Simon Josefsson  <jas@extundo.com>
21564
21565         * modules/snprintf: New file.
21566
21567 2004-09-30  Simon Josefsson  <jas@extundo.com>
21568
21569         * m4/snprintf.m4: New file.
21570
21571 2004-09-30  Simon Josefsson  <jas@extundo.com>
21572
21573         * lib/snprintf.h, lib/snprintf.c: New files.
21574
21575 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21576
21577         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21578         (hol_entry_help): Never translate an empty string.
21579         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21580         * lib/argp.h (OPTION_NO_TRANS): New option.
21581
21582 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21583
21584         * modules/argp (Maintainer): Replace Simon Josefsson
21585         by Sergey Poznyakoff.
21586
21587 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21588
21589         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21590         changes merged back into glibc.
21591
21592 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21593
21594         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21595
21596 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21597
21598         * lib/xvasprintf.c: Include xalloc.h.
21599         (xvasprintf): Use xalloc_die, not xmalloc_die.
21600
21601 2004-09-29  Bruno Haible  <bruno@clisp.org>
21602
21603         * modules/alloca-opt: New file, derived from modules/alloca.
21604         * modules/allocsa: Depend on alloca-opt instead of alloca.
21605         * modules/setenv: Likewise.
21606         * modules/vasnprintf: Likewise.
21607         * MODULES.html.sh: Add alloca-opt.
21608
21609 2004-09-28  Simon Josefsson  <jas@extundo.com>
21610
21611         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21612         LGPL, and to replace license template from GPL to LGPL.
21613
21614 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21615
21616         * modules/dummy: Change license to LGPL.
21617
21618 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21619
21620         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21621
21622 2004-09-24  Simon Josefsson  <jas@extundo.com>
21623
21624         * modules/minmax (License): Change from GPL to LGPL.
21625
21626 2004-09-23  Simon Josefsson  <jas@extundo.com>
21627
21628         * gnulib-tool (--import): Typo.
21629
21630 2004-09-23  Simon Josefsson  <jas@extundo.com>
21631
21632         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21633
21634 2004-09-22  Bruno Haible  <bruno@clisp.org>
21635
21636         * modules/*: Add 'License' field.
21637         * gnulib-tool: Accept --extract-license option.
21638         (func_get_license): New function.
21639
21640 2004-09-21  Bruno Haible  <bruno@clisp.org>
21641
21642         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21643         Reported by Simon Josefsson.
21644
21645 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21648         gl_AC_TYPE_LONG_LONG.
21649
21650 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21651
21652         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21653
21654 2004-09-18  Simon Josefsson  <jas@extundo.com>
21655         and  Paul Eggert  <eggert@cs.ucla.edu>
21656
21657         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21658         calls with autoreconf.  Define GL_LIB.
21659
21660 2004-09-14  Karl Berry  <karl@gnu.org>
21661
21662         * config/srclist.txt: unsync setenv.c, sigh.
21663
21664 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21667         Problem reported by Bruno Haible in:
21668         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21669
21670 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21671
21672         * config/srclist.txt: Comment out argp-pvh.c.
21673
21674 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21675
21676         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21677         in case some system header has #define'd it.  Problem reported by
21678         Soeren D. Schulze in
21679         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21680
21681 2004-09-09  Karl Berry  <karl@gnu.org>
21682
21683         * regex.[ch]: delete from the root.  These were supposed to be
21684                 synced with emacs cvs, but this has not happened for about
21685                 a year, and anyway nothing else uses emacs regex.[ch].
21686                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21687                 lib/regex[.ch] is untouched.
21688
21689 2004-09-09  Bruno Haible  <bruno@clisp.org>
21690
21691         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21692
21693 2004-09-09  Bruno Haible  <bruno@clisp.org>
21694
21695         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21696         modifications.
21697         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21698
21699 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21700
21701         * modules/xvasprintf: New file.
21702         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21703
21704 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21705
21706         * lib/xvasprintf.h: New file.
21707         * lib/xvasprintf.c: New file.
21708         * lib/xasprintf.c: New file.
21709
21710 2004-09-08  Bruno Haible  <bruno@clisp.org>
21711
21712         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21713
21714 2004-09-08  Bruno Haible  <bruno@clisp.org>
21715
21716         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21717         length is > INT_MAX.
21718         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21719         more.
21720
21721 2004-09-08  Bruno Haible  <bruno@clisp.org>
21722
21723         * lib/stdint_.h: New file, taken from GNU clisp.
21724
21725 2004-09-08  Bruno Haible  <bruno@clisp.org>
21726             Oskar Liljeblad  <oskar@osk.mine.nu>
21727
21728         * modules/stdint: New file.
21729         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21730
21731 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21732
21733         Import from coreutils.
21734         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21735         strings on unbounded length.  alloca's performance benefits aren't
21736         that important here.
21737         (V_STRDUP): Remove.
21738         (parse_with_separator): New function, with most of the internals
21739         of the old parse_user_spec.  Allow user to omit both user and group,
21740         for compatibility with FreeBSD.
21741         Clone only the user name, not the entire spec.
21742         Do not set *uid, *gid unless entirely successful.
21743         Avoid memory leak in some failing cases.
21744         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21745         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21746         (parse_user_spec): Rewrite to use parse_with_separator.
21747
21748 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21749
21750         * modules/userspec: Don't depend on alloca.
21751
21752 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21753
21754         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21755
21756 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21757
21758         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21759         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21760         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21761
21762 2004-08-16  Simon Josefsson  <jas@extundo.com>
21763
21764         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21765         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21766         Add --dry-run for --import.
21767         Let user provided command line parameters override configure.ac
21768         settings.
21769
21770 2004-08-12  Simon Josefsson  <jas@extundo.com>
21771
21772         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21773         as discussed with Paul Eggert in threads rooted at
21774         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21775         and
21776         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21777         Before, the test was empty, and relied on ELIDE_CODE in source
21778         code.)
21779         (gl_PREREQ_GETOPT): New macro.
21780         (gl_GETOPT): Use them.
21781
21782 2004-08-12  Simon Josefsson  <jas@extundo.com>
21783
21784         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21785         * lib/getopt_.h: Renamed from getopt.h.
21786
21787 2004-08-12  Simon Josefsson  <jas@extundo.com>
21788
21789         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21790         Change default library name from libfoo to libgnu.
21791         Now, if you have a configure.ac that says:
21792                 gl_SOURCE_BASE(gl)
21793                 gl_M4_BASE(gl/m4)
21794                 gl_MODULES(error getopt etcetera)
21795                 gl_INIT
21796         you can import all you need by running:
21797                 ../gnulib/gnulib-tool --import
21798
21799         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21800         (Makefile.am): Rewrite, use logic from argz.
21801         (Include): Use <getopt.h> instead of "getopt.h".
21802
21803 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21804
21805         * modules/argp (Files): Add m4/unlocked-io.m4.
21806         (Depends-on): Add extensions.
21807
21808 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21809
21810         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21811         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21812         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21813         Check for program_invocation_name, program_invocation_short_name,
21814         flockfile, funlockfile, features.h, _getopt_long_only_r.
21815
21816 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21817
21818         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21819         its complicated substitute.
21820         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21821         and program_invocation_name.
21822         (__argp_basename) [!_LIBC]: Remove; the only use was
21823         replaced by its body.
21824         (__argp_short_program_name): Change condition from
21825         !defined __argp_short_program_name to
21826         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21827         to match argp-namefrob.h.
21828         (__argp_failure): Don't assume strerror_r returns char *.
21829         * lib/argp-parse.c (N_): Define unconditionally.
21830         (argp_default_options): Fill out initializers with 0 to avoid
21831         gcc warnings.
21832
21833 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21834
21835         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21836         getopt1.c.
21837
21838 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21839
21840         Merge from coreutils.
21841
21842         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21843
21844         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21845         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21846
21847 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21848
21849         Merge from coreutils.
21850
21851         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21852         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21853         for Reliant Unix 5.43.
21854
21855         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21856         (union fooround): Use uintmax_t, not long int.
21857         The rest is a merge from libc:
21858         [defined _LIBC]: Include <shlib-compat.h>.
21859         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21860
21861         * lib/settime.c (settime): Recode to avoid warning with
21862         Sun Forte C 6U2.
21863
21864         * lib/strverscmp.c: Convert to UTF-8.
21865
21866 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21867
21868         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21869         m4/uintmax_t.m4.
21870
21871 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * modules/xalloc-die: New file.
21874         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21875
21876         * modules/md5 (Files): Add m4/uint32_t.m4.
21877         * modules/sha1: Renamed from modules/sha.
21878         (Files):
21879         Rename lib/sha.h to lib/sha1.h.
21880         Rename lib/sha.c to lib/sha1.c.
21881         Rename m4/sha.m4 to m4/sha1.m4.
21882         (lib_SOURCES): Likewise.
21883         (configure.ac): Rename gl_SHA to gl_SHA1.
21884         (Include): sha.h -> sha1.h.
21885
21886 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21887
21888         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21889         * m4/sha1.m4: Renamed from sha.m4.
21890         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21891
21892 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21893
21894         * lib/obstack.h (obstack_empty_p):
21895         Don't assume that chunk->contents is suitably aligned.
21896         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21897         Likewise. Problem reported by Benno in
21898         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21899
21900         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21901         readable.  This could be improved further but it'd take some work.
21902
21903 2004-08-08  Simon Josefsson  <jas@extundo.com>
21904
21905         * modules/xgethostname (Depends-on): Remove exit and error (not
21906         used).
21907
21908         * modules/getpass-gnu: Add getpass.h.
21909         (Depends-on): Add stdbool.
21910         * modules/getpass: Add getpass.h.
21911
21912 2004-08-08  Simon Josefsson  <jas@extundo.com>
21913
21914         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21915         Check getpass declaration.
21916
21917 2004-08-08  Simon Josefsson  <jas@extundo.com>
21918
21919         * lib/xgethostname.c: Don't include error.h (not used).
21920
21921         * lib/getpass.h: Add.
21922         * lib/getpass.c: Include getpass.h first.
21923
21924 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * lib/xalloc-die.c: New file.
21927         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21928         All uses removed.
21929         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21930         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21931         xalloc-die.c.
21932         (_, N_, xalloc_die): Move to xalloc-die.c.
21933         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21934         so that we needn't mess with xalloc_msg_memory_exhausted.
21935
21936         * lib/sha1.h: Renamed from sha.h.
21937         (SHA1_H): Renamed from _SHA_H.
21938         (sha1_ctx): Renamed from sha_ctx.
21939         (sha1_init_ctx): Renamed from sha_init_ctx.
21940         (sha1_process_block): Renamed from sha_process_block.
21941         (sha1_process_bytes): Renamed from sha_process_bytes.
21942         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21943         (sha1_read_ctx): Renamed from sha_read_ctx.
21944         (sha1_stream): Renamed from sha_stream.
21945         (sha1_buffer): Renamed from sha_buffer.
21946         * lib/sha1.c: Likewise; renamed from sha.c.
21947         Do not include <sys/types.h>.
21948         Include <stddef.h> rather than <stdlib.h>.
21949
21950 2004-08-08  Bruno Haible  <bruno@clisp.org>
21951
21952         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21953         FILESYSTEM_PREFIX_LEN.
21954         * lib/progreloc.c: Likewise.
21955         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21956
21957 2004-08-06  Simon Josefsson  <jas@extundo.com>
21958
21959         * modules/progname (Depends-on): Don't depend on stdbool.
21960
21961 2004-08-06  Simon Josefsson  <jas@extundo.com>
21962
21963         * modules/getsubopt: New file.
21964         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21965         getsubopt.
21966
21967 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21968
21969         More merge from coreutils.
21970
21971         * m4/utimens.m4, m4/utimecmp.m4: New files.
21972         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21973         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21974         prereq.m4, sha.m4: Import changes from coreutils.
21975
21976 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         More merge from coreutils.
21979         * modules/raise, modules/readtokens0, modules/utimens:
21980         * modules/utimecmp, module/xnanosleep: New files.
21981         * modules/strftime: Add lib/strftime.h.
21982         Change include from <time.h> to "strftime.h".
21983         * modules/yesno: Add lib/yesno.h.
21984         * modules/backupfile: Remove lib/addext.c.
21985         * modules/euidaccess: Add stat-macros.h.
21986         * modules/canonicalize, modules/euidaccess,
21987         modules/filemode, modules/lchown, modules/makepath,
21988         modules/rmdir, modules/stat: Likewise.
21989
21990 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21991
21992         Merge from tar.
21993         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21994         SIZE_MAX is a valid preprocessor constant.
21995         (__argp_basename): Change from "#ifndef _LIBC"
21996         to "#ifndef __argp_short_program_name", so that
21997         we don't compile these functions for tar.
21998
21999         More merges from coreutils.
22000         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22001         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22002         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22003         * lib/addext.c: Remove; no longer needed.
22004         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22005         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22006         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22007         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22008         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22009         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22010         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22011         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22012         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22013         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22014         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22015         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22016         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22017         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22018         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22019         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22020         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22021         Import changes from coreutils.
22022
22023 2004-08-05  Simon Josefsson  <jas@extundo.com>
22024
22025         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22026
22027 2004-08-05  Simon Josefsson  <jas@extundo.com>
22028
22029         * m4/getsubopt.m4: New file.
22030
22031 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22032
22033         Merge from coreutils.
22034
22035         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22036         * m4/getcwd-path-max.m4: New files.
22037
22038         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22039         FILESYSTEM_PREFIX_LEN ->
22040         FILE_SYSTEM_PREFIX_LEN.
22041         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22042         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22043         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22044         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22045
22046         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22047         prerequisite modules now handle the DOS stuff.
22048         Don't check for unistd.h.
22049
22050 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22051
22052         Merge from coreutils.
22053
22054         * lib/.gdb-history: Remove; this doesn't belong here.
22055
22056         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22057         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22058         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22059         * lib/getcwd.c: New files.
22060
22061         * lib/dirname.h: Include <stdbool.h>.
22062         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22063         for consistency with POSIX terminology.  All uses changed.
22064         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22065         (strip_trailing_slashes): Use bool for booleans.
22066         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22067
22068         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22069         sometimes returns a positive errno value even when it succeeds.
22070         (print_errno_message) [!LIBC]: Fall back on strerror if
22071         __strerror_r fails.
22072
22073         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22074         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22075         (longest_relative_suffix): New function.
22076         (path_concat): Use it.  Assume first argument is not NULL.
22077         Port to DOS.  Omit redundant separators.
22078         Report an error instead of returning NULL.
22079         Use mempcpy instead of memcpy.
22080         (xpath_concat): Remove: not declared or used.
22081
22082         * lib/same.h: Include <stdbool.h>
22083         (same_name): Return bool, not int.
22084         * lib/same.c (same_name): Likewise.
22085         (errno): Don't declare; we assume C89 or better now.
22086
22087         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22088         if not already defined.
22089
22090         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22091         * lib/dup-safer.c (errno): Likewise.
22092
22093 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22094
22095         Merge from coreutils.
22096         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22097         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22098         * modules/path-concat: Don't depend on strdup.
22099
22100 2004-08-03  Simon Josefsson  <jas@extundo.com>
22101
22102         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22103         * lib/progname.h: Don't include stdbool.h.
22104
22105 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22106
22107         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22108         * MODULES.html.sh (func_all_modules): Remove fatal.
22109
22110 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22111
22112         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22113
22114 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22115
22116         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22117         working.
22118
22119 2004-08-02  Simon Josefsson  <jas@extundo.com>
22120
22121         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22122         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22123         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22124
22125 2004-08-01  Simon Josefsson  <jas@extundo.com>
22126
22127         * lib/xgetdomainname.c: Include stdlib.h, for free().
22128
22129 2004-07-19  Bruno Haible  <bruno@clisp.org>
22130
22131         * MODULES.html.sh (func_all_modules): Add dummy.
22132
22133 2004-07-16  Simon Josefsson  <jas@extundo.com>
22134
22135         * modules/dummy: New file.
22136
22137 2004-07-16  Simon Josefsson  <jas@extundo.com>
22138
22139         * lib/dummy.c: New file.
22140
22141 2004-07-16  Bruno Haible  <bruno@clisp.org>
22142
22143         * lib/backupfile.h: Add extern "C" for C++.
22144         * lib/closeout.h: Likewise.
22145         * lib/copy-file.h: Likewise.
22146         * lib/findprog.h: Likewise.
22147         * lib/full-write.h: Likewise.
22148         * lib/pathname.h: Likewise.
22149         * lib/progname.h: Likewise.
22150         * lib/stpcpy.h: Likewise.
22151         * lib/stpncpy.h: Likewise.
22152         * lib/strcase.h: Likewise.
22153         * lib/strstr.h: Likewise.
22154         * lib/xalloc.h: Likewise.
22155
22156         * lib/mbswidth.h: Add extern "C" for C++.
22157         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22158
22159 2004-07-13  Robert Millan  <robertmh@gnu.org>
22160
22161         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22162
22163 2004-07-09  Simon Josefsson  <jas@extundo.com>
22164
22165         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22166         failed without this.)
22167
22168 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22169
22170         * modules/chown (Files): Add lib/fchown-stub.c, since
22171         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22172
22173 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * lib/fchown-stub.c: New file.
22176
22177 2004-06-24  Jim Meyering  <jim@meyering.net>
22178
22179         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22180
22181 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22182
22183         * modules/argz: Omit "#include".
22184
22185         * MODULES.html.sh (func_all_modules): Add calloc, to match
22186         2004-06-01 addition of calloc module.
22187
22188 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22189
22190         * m4/argz.m4: New file, which is autoupdated from libtool.
22191
22192 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22195         libtool.
22196
22197 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22198
22199         * config/srclist-update: Don't insist on "USA." before the
22200         close-comment, as libtool omits the period and puts the */ on a
22201         separate line.
22202         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22203         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22204
22205 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22206
22207         * modules/argz: New file.
22208         * MODULES.html.sh (func_all_modules): Add argz.
22209
22210 2004-06-12  Jim Meyering  <jim@meyering.net>
22211         and  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * modules/hash (Files): Add lib/xalloc.h.
22214         * modules/pipe (Depends-on): Add wait-process.
22215         * modules/stat (Depends-on): Add xalloc.
22216         * modules/userspec (Files): Add lib/userspec.h.
22217         * modules/xstrto
22218
22219         Upgrade from gettext-0.13.
22220         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22221         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22222         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22223
22224 2004-06-10  Jim Meyering  <jim@meyering.net>
22225
22226         * lib/calloc.c: New file.
22227
22228 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         * lib/getdate.y (yylex): Allow space between sign and number.
22231         Problem reported by Dan Jacobson.
22232
22233 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         Merge from coreutils CVS.
22236
22237         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22238         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22239         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22240         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22241         xstrtol.m4: Fix copyright date and/or serial number.
22242
22243         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22244         See if we need an fchown replacement.
22245         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22246         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22247         and use the replacement function if we detect either defect.
22248
22249         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22250         gl_UTIMECMP.
22251
22252 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22253         and  Jim Meyering  <jim@meyering.net>
22254
22255         Merge from coreutils CVS.
22256
22257         * lib/stat-macros.h: New file, with contents from file-type.h
22258         and coreutils' system.h.
22259         * lib/file-type.c: Include "stat-macros.h".
22260         * lib/file-type.h (file_type): Move all macro definitions to new file,
22261         stat-macros.h.
22262
22263         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22264         Wrap old code with this conditional.
22265         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22266         function that does not dereference symlinks.
22267         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22268
22269         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22270         dependency problems.
22271         (xreadlink): Accept new arg SIZE, for efficiency.
22272         All decls and uses changed.
22273         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22274
22275         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22276         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22277
22278         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22279         sysexits.h.
22280
22281 2004-06-01  Jim Meyering  <jim@meyering.net>
22282
22283         * m4/calloc.m4: New file.
22284
22285 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22288         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22289         Also, fix a typo in a diagnostic.
22290
22291 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22292
22293         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22294         or AC_FUNC_REALLOC.
22295
22296 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22299         macros to be defined.
22300         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22301         the allocator returns NULL because the requested size is zero.
22302
22303 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22304
22305         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22306         var.  Add comment explaining why libc still defines it.  This
22307         merges the following patch from glibc:
22308         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22309
22310 2004-05-20  Andreas Schwab  <schwab@suse.de>
22311
22312         * m4/free.m4: Replace free if it not known to work, not the other
22313         way round.
22314
22315 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22316
22317         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22318         present in glibc since revision 1.1 of this file.
22319         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22320         obstack_alignment_mask, obstack_alloc, obstack_base,
22321         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22322         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22323         obstack_grow0, obstack_init, obstack_int_grow,
22324         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22325         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22326         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22327         nonexistent functions.
22328
22329 2004-05-18  Karl Berry  <karl@gnu.org>
22330
22331         * config/srclist.txt: break link for vasnprintf.c.
22332
22333 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22334
22335         Port obstack to the AS/400, where pointers are 16 bytes wide and
22336         you cannot cast an integer to a valid pointer.  This patch is
22337         currently waiting to be integrated into glibc; see
22338         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22339
22340         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22341         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22342         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22343         (struct obstack): temp member is now a union of a pointer and
22344         an integer, instead of an integer.  All integer uses changed.
22345         This does not affect the physical layout of struct obstack,
22346         except on hosts (like the AS/400) where the size or alignment of
22347         void * is greater than that of ptrdiff_t.
22348         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22349         __STDC__)]: Store temporary in pointer member of union, not
22350         integer member.
22351         * lib/obstack.c: Include <stddef.h>, for offsetof.
22352         (struct fooalign): Remove; it doesn't need a name.
22353         (union fooround): Change double to long double, and add void *.
22354         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22355         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22356         not a macro.  Hence the values are always int; so remove all
22357         casts-to-int in uses.
22358
22359 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22360
22361         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22362         we can get this patch merged into glibc.
22363
22364 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22365             Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * m4/argp: Depend on alloca.
22368
22369 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22370             Paul Eggert  <eggert@cs.ucla.edu>
22371
22372         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22373         freecoding.
22374
22375 2004-05-17  Bruno Haible  <bruno@clisp.org>
22376
22377         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22378         precision that consists of a '.' followed by an empty digit string.
22379         Patch by Tor Lillqvist <tml@iki.fi>.
22380
22381 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22384         for backward compatibility with older code.  We need our own
22385         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22386         it under some other name, and our alloca.h will define it.
22387
22388 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22389             Derek Price  <derek@ximbiot.com>
22390
22391         * lib/alloca.c: Include <alloca.h>, to get our interface.
22392         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22393         include <alloca.h> first.  Use C89 prototype for alloca; this
22394         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22395         Use #elif for simplicity, since we can assume C89 now.
22396         Don't try to source the system alloca.h since it will not be found
22397         and to prevent recursively including its replacement.
22398         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22399         * lib/regex.c: Likewise.
22400
22401 2004-05-16  Derek Price  <derek@ximbiot.com>
22402             Paul Eggert  <eggert@cs.ucla.edu>
22403
22404         getline cleanup.  This changes the getndelim2 API: both order of
22405         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22406         no delimiter).
22407
22408         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22409         interface does that.
22410         (getline): Always use getdelim, so that we don't have two
22411         copies of this code.
22412         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22413         if available.
22414         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22415         (GETNDELIM2_MAXIMUM): New macro.
22416         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22417         instead of the old practice of delim2==0.  All callers changed.
22418         Return -1 on overflow, instead of returning junk.
22419         Do not set *linesize unless allocation succeeds.
22420         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22421         that we include sys/types.h.
22422         * lib/getnline.h: Likewise.
22423         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22424         (getndelim2): Reorder arguments.
22425         * lib/getnline.c (getnline, getndelim):
22426         Don't discard the NMAX argument.
22427         (getnline): Invoke getndelim, to avoid code duplication.
22428         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22429         of (size_t) -1 by callers of the getnline family.
22430
22431 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22432
22433         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22434         Check for gettimeofday.
22435         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22436         Check for settimeofday, stime.
22437
22438 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         * lib/nanosleep.c (suspended): Change its type from int to
22441         sig_atomic_t volatile.
22442         (first_call): Make it private to rpl_nanosleep, and have it
22443         be zero initially as that's a bit faster.
22444         (my_usleep): Round up fractional times instead of truncating them,
22445         as this is the usual meaning for 'sleep'.
22446
22447         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22448         doesn't work.
22449         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22450         (ENOSYS): Define if not defined.
22451         (settime): Fall back on stime if it exists and settimeofday fails.
22452         But don't bother with fallbacks if a method fails with errno == EPERM.
22453
22454 2004-05-11  Jim Meyering  <jim@meyering.net>
22455
22456         Prior to this change, the save_cwd caller required read access to the
22457         current directory on most systems (ones with the fchdir function).
22458
22459         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22460         fails, try write-only, and finally, resort to using xgetcwd.
22461
22462 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22463
22464         * lib/obstack.c, obstack.h: Import changes from libc.
22465
22466 2004-04-28  Bruno Haible  <bruno@clisp.org>
22467
22468         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22469         also implicitly appends .exe to executables.
22470         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22471         accepts Windows pathnames.
22472         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22473         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22474         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22475         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22476         Reported by Derek Robert Price <derek@ximbiot.com>.
22477
22478 2004-04-21  Karl Berry  <karl@gnu.org>
22479
22480         * config/srclist.txt (localcharset.c): break sync.
22481
22482 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22483
22484         * m4/host-os.m4: Add a copyright notice.
22485
22486 2004-04-20  Jim Meyering  <jim@meyering.net>
22487
22488         Change UTILS_ to gl_ in AC_DEFINE'd names.
22489         Change utils_- and jm_-prefixed variables, too.
22490         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22491         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22492         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22493
22494         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22495         Don't emit trailing blanks.
22496         Also rename jm_-prefixed variables to have gl_ prefix.
22497
22498         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22499         Also rename jm_-prefixed variables to have gl_ prefix.
22500
22501         * m4/jm-macros.m4: Reflect the renamings.
22502         * m4/prereq.m4: Likewise.
22503
22504 2004-04-20  Jim Meyering  <jim@meyering.net>
22505
22506         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22507         memory.
22508
22509 2004-04-20  Jim Meyering  <jim@meyering.net>
22510             Bruno Haible  <bruno@clisp.org>
22511
22512         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22513         memory when realloc fails.
22514
22515 2004-04-19  Jim Meyering  <jim@meyering.net>
22516
22517         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22518         now that readutmp.c may call `free (0)'.
22519
22520 2004-04-19  Bruno Haible  <bruno@clisp.org>
22521
22522         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22523         * m4/inttypes_h.m4: Likewise.
22524         * m4/stdint_h.m4: Likewise.
22525         * m4/intmax_t.m4: Likewise.
22526         * m4/uintmax_t.m4: Likewise.
22527
22528 2004-04-18  Jim Meyering  <jim@meyering.net>
22529
22530         * m4/prereq.m4: Don't forbid jm_ prefix.
22531
22532         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22533         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22534         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22535         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22536         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22537         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22538         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22539         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22540         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22541         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22542         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22543         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22544         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22545         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22546         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22547         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22548         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22549         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22550         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22551
22552 2004-04-18  Jim Meyering  <jim@meyering.net>
22553
22554         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22555         failure, don't leak memory and do call END_UTMP_ENT.
22556
22557 2004-04-16  Jim Meyering  <jim@meyering.net>
22558
22559         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22560         coreutils' stat program.
22561         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22562
22563 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22564
22565         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22566         C89.
22567         (CHAR_BIT): Remove, since we assume C89.
22568         Include <stdint.h> if available, as per current Autoconf CVS advice.
22569
22570 2004-03-31  Jim Meyering  <jim@meyering.net>
22571
22572         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22573         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22574         * m4/xalloc.m4: Likewise.
22575
22576 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22577
22578         Merge from coreutils.
22579
22580         * m4/inttostr.m4: New file.
22581         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22582         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22583         Require gl_CLOCK_TIME.
22584         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22585
22586 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22587
22588         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22589         not bool, to be more consistent with Unix conventions.
22590         Suggested by Bruno Haible.
22591
22592         Merge from coreutils.
22593
22594         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22595         * lib/umaxtostr.c: New files.
22596
22597         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22598         the usual <time.h> dance.
22599         (get_date): Change signature to support fractional time stamps.
22600         All callers changed.
22601         * lib/getdate.y: Include "getdate.h" first, as we can now
22602         assume C89 and don't need to worry about 'const'.
22603         Similarly, include "unlocked-io.h" near start, not in middle.
22604         Include <limits.h>.
22605         (textint.value): Use long int rather than int.
22606         (textint.digits): Use size_t rather than int.
22607         (BILLION, LOG10_BILLION): New constants.
22608         (parser_control): New member rel_ns.  Members day_ordinal,
22609         time_zone, month, day, hour, minutes, rel_year, rel_month,
22610         rel_day, rel_hour, rel_minutes, rel_seconds
22611         are now long int, not int.  Member seconds is now struct timespec,
22612         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22613         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22614         not int.
22615         (%union.intval): Now long int, not int.
22616         New member timespec.
22617         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22618         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22619         (spec): Now is a timespec or an item list.
22620         (timespec, items): New nonterminals.
22621         (time, rel, relunit, number, get_date):
22622         Add support for fractional seconds.
22623         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22624         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22625         (to_hour): First arg is now long int, not int.
22626         (to_year): Returns long int, not int.
22627         Don't treat year -70 like 70.
22628         (tm_diff): Returns long int, not int.
22629         (lookup_word): Use bool instead of int when appropriate.
22630         (yylex): Use size_t for count, not int.
22631         Detect overflow when parsing large integer constants.
22632         Add support for fractions.
22633         (get_date): Make pointers 'const' if possible.
22634         Use more-portable code to detect integer overflow.
22635         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22636         Don't use ctime; it's not reliable if the year has >4 digits.
22637
22638         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22639         This is for compatibility with BSD.
22640
22641         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22642         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22643         From coreutils' system.h.
22644
22645         * lib/userspec.c: Don't include "posixver.h".
22646         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22647         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22648         compatible extension.  Simplify code by removing a boolean int
22649         that was always nonzero if a string was nonnull.
22650
22651 2004-03-30  Jim Meyering  <jim@meyering.net>
22652
22653         Merge from coreutils.
22654
22655         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22656         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22657         on some systems one must include <grp.h> before it.
22658         Reported by Christian Krackowizer.
22659
22660 2004-03-30  Jim Meyering  <jim@meyering.net>
22661
22662         Merge from coreutils.
22663
22664         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22665
22666         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22667         an empty input stream.
22668
22669         * lib/readtokens.c: Include <stdbool.h>.
22670         (readtoken): Use `size_t' rather than int/long.
22671         All callers adjusted.
22672         Use `bool' rather than `int' where appropriate.
22673         Use memset rather than an explicit loop.
22674         Use x2nrealloc rather than xrealloc.
22675         Allow the use of `\0' as a delimiter.
22676         (readtokens): Likewise.
22677         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22678
22679 2004-03-30  Jim Meyering  <jim@meyering.net>
22680
22681         * m4/realloc.m4: Remove file, since now it does no more than
22682         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22683         the `configure.ac' section of module/realloc.
22684         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22685
22686 2004-03-30  Bruno Haible  <bruno@clisp.org>
22687
22688         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22689         nonnull.
22690
22691 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22692
22693         Merge changes to getloadavg.c from coreutils and Emacs.
22694
22695         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22696         Define to an expression, not to the empty string.
22697         Include cloexec.h and xalloc.h.
22698         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22699         Use set_cloexec_flag rather than rolling our own.
22700         * lib/cloexec.c, lib/cloexec.h: New files.
22701
22702 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22703
22704         * m4/cloexec.m4: New file.
22705
22706 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22707
22708         * lib/getopt.h: Sync with libc CVS.
22709
22710 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22711             Bruno Haible  <bruno@clisp.org>
22712
22713         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22714         mbswidth.
22715
22716 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22717             Bruno Haible  <bruno@clisp.org>
22718
22719         * lib/mbswidth.h: Include <wchar.h> only if
22720         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22721         <wchar.h>.
22722         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22723
22724 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22725
22726         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22727         Sync with libc CVS.
22728         * lib/getopt_int.h: New file, also synced from libc.
22729
22730 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22731
22732         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22733         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22734         Bring back getopt.c, getopt.h, getopt1.c.
22735
22736 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22737
22738         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22739         All uses changed.  Check for sa_sigaction member; this fixes
22740         a bug first reported by Jason Andrade in
22741         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22742
22743 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22744
22745         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22746         '#if' expressions.  Unlike the code it replaces, it does not
22747         depend on (defined _SC_PAGESIZE).  However, it does depend on
22748         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22749         first reported by Jason Andrade in
22750         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22751
22752 2004-02-25  Simon Josefsson  <jas@extundo.com>
22753
22754         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22755
22756 2004-02-25  Simon Josefsson  <jas@extundo.com>
22757
22758         * lib/strdup.h: New file.
22759         * lib/strdup.c: Include it.
22760         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22761         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22762
22763 2004-02-23  Karl Berry  <karl@gnu.org>
22764
22765         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22766         (from fencepost.gnu.org:/gd/gnuorg).
22767
22768 2004-02-23  Karl Berry  <karl@gnu.org>
22769
22770         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22771         * config/srclist.txt: add maintain/standards documents.
22772
22773 2004-02-18  Bruno Haible  <bruno@clisp.org>
22774
22775         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22776         Reported by Derek Robert Price <derek@ximbiot.com>.
22777
22778 2004-02-16  Karl Berry  <karl@gnu.org>
22779
22780         * config/mkinstalldirs, install-sh: update from automake.
22781
22782 2004-02-06  Karl Berry  <karl@gnu.org>
22783
22784         * m4/po.m4: update from gettext 0.14.1.
22785
22786 2004-02-06  Karl Berry  <karl@gnu.org>
22787
22788         * lib/config.charset: update from gettext 0.14.1.
22789
22790 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22791
22792         Add comments and code, prompted by suggestions from Bruno Haible
22793         for sh-quote.
22794         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22795         describing the enum quoting_style values.
22796         * lib/quotearg.c (quotearg_alloc): New function.
22797         (quotearg_buffer_restyled): Treat lone { and } as special.
22798         Treat = as special.  Work around bug with older shells
22799         that "see" a '\' that is really the 2nd byte of a multibyte char.
22800         Quote empty string with shell_quoting_style.
22801
22802 2004-02-03  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/pipe.m4: New file, from GNU gettext.
22805
22806 2004-02-03  Bruno Haible  <bruno@clisp.org>
22807
22808         * lib/pipe.h: New file, from GNU gettext.
22809         * lib/pipe.c: New file, from GNU gettext.
22810
22811 2004-01-27  Bruno Haible  <bruno@clisp.org>
22812
22813         * m4/execute.m4: New file, from GNU gettext.
22814
22815 2004-01-27  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/execute.h: New file, from GNU gettext.
22818         * lib/execute.c: New file, from GNU gettext.
22819         * lib/w32spawn.h: New file, from GNU gettext.
22820
22821 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22822
22823         Merge from diffutils.
22824
22825         * lib/file-type.c (file_type): Add typed memory objects.
22826         * lib/file-type.h (S_TYPEISTMO): New macro.
22827
22828         * lib/c-stack.h (c_stack_action): Remove argv argument.
22829         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22830         (die): Don't calculate message unless segv_action returns.
22831         (get_stack_location, min_address_from_argv, max_address_from_argv,
22832         volatile stack_base, volatile_stack_size): Remove.
22833         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22834         that every segmentation violation is a stack overflow.  (Ouch!)
22835         See Debian bug 136249 (still outstanding) for more info about why
22836         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22837
22838 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22839
22840         Exit-status fix from coreutils.
22841
22842         Use exit_failure consistently in place of EXIT_FAILURE,
22843         so that program exit statuses are consistent on failure.
22844
22845         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22846         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22847         * lib/argmatch.h: Comment fix to match the above.
22848         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22849         Now a macro referring to exit_failure, instead of a separate
22850         variable.  Include "exitfail.h" to get it.
22851         * lib/xstrtol.h: Include "exitfail.h".
22852         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22853
22854         * lib/long-options.c (parse_long_options): Use prototype
22855         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22856         for clarity.
22857
22858 2004-01-21  Jim Meyering  <jim@meyering.net>
22859
22860         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22861         so as not to conflict with a different-sized __mktime_internal
22862         function in GNU libc.
22863         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22864         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22865
22866 2004-01-20  Karl Berry  <karl@gnu.org>
22867
22868         * config/config.guess: update from config.
22869
22870         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22871
22872 2004-01-20  Bruno Haible  <bruno@clisp.org>
22873
22874         Safer stack allocation.
22875         * lib/setenv.c: Include allocsa.h.
22876         (alloca): Remove fallback definition.
22877         (freea): Remove macro.
22878         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22879         instead of freea.
22880
22881 2004-01-20  Bruno Haible  <bruno@clisp.org>
22882
22883         * m4/eealloc.m4: New file, from GNU gettext.
22884
22885 2004-01-20  Bruno Haible  <bruno@clisp.org>
22886
22887         * m4/allocsa.m4: New file, from GNU gettext.
22888
22889 2004-01-20  Bruno Haible  <bruno@clisp.org>
22890
22891         * lib/xallocsa.h: New file, from GNU gettext.
22892         * lib/xallocsa.c: New file, from GNU gettext.
22893
22894 2004-01-20  Bruno Haible  <bruno@clisp.org>
22895
22896         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22897
22898 2004-01-20  Bruno Haible  <bruno@clisp.org>
22899
22900         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22901         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22902         specially.
22903
22904 2004-01-20  Bruno Haible  <bruno@clisp.org>
22905
22906         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22907         patch.
22908
22909 2004-01-20  Bruno Haible  <bruno@clisp.org>
22910
22911         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22912
22913 2004-01-20  Bruno Haible  <bruno@clisp.org>
22914
22915         * lib/eealloc.h: New file.
22916
22917 2004-01-20  Bruno Haible  <bruno@clisp.org>
22918
22919         * lib/binary-io.h: Avoid warnings on Cygwin.
22920
22921 2004-01-20  Bruno Haible  <bruno@clisp.org>
22922
22923         * lib/allocsa.h: New file, from GNU gettext.
22924         * lib/allocsa.c: New file, from GNU gettext.
22925
22926 2004-01-18  Karl Berry  <karl@gnu.org>
22927
22928         * doc/gpl.texi, doc/lgpl.texi: new files.
22929
22930 2004-01-18  Karl Berry  <karl@gnu.org>
22931
22932         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22933         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22934
22935 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22936
22937         Merge from coreutils.
22938
22939         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22940         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22941         (gl_DEFAULT_POSIX2_VERSION): Move
22942         the documentation from 'configure' into 'config.hin',
22943         so that 'configure --help' isn't burdened by it and
22944         we don't have to worry about its formatting there.
22945         Reword the documentation so that it's more succinct
22946         and can be run together into a single paragraph.
22947         * m4/same.m4 (gl_SAME): Check for pathconf.
22948
22949 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22950
22951         Merge from coreutils.
22952
22953         * lib/posixver.c: Include posixver.h.
22954
22955         * lib/same.c: Include <stdbool.h>, <limits.h>.
22956         (_POSIX_NAME_MAX): Define if not defined.
22957         (MIN): New macro.
22958         (same_name): If file names are silently truncated, report
22959         that the file names are the same if they are the same after
22960         the silent truncation.
22961
22962         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22963         conversion function.
22964         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22965         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22966         longer needed.
22967
22968 2004-01-15  Jim Meyering  <jim@meyering.net>
22969
22970         Merge from coreutils.
22971
22972         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22973         if no library is required.
22974         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22975         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22976         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22977         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22978         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22979         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22980         value, $ac_cv_search_crypt, if it's "none required".
22981         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22982         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22983         not gl_FUNC_GETLOADAVG.
22984         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22985         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22986
22987 2004-01-15  Jim Meyering  <jim@meyering.net>
22988
22989         Merge from coreutils.
22990
22991         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22992         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22993         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22994
22995         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22996         optional configure-time default.
22997
22998         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22999
23000         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23001
23002 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23003
23004         Merge from coreutils.
23005
23006         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23007         value, $ac_cv_search_nanosleep, if it's "none required".
23008
23009 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23010
23011         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23012         with like-named macro in fnmatch.c.
23013         (EXT): Use an internal constant instead.
23014
23015         Merge fnmatch patches from glibc.
23016         * lib/fnmatch.c (mbsinit): Remove define.
23017         Add libc_hidden_ver (__fnmatch, fnmatch).
23018         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23019         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23020
23021 2004-01-14  Karl Berry  <karl@gnu.org>
23022
23023         * config/install-sh: update from automake.
23024
23025 2004-01-13  Karl Berry  <karl@gnu.org>
23026
23027         * config/install-sh: update from automake.
23028
23029 2004-01-09  Karl Berry  <karl@gnu.org>
23030
23031         * config/install-sh: update from automake.
23032
23033 2004-01-05  Karl Berry  <karl@gnu.org>
23034
23035         * config/config.{sub,guess}: update from config.
23036
23037 2003-12-31  Karl Berry  <karl@gnu.org>
23038
23039         * config/depcomp: update from automake.
23040
23041 2003-12-14  Karl Berry  <karl@gnu.org>
23042
23043         * lib/config.charset: update from gettext-runtime.
23044
23045 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23046
23047         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23048         Bug reported by Alfred M. Szmidt.
23049
23050 2003-12-03  Bruno Haible  <bruno@clisp.org>
23051
23052         * m4/gettext.m4: Upgrade from gettext-0.13.
23053         * m4/po.m4: Upgrade from gettext-0.13.
23054         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23055         * m4/intmax.m4: New file, from gettext-0.13.
23056         * m4/printf-posix.m4: New file, from gettext-0.13.
23057
23058 2003-11-29  Karl Berry  <karl@gnu.org>
23059
23060         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23061
23062 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23063             Bruno Haible  <bruno@clisp.org>
23064
23065         * lib/printf-parse.h: Don't include sys/types.h.
23066         (ARG_NONE): New macro.
23067         (char_directive): Change type of *arg_index fields to size_t.
23068         * lib/printf-parse.c: Don't include sys/types.h.
23069         (SSIZE_MAX): Remove macro.
23070         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23071         Remove unnecessary overflow check.
23072         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23073         fields.
23074
23075 2003-11-25  Bruno Haible  <bruno@clisp.org>
23076
23077         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23078
23079 2003-11-25  Bruno Haible  <bruno@clisp.org>
23080
23081         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23082         gt_TYPE_SSIZE_T.
23083
23084 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23085
23086         * modules/alloca: Remove dependency on xalloc.
23087
23088 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23089
23090         * lib/alloca.c: Remove dependency on xalloc module.
23091         (xalloc_die): Remove.
23092         (memory_full) [!defined emacs]: New macro.
23093         [!defined emacs]: Don't include xalloc.h.
23094         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23095         address arithmetic overflows.  Change datatypes a bit to avoid
23096         unnecessary casts.
23097
23098 2003-11-22  Jim Meyering  <jim@meyering.net>
23099
23100         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23101         s/size/size_t/.
23102
23103 2003-11-21  Karl Berry  <karl@gnu.org>
23104
23105         * config/config.{sub,guess}: update from config.
23106
23107 2003-11-18  Karl Berry  <karl@gnu.org>
23108
23109         * config/config.{sub,guess}: update from config.
23110
23111         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23112
23113 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23114
23115         * README: Mention that S+T cannot overflow if S is the size of
23116         an existing object and T is sufficiently small.
23117
23118 2003-11-17  Jim Meyering  <jim@meyering.net>
23119
23120         On systems without utime and without a utimes function capable of
23121         dealing with a NULL struct utimbuf* argument, this utime replacement
23122         could -- in unusual circumstances -- leak a file descriptor.
23123         * lib/utime.c: Include <unistd.h> and <errno.h>.
23124         (utime_null): Be sure to close `fd' and to preserve errno.
23125         Reported by Geoff Collyer via Arnold Robbins.
23126
23127 2003-11-17  Bruno Haible  <bruno@clisp.org>
23128
23129         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23130         (Depends-on): Add xsize.
23131
23132 2003-11-17  Bruno Haible  <bruno@clisp.org>
23133
23134         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23135
23136 2003-11-17  Bruno Haible  <bruno@clisp.org>
23137
23138         * lib/vasnprintf.c (alloca): Remove fallback definition.
23139         (freea): Remove definition.
23140         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23141         Reported by Paul Eggert.
23142
23143 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23144             Bruno Haible  <bruno@clisp.org>
23145
23146         Protect against address arithmetic overflow.
23147         * lib/printf-args.h: Include stddef.h.
23148         (arguments): Change type of field 'count' to size_t.
23149         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23150         'unsigned int' where appropriate.
23151         * lib/printf-parse.h: Include sys/types.h.
23152         (char_directive): Change type of *arg_index fields to ssize_t.
23153         (char_directives): Change type of fields 'count', max_*_length to
23154         size_t.
23155         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23156         (SSIZE_MAX): Define fallback value.
23157         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23158         instead of 'int' where appropriate. Check a_allocated, d_allocated
23159         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23160         * lib/vasnprintf.c: Include xsize.h.
23161         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23162         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23163         overflow. Avoid wraparound when converting a width or precision from
23164         decimal to binary.
23165
23166 2003-11-16  Bruno Haible  <bruno@clisp.org>
23167
23168         Update from GNU gettext.
23169         * lib/printf-parse.c: Generalize to it can be compiled for wide
23170         strings.
23171         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23172         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23173         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23174         SNPRINTF): New macros.
23175         Don't include <alloca.h> if the file is used inside libintl.
23176         (local_wcslen): New function, for Solaris 2.5.1.
23177         (VASNPRINTF): Use it instead of wcslen.
23178
23179 2003-11-16  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/xsize.h (xmax): New function.
23182         (xsum, xsum3, xsum4): Declare as "pure" functions.
23183
23184 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23185
23186         * modules/xalloc (Files): Undo latest change, since xalloc.h
23187         no longer needs SIZE_MAX or PTRDIFF_MAX.
23188
23189 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23190
23191         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23192         gl_PTRDIFF_MAX.
23193
23194 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23195
23196         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23197         "return", to pacify some unknown compiler.  Problem reported
23198         by Joerg Schilling.
23199
23200 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23201
23202         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23203         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23204         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23205         heuristic is just as accurate as far as we know, and it removes a
23206         dependency on size_max.m4 and ptrdiff_max.m4.
23207
23208 2003-11-11  Bruno Haible  <bruno@clisp.org>
23209
23210         * modules/xsize (Files): Add m4/size_max.m4.
23211         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23212
23213 2003-11-11  Bruno Haible  <bruno@clisp.org>
23214
23215         * m4/size_max.m4: New file.
23216         * m4/ptrdiff_max.m4: New file.
23217         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23218         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23219         (gl_XALLOC): Invoke it.
23220
23221 2003-11-11  Bruno Haible  <bruno@clisp.org>
23222
23223         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23224         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23225         defined.
23226
23227 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23228
23229         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23230         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23231         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23232         From Bruno Haible.
23233         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23234         not (size_t) -1, since it's defined here.
23235
23236 2003-11-09  Karl Berry  <karl@gnu.org>
23237
23238         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23239
23240 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23241
23242         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23243         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23244         Reject sizes of exactly SIZE_MAX bytes.
23245         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23246         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23247
23248 2003-11-05  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23251         SIZE_MAX defined in <limits.h> on Solaris.
23252
23253 2003-11-04  Jim Meyering  <jim@meyering.net>
23254
23255         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23256         variable names, rather than @VAR@.
23257         * modules/poll: Likewise.
23258
23259 2003-11-04  Bruno Haible  <bruno@clisp.org>
23260
23261         * modules/xsize: New file.
23262         * modules/linebreak: Depend on xsize.
23263         * MODULES.html.sh (func_all_modules): Add xsize.
23264
23265 2003-11-04  Bruno Haible  <bruno@clisp.org>
23266
23267         * m4/xsize.m4: New file.
23268
23269 2003-11-04  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/xsize.h: New file.
23272         * lib/linebreak.c: Include xsize.h.
23273         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23274         argument for overflow.
23275         Suggested by Paul Eggert.
23276
23277 2003-11-03  Karl Berry  <karl@gnu.org>
23278
23279         * config/config.{guess,sub}: update from config.
23280
23281 2003-11-03  Jim Meyering  <jim@meyering.net>
23282
23283         * modules/userspec (lib_SOURCES): Add userspec.h.
23284         (Include): Add "userspec.h".
23285         Improve description.
23286
23287 2003-11-03  Jim Meyering  <jim@meyering.net>
23288
23289         * lib/userspec.c: Include "userspec.h".
23290         * lib/userspec.h: New file.
23291
23292 2003-11-03  Bruno Haible  <bruno@clisp.org>
23293
23294         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23295
23296 2003-11-03  Bruno Haible  <bruno@clisp.org>
23297
23298         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23299         available, to avoid (extremely rare) race condition.
23300         Suggested by Paul Eggert.
23301
23302 2003-11-02  Karl Berry  <karl@gnu.org>
23303
23304         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23305
23306 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23307
23308         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23309         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23310         (read_filesystem_list): Set and use me_type_malloced.
23311         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23312         whatever the type happens to be), for brevity and consistency.
23313         Check for size calculation overflow on Alphas running OSF/1.
23314
23315 2003-10-31  Jim Meyering  <jim@meyering.net>
23316
23317         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23318
23319         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23320
23321 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23322             Bruno Haible  <bruno@clisp.org>
23323
23324         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23325         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23326
23327 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23328
23329         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23330         netbsd*-gnu*.  Suggested by Robert Millan.
23331
23332 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23333
23334         * modules/group-member: Depend on stdbool.
23335
23336 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23337
23338         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23339
23340 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23341
23342         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23343         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23344         after the 'gnu' in these cases.  This fixes some bugs in the
23345         previous change, and is based on suggestions by Robert Millan.
23346
23347 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23348
23349         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23350         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23351         no longer needed.
23352         * lib/quotearg.c (quotearg_n_options): Use it.
23353         * lib/group-member.c: Include <stdbool.h>.
23354         (free_group_info): Arg is now const *; don't free arg.
23355         (get_group_info): Now returns bool and accepts struct group_info *,
23356         rather than returning a malloc'ed struct group_info *.
23357         All uses changed.  Check for overflow in internal size calculation.
23358
23359         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23360         rather than xmalloc/xrealloc.
23361         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23362         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23363         conformance bug: the old code used a pointer after freeing the
23364         storage that it addressed.
23365         * lib/hash.c (hash_initialize): Simplify the code by using
23366         xalloc_oversized rather than doing it by hand.
23367         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23368         the buffer preserved.  Use free and xmalloc instead.
23369         * lib/quotearg.c (quotearg_n_options): Likewise.
23370         Use a simpler test for size overflow.  Don't use xalloc_oversized
23371         because unsigned int might be wider than size_t (!); this suggests
23372         that we should switch from unsigned int to size_t for slot numbers.
23373
23374 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23375
23376         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23377         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23378         NetBSD kernels.  Requested by Richard Stallman.
23379
23380 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23381
23382         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23383         to allocate the returned structure.  Do not allocate a subarray,
23384         as x2nrealloc will do that.
23385         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23386         instead of xnrealloc.
23387         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23388
23389 2003-10-27  Bruno Haible  <bruno@clisp.org>
23390
23391         * lib/stdbool_.h: Better support for BeOS.
23392
23393 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23394
23395         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23396         now uses inline.
23397
23398 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23399
23400         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23401         callers that want to do their own size-overflow checking.  Include
23402         <stdbool.h>, since xalloc_oversized returns bool.
23403         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23404         to use xalloc_oversized.
23405
23406         Add two functions x2realloc, x2nrealloc, for programs that grow
23407         arrays dynamically by doubling their sizes.
23408         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23409         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23410         New functions.
23411
23412         Port to C99 semantics for 'inline' of external functions.
23413         Bug reported by Bruno Haible.
23414         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23415         with the old contents of xnmalloc.
23416         (xnmalloc, xmalloc): Use it.
23417         (xnrealloc_inline): New static inline function,
23418         with the old contents of xnrealloc.
23419         (xnrealloc, xrealloc): Use it.
23420
23421         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23422         that.
23423
23424 2003-10-26  Karl Berry  <karl@gnu.org>
23425
23426         * config/srclist.txt (COPYING.DOC): no longer available from
23427         /gd/gnuorg; don't know where the ultimate source is.
23428
23429 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23430
23431         Fix several address-calculation bugs in the hash modules,
23432         plus some minor code cleanup.
23433
23434         * lib/hash.h: Include <stdbool.h>, for bool.
23435         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23436         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23437         hash_get_n_entries, hash_get_max_bucket_length,
23438         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23439         hash_rehash): Use size_t rather than unsigned.
23440         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23441         hash_get_n_buckets_used, hash_get_n_entries,
23442         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23443         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23444         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23445         Likewise.
23446         (SIZE_MAX): Define if not defined.
23447         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23448         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23449         hash_print):
23450         Use const * when possible.
23451         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23452         (check_tuning): Fix bug: if tuning parameters were very close to
23453         0 or 1, rounding errors could have caused subscript violations.
23454         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23455         (hash_initialize): Add 'fail:' label
23456         to free table and return NULL, and use it to simplify code.
23457         Use calloc rather than clearing the storage ourself.
23458         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23459         buffer size calculations.
23460         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23461         Include <stddef.h>, for size_t.
23462         * lib/hash-pjw.c (hash_pjw): Likewise.
23463         Switch to method described by Bruno Haible.
23464         Include <limits.h>, for CHAR_BIT.
23465         (SIZE_BITS): New macro.
23466
23467 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23468
23469         * m4/getline.m4 (AM_FUNC_GETLINE):
23470         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23471         hosts.  Problem reported by Derek Robert Price in
23472         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23473         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23474         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23475
23476 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23477
23478         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23479         ceiling the allocation at NMAX bytes rather than silently
23480         discarding input bytes before NMAX is reached.  This makes
23481         a difference only if NMAX exceeds SIZE_MAX / 2.
23482
23483         * lib/obstack.c: Merge from glibc.
23484         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23485         Add libc_hidden_def (_obstack_newchunk).
23486         (_obstack_free) [! defined _LIBC]: Remove.
23487         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23488         a clone of the function body.
23489         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23490         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23491
23492         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23493         glibc.
23494         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23495         arg to memcpy.
23496
23497         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23498         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23499         Don't use lvalue casts, as GCC plans to remove support for them
23500         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23501         was also present in the non-GCC version, indicating that this
23502         code had always been buggy and had never been widely used.
23503         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23504         Use the fast variant of each macro, rather than copying the
23505         definiens of the fast variant; that way, we'll be more likely to
23506         catch future bugs in the fast variants.
23507
23508 2003-10-20  Bruno Haible  <bruno@clisp.org>
23509
23510         * modules/wait-process: New file.
23511         * MODULES.html.sh (func_all_modules): Add wait-process.
23512
23513 2003-10-20  Bruno Haible  <bruno@clisp.org>
23514
23515         * m4/wait-process.m4: New file.
23516
23517 2003-10-20  Bruno Haible  <bruno@clisp.org>
23518
23519         * lib/wait-process.h: New file, from GNU gettext.
23520         * lib/wait-process.c: New file, from GNU gettext.
23521
23522 2003-10-19  Jim Meyering  <jim@meyering.net>
23523
23524         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23525         HPUX 10.20.
23526
23527 2003-10-18  Karl Berry  <karl@gnu.org>
23528
23529         * config/config.guess: update from config.
23530
23531 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23532
23533         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23534         (getgroups): First arg is int, not size_t.
23535         Don't let 'free' mangle errno.
23536
23537 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23538
23539         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23540
23541 2003-10-16  Karl Berry  <karl@gnu.org>
23542
23543         * config/config.{guess,sub}: update from config.
23544
23545 2003-10-16  Jim Meyering  <jim@meyering.net>
23546
23547         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23548         memcpy.
23549
23550 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23551
23552         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23553         (SIZE_MAX): Remove.
23554         (new_exclude, add_exclude_file): Initial size no longer needs to
23555         be a power of 2.
23556         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23557         our own address arithmetic overflow checking.
23558
23559         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23560         (fnmatch): Do not alloca more than 2000 wide characters;
23561         instead, use malloc for large buffers.
23562         Check for address arithmetic overflow, and return -1
23563         with errno set to ENOMEM in that case.
23564         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23565         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23566         instead, return -1.  Check for address arithmetic overflow.
23567
23568 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23569
23570         Handle invalid suffixes and overflow independently, so that
23571         callers can treat them independently as needed.  Fix some bugs in
23572         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23573         suffix for a human-readable blocksize.  The major caller-visible
23574         change is the addition of a new
23575         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23576         that both overflow and suffix chars were found.
23577
23578         * lib/human.c (humblock): Don't check separately for invalid suffix
23579         char; that is xstrtoumax's job (now that its bug is fixed).
23580         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23581         INTMAX_MAX]: New macros.
23582         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23583         TYPE_MAXIMUM): New macros.
23584         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23585         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23586         if overflow occurs, as it's what __strtol does and it's more useful
23587         in practice.
23588         (__xstrtol): If __strtol reports some error other than ERANGE,
23589         reflect it to the caller as LONGINT_INVALID.  If it reports
23590         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23591         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23592         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23593         value.
23594         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23595         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23596         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23597         [defined UINTMAX_MAX]: New macros.
23598
23599 2003-10-14  Bruno Haible  <bruno@clisp.org>
23600
23601         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23602
23603 2003-10-14  Bruno Haible  <bruno@clisp.org>
23604
23605         * m4/sig_atomic_t: New file, from GNU gettext.
23606         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23607
23608 2003-10-14  Bruno Haible  <bruno@clisp.org>
23609
23610         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23611         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23612         Also use volatile where needed.
23613
23614 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23615
23616         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23617         Change maintainer from Bruno Haible to 'all'.
23618
23619 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23620
23621         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23622
23623 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23624
23625         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23626         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23627         and define in terms of the other primitives.
23628         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23629         (SIZE_MAX): Define if not already defined.
23630         (array_size_overflow): New function.
23631         (xalloc_die): Abort instead of exiting if 'error' returns.
23632         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23633         (xmalloc, xrealloc): Use them.
23634         (xcalloc): Check for address arithmetic overflow.
23635         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23636         a bit faster than strcpy.
23637
23638 2003-10-10  Simon Josefsson  <jas@extundo.com>
23639
23640         * modules/argp (Depends-on): Add restrict and strcase.
23641
23642 2003-10-10  Simon Josefsson  <jas@extundo.com>
23643
23644         * m4/argp.m4: Add AC_C_INLINE.
23645
23646 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23647
23648         Merge getpass from libc, plus a few fixes.
23649
23650         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23651         Include <stdbool.h>.
23652         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23653         __fsetlocking to empty.
23654         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23655         do include <bits/libc-lock.h>.
23656         Do not include <fcntl.h>; not needed.
23657         [_LIBC]: Include <wchar.h>.
23658         (NOTCANCEL_MODE): New macro.
23659         (flockfile, funlockfile) [_LIBC]: New macros.
23660         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23661         [!_LIBC]: New macros.
23662         (call_fclose): New function.
23663         (getpass): Use it.  Save tty stream separately; this simplifies the
23664         code and makes it more reliable if stdin happens to equal stdout.
23665         Invoke __fsetlocking on tty.
23666         Handle thread cancellation if needed.
23667         Namespace cleanup (use __tcgetattr, __getline).
23668         Use bool for Booleans.
23669         [USE_IN_LIBIO]: Handle wide streams.
23670         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23671         stream might go where.
23672
23673         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23674         doesn't have to include <stdio.h> before us.
23675         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23676         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23677         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23678         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23679         if not declared, so that we can use getpass.c code from libc without
23680         rewriting it.
23681         (flockfile, ftrylockfile, funlockfile): New macros.
23682
23683 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23684
23685         * modules/getpass: Depend on stdbool.
23686
23687 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23688
23689         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23690
23691 2003-10-07  Karl Berry  <karl@gnu.org>
23692
23693         * config/config.{guess,sub}: update from config.
23694
23695 2003-10-06  Jim Meyering  <jim@meyering.net>
23696             Bruno Haible  <bruno@clisp.org>
23697
23698         This lets translators provide better translations for the
23699         "Written by ..." part of --version output.
23700         * lib/version-etc.h: Include stdarg.h.
23701         (version_etc_copyright): Declare as readonly.
23702         (version_etc): Make this function variadic with a NULL-terminated list
23703         of author name strings.
23704         (version_etc_va): New declaration.
23705         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23706         (version_etc_copyright): Declare as readonly.
23707         (version_etc_va): New function. Provide a different translatable string
23708         for each possible number of authors < 10. Abbreviate when there are 10
23709         authors or more.
23710         (version_etc): Make this function variadic. Call version_etc_va.
23711         Suggestion from Gary V. Vaughan.
23712
23713         * lib/long-options.h (parse_long_options): Change prototype: the
23714         authors string is moved to the end and becomes variadic.
23715         * lib/long-options.c: Include stdarg.h.
23716         (parse_long_options): Make this function variadic, too.
23717         Call version_etc_va, not version_etc.
23718
23719 2003-10-06  Bruno Haible  <bruno@clisp.org>
23720
23721         * modules/version-etc-2: Remove file.
23722         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23723
23724 2003-10-06  Bruno Haible  <bruno@clisp.org>
23725
23726         * modules/fatal-signal: New file.
23727         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23728
23729 2003-10-06  Bruno Haible  <bruno@clisp.org>
23730
23731         * m4/fatal-signal.m4: New file.
23732         * m4/signalblocking.m4: New file, from GNU gettext.
23733
23734 2003-10-06  Bruno Haible  <bruno@clisp.org>
23735
23736         * lib/version-etc-2.h: Remove file.
23737         * lib/version-etc-2.c: Remove file.
23738
23739 2003-10-06  Bruno Haible  <bruno@clisp.org>
23740
23741         * lib/fatal-signal.h: New file, from GNU gettext.
23742         * lib/fatal-signal.c: New file, from GNU gettext.
23743
23744 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23745
23746         * README: Rework advice for preventing empty .o files.
23747         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23748         not <sys/types.h>.
23749
23750 2003-10-04  Karl Berry  <karl@gnu.org>
23751
23752         * lib/argp*: update from libc.
23753
23754 2003-10-04  Karl Berry  <karl@gnu.org>
23755
23756         * config/config.{guess,sub}: update from config.
23757
23758 2003-10-02  Bruno Haible  <bruno@clisp.org>
23759
23760         * modules/lchown (Include): Add lchown.h.
23761         * modules/time_r (Include): Use "..." syntax.
23762         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23763
23764 2003-10-01  Simon Josefsson  <jas@extundo.com>
23765
23766         * MODULES.html.sh (func_all_modules): Move gethostname from section
23767         'based on' to section 'lacking' POSIX:2001.
23768
23769 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23770
23771         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23772         to output mode on the same stream.
23773
23774 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23775
23776         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23777         Fix arg typo in previous patch.
23778
23779 2003-09-28  Jim Meyering  <jim@meyering.net>
23780
23781         * lib/error.c: Correct cpp indentation.
23782
23783 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23784
23785         * modules/free: New file.
23786
23787 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23788
23789         * m4/free.m4: New file.
23790
23791 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23792
23793         * lib/minmax.h (MIN, MAX)
23794         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23795         Omit the special code that used __typeof__, since we worry that
23796         it could be more trouble than it's worth.  See:
23797         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23798         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23799
23800         * lib/free.c: New file.
23801
23802 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23803
23804         Trivial fixes to Makefile.am parts of module listings.
23805         * modules/strstr: Append strstr.h to lib_SOURCES.
23806         * modules/strcase: Likewise, for strcase.h.
23807
23808 2003-09-27  Karl Berry  <karl@gnu.org>
23809
23810         * config/mkinstalldirs: update from automake.
23811
23812 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23813
23814         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23815         (error_tail): Do not loop, reallocating temporary buffer, since
23816         the output cannot contain more wide characters than the input
23817         contains bytes, the size must be big enough already.  This avoids
23818         one potential size overflow calculation.  Check for size overflow
23819         when calculating temporary buffer size.  Free temporary buffer
23820         when done, if it was allocated with malloc; this plugs a memory
23821         leak.  Remove casts from void * to pointers, that are no longer
23822         needed now that we're assuming C89 or better.
23823
23824         Merge error changes from glibc.
23825
23826         * lib/error.c, error.h: Update copyright notice header to match glibc.
23827         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23828         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23829         Disable cancellation while printing error.
23830         * lib/error.h: Prepend __ to parameter names.
23831
23832 2003-09-26  Jim Meyering  <jim@meyering.net>
23833
23834         * lib/error.c (error_tail): Move some declarations
23835         into inner scope where the local variables are used.
23836
23837 2003-09-26  Bruno Haible  <bruno@clisp.org>
23838
23839         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23840         stpncpy().
23841         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23842
23843 2003-09-26  Bruno Haible  <bruno@clisp.org>
23844
23845         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23846         (stpncpy): Define as alias for gnu_stpncpy.
23847         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23848
23849 2003-09-25  Simon Josefsson  <jas@extundo.com>
23850
23851         * lib/xgetdomainname.h: New file.
23852         * lib/xgetdomainname.c: New file.
23853
23854 2003-09-25  Simon Josefsson  <jas@extundo.com>
23855             Bruno Haible  <bruno@clisp.org>
23856
23857         * modules/getdomainname: New file.
23858         * modules/xgetdomainname: New file.
23859         * MODULES.html.sh (func_all_modules): Add getdomainname,
23860         xgetdomainname.
23861
23862 2003-09-25  Simon Josefsson  <jas@extundo.com>
23863             Bruno Haible  <bruno@clisp.org>
23864
23865         * m4/getdomainname.m4: New file.
23866
23867 2003-09-25  Simon Josefsson  <jas@extundo.com>
23868             Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/getdomainname.h: New file.
23871         * lib/getdomainname.c: New file.
23872
23873 2003-09-25  Karl Berry  <karl@gnu.org>
23874
23875         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23876
23877 2003-09-25  Karl Berry  <karl@gnu.org>
23878
23879         * config/install-sh: update from automake.
23880
23881 2003-09-25  Bruno Haible  <bruno@clisp.org>
23882
23883         * modules/version-etc-2: New file, from modules/version-etc with
23884         modifications.
23885         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23886
23887 2003-09-25  Bruno Haible  <bruno@clisp.org>
23888
23889         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23890         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23891
23892 2003-09-24  Simon Josefsson  <jas@extundo.com>
23893
23894         * modules/xgethostname: Add xgethostname.h.
23895
23896 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23897
23898         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23899         the buffer associated with the argument.  Bug reported by
23900         Simon Josefsson.
23901
23902 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23903
23904         * README: Document assumptions that 'int' is at least 32 bits
23905         wide, that integer arithmetic is 2's complement without overflow,
23906         that there are no holes in integer values, that adding sizes of
23907         two nonoverlapping objects can't overflow, and that all-bits-zero
23908         yields scalar zero.  Fix spelling and capitalization typos.
23909
23910 2003-09-19  Karl Berry  <karl@gnu.org>
23911
23912         * lib/argp.h: update from libc.
23913
23914 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23915
23916         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23917         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23918         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23919
23920 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23921
23922         * gnulib-tool: Use "test -h", not "test -L", for portability
23923         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23924         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23925         (sed_extract_prog): Issue s commands one-by-one, rather than
23926         using \| in one s command.
23927
23928 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23929
23930         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23931         input error, instead of returning NULL the next time we are called
23932         (and therefore losing track of errno).
23933
23934 2003-09-16  Bruno Haible  <bruno@clisp.org>
23935
23936         * gnulib-tool (func_create_testdir): Warn about duplicated
23937         dependencies.
23938
23939 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23940
23941         * modules/argmatch, modules/fatal, modules/obstack,
23942         modules/xalloc, modules/xgethostname: Sort dependencies by
23943         importance, not alphabetically.
23944
23945 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23946
23947         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23948         fails, so that the caller gets the proper errno.
23949
23950         * lib/readutmp.c (read_utmp): Likewise.
23951         Check for fstat error.  Close stream and free storage
23952         when failing.
23953
23954 2003-09-14  Karl Berry  <karl@gnu.org>
23955
23956         * config/srclist.txt (strdup.c): disable for c89 changes.
23957
23958 2003-09-14  Jim Meyering  <jim@meyering.net>
23959
23960         * lib/getloadavg.c: Correct cpp indentation.
23961         * lib/strdup.c: Likewise.
23962         * lib/vasnprintf.c: Likewise.
23963
23964 2003-09-14  Bruno Haible  <bruno@clisp.org>
23965
23966         * modules/fwriteerror: New file.
23967         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23968
23969 2003-09-14  Bruno Haible  <bruno@clisp.org>
23970
23971         * lib/fwriteerror.h: New file.
23972         * lib/fwriteerror.c: New file.
23973
23974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23975
23976         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23977         modules/xgethostname, modules/xalloc: Depend on exit.
23978
23979 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23980
23981         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23982
23983         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23984         and AC_MINIX, too, so that their extensions are available.
23985
23986         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23987         This macro has been superseded by gl_BACKUPFILE.
23988
23989         More patches to assume C89 or better.
23990
23991         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23992
23993         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23994         unconditionally.
23995         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23996         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23997         Include <string.h>, <stdlib.h> unconditionally.
23998         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23999         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24000         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24001         headers or for string.h.
24002         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24003         or strtoul.
24004
24005         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24006         headers.
24007         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24008         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24009         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24010         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24011         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24012         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24013         memcpy, memset.
24014         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24015         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24016         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24017         strtol.
24018         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24019         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24020         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24021         strtoul.
24022
24023 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24024
24025         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24026         * lib/obstack.c [!defined _LIBC]: Likewise.
24027         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24028         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24029         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24030
24031         More changes to assume C89 or better.
24032
24033         * lib/error.c (error_tail): Assume vprintf.
24034
24035         * lib/argmatch.c (getenv): Remove decl.
24036         * lib/progreloc.c (get_full_program_name): Define via prototype.
24037         * lib/setenv.c (clearenv): Likewise.
24038         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24039         needed.
24040         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24041         (malloc, memcpy): Remove decls.
24042         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24043         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24044         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24045         (memcpy): Remove macro.
24046         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24047         (__P): Remove.  All uses removed.
24048         (PTR): Remove.  All uses changed to void *.
24049         (CHAR_BIT, NULL): Remove.
24050         (spaces, zeros, memset_space, memset_zero)
24051         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24052         Remove.
24053         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24054         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24055         Define with prototype.
24056         Remove now-unnecessary prototype decl.
24057         (extra_args_spec): Assume ANSI C.  All uses changed.
24058         (extra_args_spec_iso): Remove.
24059         (my_strftime, emacs_strftimeu): Define via prototype.
24060         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24061         unconditionally.
24062         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24063         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24064         (strtoul, strtol): Remove decls.
24065         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24066         LONG_MAX): Remove.
24067         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24068         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24069         (LOCALE_PARAM_PROTO): New macro.
24070         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24071         (INTERNAL (strtol), strtol): Define with a prototype.
24072         (PARAMS): Remove.  All uses removed.
24073         * lib/tempname.c: Include <string.h> unconditionally.
24074         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24075         * lib/xgethostname.c (main): Define with a prototype.
24076         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24077         Include <stdlib.h> unconditionally.
24078         (calloc, malloc, realloc, free): Remove decls.
24079         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24080         Include <stdlib.h> unconditionally.  Sort include file names.
24081         (strtod): Remove.
24082         (xstrtod): Define with a prototype.
24083         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24084         (strtol, strtoul): Remove decls.
24085
24086 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24087
24088         More patches to assume C89 or better.
24089         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24090         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24091         string.h, memchr, STDC_HEADERS.
24092
24093 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24094
24095         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24096         Include <stdlib.h>, <string.h> unconditionally.
24097         Remove now-unnecessary cast to char *.
24098         * lib/strnlen.c: Include <string.h> unconditionally.
24099         * lib/yesno.c (yesno): Define with a prototype.
24100
24101 2003-09-11  Bruno Haible  <bruno@clisp.org>
24102
24103         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24104
24105 2003-09-10  Jim Meyering  <jim@meyering.net>
24106
24107         * lib/error.c: Correct indentation of cpp directives.
24108
24109 2003-09-10  Bruno Haible  <bruno@clisp.org>
24110
24111         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24112         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24113         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24114         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24115         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24116         <stdlib.h> and <string.h> checks.
24117         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24118         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24119
24120 2003-09-10  Bruno Haible  <bruno@clisp.org>
24121
24122         * lib/strcspn.c: Include <string.h> unconditionally.
24123         * lib/strpbrk.c: Include <string.h> unconditionally.
24124         * lib/strstr.c: Include <string.h> unconditionally.
24125         * lib/unicodeio.c: Include <string.h> unconditionally.
24126         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24127         * lib/unsetenv.c: Likewise.
24128         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24129         * lib/yesno.c: Include <stdlib.h> unconditionally.
24130         (rpmatch): Add prototype.
24131
24132 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24133
24134         More patches to assume C89 or better.
24135         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24136         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24137         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24138         or for string.h.
24139         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24140         stdlib.h.
24141         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24142         C headers.
24143         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24144         string.h.
24145         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24146         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24147         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24148         or for string.h.
24149         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24150         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24151         C headers.
24152         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24153         memcpy.
24154         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24155         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24156         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24157         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24158         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24159         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24160         string.h, free.
24161         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24162         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24163         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24164         C headers, or for string.h.
24165         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24166         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24167         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24168         headers, memory.h, stdlib.h, string.h, strings.h.
24169         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24170         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24171         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24172         strchr.
24173         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24174         headers, memory.h, string.h.
24175         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24176         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24177         free.
24178         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24179         headers.
24180         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24181         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24182         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24183         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24184         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24185
24186 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24187
24188         More K&R removal.
24189
24190         * lib/acosl.c (main): Use a prototype.
24191         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24192         tanl.c: Likewise.
24193
24194         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24195
24196         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24197         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24198         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24199         with a prototype.
24200         * lib/getopt.c (const): Remove macro.
24201         Include <string.h> unconditionally.
24202         (my_index): Remove; all uses changed to strchr.
24203         (strlen): Remove decl.
24204         (exchange): Remove forward decl; no longer needed.
24205         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24206         Define with prototype.
24207         * lib/getopt1.c (const): Remove macro.
24208         (getopt_long, getopt_long_only, main): Define with prototype.
24209
24210         * lib/getugroups.c: Include <string.h> unconditionally.
24211
24212         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24213         (getusershell, setusershell, endusershell, readname, main):
24214         Define with prototypes.
24215
24216         * lib/group-member.c: Include group-member.h first.
24217         Include <stdlib.h> unconditionally.
24218
24219         * lib/hard-locale.c: Include hard-locale.h first.
24220         Include <stdlib.h>, <string.h> unconditionally.
24221
24222         * lib/hash.c (free, malloc): Remove decls.
24223         Include <stdlib.h> unconditionally.
24224
24225         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24226         (getenv): Do not declare.
24227
24228         * lib/idcache.c: Include <string.h> unconditionally.
24229
24230         * lib/long-options.c: Include long-options.h first, to test interface.
24231         Include <stdlib.h> unconditionally.
24232
24233         * lib/makepath.c: Include makepath.h first, to test interface.
24234         Include <stdlib.h> and <string.h> unconditionally.
24235
24236         * lib/linebuffer.c: Include <stdlib.h>.
24237         (free): Remove decl.
24238
24239         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24240         stddef.h. rpl_malloc returns void *, not char *.
24241         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24242         prototype.
24243
24244         * lib/md5.h: Include <limits.h> unconditionally.
24245         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24246         (__P): Remove; all uses removed.
24247         * lib/md5.c: Include "md5.h" first.
24248         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24249         md5_buffer, md5_process_bytes, md5_process_block):
24250         Define with prototypes.
24251         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24252         * lib/sha.c: Include "sha.h" first.
24253         Include <stdlib.h>, <string.h> unconditionally.
24254
24255         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24256         * lib/memcmp.c (__ptr_t): Likewise.
24257         * lib/memrchr.c (__ptr_t): Likewise.
24258         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24259         Include <string.h> unconditionally.
24260         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24261         * lib/memchr.c: Include <stdlib.h> unconditionally.
24262         * lib/memchr.c (LONG_MAX): Remove.
24263         * lib/memrchr.c (LONG_MAX): Likewise.
24264         * lib/memchr.c (__memchr): Define via a prototype.
24265         * lib/memrchr.c (__memrchr): Likewise.
24266         * lib/memcmp.c (__P): Remove, and remove all uses.
24267         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24268         Remove forward decls; no longer needed.
24269         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24270         Use types required by C89 in prototype.
24271
24272         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24273         * lib/savedir.c: Likewise.
24274         * lib/mkdir.c (free): Remove decl.
24275         * lib/rmdir.c (rmdir): Define with a prototype.
24276         * lib/savedir.c: Include savedir.h first, to test interface.
24277
24278         * lib/mktime.c (STDC_HEADERS): Remove.
24279         Include <stdlib.h>, <string.h> unconditionally.
24280
24281         * lib/modechange.c: Include <stdlib.h> unconditionally.
24282         (malloc): Remove decl.
24283
24284         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24285         (free): Remove decl.
24286
24287         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24288         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24289         (This type really should be intptr_t, but that's a C99ism.)
24290         (_obstack_memcpy): Remove: all uses changed to memcpy.
24291         Include <string.h> unconditionally.
24292         (struct obstack): Assume __STDC__ for types of members
24293         chunkfun, freefun, extra_arg.
24294         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24295         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24296         obstack_begin, obstack_specify_allocation,
24297         obstack_specify_allocation_with_arg, obstack_chunkfun,
24298         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24299         Remove unprototyped decls and the macros that use them.
24300         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24301         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24302         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24303         (defined __STDC__ && __STDC__)]:
24304         Remove nonprototyped code.
24305         Include <stdlib.h> unconditionally.
24306         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24307         _obstack_allocated_p, _obstack_free, obstack_free,
24308         _obstack_memory_used, print_and_abort):
24309         Define using prototypes.
24310         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24311         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24312         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24313         obstack_next_free, obstack_object_size, obstack_room) [0]:
24314         Remove unused, unprototyped code.
24315
24316         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24317
24318         * lib/physmem.c (physmem_total, physmem_available, main): Define
24319         with prototypes.
24320
24321         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24322         (main): Define with a prototype.
24323
24324         * lib/posixver.c (getenv): Remove decl.
24325
24326         * lib/putenv.c (malloc): Returns void *, not char *.
24327         Include <string.h> unconditionally.
24328         (strchr, memcpy, NULL): Do not define.
24329
24330         * lib/readtokens.c: Include readtokens.h first, to test interface.
24331         Include <stdlib.h>, <string.h> unconditionally.
24332         (init_tokenbuffer): Define with a prototype.
24333
24334         * lib/regex.c (PARAMS): Remove.  All uses removed.
24335         All uses of _RE_ARGS removed, too.
24336         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24337         unconditionally.
24338         (bzero): Assume memset exists.
24339         (memcmp, memcpy, NULL): Remove.
24340         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24341         char, or assignments to local vars of type signed char.
24342         (init_syntax_once, PREFIX(extract_number_and_incr),
24343         PREFIX(print_partial_compiled_pattern),
24344         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24345         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24346         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24347         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24348         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24349         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24350         wcs_compile_range, byte_compile_range, truncate_wchar,
24351         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24352         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24353         count_mbs_length, wcs_re_match_2_internal,
24354         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24355         PREFIX(alt_match_null_string_p),
24356         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24357         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24358         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24359         now-unnecessary declaration, if any.
24360         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24361         regcomp, regexec):
24362         Remove now-unnecessary casts among pointer types.
24363         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24364
24365         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24366         (free): Remove decl.
24367
24368         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24369
24370         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24371         (free): Remove decl.
24372
24373         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24374         * lib/xgetcwd.c: Likewise.
24375
24376         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24377         (free): Remove decl.
24378
24379         * lib/strchrnul.c (strchrnul): Define with a prototype.
24380         Fix bug: c_in was not converted to char before searching.
24381
24382         The following changes are not K&R related:
24383
24384         * lib/group-member.h: Include <sys/types.h>, so that this file is
24385         self-contained.
24386         * lib/makepath.h: Likewise.
24387
24388         * lib/getusershell.c (readname, default_index, line_size, readname):
24389         Use size_t, not int, for sizes.
24390         (readname): If the size overflows, report an error instead of
24391         looping forever.
24392
24393 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24394
24395         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24396         libc.
24397
24398 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24399
24400         * README: New section: portability guidelines.
24401
24402 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24403
24404         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24405         C89 spec.
24406
24407 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24408
24409         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24410
24411 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24412
24413         Assume C89 or better; remove K&R cruft.
24414         A few of these changes were first proposed by Derek Robert Price
24415         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24416
24417         * lib/addext.c: Include <string.h> unconditionally.
24418         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24419         Don't declare getenv or malloc.
24420
24421         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24422         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24423         (NULL): Remove.
24424         (find_stack_direction, alloca): Use prototypes.
24425
24426         * lib/atexit.c (atexit): Define using a prototype.
24427
24428         * lib/basename.c, dirname.c, stripslash.c:
24429         Include <string.h> unconditionally.
24430
24431         * lib/bcopy.c: Include <stddef.h>.
24432         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24433
24434         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24435
24436         * lib/error.h (error, error_at_line, error_print_progname)
24437         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24438         * lib/error.c: Include error.h first, to check interface.
24439         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24440         (VA_START): Remove; all uses changeed to va_start.
24441         (exit, strerror): Remove decls.
24442         (error_print_progname): Prototype uncondionally.
24443         Don't include <errno.h>; no longer needed.
24444         (private_strerror): Remove.
24445         (error_tail): Always define.
24446         (error, error_at_line): Assume C89 or better; always use prototypes.
24447         * lib/fatal.c: Include "fatal.h" first, to test interface.
24448         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24449         (VA_START): Remove; all uses changed to va_start.
24450         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24451         this case.
24452         (exit): Remove decl.
24453         (fatal): Prototype unconditionally.  Assume va_start works.
24454         Abort at end, to pacify gcc.
24455
24456         * lib/euidaccess.c (main): Define with a prototype.
24457
24458         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24459
24460         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24461
24462         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24463         prototypes.
24464         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24465         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24466         (getenv): Remove decl.
24467         (fnmatch): Define using a prototype.
24468         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24469         (FCT): Define using a prototype.
24470
24471         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24472
24473         * lib/gethostname.c: Include <stddef.h>.
24474         (gethostname): Define with prototype.  Length is size_t, not int.
24475
24476 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24477
24478         Assume C89 or better; remove K&R cruft.
24479         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24480         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24481         string.h, getenv, malloc.
24482         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24483         headers.
24484         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24485         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24486         do not check for strerror.
24487         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24488         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24489         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24490         do not check for doprnt or vprintf.
24491         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24492         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24493
24494 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24495
24496         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24497         getversion.c should have been removed then, but was accidentally
24498         preserved.
24499
24500         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24501         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24502
24503 2003-09-08  Karl Berry  <karl@gnu.org>
24504
24505         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24506                 config, forget about prep.
24507
24508         * config/depcomp, missing: update from automake.
24509
24510 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24511
24512         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24513         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24514
24515 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24516
24517         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24518         copy_tm_result.  Bug reported by Simon Josefsson in
24519         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24520
24521 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24522
24523         * m4/time_r.m4: New file.
24524         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24525         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24526         is. Check for timegm declaration.
24527         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24528         Do not check for gmtime_r.
24529         Replace mktime if __mktime_internal does not exist and if mktime
24530         hasn't been replaced already.
24531
24532 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24533
24534         * lib/time_r.c, lib/time_r.h: New files.
24535
24536         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24537         __localtime_r.
24538         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24539         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24540
24541         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24542         __gmtime_r.
24543         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24544         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24545         Include <time_r.h>.
24546
24547         * lib/timegm.c: Switch to glibc implementation, with the following
24548         changes:
24549         [defined HAVE_CONFIG_H]: Include <config.h>.
24550         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24551         (__mktime_internal) [!defined _LIBC]: New decl.
24552         (__gmtime_r) [!defined _LIBC]: New macro and function.
24553         (timegm): Use a prototype, since gnulib assumes C89.
24554         Do not bother declaring tmp to be const, as it's not really usefu.
24555         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24556         (timegm): Declare only if HAVE_DECL_TIMEGM.
24557
24558 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24559
24560         * MODULES.html.sh (func_all_modules): Add time_r.
24561         * modules/time_r: New file.
24562         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24563         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24564
24565 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24566
24567         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24568         Bug reported by Lute Kamstra in
24569         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24570
24571         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24572         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24573         course with correspondingly smaller numbers for tomorrow and
24574         yesterday.  From Tadayoshi Funaba.  Originally installed into
24575         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24576         coreutils merge?).
24577
24578 2003-08-31  Simon Josefsson  <jas@extundo.com>
24579
24580         * modules/timegm: New file.
24581         * MODULES.html.sh (func_all_modules): Add timegm.
24582
24583 2003-08-31  Simon Josefsson  <jas@extundo.com>
24584
24585         * m4/timegm.m4: New file.
24586
24587 2003-08-31  Simon Josefsson  <jas@extundo.com>
24588
24589         * lib/timegm.h: New file.
24590         * lib/timegm.c: New file.  Based on
24591         wget-1.8.2/src/http.c:mktime_from_utc.
24592
24593 2003-08-31  Karl Berry  <karl@gnu.org>
24594
24595         * lib/argp.h: update from libc.
24596
24597 2003-08-28  Bruno Haible  <bruno@clisp.org>
24598
24599         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24600         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24601         followed by '#define fnmatch fnmatch_posix' gives an error.
24602
24603 2003-08-28  Bruno Haible  <bruno@clisp.org>
24604
24605         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24606         warning on QNX, which defines O_BINARY to 000000.
24607
24608 2003-08-27  Jim Meyering  <jim@meyering.net>
24609
24610         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24611         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24612         would fail after 32.  Reported by Danny Levinson.  Details here:
24613         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24614
24615 2003-08-24  Bruno Haible  <bruno@clisp.org>
24616
24617         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24618         MSVC7 <stdio.h> is included later.
24619
24620 2003-08-22  Simon Josefsson  <jas@extundo.com>
24621
24622         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24623
24624 2003-08-20  Karl Berry  <karl@gnu.org>
24625
24626         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24627
24628 2003-08-20  Bruno Haible  <bruno@clisp.org>
24629
24630         * modules/progname: New file.
24631         * MODULES.html.sh (func_all_modules): Add progname.
24632
24633 2003-08-20  Bruno Haible  <bruno@clisp.org>
24634
24635         * lib/progname.h: New file, from GNU gettext.
24636         * lib/progname.c: New file, from GNU gettext.
24637         * lib/progreloc.c: New file, from GNU gettext.
24638
24639 2003-08-19  Jim Meyering  <jim@meyering.net>
24640
24641         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24642         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24643
24644 2003-08-19  Bruno Haible  <bruno@clisp.org>
24645
24646         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24647         more.
24648
24649 2003-08-19  Bruno Haible  <bruno@clisp.org>
24650
24651         * lib/xstrdup.c: Assume <string.h> exists.
24652
24653 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24654
24655         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24656         in makefile rules.
24657
24658 2003-08-18  Jim Meyering  <jim@meyering.net>
24659
24660         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24661         * m4/lib-ld.m4: Likewise.
24662
24663 2003-08-18  Jim Meyering  <jim@meyering.net>
24664
24665         * lib/setenv.h: Indent nested cpp directive.
24666         * lib/vasnprintf.c: Remove trailing blanks.
24667
24668 2003-08-17  Simon Josefsson  <jas@extundo.com>
24669
24670         * modules/xstrndup: New file.
24671         * MODULES.html.sh (func_all_modules): Add xstrndup.
24672
24673 2003-08-17  Simon Josefsson  <jas@extundo.com>
24674
24675         * modules/argp: Fix autoconf macro name. Add more dependencies.
24676
24677 2003-08-17  Simon Josefsson  <jas@extundo.com>
24678
24679         * m4/xstrndup.m4: New file.
24680
24681 2003-08-17  Simon Josefsson  <jas@extundo.com>
24682
24683         * m4/argp.m4: New file.
24684
24685 2003-08-17  Simon Josefsson  <jas@extundo.com>
24686             Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/xstrndup.h: New file.
24689         * lib/xstrndup.c: New file.
24690
24691 2003-08-17  Bruno Haible  <bruno@clisp.org>
24692
24693         * modules/strndup (Files, Include): Add lib/strndup.h.
24694
24695 2003-08-17  Bruno Haible  <bruno@clisp.org>
24696
24697         * modules/euidaccess (Files): Add lib/euidaccess.h.
24698
24699 2003-08-17  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/strndup.h: New file.
24702
24703 2003-08-17  Bruno Haible  <bruno@clisp.org>
24704
24705         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24706         like AC_GNU_SOURCE.
24707         * modules/extensions (configure.ac): Comment out the invocation of
24708         gl_USE_SYSTEM_EXTENSIONS.
24709
24710 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24711
24712         Merges from coreutils, etc.
24713         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24714         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24715         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24716         fixing a typo.
24717         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24718         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24719
24720 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24721
24722         Document merge from coreutils.
24723         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24724         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24725         * modules/utime: Add m4/utimes-null.m4.
24726
24727 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24728
24729         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24730         space, undoing this 2003-08-12 change:
24731         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24732
24733 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24734
24735         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24736         strtoul.c from libc, undoing this 2003-08-12 change:
24737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24738
24739 2003-08-16  Jim Meyering  <jim@meyering.net>
24740
24741         Merges from coreutils.
24742         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24743         prefix.  Adjust cache variables similarly.  Create 500 rather than
24744         just 300 files, to exercise bug on Darwin6.5, too.
24745         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24746         $missing_dir.
24747         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24748         AM_SYS_POSIX_TERMIOS.
24749         Reported by mkc@mathdogs.com.
24750         Also change use of $am_cv_sys_posix_termios
24751         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24752         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24753         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24754         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24755         in /proc/mounts until it finds one with matching device number.  This
24756         is unnecessary when the FILE argument *is* a mount point.  No stat call
24757         is necessary in that case.  So, disable the statvfs-testing code on
24758         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24759         as RedHat bug# 84846.
24760         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24761         to 1MB, so as not to render systems with no stack size limit (e.g.,
24762         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24763         Include <unistd.h>.  On some systems,
24764         it is required for the definition of _SC_PAGESIZE.
24765
24766 2003-08-16  Jim Meyering  <jim@meyering.net>
24767
24768         Merge from coreutils.
24769         * lib/xstrtoimax.c: #else #if -> #elif.
24770         * lib/xstrtoumax.c: Likewise.
24771
24772 2003-08-16  Jim Meyering  <jim@meyering.net>
24773
24774         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24775         * m4/utimes.m4: Removed.
24776         * m4/utimes-null.m4: Renamed from utimes.m4.
24777
24778         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24779         to 1MB, so as not to render systems with no stack size limit (e.g.,
24780         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24781         Include <unistd.h>.  On some systems,
24782         it is required for the definition of _SC_PAGESIZE.
24783
24784 2003-08-16  Jim Meyering  <jim@meyering.net>
24785         and Paul Eggert  <eggert@cs.ucla.edu>
24786
24787         Merges from coreutils, etc.
24788
24789         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24790         using the latest version from cvs.  This avoids problems with #line
24791         directives using a vendor (Sun) compiler.
24792         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24793         Don't set GETGROUPS_LIB here; now it's
24794         done via getgroups.m4's wrapper function.
24795         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24796         rather than just in sh-util/configure.in, so that the
24797         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24798         same.
24799         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24800         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24801         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24802         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24803         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24804         Remove code that is now done by the newly-required macros.
24805         Append $(EXEEXT) to DF_PROG.
24806         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24807         Do not invoke or require the following here,
24808         since prereq.m4 or some gnulib .m4 now does this for us:
24809         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24810         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24811         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24812         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24813         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24814         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24815         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24816         AC_FUNC_OBSTACK.
24817         Do not replace the following functions, as this is now the job
24818         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24819         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24820         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24821         atexit getpass, strdup, getpagesize.
24822         Replace 'raise'.
24823         Do not check for the following functions, as this is now the job
24824         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24825         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24826         setregid.
24827         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24828         Check for sys/sysctl.h.
24829         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24830         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24831         of checking for ssize_t ourselves.
24832
24833         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24834         Require every macro that gnulib/modules/* suggests for us.
24835         (jm_PREREQ_ADDEXT): New macro.
24836         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24837         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24838
24839         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24840         (gl_PHYSMEM): Use it.
24841         Also check for `table' function.
24842         Check for new headers and functions.
24843         Add check for sys/sysmp.h.
24844         With suggestions from Kaveh Ghazi.
24845         Ignore headers that are present but cannot be compiled.  This
24846         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24847         C 5.4.
24848
24849 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24850
24851         Document merge from coreutils.
24852         * modules/userspec: Depend on posixver.
24853         * modules/strftime: Depend on tzset.
24854
24855 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24856
24857         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24858         rather than tab, after '#' in shell-script copyright notices.
24859         Suggested by Bruno Haible.
24860
24861 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24862
24863         * config/srclist-update: Use three spaces, rather than tab, after '#'
24864         in shell-script copyright notices.  Suggested by Bruno Haible.
24865         Remove unnecessary parenthesization in regular expression.
24866
24867 2003-08-15  Jim Meyering  <jim@meyering.net>
24868
24869         Merge from coreutils.
24870         * lib/xgethostname.c: Include <stdlib.h>.
24871         (xghostname): Don't exit for anything other than memory-related
24872         failure; just return NULL.
24873         * lib/userspec.c: Include "posixver.h".
24874         (parse_user_spec): Accept `.' as a separator only
24875         in pre-POSIX-200112 mode.
24876         * lib/strtoimax.c: Use #elif rather than #else #if.
24877         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24878         Remove function, now that we can rely on a working tzset function.
24879         [!_LIBC]: Ensure that the required autoconf test has been run.
24880         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24881         Use underlying_strftime for %r.
24882         * lib/sha.c: Merge in some clean-up and optimization changes from
24883         glibc.
24884         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24885         Ensure that it is a multiple of 64.
24886         Rearrange loop exit tests so as to avoid performing an
24887         additional fread after encountering an error or EOF.
24888         * lib/realloc.c: Update copyright date.
24889
24890 2003-08-15  Jim Meyering  <jim@meyering.net>
24891         and Paul Eggert  <eggert@twinsun.com>
24892
24893         Merge from coreutils.
24894         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24895         member but strut utmpx does not.  Needed for AIX 4.3.3.
24896         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24897
24898 2003-08-15  Jim Meyering  <jim@meyering.net>
24899         and Paul Eggert  <eggert@cs.ucla.edu>
24900
24901         Merges from coreutils, etc.
24902         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24903         Require gl_FUNC_TZSET_CLOBBER.
24904         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24905         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24906         members.
24907
24908 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24909
24910         Help the merge from coreutils.
24911         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24912         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24913         * m4/tzset.m4: Use it too.
24914
24915 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24916
24917         * modules/tzset: New file.
24918
24919 2003-08-14  Jim Meyering  <jim@meyering.net>
24920
24921         Merges from coreutils.
24922         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24923         variable names, rather than @FNMATCH_H@.
24924         * modules/alloca: Likewise for $(ALLOCA_H).
24925
24926         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24927         the three copies of the literal target, `fnmatch.h'.
24928         * modules/alloca (alloca.h): Likewise.
24929
24930 2003-08-14  Jim Meyering  <jim@meyering.net>
24931
24932         Merge from coreutils.
24933         * m4/tzset.m4: New file.
24934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24935         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24936         otherwise, AIX 5.1 systems would end up using the latter.
24937         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24938         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24939         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24940         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24941
24942 2003-08-14  Jim Meyering  <jim@meyering.net>
24943
24944         Merge from coreutils.
24945         * lib/obstack.h: Whitespace changes.
24946         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24947         and xcalloc return values.
24948         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24949         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24950         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24951         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24952         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24953         error from mntctl.
24954         Use mntctl's return value to drive the entry-processing loop, since
24955         we can't rely on the value of the vmt_length member in the last
24956         entry.  On some systems doing so could result in exhausting
24957         virtual memory.  Based in part on a patch from Mike Jetzer.
24958
24959 2003-08-14  Jim Meyering  <jim@meyering.net>
24960         and Paul Eggert  <eggert@twinsun.com>
24961
24962         Merges from coreutils, plus other fixes.
24963         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24964         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24965         for credits and details.  Thanks to Kaveh Ghazi for helping
24966         to keep these files in sync.
24967         (ARRAY_SIZE): Define it.
24968         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24969         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24970         (memcasecmp): Don't assume size_t fits in unsigned int.
24971         Remove casts and duplicate code.
24972         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24973         (memcpy): Remove definition.
24974         Merge in some clean-up and optimization changes from glibc.
24975         [BLOCKSIZE]: Move definition to top of file.
24976         Ensure that it is a multiple of 64.
24977         Rearrange loop exit tests so as to avoid performing an
24978         additional fread after encountering an error or EOF.
24979         * lib/md5.h (md5_uintptr): Define.
24980         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24981         return to the initial working directory.  Preserve errno
24982         for caller.
24983         * lib/idcache.c: Include "xalloc.h".
24984         (xmalloc, xrealloc): Remove decls.
24985         (getuser): Remove casts no longer required in C89.
24986         * lib/human.c: Include stdio.h, for sprintf.
24987         * lib/group-member.c: Include "xalloc.h".
24988         (xmalloc, xrealloc): Remove decls.
24989         (get_group_info): Remove casts no longer required in C89.
24990         * lib/getusershell.c (readname): Remove casts no longer required in
24991         C89.
24992         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24993         * lib/getline.c: Whitespace fix, from coreutils.
24994
24995 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24996
24997         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24998         Check for isascii.
24999
25000         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25001         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25002         Undo previous (whitespace-only) change.
25003
25004 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25005
25006         * lib/exclude.c: Include <ctype.h>
25007         (IN_CTYPE_DOMAIN): New macro.
25008         (is_space): New fn.
25009         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25010         and empty lines.
25011
25012         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25013         Undo previous (whitespace-only) change.
25014
25015 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25016
25017         * config/srclist-update: Change update back to the old behavior,
25018         leaving whitespace alone.  Use one 'sed' command rather than a
25019         pipeline.
25020         (fixlicense): Now a variable, not a function.
25021         (remove_trailing_blanks): Remove.
25022         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25023         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25024         Undo previous (whitespace-only) change.
25025
25026 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25027
25028         Merge from coreutils.
25029         * modules/euidaccess: Add lib_SOURCES, include for new
25030         file euidaccess.h
25031
25032 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25033
25034         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25035         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25036         Normalize leading white space and remove trailing white space.
25037
25038         Merge from coreutils
25039         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25040
25041         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25042         0.12.1.  These files are now being upgraded automatically by
25043         ../config/srclist-update.
25044
25045 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25046
25047         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25048         Normalize leading white space and remove trailing white space.
25049         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25050         notice, as per ../config/srclist-update.
25051
25052         Merge from coreutils.
25053         * lib/euidaccess.h: New file.
25054         * lib/euidaccess.c: Include it.
25055         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25056         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25057         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25058
25059 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25060
25061         * config/srclist-update: Add copyright notice.
25062         (remove_id_lines, remove_trailing_blanks): New constants.
25063         (fixfile): Use them to normalize spacing a bit in copied files.
25064         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25065         Normalize leading white space and remove trailing white space.
25066
25067         * config/texinfo.tex: Sync with texinfo.
25068
25069         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25070         strtoul.c from libc, to merge coreutils whitespace changes.
25071
25072         * config/srclist.txt: Get the following m4 files from gettext:
25073         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25074         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25075         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25076         wint_t.m4.
25077
25078 2003-08-12  Karl Berry  <karl@gnu.org>
25079
25080         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25081         been made.
25082
25083 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25084
25085         * modules/gnu-source, m4/gnu-source.m4:
25086         Remove; we're assuming Autoconf 2.54 or later now.
25087         Suggested by Bruno Haible.
25088         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25089
25090 2003-08-11  Bruno Haible  <bruno@clisp.org>
25091
25092         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25093
25094 2003-08-11  Bruno Haible  <bruno@clisp.org>
25095
25096         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25097         (vasnprintf): Use it instead of wcslen.
25098
25099 2003-08-11  Bruno Haible  <bruno@clisp.org>
25100
25101         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25102         value to ensure that _Bool promotes to int. Use #define for _Bool when
25103         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25104
25105 2003-08-10  Karl Berry  <karl@gnu.org>
25106
25107         * lib/regex.h: update from libc (whitespace fix).
25108
25109 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25110
25111         Merge some files from coreutils.  These changes were
25112         originally made by Jim Meyering.
25113         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25114         many older Unixes require this.
25115         * lib/alloca.c (alloca): Remove cast to argument of free;
25116         no longer needed in C89.
25117         * lib/alloca_.h, regex.h: Fix white space to match
25118         what GNU indent does.
25119
25120 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25121
25122         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25123         apparently Emacs's Unicode mode got confused before my 2003-08-05
25124         checkin.
25125
25126 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25127
25128         * m4/extensions.m4: New file.
25129         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25130         Require gl_USE_SYSTEM_EXTENSIONS.
25131         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25132         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25133
25134 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25135
25136         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25137         * modules/extensions, modules/gnu-source: New files.
25138         * modules/timespec, modules/unlocked-io: Depend on extensions.
25139
25140 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25141
25142         * modules/restrict: New file.
25143         * MODULES.html.sh (func_all_modules): Add restrict.
25144         * modules/regex: Depend on restrict.
25145
25146 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25147
25148         * m4/restrict.m4: New file.
25149         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25150
25151 2003-08-07  Bruno Haible  <bruno@clisp.org>
25152
25153         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25154         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25155
25156 2003-08-07  Bruno Haible  <bruno@clisp.org>
25157
25158         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25159         makes the module 'getndelim2' compatible with the module 'getline'.
25160
25161 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25162
25163         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25164         byte with "\201" to avoid glitches when editing that source file
25165         with multi-gnome-terminal.
25166
25167 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25168
25169         * lib/bumpalloc.h: Remove.
25170
25171 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25172
25173         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25174         * modules/bumpalloc: Remove.
25175
25176 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25177
25178         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25179         GNU coding style.
25180
25181         Merge from coreutils.
25182         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25183         1. From glibc.
25184         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25185         from Karl Berry, implemented by Jim Meyering.
25186         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25187         from Dmitry V. Levin.
25188         Remove anachronistic cast of xrealloc.
25189         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25190         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25191         type. Otherwise, it wouldn't compile with at least /bin/cc on
25192         ymp-cray-unicos9.0.2.X.
25193         Combine two mostly-identical uses of alloca into one.
25194         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25195
25196 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25197
25198         [From Emacs.]
25199
25200         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25201         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25202         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25203         obsolete NLIST_NAME_UNION.
25204         [__GNU__]: Undef BSD and FSCALE.
25205         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25206
25207 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25208
25209         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25210         an enum type, so that it's guaranteed to promote to int.  See:
25211         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25212
25213 2003-08-03  Karl Berry  <karl@gnu.org>
25214
25215         * config/depcomp: update from automake.
25216
25217 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25218
25219         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25220         (strerror): Don't assume that a printable int fits in 14 bytes.
25221
25222 2003-07-31  Bruno Haible  <bruno@clisp.org>
25223
25224         * modules/getpass-gnu: New file.
25225         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25226
25227 2003-07-31  Bruno Haible  <bruno@clisp.org>
25228
25229         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25230
25231 2003-07-24  Karl Berry  <karl@gnu.org>
25232
25233         * config/missing: update from automake.
25234
25235 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25236             Bruno Haible  <bruno@clisp.org>
25237
25238         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25239         * lib/getline.c (getline, getdelim): Likewise.
25240         Remove _GNU_SOURCE define; now it's defined in config.h through
25241         m4/getline.m4.
25242
25243 2003-07-23  Karl Berry  <karl@gnu.org>
25244
25245         * config/config.sub: update from prep.
25246
25247 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25248
25249         * modules/xalloc (Depends-on): Add exitfail.
25250         * modules/xmemcoll: Likewise.
25251
25252 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25253
25254         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25255         over-parenthesization in macros.
25256
25257         Sync with coreutils.
25258
25259         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25260         required by C99.
25261
25262         Use `exit_failure' for xalloc and xmemcoll instead of their own
25263         private exit-failure variables.
25264         * lib/xalloc.h (xalloc_exit_failure): Remove.
25265         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25266         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25267         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25268         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25269         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25270
25271 2003-07-20  Jim Meyering  <jim@meyering.net>
25272
25273         * modules/closeout (Depends-on): Add exitfail.
25274         Suggestion from Bruno Haible.
25275
25276 2003-07-19  Karl Berry  <karl@gnu.org>
25277
25278         * config/config.sub: update from prep.
25279
25280 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25281
25282         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25283         Remove.
25284         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25285         to test that it can stand by itself.  Include "exitfail.h".
25286         Clients should set exit_failure instead.
25287         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25288
25289 2003-07-18  Bruno Haible  <bruno@clisp.org>
25290
25291         * modules/getndelim2: New file.
25292         * modules/getline: Share files with module getndelim2.
25293         * modules/getnline: Depend on getndelim2 instead of sharing files with
25294         it. Add getnline.c to lib_SOURCES.
25295         * MODULES.html.sh (func_all_modules): Add getndelim2.
25296
25297 2003-07-18  Bruno Haible  <bruno@clisp.org>
25298
25299         * m4/getndelim2.m4: New file.
25300         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25301         invoke gl_PREREQ_GETNDELIM2.
25302         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25303         gl_PREREQ_GETNDELIM2.
25304         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25305         gl_GETNDELIM2.
25306
25307 2003-07-18  Bruno Haible  <bruno@clisp.org>
25308
25309         * lib/getndelim2.h: New file.
25310         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25311         getndelim2.h.
25312         (getndelim2): Make non-static. Change return type to ssize_t.
25313         * lib/getline.h: Change argument names.
25314         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25315         * lib/getnline.c: Include getndelim2.h.
25316
25317 2003-07-18  Andreas Schwab  <schwab@suse.de>
25318
25319         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25320
25321 2003-07-17  Karl Berry  <karl@gnu.org>
25322
25323         * config/config.sub: update from prep.
25324
25325 2003-07-17  Bruno Haible  <bruno@clisp.org>
25326
25327         * modules/getnline: New file.
25328         * modules/getline: Add lib/getndelim2.c to source file list.
25329         * MODULES.html.sh (func_all_modules): Add getnline.
25330
25331 2003-07-17  Bruno Haible  <bruno@clisp.org>
25332
25333         * m4/getnline.m4: New file.
25334
25335 2003-07-17  Bruno Haible  <bruno@clisp.org>
25336
25337         * m4/Makefile.am.in: Remove file.
25338         * m4/Makefile.am: Remove file.
25339         * m4/Makefile.in: Remove file.
25340
25341 2003-07-17  Bruno Haible  <bruno@clisp.org>
25342
25343         * lib/getnline.h: New file.
25344         * lib/getnline.c: New file.
25345         * lib/getndelim2.c: New file, extracted from getline.c.
25346         (getndelim2): Renamed from getdelim2, with added nmax argument.
25347         * lib/getline.c: Include getndelim2.c.
25348         (getdelim2): Moved out to getndelim2.c.
25349         (getline, getdelim): Update.
25350
25351 2003-07-17  Bruno Haible  <bruno@clisp.org>
25352
25353         * lib/Makefile.am: Remove file.
25354         * lib/Makefile.in: Remove file.
25355
25356 2003-07-17  Bruno Haible  <bruno@clisp.org>
25357
25358         * configure.in: Remove file.
25359         * Makefile.in: Remove file.
25360
25361 2003-07-17  Bruno Haible  <bruno@clisp.org>
25362
25363         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25364
25365 2003-07-16  Karl Berry  <karl@gnu.org>
25366
25367         * config/srclist-update: was running fixlicense twice, which caused
25368                 texinfo.tex to be nullified for some reason.  Simplify,
25369                 $gplsrc is no longer needed as far as I can see?
25370
25371 2003-07-16  Jim Meyering  <jim@meyering.net>
25372
25373         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25374
25375 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25376
25377         * config/srclist.txt: Get the following files from gettext-runtime/intl
25378         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25379         ref-del.sin.  From Bruno Haible.
25380         * config/srclist-update (fixfile): Change grep pattern again, since the
25381         previous fix didn't work (there was another trailing $).  Use
25382         '[$]' to escape the $s.
25383
25384 2003-07-15  Karl Berry  <karl@gnu.org>
25385
25386         * lib/vasnprintf.c: update from gettext.
25387
25388 2003-07-15  Karl Berry  <karl@gnu.org>
25389
25390         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25391         gets expanded when surrounded by '$'.
25392
25393 2003-07-15  Jim Meyering  <jim@meyering.net>
25394
25395         * modules/save-cwd: Don't depend on error.  From Derek Price.
25396
25397 2003-07-15  Jim Meyering  <jim@meyering.net>
25398
25399         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25400
25401 2003-07-14  Simon Josefsson  <jas@extundo.com>
25402
25403         * modules/mempcpy: New file.
25404         * MODULES.html.sh (func_all_modules): Add mempcpy.
25405
25406 2003-07-14  Simon Josefsson  <jas@extundo.com>
25407
25408         * m4/mempcpy.m4: New file.
25409
25410 2003-07-14  Simon Josefsson  <jas@extundo.com>
25411
25412         * lib/mempcpy.h: New file.
25413         * lib/mempcpy.c: New file.
25414
25415 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25416
25417         * modules/getdate, modules/posixtm: Depend on mktime.
25418
25419 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25420
25421         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25422         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25423         unicodeio.c, unicodeio.h, unlocked-io.h:
25424         Switch from LGPL to GPL.
25425
25426 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25427
25428         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25429         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25430         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25431         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25432         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25433         updated automatically by ../config/srclist-update.  This changes
25434         their license from LPGL to GPL.
25435
25436 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25437
25438         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25439         assumed to refer to the root of the most recent stable gettext version.
25440         * config/srclistvars.sh: Add defaults for eggert.
25441         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25442         Match "This program" as well as "The program".  This is needed
25443         for gettext.
25444
25445 2003-07-14  Jim Meyering  <jim@meyering.net>
25446
25447         Don't emit diagnostics.  Let callers do that.
25448         * lib/save-cwd.c: Don't include "error.h".
25449         (save_cwd): Don't call error.  Ensure that errno is valid
25450         when returning nonzero.
25451
25452         * lib/save-cwd.h (restore_cwd): Update prototype.
25453         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25454         Simplify.  Don't call error upon failure.  Let callers do that.
25455         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25456         when auditing is enabled.  But don't bother updating the #if.
25457
25458 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25459
25460         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25461         it breaks C++ compilation.
25462         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25463
25464 2003-07-10  Simon Josefsson  <jas@extundo.com>
25465
25466         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25467
25468 2003-07-10  Jim Meyering  <jim@meyering.net>
25469
25470         * m4/clock_time.m4: Remove trailing blank.
25471         * m4/intmax_t.m4: Likewise.
25472
25473 2003-07-10  Jim Meyering  <jim@meyering.net>
25474
25475         * lib/vasnprintf.c: Remove trailing blanks.
25476         Make cpp indentation consistent.
25477
25478 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25479
25480         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25481         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25482         Switch from LGPL to GPL.
25483
25484 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25485
25486         * config/srclist.txt: Sort sublists.  Add
25487         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25488         that differ from gnulib for one reason or another; we'd like this list
25489         to be smaller but for now let's document what we have.
25490
25491 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25492
25493         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25494         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25495         and sweeter "eval x=$x".
25496         * config/srclist.txt: Get lib/argp* from glibc.
25497
25498 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25499
25500         * lib/mktime.c: Fix some boundary cases and remove need for floating
25501         point.
25502
25503         Issue a compile-time diagnostic if time_t is floating point, or if
25504         two's complement arithmetic is not in effect, or if arithmetic
25505         right shift does not propagate the sign.  These assumptions were
25506         all in the original code but they weren't checked.
25507
25508         (TIME_T_MIDPOINT, verify): New macros.
25509         (__isleap): Remove; it has integer overflow problems.
25510         (leapyear): New function, without those problems.
25511         (ydhms_tm_diff): Remove; splitting into two parts.
25512         (ydhms_diff): New function, containing the arithmetic part of
25513         the old ydhms_tm_diff function.  Issue a compile-time
25514         diagnostic if we are not using C99 integer division.
25515         Avoid casts when possible.
25516         (guess_time_tm): New function, containing the checking part of
25517         the old ydhms_tm_diff function.  Return the new value, rather than
25518         the difference between it and the old.  Accept a new argument T
25519         so that *T specifies the old value.  Check for overflow in the result.
25520
25521         (__mktime_internal): Use a time_t offset, not a long int offset.
25522         This undoes the 2003-06-04 change, which is no longer needed now
25523         that we have better overflow checking.
25524         (localtime_offset): Likewise.
25525
25526         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25527         and long are 64-bit but int is only 32-bit.
25528         (ydhms_diff): Use long int to store year1 and yday1.
25529         Issue a compile-time diagnostic if long int is not wide enough.
25530
25531         (__mktime_internal): Use long int to store adjusted year and yday.
25532         Use plain C rather than preprocessor commands, if that doesn't
25533         affect efficiency.
25534         Check for overflow (and try to repair) after each probe
25535         rather than checking only at the very end.  This avoids some bugs
25536         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25537         does not equal GMT offset at maximum time).
25538         Use integer to check for overflow rather than floating point; this
25539         is more portable to non-IEEE hosts, and is a tad faster.
25540         When we detect that we are oscillating between two values,
25541         don't check whether tm_isdst has the requested value, since
25542         we already know the answer.  When tm_isdst has the wrong value,
25543         use a different heuristic to find the right one, based on the
25544         extreme values actually observed in practice in tz2003a,
25545         rather than the (overly optimistic) "previous 3 calendar quarters".
25546
25547         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25548         "T const" to accommodate glibc style.
25549         (check_result): Use less-confusing report format.  "long" -> "long int.
25550         (main): Likewise.
25551         Don't loop if the iteration overflows time_t.
25552         Allow a negative step in the iteration.
25553
25554 2003-07-06  Karl Berry  <karl@gnu.org>
25555
25556         * config/depcomp: update from automake.
25557         * config/config.sub: update from prep.
25558
25559 2003-07-03  Karl Berry  <karl@gnu.org>
25560
25561         * config/config.guess: update from prep.
25562
25563 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25564
25565         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25566         xreadlink.c now includes it unconditionally.
25567
25568 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25569
25570         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25571         having it depend on HAVE_SYS_TYPES_H.
25572
25573 2003-07-01  Bruno Haible  <bruno@clisp.org>
25574
25575         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25576         <sys/types.h> should be sufficient.
25577         Reported by Paul Eggert.
25578
25579 2003-06-26  Karl Berry  <karl@gnu.org>
25580
25581         * config/depcomp: update from automake.
25582
25583 2003-06-26  Bruno Haible  <bruno@clisp.org>
25584
25585         * modules/human: Depend on module stdbool.
25586
25587 2003-06-25  Bruno Haible  <bruno@clisp.org>
25588
25589         * modules/readlink: New file.
25590         * modules/xreadlink: Depend on it.
25591         * MODULES.html.sh (func_all_modules): Add readlink.
25592
25593 2003-06-25  Bruno Haible  <bruno@clisp.org>
25594
25595         * m4/readlink.m4: New file.
25596
25597 2003-06-25  Bruno Haible  <bruno@clisp.org>
25598
25599         * lib/readlink.c: New file.
25600
25601 2003-06-22  Karl Berry  <karl@gnu.org>
25602
25603         * config/srclist.txt: update mkinstalldirs from automake.
25604         * config/mkinstalldirs: update.
25605
25606 2003-06-22  Bruno Haible  <bruno@clisp.org>
25607
25608         Portability to mingw32.
25609         * m4/ssize_t.m4: New file, from GNU gettext.
25610         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25611         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25612
25613 2003-06-22  Bruno Haible  <bruno@clisp.org>
25614
25615         * modules/safe-read: Add m4/ssize_t.m4.
25616         * modules/xreadlink: Add m4/ssize_t.m4.
25617
25618 2003-06-20  Bruno Haible  <bruno@clisp.org>
25619
25620         Assume C89, so PARAMS isn't needed.
25621         * lib/unicodeio.h (PARAMS): Remove.
25622         * lib/unicodeio.c: Don't use PARAMS.
25623
25624 2003-06-18  Karl Berry  <karl@gnu.org>
25625
25626         * config/config.{guess,sub}: update from prep.
25627
25628 2003-06-18  Jim Meyering  <jim@meyering.net>
25629
25630         Merge changes from coreutils.
25631         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25632         Remove explicit declarations of xmalloc and realloc.
25633         Include xalloc.h.
25634         (read_utmp): Remove anachronistic cast of xmalloc.
25635
25636 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25637
25638         Assume C89, so PARAMS isn't needed.
25639         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25640         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25641         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25642         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25643         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25644         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25645         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25646         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25647         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25648         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25649         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25650         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25651         no longer needed. Anyway, config.h should always be included before any
25652         other file.
25653
25654 2003-06-11  Simon Josefsson  <jas@extundo.com>
25655
25656         * modules/sysexits: New file.
25657         * MODULES.html.sh (func_all_modules): Add sysexits.
25658
25659 2003-06-11  Simon Josefsson  <jas@extundo.com>
25660
25661         * lib/sysexit_.h: New file.
25662
25663 2003-06-11  Derek Price  <derek@ximbiot.com>
25664
25665         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25666         necessary.
25667
25668 2003-06-11  Bruno Haible  <bruno@clisp.org>
25669
25670         * m4/sysexits.m4: New file.
25671
25672 2003-06-10  Simon Josefsson  <jas@extundo.com>
25673
25674         * lib/argp.h: New file, from glibc.
25675         * lib/argp-ba.c: New file, from glibc.
25676         * lib/argp-eexst.c: New file, from glibc.
25677         * lib/argp-fmtstream.c: New file, from glibc.
25678         * lib/argp-fmtstream.h: New file, from glibc.
25679         * lib/argp-fs-xinl.c: New file, from glibc.
25680         * lib/argp-help.c: New file, from glibc.
25681         * lib/argp-namefrob.h: New file, from glibc.
25682         * lib/argp-parse.c: New file, from glibc.
25683         * lib/argp-pv.c: New file, from glibc.
25684         * lib/argp-pvh.c: New file, from glibc.
25685         * lib/argp-xinl.c: New file, from glibc.
25686
25687 2003-06-10  Simon Josefsson  <jas@extundo.com>
25688
25689         * modules/strchrnul: New file.
25690
25691 2003-06-10  Simon Josefsson  <jas@extundo.com>
25692
25693         * modules/argp: New file.
25694
25695 2003-06-10  Simon Josefsson  <jas@extundo.com>
25696
25697         * m4/strchrnul.m4: New file.
25698
25699 2003-06-10  Simon Josefsson  <jas@extundo.com>
25700
25701         * lib/strchrnul.h: New file.
25702         * lib/strchrnul.c: New file.
25703
25704 2003-06-10  Bruno Haible  <bruno@clisp.org>
25705
25706         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25707
25708 2003-06-07  Karl Berry  <karl@gnu.org>
25709
25710         * config/config.{guess,sub}: update from prep.
25711
25712 2003-06-07  Jim Meyering  <jim@meyering.net>
25713
25714         * modules/strtod: Use $(...) notation, not @...@ for
25715         AC_REPLACE'd variables.
25716         * modules/localcharset: Likewise.
25717
25718 2003-06-07  Jim Meyering  <jim@meyering.net>
25719
25720         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25721         in place of my name in the copyright comment.
25722         Remove definition and uses of __P.
25723
25724         From coreutils.
25725         * lib/stat.c: Don't declare xmalloc explicitly.
25726         Instead, include "xalloc.h".
25727         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25728         xrealloc, and xcalloc return values.
25729         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25730         Improve comment.
25731         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25732
25733 2003-06-07  Bruno Haible  <bruno@clisp.org>
25734
25735         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25736         avoid AC_CONFIG_LINKS.
25737         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25738         fnmatch.h, to avoid AC_CONFIG_LINKS.
25739         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25740
25741 2003-06-07  Bruno Haible  <bruno@clisp.org>
25742
25743         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25744         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25745         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25746         directory.
25747         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25748         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25749         directory.
25750
25751 2003-06-06  Jim Meyering  <jim@meyering.net>
25752
25753         Merge from coreutils.
25754         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25755         Consolidate declarations and initializations of *_base* locals.
25756
25757         Merge from coreutils.
25758         This avoids a core dump on systems without GNU putenv,
25759         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25760         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25761         (unsetenv): New static function, from GNU libc.
25762         (rpl_putenv): Use it.
25763
25764         * lib/modechange.c: Remove trailing blanks.
25765
25766         Merge from coreutils.
25767         * lib/fsusage.c: Remove declaration of statfs.
25768         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25769
25770         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25771
25772 2003-06-06  Jim Meyering  <jim@meyering.net>
25773
25774         * lib/stdbool_.h: Renamed from stdbool.h.in.
25775
25776 2003-06-06  Jim Meyering  <jim@meyering.net>
25777             Bruno Haible  <bruno@clisp.org>
25778
25779         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25780         Adjust Makefile.am snippet not to redirect directly to target.
25781         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25782
25783 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25784
25785         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25786         mismatch, look in future quarters as well as past.  This fixes a
25787         bug when processing fall-backwards gaps immediately after a long
25788         period of daylight-saving time.
25789
25790         * lib/mktime.c: Assume freestanding C89 or better.
25791         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25792         (__P): Remove; not used.
25793         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25794         (mktime, not_equal_tm, print_tm, check_result,
25795         main): Use prototypes.  Use const * where appropriate.
25796         (main): Fix typo in testing code that uncovered by above changes.
25797         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25798
25799 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25800
25801         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25802         locale.h, localeconv.  This merges changes from coreutils.
25803
25804         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25805         It can be removed after the next Autoconf is released.
25806         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25807         needed.
25808
25809 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25810
25811         * lib/mktime.c: Fix Debian bug 177940
25812         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25813         (localtime_offset): Now long int, not time_t, because we want it
25814         to be guaranteed to be signed.  All uses changed.
25815         (__mktime_internal): If overflow would occur when adding offset,
25816         don't add it.
25817
25818         Merge 'human' changes from coreutils.  Rewrite to support
25819         locale-specific notations like thousands separators.
25820         * lib/human.c: Simplify authorship notice.
25821         Include human.h immediately after config.h.
25822         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25823         <limits.h>: Do not include, since human.h does.
25824         (SIZE_MAX, UINTMAX_MAX): New macros.
25825         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25826         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25827         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25828         (power_letter): Renamed from suffixes.
25829         (generate_suffix_backwards): Remove.
25830         (adjust_value): Now takes int style (because of human.h changes)
25831         and long double value (for greater precision on some platforms).
25832         (group_number): New function.
25833         (human_readable): Use it.  Use integer options, not enum.
25834         Put the options before the sizes in the arg list.
25835         Support all the new options.
25836         The old human_readable function has been removed;
25837         use inttostr.h instead.
25838         (human_readable, default_block_size, humblock):
25839         Use uintmax_t, not int, for block sizes.
25840         (human_readable_inexact, block_size_types): Remove.
25841         (block_size_opts): New constant.
25842         (human_options): Renamed from human_block_size, with new signature
25843         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25844         * lib/human.h: Add copyright and authorship notice.
25845         Include <limits.h> and <stdbool.h> unconditionally.
25846         (PARAMS): Remove.  All uses removed.
25847         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25848         (enum human_inexact_style): Remove tag; now a nameless enum.
25849         (human_floor, human_ceiling, human_round_to_even): Now have
25850         values 2, 0, 1 rather than -1, 1, 0.
25851         (human_group_digits, human_suppress_point_zero, human_autoscale,
25852         human_base_1024, human_SI, human_B): New constants.
25853         (human_readable_inexact, human_block_size): Remove.
25854         (human_readable): Size args are now uintmax_t, not int.
25855         (human_options): New decl.
25856
25857         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25858         unnecessary now that we assume C89 or better.  This change
25859         imported from coreutils.
25860
25861         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25862         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25863         in the 2003-05-30 sync from glibc.
25864
25865         .h files should stand alone, but we shouldn't include <sys/types.h>
25866         if we can get away with just <stddef.h>.
25867
25868         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25869         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25870         rather than <sys/types.h>, as we merely need size_t.
25871         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25872         to get size_t.
25873         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25874         Include <stdio.h>, to get FILE.
25875         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25876         memcasecmp.h has included <stddef.h> and all we need is size_t.
25877         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25878         our interface, instead of including <sys/types.h>
25879
25880 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25881
25882         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25883         now, as glibc mktime is buggy on non-glibc systems.
25884
25885 2003-06-03  Karl Berry  <karl@gnu.org>
25886
25887         * config/config.sub: update from prep.
25888
25889 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25890
25891         [from coreutils]
25892         Fix some minor time-related bugs with POSIX time arguments.
25893         Some valid time stamps were being rejected (notably -1, and
25894         time stamps before 1900 on 64-bit hosts).  And some invalid
25895         time stamps were being accepted, e.g. September 31.
25896
25897         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25898         that we can return (time_t) -1 successfully.
25899         * lib/posixtm.c: Likewise.
25900         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25901         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25902         (t): Remove static var.
25903         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25904         of static var.  All uses changed.
25905         (year): Do not reject years before 1900; they can occur with
25906         64-bit time_t.
25907         (posix_time_parse): Do not check for out-of-range components;
25908         that is now the caller's responsibility, since our checks were
25909         only approximations.
25910         (posixtime): Use mktime to check for out-of-range components,
25911         since it knows them exactly.
25912         If mktime returns (time_t) -1, check whether an error actually occurred
25913         by invoking localtime on -1.
25914         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25915         posixtime failures better.
25916         Improve the test data (in comments only).
25917
25918 2003-06-02  Karl Berry  <karl@gnu.org>
25919
25920         * config/mkinstalldirs (version): new variable.
25921         (--version): new option.
25922         (usage): improve message.
25923
25924 2003-05-30  Karl Berry  <karl@gnu.org>
25925
25926         * lib/mktime.c: update from libc.
25927
25928 2003-05-30  Bruno Haible  <bruno@clisp.org>
25929
25930         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25931         * config/config.rpath: Upgrade to gettext-0.12.1.
25932
25933 2003-05-30  Bruno Haible  <bruno@clisp.org>
25934
25935         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25936         * m4/nls.m4: New file, from gettext-0.12.1.
25937         * m4/po.m4: New file, from gettext-0.12.1.
25938         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25939
25940 2003-05-30  Bruno Haible  <bruno@clisp.org>
25941
25942         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25943         * lib/localcharset.h: Likewise.
25944         * lib/localcharset.c: Likewise.
25945
25946 2003-05-29  Karl Berry  <karl@gnu.org>
25947
25948         * config/config.rpath: update from gettext.
25949
25950 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25951
25952         Assume the headers required for C89 freestanding compilers.
25953         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25954         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25955         * m4/human.m4 (gl_HUMAN): Likewise.
25956         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25957         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25958         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25959         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25960         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25961         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25962
25963 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25964
25965         Assume the headers required for C89 freestanding compilers.
25966         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25967         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25968         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25969         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25970         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25971         define, since <limits.h> is guaranteed to do that.
25972         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25973         * lib/exclude.c: Include <stdbool.h> unconditionally.
25974         * lib/tempname.c: Include <stddef.h> unconditionally.
25975         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25976         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25977         <stddef.h> does that.
25978         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25979         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25980         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25981         needed.
25982         * lib/xstrtol.c: Likewise.
25983         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25984         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25985
25986         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25987         warnings on some platforms.
25988
25989         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25990         arbitrarily.
25991
25992 2003-05-26  Jim Meyering  <jim@meyering.net>
25993
25994         Merge in a change from coreutils:
25995         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25996         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25997         that condition, rather than `-1' which is slightly misleading.
25998         Change the name of the cache variable to have the gl_ prefix.
25999         Prompted by a patch from Richard Dawe for DJGPP.
26000
26001 2003-05-24  Karl Berry  <karl@gnu.org>
26002
26003         * config/config.guess: update from prep.
26004
26005 2003-05-22  Karl Berry  <karl@gnu.org>
26006
26007         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26008
26009 2003-05-20  Karl Berry  <karl@gnu.org>
26010
26011         * config/config.guess: update from prep.
26012
26013 2003-05-18  Karl Berry  <karl@gnu.org>
26014
26015         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26016         might actually be set by the user.
26017
26018         * config/depcomp, install-sh, mdate-sh: update from automake.
26019
26020 2003-05-17  Bruno Haible  <bruno@clisp.org>
26021
26022         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26023         invalid expansion for AC_EGREP_CPP.
26024         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26025         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26026         Suggested by Akim Demaille <akim@epita.fr> in
26027         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26028
26029 2003-05-12  Jim Meyering  <jim@meyering.net>
26030
26031         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26032         the space-padded-by-default conversion specifiers, %e, %k, %l.
26033
26034 2003-05-12  Bruno Haible  <bruno@clisp.org>
26035
26036         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26037         the string is longer than 4 KB.
26038
26039 2003-05-11  Karl Berry  <karl@gnu.org>
26040
26041         * config/config.{guess,sub}: update from prep.
26042
26043 2003-05-09  Bruno Haible  <bruno@clisp.org>
26044
26045         * modules/error: Add m4/strerror_r.m4 to file list.
26046
26047 2003-05-03  Bruno Haible  <bruno@clisp.org>
26048
26049         Upgrade to Unicode-4.0.
26050         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26051         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26052         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26053         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26054         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26055         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26056         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26057         Change width of U+E0100..U+E01EF from 1 to 0.
26058
26059 2003-04-25  Jim Meyering  <jim@meyering.net>
26060
26061         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26062         of type size_t, not int.
26063
26064 2003-04-25  Bruno Haible  <bruno@clisp.org>
26065
26066         * lib/copy-file.c: Include <stddef.h>, for size_t.
26067
26068 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26069
26070         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26071         code which expansion is under static control.  Patch imported from
26072         Akim Demaille's patch to Bison; see
26073         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26074
26075 2003-04-14  Bruno Haible  <bruno@clisp.org>
26076
26077         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26078
26079 2003-04-11  Jim Meyering  <jim@meyering.net>
26080
26081         Merge changes from Coreutils.
26082
26083         2003-03-22  Jim Meyering  <jim@meyering.net>
26084
26085         * lib/strftime.c (widen): Cast alloca return value to proper type.
26086
26087         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26088
26089         From GNU libc.
26090         * lib/strftime.c (my_strftime): Handle very large width
26091         specifications for numeric values correctly.  Improve checks for
26092         overflow.
26093
26094         2003-01-19  Jim Meyering  <jim@meyering.net>
26095
26096         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26097         definitions.
26098         (nl_get_alt_digit) [! defined my_strftime]: Define.
26099         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26100         _nl_get_alt_digit and _nl_get_walt_digit.
26101
26102         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26103         libc. These changes have no effect outside of _LIBC.
26104
26105 2003-04-10  Bruno Haible  <bruno@clisp.org>
26106
26107         * modules/findprog: New file.
26108         * MODULES.html.sh (func_all_modules): Add it.
26109
26110 2003-04-10  Bruno Haible  <bruno@clisp.org>
26111
26112         * m4/findprog.m4: New file.
26113         * m4/eaccess.m4: New file.
26114
26115 2003-04-10  Bruno Haible  <bruno@clisp.org>
26116
26117         * lib/findprog.h: New file, from GNU gettext.
26118         * lib/findprog.c: New file, from GNU gettext.
26119
26120 2003-04-05  Jim Meyering  <jim@meyering.net>
26121
26122         Merge changes from Coreutils.
26123
26124         * lib/exclude.h (PARAMS): Remove definition and uses.
26125         * lib/exclude.c: Remove uses of `PARAMS'.
26126
26127         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26128         Add test-cases for DOS filenames. Declare program_name.
26129         (main): Set up program_name.  Patch by Rich Dawe.
26130
26131         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26132         error from mntctl.
26133         Use mntctl's return value to drive the entry-processing loop, since
26134         we can't rely on the value of the vmt_length member in the last
26135         entry.  On some systems doing so could result in exhausting
26136         virtual memory.  Based in part on a patch from Mike Jetzer.
26137
26138 2003-04-04  Bruno Haible  <bruno@clisp.org>
26139
26140         * modules/linebreak: New file.
26141         * MODULES.html.sh (func_all_modules): Add it.
26142
26143 2003-04-04  Bruno Haible  <bruno@clisp.org>
26144
26145         * m4/linebreak.m4: New file.
26146
26147 2003-04-04  Bruno Haible  <bruno@clisp.org>
26148
26149         * lib/linebreak.h: New file, from GNU gettext.
26150         * lib/linebreak.c: New file, from GNU gettext with slight
26151         modifications.
26152         * lib/lbrkprop.h: New file, from GNU gettext.
26153
26154 2003-04-03  Bruno Haible  <bruno@clisp.org>
26155
26156         * modules/utf8-ucs4: New file.
26157         * modules/utf16-ucs4: New file.
26158         * modules/ucs4-utf8: New file.
26159         * modules/ucs4-utf16: New file.
26160         * MODULES.html.sh (func_all_modules): Add them.
26161
26162 2003-04-03  Bruno Haible  <bruno@clisp.org>
26163
26164         * m4/utf-ucs4.m4: New file.
26165         * m4/ucs4-utf.m4: New file.
26166
26167 2003-04-03  Bruno Haible  <bruno@clisp.org>
26168
26169         * lib/utf8-ucs4.h: New file, from GNU gettext.
26170         * lib/utf16-ucs4.h: New file, from GNU gettext.
26171         * lib/ucs4-utf8.h: New file, from GNU gettext.
26172         * lib/ucs4-utf16.h: New file, from GNU gettext.
26173
26174 2003-04-02  Bruno Haible  <bruno@clisp.org>
26175
26176         * modules/binary-io: New file.
26177         * MODULES.html.sh (func_all_modules): Add it.
26178
26179 2003-04-02  Bruno Haible  <bruno@clisp.org>
26180
26181         * lib/binary-io.h: New file, from GNU gettext.
26182
26183 2003-04-01  Bruno Haible  <bruno@clisp.org>
26184
26185         * modules/pathname: New file.
26186         * MODULES.html.sh (func_all_modules): Add it.
26187
26188 2003-04-01  Bruno Haible  <bruno@clisp.org>
26189
26190         * lib/pathname.h: New file, from GNU gettext.
26191         * lib/concatpath.c: New file, from GNU gettext.
26192
26193 2003-03-30  Bruno Haible  <bruno@clisp.org>
26194
26195         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26196
26197 2003-03-30  Bruno Haible  <bruno@clisp.org>
26198
26199         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26200         function chown() doesn't exist.
26201
26202 2003-03-28  Bruno Haible  <bruno@clisp.org>
26203
26204         * modules/copy-file: New file.
26205         * MODULES.html.sh (func_all_modules): Add it.
26206
26207 2003-03-28  Bruno Haible  <bruno@clisp.org>
26208
26209         * m4/copy-file.m4: New file.
26210
26211 2003-03-28  Bruno Haible  <bruno@clisp.org>
26212
26213         * lib/copy-file.h: New file, from GNU gettext.
26214         * lib/copy-file.c: New file, from GNU gettext.
26215
26216 2003-03-18  Jim Meyering  <jim@meyering.net>
26217
26218         * lib/quote.c (quote_n): Fix typo in comment.
26219
26220 2003-03-18  Bruno Haible  <bruno@clisp.org>
26221
26222         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26223         checking.
26224         * m4/onceonly_2_57.m4: Likewise.
26225
26226 2003-03-17  Bruno Haible  <bruno@clisp.org>
26227
26228         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26229         (m4_quote): Remove macro.
26230         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26231
26232 2003-03-14  Jim Meyering  <jim@meyering.net>
26233
26234         Merge changes from Coreutils.
26235         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26236         to be const, in order to avoid warnings.
26237         (obstack_room): Likewise.
26238         (obstack_empty_p): Likewise.
26239
26240 2003-03-14  Bruno Haible  <bruno@clisp.org>
26241
26242         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26243         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26244
26245 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26246
26247         Merge changes from Bison.
26248         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26249         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26250         when compiling Bison 1.875's `bitset bset = obstack_alloc
26251         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26252         * lib/hash.c: Include <stdbool.h> unconditionally.
26253
26254 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26255
26256         * m4/onceonly.m4 (m4_quote): New macro.
26257         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26258         Quote AC_FOREACH variable-expansions properly.
26259
26260 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26261
26262         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26263
26264 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26265
26266         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26267         Reported by Bruce Becker; see:
26268         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26269
26270 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26271             Bruno Haible  <bruno@clisp.org>
26272
26273         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26274         Reported by John Hughes, see
26275         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26276
26277 2003-02-20  Bruno Haible  <bruno@clisp.org>
26278
26279         * MODULES.html.sh (func_all_modules): Add poll.
26280
26281 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26282
26283         * modules/poll: New file.
26284
26285 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26286
26287         * lib/poll_.h: New file.
26288         * lib/poll.c: New file.
26289
26290 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26291
26292         * m4/poll.m4: New file.
26293
26294 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26295
26296         * modules/mathl: New file.
26297
26298 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26299
26300         * lib/mathl.h: New file.
26301         * lib/acosl.c: New file.
26302         * lib/asinl.c: New file.
26303         * lib/atanl.c: New file.
26304         * lib/ceill.c: New file.
26305         * lib/cosl.c: New file.
26306         * lib/expl.c: New file.
26307         * lib/floorl.c: New file.
26308         * lib/frexpl.c: New file.
26309         * lib/ldexpl.c: New file.
26310         * lib/logl.c: New file.
26311         * lib/sincosl.c: New file.
26312         * lib/sinl.c: New file.
26313         * lib/sqrtl.c: New file.
26314         * lib/tanl.c: New file.
26315         * lib/trigl.c: New file.
26316         * lib/trigl.h: New file.
26317
26318 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26319
26320         * m4/mathl.m4: New file.
26321
26322 2003-02-18  Bruno Haible  <bruno@clisp.org>
26323
26324         * MODULES.html.sh (func_all_modules): Add mathl.
26325
26326 2003-02-17  Bruno Haible  <bruno@clisp.org>
26327
26328         * modules/mkdtemp: New module.
26329         * MODULES.html.sh (func_all_modules): Add it.
26330
26331 2003-02-17  Bruno Haible  <bruno@clisp.org>
26332
26333         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26334
26335 2003-02-17  Bruno Haible  <bruno@clisp.org>
26336
26337         * lib/mkdtemp.h: New file, from GNU gettext.
26338         * lib/mkdtemp.c: New file, from GNU gettext.
26339
26340 2003-02-02  Jim Meyering  <jim@meyering.net>
26341
26342         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26343         e.g. glibc-2.2.93.
26344
26345 2003-01-31  Bruno Haible  <bruno@clisp.org>
26346
26347         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26348         'rpl_rename'.
26349         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26350         'rpl_strnlen'.
26351         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26352         'rpl_strtod'.
26353         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26354         'rpl_utime'.
26355
26356 2003-01-31  Bruno Haible  <bruno@clisp.org>
26357
26358         * lib/rename.c: #undef rename before defining rpl_rename.
26359         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26360
26361 2003-01-30  Bruno Haible  <bruno@clisp.org>
26362
26363         * modules/vasnprintf, modules/vasprintf: New modules.
26364         * MODULES.html.sh (func_all_modules): Add them.
26365
26366 2003-01-30  Bruno Haible  <bruno@clisp.org>
26367
26368         * m4/signed.m4: New file, from GNU gettext.
26369         * m4/longdouble.m4: New file, from GNU gettext.
26370         * m4/wchar_t.m4: New file, from GNU gettext.
26371         * m4/wint_t.m4: New file, from GNU gettext.
26372         * m4/vasnprintf.m4: New file.
26373         * m4/vasprintf.m4: New file.
26374
26375 2003-01-30  Bruno Haible  <bruno@clisp.org>
26376
26377         * lib/printf-args.h: New file, from GNU gettext.
26378         * lib/printf-args.c: New file, from GNU gettext.
26379         * lib/printf-parse.h: New file, from GNU gettext.
26380         * lib/printf-parse.c: New file, from GNU gettext.
26381         * lib/vasnprintf.h: New file, from GNU gettext.
26382         * lib/vasnprintf.c: New file, from GNU gettext.
26383         * lib/asnprintf.c: New file, from GNU gettext.
26384         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26385         * lib/vasprintf.c: New file, from GNU gettext.
26386         * lib/asprintf.c: New file, from GNU gettext.
26387
26388 2003-01-29  Bruno Haible  <bruno@clisp.org>
26389
26390         * modules/stpncpy: New module.
26391         * MODULES.html.sh (func_all_modules): Add it.
26392
26393 2003-01-29  Bruno Haible  <bruno@clisp.org>
26394
26395         * m4/stpncpy.m4: New file.
26396
26397 2003-01-29  Bruno Haible  <bruno@clisp.org>
26398
26399         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26400         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26401
26402 2003-01-28  Bruno Haible  <bruno@clisp.org>
26403
26404         * modules/c-ctype: New module.
26405         * MODULES.html.sh (func_all_modules): Add it.
26406
26407 2003-01-28  Bruno Haible  <bruno@clisp.org>
26408
26409         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26410         Paul Eggert.
26411         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26412         Paul Eggert.
26413
26414 2003-01-27  Bruno Haible  <bruno@clisp.org>
26415
26416         * modules/xsetenv: New module.
26417         * MODULES.html.sh (func_all_modules): Add it.
26418
26419 2003-01-27  Bruno Haible  <bruno@clisp.org>
26420
26421         * lib/xsetenv.h: New file, from GNU gettext.
26422         * lib/xsetenv.c: New file, from GNU gettext.
26423
26424 2003-01-23  Jim Meyering  <jim@meyering.net>
26425
26426         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26427         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26428
26429 2003-01-23  Bruno Haible  <bruno@clisp.org>
26430
26431         * modules/minmax: New module.
26432         * MODULES.html.sh (func_all_modules): Add it.
26433
26434 2003-01-23  Bruno Haible  <bruno@clisp.org>
26435
26436         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26437         Eggert.
26438
26439 2003-01-22  Bruno Haible  <bruno@clisp.org>
26440
26441         * modules/exit: New module.
26442         * MODULES.html.sh (func_all_modules): Add it.
26443
26444 2003-01-22  Bruno Haible  <bruno@clisp.org>
26445
26446         * lib/exit.h: New file, from GNU gettext.
26447
26448 2003-01-19  Bruno Haible  <bruno@clisp.org>
26449
26450         * gnulib-tool: Recognize option --extract-maintainer.
26451         (func_get_maintainer): New function.
26452         * modules/*: Add Maintainer entry.
26453
26454 2003-01-16  Jim Meyering  <jim@meyering.net>
26455
26456         * m4/regex.m4: The `regex' struct is both input and output.
26457         Initialize it before each use.  Patch by Tim Waugh.
26458
26459 2003-01-16  Bruno Haible  <bruno@clisp.org>
26460
26461         * MODULES.html.sh: Add a table of contents. Add the module name as
26462         leftmost column. Add hyperlinks.
26463
26464 2003-01-15  Bruno Haible  <bruno@clisp.org>
26465
26466         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26467
26468 2003-01-15  Bruno Haible  <bruno@clisp.org>
26469
26470         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26471         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26472         suffix.
26473
26474 2003-01-15  Bruno Haible  <bruno@clisp.org>
26475
26476         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26477
26478 2003-01-15  Bruno Haible  <bruno@clisp.org>
26479
26480         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26481         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26482
26483 2003-01-14  Jim Meyering  <jim@meyering.net>
26484
26485         * lib/same.c (same_name): Tweak a comment.
26486
26487 2003-01-14  Bruno Haible  <bruno@clisp.org>
26488
26489         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26490         when a string comparison is sufficient.
26491
26492 2003-01-14  Bruno Haible  <bruno@clisp.org>
26493
26494         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26495         'unsigned int'.
26496
26497 2003-01-14  Bruno Haible  <bruno@clisp.org>
26498
26499         * lib/hash-pjw.c: Add comment about low quality of this function.
26500
26501 2003-01-13  Bruno Haible  <bruno@clisp.org>
26502
26503         * modules/stpcpy: Distribute lib/stpcpy.h.
26504         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26505
26506 2003-01-13  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/*: Add a description.
26509         * modules/strpbrk: Fix Makefile.am snippet.
26510         * modules/strtoimax: Fix dependencies.
26511         * modules/strtoumax: Likewise.
26512
26513 2003-01-13  Bruno Haible  <bruno@clisp.org>
26514
26515         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26516         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26517         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26518
26519 2003-01-13  Bruno Haible  <bruno@clisp.org>
26520
26521         * gnulib-tool (func_create_testdir): Store config/* files in the main
26522         directory.
26523         * config.rpath: Move to ...
26524         * config/config.rpath: ... here.
26525         * modules/gettext: Contains config/config.rpath, not config.rpath.
26526         * modules/iconv: Likewise.
26527
26528 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26529
26530         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26531         to avoid collisions with libcurses and libreadline.
26532
26533         * m4/getstr.m4: Remove.
26534         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26535
26536 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26537
26538         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26539         to avoid collisions with libcurses and libreadline.
26540
26541         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26542         * lib/getstr.h, getstr.c: Remove.
26543         * lib/getline.c: Include "getline.h", to check interface.
26544         Move body of old getstr.c here: this defines MIN_CHUNK and
26545         declares getdelim2, which is renamed from getstr.
26546         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26547
26548         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26549         All uses changed.
26550         * lib/linebuffer.h: Likewise.
26551         (readline): Remove backward-compatibility macro.
26552
26553 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26554
26555         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26556         to avoid collisions with libcurses and libreadline.
26557         * getstr: Remove.
26558         * MODULES.html.sh: Remove getstr.
26559         * modules/getline: Depend on unlocked-io, not getstr.
26560
26561 2003-01-12  Jim Meyering  <jim@meyering.net>
26562
26563         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26564
26565 2003-01-10  Bruno Haible  <bruno@clisp.org>
26566
26567         * modules/alloca: Change Makefile.am requirements. Simplify Include
26568         requirements. Add lib/alloca_.h to file list.
26569
26570 2003-01-10  Bruno Haible  <bruno@clisp.org>
26571
26572         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26573
26574 2003-01-10  Bruno Haible  <bruno@clisp.org>
26575
26576         * lib/alloca_.h: New file.
26577         * lib/getdate.y: Unconditionally include alloca.h.
26578         * lib/makepath.c: Likewise.
26579         * lib/setenv.c: Likewise.
26580         * lib/userspec.c: Likewise.
26581
26582 2003-01-09  Karl Berry  <karl@gnu.org>
26583
26584         * MODULES.html.sh: include `dirname $0` in PATH, to find
26585         gnulib-tool.
26586
26587 2003-01-09  Bruno Haible  <bruno@clisp.org>
26588
26589         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26590         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26591
26592 2003-01-09  Bruno Haible  <bruno@clisp.org>
26593
26594         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26595
26596 2003-01-09  Bruno Haible  <bruno@clisp.org>
26597
26598         * lib/stdbool.h.in: New file.
26599
26600 2003-01-09  Bruno Haible  <bruno@clisp.org>
26601
26602         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26603         * MODULES.html.sh: Likewise.
26604
26605 2003-01-08  Jim Meyering  <jim@meyering.net>
26606
26607         * lib/full-write.c: Undefine and define-away `const' after inclusion
26608         of errno.h, not before.  Suggestion from Bruno Haible.
26609
26610 2003-01-08  Bruno Haible  <bruno@clisp.org>
26611
26612         * modules/full-read: Depend on full-write.
26613
26614 2003-01-08  Bruno Haible  <bruno@clisp.org>
26615
26616         * lib/safe-read.c: Include specification header first, to ensure its
26617         selfcontainedness.
26618         * lib/full-write.c: Likewise.
26619
26620 2003-01-07  Jim Meyering  <jim@meyering.net>
26621
26622         * lib/full-write.c: Rework so that it may serve to define full_read,
26623         too.
26624         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26625
26626 2003-01-07  Bruno Haible  <bruno@clisp.org>
26627
26628         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26629         <inttypes.h>.
26630         * lib/xstrtol.h: Likewise.
26631         * lib/xstrtoimax.c: Likewise.
26632         * lib/xstrtoumax.c: Likewise.
26633         * lib/human.h: Likewise.
26634
26635         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26636         on systems that have <inttypes.h> but not <stdint.h>.
26637
26638 2003-01-07  Bruno Haible  <bruno@clisp.org>
26639
26640         * MODULES.html.sh: Add copyright notice.
26641         (missed_files): Omit CVS directory entries.
26642         (func_module): Make it work with sed-3.02.
26643         * MODULES.txt: Remove file.
26644
26645 2003-01-06  Jim Meyering  <jim@meyering.net>
26646
26647         * lib/version-etc.c: Update year in translatable copyright string.
26648
26649 2003-01-03  Karl Berry  <karl@gnu.org>
26650
26651         * config/config.{guess,sub}: update from prep.
26652
26653 2003-01-02  Karl Berry  <karl@gnu.org>
26654
26655         * doc/COPYING.DOC: belatedly updated to 1.2.
26656
26657 2003-01-01  Karl Berry  <karl@gnu.org>
26658
26659         * gnulib-tool (func_verify_module): report module name $module in
26660         error message, not $1.
26661         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26662         be created, only if it doesn't exist.
26663         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26664
26665 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26666
26667         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26668
26669 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26670
26671         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26672         memcmp if strcoll doesn't work.
26673
26674 2002-12-31  Bruno Haible  <bruno@clisp.org>
26675
26676         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26677         nonempty.
26678
26679 2002-12-31  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/memcoll.c (STRCOLL): New macro.
26682         (memcoll): Use it.
26683
26684 2002-12-31  Bruno Haible  <bruno@clisp.org>
26685
26686         * lib/localcharset.h: New file.
26687         * lib/localcharset.c: Include it.
26688         * lib/unicodeio.c: Likewise.
26689
26690 2002-12-31  Bruno Haible  <bruno@clisp.org>
26691
26692         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26693         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26694
26695 2002-12-31  Bruno Haible  <bruno@clisp.org>
26696
26697         * lib/getline.h: Include <stddef.h>, for size_t.
26698
26699         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26700         * lib/unicodeio.c: Don't include <stddef.h>.
26701
26702 2002-12-31  Bruno Haible  <bruno@clisp.org>
26703
26704         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26705         HAVE_TM_ZONE.
26706
26707 2002-12-24  Karl Berry  <karl@gnu.org>
26708
26709         * config/config.guess: update from prep.
26710
26711 2002-12-24  Bruno Haible  <bruno@clisp.org>
26712
26713         General infrasructure.
26714         * m4/README: Rewritten.
26715         * m4/onceonly.m4: New file.
26716         * m4/onceonly_2_57.m4: New file.
26717
26718         Module atexit.
26719         * m4/atexit.m4: New file.
26720
26721         Module strtod.
26722         * m4/strtod.m4: New file.
26723
26724         Module strtol.
26725         * m4/strtol.m4: New file.
26726
26727         Module strtoul.
26728         * m4/strtoul.m4: New file.
26729
26730         Module memchr.
26731         * m4/memchr.m4: New file.
26732
26733         Module memcmp.
26734         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26735         (jm_FUNC_MEMCMP): Invoke it.
26736
26737         Module memcpy.
26738         * m4/memcpy.m4: New file.
26739
26740         Module memmove.
26741         * m4/memmove.m4: New file.
26742
26743         Module memset.
26744         * m4/memset.m4: New file.
26745
26746         Module strcspn.
26747         * m4/strcspn.m4: New file.
26748
26749         Module strpbrk.
26750         * m4/strpbrk.m4: New file.
26751
26752         Module strstr.
26753         * m4/strstr.m4: New file.
26754
26755         Module strerror.
26756         * m4/strerror.m4: New file.
26757
26758         Module mktime.
26759         * m4/mktime.m4: Renamed from jm-mktime.m4.
26760         (gl_PREREQ_MKTIME): New macro.
26761         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26762
26763         Module malloc.
26764         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26765         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26766         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26767
26768         Module realloc.
26769         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26770         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26771         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26772
26773         Module strftime.
26774         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26775         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26776         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26777         gl_TM_GMTOFF.
26778         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26779
26780         Module xalloc.
26781         * m4/xalloc.m4: New file.
26782
26783         Module alloca.
26784         * m4/alloca.m4: New file.
26785
26786         Module putenv.
26787         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26788         (jm_FUNC_PUTENV): Invoke it.
26789
26790         Module setenv.
26791         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26792         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26793         when invoked twice.
26794         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26795         gt_FUNC_SETENV.
26796
26797         Module memrchr.
26798         * m4/memrchr.m4: New file.
26799
26800         Module stpcpy.
26801         * m4/stpcpy.m4: New file.
26802
26803         Module strcase.
26804         * m4/strcase.m4: New file.
26805
26806         Module strdup.
26807         * m4/strdup.m4: New file.
26808
26809         Module strnlen.
26810         * m4/strnlen.m4: New file.
26811
26812         Module strndup.
26813         * m4/strndup.m4: New file.
26814
26815         Module xstrtod.
26816         * m4/xstrtod.m4: New file.
26817
26818         Module xstrtol.
26819         * m4/xstrtol.m4: New file.
26820
26821         Module getdate.
26822         * m4/getdate.m4: New file.
26823
26824         Module unlocked-io.
26825         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26826         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26827         * m4/jm-glibc-io.m4n: Remove file.
26828
26829         Module long-options.
26830         * m4/long-options.m4: New file.
26831
26832         Module md5.
26833         * m4/md5.m4: New file.
26834
26835         Module sha.
26836         * m4/sha.m4: New file.
26837
26838         Module getstr.
26839         * m4/getstr.m4: New file.
26840
26841         Module getline.
26842         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26843         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26844         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26845         simply getline. Infoke gl_PREREQ_GETLINE.
26846
26847         Module obstack.
26848         * m4/obstack.m4: New file.
26849
26850         Module hash.
26851         * m4/hash.m4: New file.
26852
26853         Module readtokens.
26854         * m4/readtokens.m4: New file.
26855
26856         Module strverscmp.
26857         * m4/strverscmp.m4: New file.
26858
26859         Module stdbool.
26860         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26861         OSF/1.
26862
26863         Module strtoll.
26864         * m4/strtoll.m4: New file.
26865
26866         Module strtoull.
26867         * m4/strtoull.m4: New file.
26868
26869         Module strtoimax.
26870         * m4/strtoimax.m4: New file.
26871
26872         Module strtoumax.
26873         * m4/strtoumax.m4: New file.
26874
26875         Module xstrtoimax.
26876         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26877         jm_AC_PREREQ_XSTRTOIMAX.
26878         Moved the strtol prerequisites to strtol.m4.
26879         Moved the strtoll prerequisites to strtoll.m4.
26880         Moved the strtoimax prerequisites to strtoimax.m4.
26881
26882         Module xstrtoumax.
26883         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26884         jm_AC_PREREQ_XSTRTOUMAX.
26885         Moved the strtoul prerequisites to strtoul.m4.
26886         Moved the strtoull prerequisites to strtoull.m4.
26887         Moved the strtoumax prerequisites to strtoumax.m4.
26888
26889         Module chown.
26890         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26891         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26892
26893         Module dup2.
26894         * m4/dup2.m4: New file.
26895
26896         Module ftruncate.
26897         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26898         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26899
26900         Module getgroups.
26901         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26902         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26903
26904         Module gettimeofday.
26905         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26906         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26907         gl_PREREQ_GETTIMEOFDAY.
26908
26909         Module mkdir.
26910         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26911         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26912
26913         Module mkstemp.
26914         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26915         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26916         jm_AC_TYPE_UINTMAX_T.
26917         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26918
26919         Module stat.
26920         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26921         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26922
26923         Module lstat.
26924         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26925         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26926
26927         Module timespec.
26928         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26929         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26930         * m4/st_mtim.m4: Indentation.
26931
26932         Module nanosleep.
26933         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26934         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26935         gl_PREREQ_NANOSLEEP.
26936
26937         Module regex.
26938         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26939         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26940         (gl_REGEX): New macro.
26941
26942         Module rename.
26943         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26944         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26945
26946         Module rmdir.
26947         * m4/rmdir.m4: New file.
26948
26949         Module utime.
26950         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26951         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26952         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26953
26954         Module dirname.
26955         * m4/dirname.m4: New file.
26956
26957         Module getopt.
26958         * m4/getopt.m4: New file.
26959
26960         Module unistd-safer.
26961         * m4/unistd-safer.m4: New file.
26962
26963         Module fnmatch.
26964         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26965         declaration.
26966         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26967         (gl_FUNC_FNMATCH_POSIX): New macro.
26968         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26969         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26970         simply fnmatch.
26971
26972         Module exclude.
26973         * m4/exclude.m4: New file.
26974
26975         Module human.
26976         * m4/human.m4: New file.
26977
26978         Module acl.
26979         * m4/acl.m4: Nop.
26980
26981         Module backupfile.
26982         * m4/backupfile.m4: New file.
26983         * m4/d-ino.m4: Indentation.
26984
26985         Module fsusage.
26986         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26987         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26988         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26989
26990         Module dirfd.
26991         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26992         requirements.
26993
26994         Module euidaccess.
26995         * m4/euidaccess.m4: New file.
26996
26997         Module file-type.
26998         * m4/file-type.m4: New file.
26999
27000         Module fileblocks.
27001         * m4/fileblocks.m4: New file.
27002
27003         Module filemode.
27004         * m4/filemode.m4: New file.
27005
27006         Module isdir.
27007         * m4/isdir.m4: New file.
27008
27009         Module lchown.
27010         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27011         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27012
27013         Module makepath.
27014         * m4/makepath.m4: New file.
27015
27016         Module modechange.
27017         * m4/modechange.m4: New file.
27018
27019         Module mountlist.
27020         * m4/mountlist.m4: New file.
27021         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27022         Indentation.
27023
27024         Module path-concat.
27025         * m4/path-concat.m4: New file.
27026
27027         Module pathmax.
27028         * m4/pathmax.m4: New file.
27029
27030         Module same.
27031         * m4/same.m4: New file.
27032
27033         Module save-cwd.
27034         * m4/save-cwd.m4: New file.
27035
27036         Module savedir.
27037         * m4/savedir.m4: New file.
27038
27039         Module xgetcwd.
27040         * m4/xgetcwd.m4: New file.
27041         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27042
27043         Module xreadlink.
27044         * m4/xreadlink.m4: New file.
27045
27046         Module safe-read.
27047         * m4/safe-read.m4: New file.
27048
27049         Module safe-write.
27050         * m4/safe-write.m4: New file.
27051
27052         Module closeout.
27053         * m4/closeout.m4: New file.
27054
27055         Module stdio-safer.
27056         * m4/stdio-safer.m4: New file.
27057
27058         Module getpass.
27059         * m4/getpass.m4: New file.
27060
27061         Module getugroups.
27062         * m4/getugroups.m4: New file.
27063
27064         Module group-member.
27065         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27066         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27067
27068         Module idcache.
27069         * m4/idcache.m4: New file.
27070
27071         Module userspec.
27072         * m4/userspec.m4: New file.
27073
27074         Module gettime.
27075         * m4/clock_time.m4: New file.
27076         * m4/gettime.m4: New file.
27077
27078         Module settime.
27079         * m4/settime.m4: New file.
27080
27081         Module posixtm.
27082         * m4/posixtm.m4: New file.
27083
27084         Module gethostname.
27085         * m4/gethostname.m4: New file.
27086
27087         Module canon-host.
27088         * m4/canon-host.m4: New file.
27089
27090         Module gettext.
27091         * m4/codeset.m4: New file, from gettext-0.11.5.
27092         * m4/gettext.m4: New file, from gettext-0.11.5.
27093         * m4/glibc21.m4: New file, from gettext-0.11.5.
27094         * m4/iconv.m4: New file, from gettext-0.11.5.
27095         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27096         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27097         * m4/inttypes.m4: New file, from gettext-0.11.5.
27098         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27099         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27100         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27101         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27102         * m4/lib-link.m4: New file, from gettext-0.11.5.
27103         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27104         * m4/progtest.m4: New file, from gettext-0.11.5.
27105         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27106         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27107         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27108
27109         Module localcharset.
27110         * m4/localcharset.m4: New file.
27111
27112         Module hard-locale.
27113         * m4/hard-locale.m4: New file.
27114
27115         Module mbswidth.
27116         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27117         onceonly macros.
27118         * m4/mbrtowc.m4: Add comment.
27119
27120         Module memcasecmp.
27121         * m4/memcasecmp.m4: New file.
27122
27123         Module memcoll.
27124         * m4/memcoll.m4: New file.
27125
27126         Module unicodeio.
27127         * m4/unicodeio.m4: New file.
27128
27129         Module rpmatch.
27130         * m4/rpmatch.m4: New file.
27131
27132         Module yesno.
27133         * m4/yesno.m4: New file.
27134
27135         Module exitfail.
27136         * m4/exitfail.m4: New file.
27137
27138         Module c-stack.
27139         * m4/c-stack.m4 (gl_C_STACK): New macro.
27140         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27141
27142         Module error.
27143         * m4/error.m4 (gl_ERROR): New macro.
27144         (jm_PREREQ_ERROR): Use onceonly macros.
27145
27146         Module fatal.
27147         * m4/fatal.m4: New file.
27148
27149         Module getloadavg.
27150         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27151         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27152
27153         Module getpagesize.
27154         * m4/getpagesize.m4: New file.
27155
27156         Module getusershell.
27157         * m4/getusershell.m4: New file.
27158
27159         Module physmem.
27160         * m4/physmem.m4: New file.
27161
27162         Module posixver.
27163         * m4/posixver.m4: New file.
27164
27165         Module quotearg.
27166         * m4/quotearg.m4: New file.
27167
27168         Module quote.
27169         * m4/quote.m4: New file.
27170
27171         Module readutmp.
27172         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27173
27174         Module sig2str.
27175         * m4/sig2str.m4: New file.
27176
27177         Other.
27178         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27179         ulonglong.m4.
27180         * m4/intmax_t.m4: New file.
27181         * m4/d-type.m4: Indentation.
27182         * m4/jm-macros.m4: Update.
27183         * m4/prereq.m4 (jm_PREREQ): Update.
27184         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27185         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27186         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27187         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27188         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27189         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27190         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27191         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27192         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27193         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27194         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27195         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27196         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27197         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27198         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27199         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27200         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27201         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27202         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27203
27204 2002-12-24  Bruno Haible  <bruno@clisp.org>
27205
27206         * MODULES.txt: Update according to m4/ changes.
27207
27208         Module gettext.
27209         * config.rpath: New file, from gettext-0.11.5.
27210
27211         * modules/*: New module descriptions.
27212         * gnulib-tool: New file.
27213         * MODULES.html.sh: New file.
27214
27215 2002-12-21  Karl Berry  <karl@gnu.org>
27216
27217         * doc/fdl.texi: update to version 1.2.
27218
27219 2002-12-19  Karl Berry  <karl@gnu.org>
27220
27221         * config/config.guess: update from prep.
27222
27223 2002-12-18  Bruno Haible  <bruno@clisp.org>
27224
27225         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27226         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27227
27228 2002-12-17  Bruno Haible  <bruno@clisp.org>
27229
27230         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27231         stdlib.h, string.h.
27232
27233 2002-12-17  Bruno Haible  <bruno@clisp.org>
27234
27235         * lib/canon-host.c (strdup): Remove unused declaration.
27236
27237         * lib/fsusage.c: Include full_read.h.
27238         (get_fs_usage): Use full_read instead of safe_read.
27239
27240         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27241
27242 2002-12-12  Karl Berry  <karl@gnu.org>
27243
27244         * config/config.guess: update from prep.
27245
27246 2002-12-11  Bruno Haible  <bruno@clisp.org>
27247
27248         * m4/setenv.m4: New file, from gettext-0.11.5.
27249
27250 2002-12-11  Bruno Haible  <bruno@clisp.org>
27251
27252         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27253         not unsetenv().
27254         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27255         modifications:
27256
27257         2002-12-11  Bruno Haible  <bruno@clisp.org>
27258
27259                 * setenv.c (alloca): Fall back to malloc.
27260                 (freea): New macro.
27261                 (setenv): Use freea() to free memory allocated with alloca().
27262
27263         2002-11-13  Bruno Haible  <bruno@clisp.org>
27264
27265                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27266                 function declarations.
27267                 * unsetenv.c (unsetenv): Likewise.
27268
27269         2002-03-04  Bruno Haible  <bruno@clisp.org>
27270
27271                 Portability to AIX 4.3.3.
27272                 * unsetenv.c: New file, extracted from setenv.c.
27273                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27274
27275         2001-12-20  Bruno Haible  <bruno@clisp.org>
27276
27277                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27278                 use malloc instead. For SunOS 4.
27279
27280         2001-12-11  Bruno Haible  <bruno@clisp.org>
27281
27282                 * setenv.c: Declare alloca.
27283                 (compar_fn_t): New typedef.
27284                 (KNOWN_VALUE, STORE_VALUE): Use it.
27285
27286         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27287         setenv.h.
27288
27289 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27290
27291         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27292         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27293         Choose values that are less likely to collide with system fnmatch
27294         options.
27295         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27296         defined (e.g., a pure POSIX system).
27297         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27298         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27299
27300 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27301
27302         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27303         a pain in practice to deal with generated m4 files.  This change
27304         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27305
27306         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27307         and jm-glibc-io.m4, as they are no longer a special case.
27308         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27309         kludge and the auto-generation stuff.  Check only whether the
27310         functions are declared, not whether they exist, since older hosts
27311         that don't declare the functions can't use the optimization anyway.
27312
27313 2002-12-06  Jim Meyering  <jim@meyering.net>
27314
27315         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27316
27317         Merge in changes from libc's misc/error.c, in preparation
27318         for the merge of gnulib's changes back into libc.
27319
27320         * lib/error.c (_): Define only if not already defined.
27321         Move definition to follow all #include directives.
27322         Include unlocked-io.h only if !_LIBC.
27323         [_LIBC]: Include <libio/libioP.h>.
27324         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27325         (fflush): Tweak definition to use INTUSE.
27326         (putc): Define.
27327
27328 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27329
27330         * lib/alloca.c [defined emacs]: Include "lisp.h".
27331         (xalloc_die) [defined emacs]: New macro.
27332         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27333         [! defined emacs]: Include <xalloc.h>.
27334         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27335         (pointer): Typedef to POINTER_TYPE *.
27336         (malloc): Remove decl; we now always use xmalloc.
27337         (alloca): Use old-style definition, since Emacs needs this.
27338         Check for arithmetic overflow when computing combined size.
27339
27340 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27341
27342         Do not generate unlocked-io.h automatically, since it's easier to
27343         maintain it by hand.
27344
27345         * lib/unlocked-io.h: New file, from GNU diffutils,
27346         but with proper copyright notice and attribution.
27347         * lib/gen-uio: Remove.
27348         * lib/Makefile.am: Add copyright notice.
27349         (libfetish_a_SOURCES): Add unlocked-io.h.
27350         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27351         (DISTCLEANFILES, io_functions): Remove macros.
27352         (EXTRA_DIST): Remove gen_uio.
27353         (unlocked-io.h): Remove rule.
27354
27355 2002-12-04  Jim Meyering  <jim@meyering.net>
27356
27357         Reflect the fact that stat.c and lstat.c are no longer generated.
27358         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27359         (DISTCLEANFILES): Likewise.
27360         (EXTRA_DIST): Likewise.
27361         (all_local): Don't depend on stat.c or lstat.c.
27362         (stat.c, lstat.c): Remove rules.
27363         (EXTRA_DIST): Remove xstat.in.
27364
27365         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27366         * lib/stat.c: New file.  Contents mostly from xstat.in.
27367         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27368         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27369
27370         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27371         too.
27372         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27373
27374 2002-12-03  Jim Meyering  <jim@meyering.net>
27375
27376         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27377         but not semantics, to minimize the differences between these two files.
27378         (safe_read): Change comment to mention SAFE_READ_ERROR.
27379
27380         * lib/safe-read.c (IS_EINTR): Define.
27381         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27382
27383 2002-12-02  Jim Meyering  <jim@meyering.net>
27384
27385         * lib/safe-read.c (EINTR): Define.
27386         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27387         (INT_MAX): Provide fallback.
27388         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27389
27390         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27391
27392 2002-12-02  Bruno Haible  <bruno@clisp.org>
27393
27394         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27395         Define, taken from safe-read.c.
27396         (INT_MAX): Provide fallback.
27397         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27398         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27399
27400         * lib/safe-read.c (EINTR): Remove definition.
27401         (safe_read): Don't use EINTR if it is absent.
27402
27403 2002-12-01  Jim Meyering  <jim@meyering.net>
27404
27405         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27406         zero.
27407         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27408
27409 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27410
27411         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27412         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27413         with `if (! (value < limit)) abort ();', for readability.
27414
27415 2002-11-26  Karl Berry  <karl@gnu.org>
27416
27417         * lib/strdup.c: copy from libc again, with jim's ok.
27418         * lib/.cppi-disable: re-add strdup.c
27419
27420 2002-11-25  Karl Berry  <karl@gnu.org>
27421
27422         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27423         instead of "strtol.c".
27424
27425 2002-11-25  Karl Berry  <karl@gnu.org>
27426
27427         * config/install-sh: update from automake for variable quoting, $0 in
27428         error msgs, etc.
27429
27430         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27431         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27432         entry.
27433
27434 2002-11-25  Jim Meyering  <jim@meyering.net>
27435
27436         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27437
27438 2002-11-24  Karl Berry  <karl@gnu.org>
27439
27440         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27441         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27442
27443 2002-11-24  Jim Meyering  <jim@meyering.net>
27444
27445         Update from coreutils:
27446
27447         * lib/mktime.c: Merge in changes from libc.
27448
27449         Avoid a link-time failure on some Linux systems.
27450         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27451         (otherwise).
27452         (__mon_yday): Declare with the STATIC attribute.
27453         (__mktime_internal): Likewise.
27454         Based on a report from Greg Schafer.
27455
27456 2002-11-23  Jim Meyering  <jim@meyering.net>
27457
27458         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27459         Use `unsigned', not `int', as type of index.
27460
27461         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27462
27463         * lib/fsusage.c: Remove unneeded parentheses around operands of
27464         `defined'.
27465
27466 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27467
27468         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27469         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27470         so that we can be included first.
27471         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27472         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27473         No need to include stddef.h or sys/types.h any more.
27474         Surround local include files with "", not "<>".
27475         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27476         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27477         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27478         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27479         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27480         (ISPRINT): Remove; no longer needed now that we assume C89.
27481
27482         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27483         Preserve errno.
27484
27485         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27486         quotearg_char): Use SIZE_MAX rather than
27487         (size_t) -1 when we are talking about "infinity".
27488
27489         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27490
27491 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27492
27493         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27494         hint that one should use `if (! x) abort ();' rather than `assert
27495         (x);', and anyway it's one less thing to worry about configuring.
27496         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27497         hash_rehash, hash_insert): Use abort rather than assert.
27498
27499 2002-11-22  Bruno Haible  <bruno@clisp.org>
27500
27501         * lib/safe-read.h: Assume C89. Add comments.
27502         (safe_read): Change return type to size_t.
27503         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27504         byte counts > SSIZE_MAX correctly.
27505         * lib/safe-write.h: New file.
27506         * lib/safe-write.c: New file.
27507         * lib/full-read.h: New file.
27508         * lib/full-read.c: New file.
27509         * lib/full-write.h: Assume C89. Add comments.
27510         * lib/full-write.c: Include safe-write.h.
27511         (full_write): Rewritten to use safe_write.
27512         Suggested by Jim Meyering and Paul Eggert.
27513
27514 2002-11-21  Jim Meyering  <jim@meyering.net>
27515
27516         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27517
27518         Merge in changes from the coreutils.
27519
27520         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27521         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27522         <stdint.h>.
27523         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27524         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27525         int.  Work more efficiently if X is the same width as uintmax_t.
27526         Do not compare X to -1, to avoid bogus compiler warning.
27527         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27528         Don't assume that f_frsize and f_bsize are the same type.
27529
27530         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27531         warning on FreeBSD.
27532
27533         * lib/makepath.c (make_path): Restore umask *before* creating the final
27534         component.
27535         (make_path): Minor reformatting.
27536
27537         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27538         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27539         HAVE_MALLOC/HAVE_REALLOC.
27540
27541         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27542         dummy ones.  At least on GNU/Linux systems, `auto' means something
27543         else.
27544         From Michael Stone.
27545
27546 2002-11-21  Bruno Haible  <bruno@clisp.org>
27547
27548         Remove case insensitive option matching.
27549         * lib/argmatch.h (argcasematch): Remove declaration.
27550         (ARGCASEMATCH): Remove macro.
27551         (__xargmatch_internal): Remove case_sensitive argument.
27552         (XARGMATCH): Update.
27553         (XARGCASEMATCH): Remove macro.
27554         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27555         case_sensitive argument.
27556         (argcasematch): Remove function.
27557         (__xargmatch_internal): Remove case_sensitive argument.
27558         (main): Use XARGMATCH instead of XARGCASEMATCH.
27559
27560         * lib/xmalloc.c: Change compile-time error message. Add comment about
27561         required autoconf version.
27562
27563 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27564
27565         Merge argmatch cleanups from Bison.  Assume C89.
27566
27567         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27568         Include stdlib.h, for EXIT_FAILURE.
27569         Always include <string.h>, since we assume C89.
27570         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27571         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27572         Include <stddef.h> instead, since it's all we need for size_t.
27573         (PARAMS): Remove.  All uses removed.
27574         (ARRAY_CARDINALITY): Do not bother to #undef.
27575         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27576         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27577         Remove unnecessary parentheses.
27578         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27579         Insert necessary parentheses.
27580         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27581         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27582
27583 2002-11-19  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27586         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27587
27588         * lib/mbswidth.h (PARAMS): Remove macro.
27589         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27590         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27591
27592         * lib/gcd.h (PARAMS): Remove macro.
27593         (gcd): Use ANSI C function declarations.
27594         * lib/gcd.c (gcd): Likewise.
27595
27596 2002-11-15  Bruno Haible  <bruno@clisp.org>
27597
27598         * lib/strcspn.c: Include <stddef.h>.
27599         (strcspn): Use ANSI C function declaration. Change return type to
27600         size_t. Use NULL.
27601         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27602         (strpbrk): Use NULL.
27603         * lib/strpbrk.h (PARAMS): Remove macro.
27604         (strpbrk): Use ANSI C function declaration.
27605         * lib/strstr.c: Don't include <sys/types.h>.
27606         * lib/strstr.h (PARAMS): Remove macro.
27607         (strstr): Use ANSI C function declarations.
27608
27609 2002-11-14  Karl Berry  <karl@gnu.org>
27610
27611         * config/mkinstalldirs: `do' on separate line, instead of
27612         `for var; do'.
27613
27614 2002-11-06  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27617         * lib/gcd.c (gcd): Likewise.
27618
27619 2002-11-05  Bruno Haible  <bruno@clisp.org>
27620
27621         * lib/gcd.h: New file, from gettext-0.11.5.
27622         * lib/gcd.c: New file, from gettext-0.11.5.
27623
27624 2002-11-05  Bruno Haible  <bruno@clisp.org>
27625
27626         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27627         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27628         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27629         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27630
27631         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27632         <libintl.h>.
27633         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27634         <libintl.h>.
27635
27636         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27637         * lib/human.c: Include gettext.h instead of <libintl.h>.
27638         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27639         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27640         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27641         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27642         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27643         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27644         (textdomain): Remove definition.
27645         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27646
27647         * lib/long-options.c: Remove include of <libintl.h> and definition of
27648         _.
27649         * lib/same.c: Remove include of <libintl.h> and definition of _.
27650
27651 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27652
27653         * lib/config.charset: A few additions for Solaris.
27654
27655 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27656
27657         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27658         * lib/localcharset.c (locale_charset): Declare as extern "C".
27659
27660 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27661
27662         * lib/config.charset: msdos in uk_UA uses CP1125.
27663
27664 2002-11-04  Bruno Haible  <bruno@clisp.org>
27665
27666         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27667         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27668         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27669         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27670         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27671
27672 2002-11-04  Bruno Haible  <bruno@clisp.org>
27673
27674         * lib/localcharset.c (locale_charset): Don't return an empty string.
27675
27676 2002-11-04  Bruno Haible  <bruno@clisp.org>
27677
27678         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27679         aliases.
27680
27681 2002-11-04  Bruno Haible  <bruno@clisp.org>
27682
27683         * lib/config.charset: Update for newest glibc. Add canonical names
27684         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27685
27686 2002-11-04  Bruno Haible  <bruno@clisp.org>
27687
27688         * lib/config.charset: Add support for NetBSD.
27689
27690 2002-11-04  Bruno Haible  <bruno@clisp.org>
27691
27692         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27693
27694 2002-11-01  Bruno Haible  <bruno@clisp.org>
27695
27696         * configure.in: Add AC_CONFIG_AUX_DIR call.
27697         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27698         test/Makefile.
27699         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27700
27701 2002-09-28  Karl Berry  <karl@gnu.org>
27702
27703         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27704         installed automake until the next release, since changes have been
27705         made.
27706
27707 2002-09-25  Karl Berry  <karl@gnu.org>
27708
27709         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27710         * lib/getopt*: copy from libc/posix.
27711         * lib/gettext.h: copy from gettext.
27712         * lib/.cppi-disable: add strdup.c, gettext.h.
27713
27714 2002-09-25  Karl Berry  <karl@gnu.org>
27715
27716         * config/srclist.txt: enable gettext.h check.
27717         * config/config.{guess,sub}: update from prep.
27718         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27719                 from automake 1.6.3.
27720         See srclist*.
27721
27722 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27723
27724         * regex.c (PATFETCH): Remove the translating fetch.
27725         (PATFETCH_RAW): Rename to PATFETCH.
27726         (set_image_of_range): New fun.
27727         (SET_RANGE_TABLE_WORK_AREA): Use it.
27728         (regex_compile): Don't translate the pattern chars so eagerly.
27729         Only do it when inserting an `exactn' bytecode or when handling
27730         a char-range.
27731         (mutually_exclusive_p): Avoid empty statement.
27732
27733 2002-07-06  Jim Meyering  <meyering@lucent.com>
27734
27735         * m4/README: Don't mention Makefile.am.in.
27736         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27737
27738 2002-07-01  Jim Meyering  <meyering@lucent.com>
27739
27740         * lib/c-stack.c: Include sys/time.h.
27741         From Volker Borchert.
27742
27743 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27744
27745         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27746
27747 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27748
27749         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27750         New macro.  Use it uniformly instead of
27751         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27752         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27753         reported by Vin Shelton.
27754
27755 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27756
27757         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27758         Do not assume SA_SIGINFO behavior.
27759         Bug reported by Jim Meyering on NetBSD 1.5.2.
27760
27761 2002-06-22  Jim Meyering  <meyering@lucent.com>
27762
27763         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27765
27766         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27767         now that configure.ac uses AC_GNU_SOURCE.
27768         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27769         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27770
27771         Update to latest tools.  Suggestions from Paul Eggert.
27772         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27773         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27774         * m4/fnmatch.m4: Likewise.
27775         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27776         to AC_HEADER_STDBOOL
27777
27778 2002-06-22  Jim Meyering  <meyering@lucent.com>
27779
27780         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27781         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27782
27783 2002-06-22  Jim Meyering  <meyering@lucent.com>
27784
27785         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27786
27787         * lib/exitfail.c, exitfail.h: Likewise.
27788         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27789
27790         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27791         of fnmatch.h.
27792         (EXTRA_DIST): Add fnmatch_loop.c.
27793         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27794
27795         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27796         * lib/fnmatch.c: Update from diffutils-2.8.2.
27797         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27798         * lib/fnmatch.h: Remove file.
27799
27800 2002-06-21  Jim Meyering  <meyering@lucent.com>
27801
27802         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27803         * m4/mbrtowc.m4: Likewise.
27804
27805         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27806         * m4/mbswidth.m4: Reflect name change:
27807         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27808         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27809
27810         * m4/lib-link.m4: Update from gettext-0.11.2.
27811         * m4/gettext.m4: Likewise.
27812
27813         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27814         From Alfred M. Szmidt.
27815
27816 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27817
27818         * lib/file-type.h: Report an error if neither S_ISREG nor
27819         S_IFREG is defined, instead of using a test specific to glibc
27820         2.2.  This should be safe, since POSIX requires S_ISREG and
27821         Unix Version 7 had S_IFREG.  We don't need to check for
27822         <sys/types.h> since we don't use any symbols that it defines.
27823
27824 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27825
27826         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27827         $@-t, so that each temporary file name is unique and valid in the first
27828         8 characters, for operation under DOS.
27829
27830 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27831
27832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27833
27834 2002-06-15  Jim Meyering  <meyering@lucent.com>
27835
27836         Work even with DJGPP 2.03, which lacks support for symlinks.
27837         From Richard Dawe.
27838         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27839         is defined.
27840         * lib/lchown.c (S_ISLNK): Likewise.
27841
27842 2002-06-15  Jim Meyering  <meyering@lucent.com>
27843
27844         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27845         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27846         have been included before this file.
27847
27848 2002-06-14  Jim Meyering  <meyering@lucent.com>
27849
27850         * lib/file-type.h: Use the version from diffutils-2.8.2.
27851         * lib/file-type.c: Likewise.
27852
27853 2002-06-07  Jim Meyering  <meyering@lucent.com>
27854
27855         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27856         They're needed at least for NetBSD 1.5.2.
27857         ($statxfs_includes): Include those same headers.
27858         ($statxfs_includes): Include sys/vfs.h if available.
27859         ($statxfs_includes): Likewise for sys/statvfs.h.
27860         Check for the following members in both structs statfs and statvfs:
27861         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27862
27863 2002-06-01  Jim Meyering  <meyering@lucent.com>
27864
27865         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27866         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27867
27868 2002-05-28  Jim Meyering  <meyering@lucent.com>
27869
27870         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27871         Reported by Volker Borchert.
27872
27873 2002-05-27  Jim Meyering  <meyering@lucent.com>
27874
27875         Fix a problem seen only on nonconforming systems whereby ls.c's
27876         use of localtime, and then of gettimeofday would cause trouble:
27877         the localtime call used to initialize rpl_gettimeofday's save
27878         mechanism would clobber ls's current local time information so
27879         that in any long listing the first file would always be listed
27880         with date 1970-01-01.  Analysis by Volker Borchert.
27881
27882         * lib/gettimeofday.c (localtime): Undefine.
27883         (rpl_localtime): New function.
27884
27885 2002-05-27  Jim Meyering  <meyering@lucent.com>
27886
27887         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27888         localtime.
27889
27890         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27891         use the replacement function; it wouldn't resolve at link time.
27892         Reported by Volker Borchert.
27893
27894 2002-05-22  Jim Meyering  <meyering@lucent.com>
27895
27896         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27897         file-type.h.
27898         * lib/file-type.h: New file.
27899         * lib/file-type.c (file_type): New file/function.  Extracted from
27900         diffutils.
27901
27902 2002-04-30  Jim Meyering  <meyering@lucent.com>
27903
27904         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27905
27906 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27907
27908         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27909
27910 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27911
27912         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27913         Do not check for alloca.h (no longer used) or stdbool.h (was never
27914         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27915
27916 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27917
27918         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27919
27920 2002-04-29  Jim Meyering  <meyering@lucent.com>
27921
27922         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27923         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27924         Use AC_FUNC_STRNLEN here instead.
27925
27926         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27927         With autoconf-2.53a, it's part of AC_PROG_CC.
27928
27929 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27930
27931         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27932         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27933
27934 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27935
27936         * lib/sig2str.h, lib/sig2str.c: New files.
27937         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27938
27939 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27940
27941         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27942         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27943         of 127, since 64 is the largest conceivable number for ancient
27944         nonstandard hosts.
27945         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27946
27947 2002-04-28  Jim Meyering  <meyering@lucent.com>
27948
27949         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27950
27951 2002-04-24  Jim Meyering  <meyering@lucent.com>
27952
27953         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27954         (jm_PREREQ): Use it.
27955
27956         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27957         mach/mach.h fcntl.h.
27958         Check for this function: setlocale.
27959
27960 2002-04-24  Jim Meyering  <meyering@lucent.com>
27961
27962         * lib/gettext.h: New file, from Gettext.
27963         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27964         (libfetish_a_SOURCES): Add gettext.h.
27965
27966 2002-04-16  Jim Meyering  <meyering@lucent.com>
27967
27968         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27969         ut_pid, ut_id, ut_exit.
27970
27971 2002-04-16  Jim Meyering  <meyering@lucent.com>
27972
27973         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27974         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27975         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27976
27977 2002-04-12  Jim Meyering  <meyering@lucent.com>
27978
27979         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27980         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27981         existence of the getmntinfo function.  Needed for Darwin 5.3.
27982
27983         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27984         This is necessary at least on Darwin 5.3.
27985
27986         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27987         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27988         strnlen.o in the library, and that makes some versions of ranlib
27989         object.
27990
27991 2002-04-12  Jim Meyering  <meyering@lucent.com>
27992
27993         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27994
27995 2002-04-09  Jim Meyering  <meyering@lucent.com>
27996
27997         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27998         to be more precise.  Rather than saying we're checking whether the
27999         function `works', say what we're testing.
28000         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28001         Reported by Bruno Haible.
28002
28003 2002-03-10  Jim Meyering  <meyering@lucent.com>
28004
28005         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28006         Suggestion from Santiago Vila.
28007
28008 2002-03-08  Jim Meyering  <meyering@lucent.com>
28009
28010         * lib/rename.c: Mention that this wrapper is needed also on
28011         mips-dec-ultrix4.4 systems.
28012
28013 2002-03-02  Jim Meyering  <meyering@lucent.com>
28014
28015         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28016         not HAVE_CLOCK_SETTIME.
28017
28018 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28019
28020         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28021         Check for clock_settime.
28022
28023 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28024
28025         * lib/nanosleep.h: Rename to....
28026         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28027
28028         * lib/gettime.c: New file.
28029         * lib/settime.c: New file.
28030         * lib/stime.c: Remove.
28031
28032         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28033         timespec.h.  Remove nanosleep.h.
28034
28035 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28036
28037         * m4/acl.m4: New file.
28038         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28039         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28040
28041 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28042
28043         * lib/acl.c, lib/acl.h: New files.
28044         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28045
28046 2002-02-24  Jim Meyering  <meyering@lucent.com>
28047
28048         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28049         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28050         cause trouble.  Reported by Nelson Beebe.
28051
28052 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28053
28054         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28055         compilers that don't know that xalloc_die never returns.
28056
28057 2002-02-20  Jim Meyering  <meyering@lucent.com>
28058
28059         * lib/getdate.c: Regenerate using bison-1.33.
28060
28061 2002-02-17  Jim Meyering  <meyering@lucent.com>
28062
28063         * config/config.guess (main): Don't use `head -1'; it's no longer
28064         portable. Use `sed 1q' instead.
28065
28066 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28067
28068         * m4/codeset.m4: Upgrade to gettext-0.11.
28069         * m4/gettext.m4: Upgrade to gettext-0.11.
28070         * m4/glibc21.m4: Upgrade to gettext-0.11.
28071         * m4/iconv.m4: Upgrade to gettext-0.11.
28072         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28073         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28074         * m4/lib-ld.m4: New file, from gettext-0.11.
28075         * m4/lib-link.m4: New file, from gettext-0.11.
28076         * m4/lib-prefix.m4: New file, from gettext-0.11.
28077         * m4/progtest.m4: Upgrade to gettext-0.11.
28078
28079 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28080
28081         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28082         (jm_PREREQ): Use it.
28083
28084 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28085
28086         * lib/posixver.c, lib/posixver.h: New files.
28087         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28088
28089 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28090             Bruno Haible  <bruno@clisp.org>
28091
28092         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28093         (fwrite_success_callback): New declaration.
28094         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28095         print_unicode_char. Call failure callback instead of error.
28096         (fwrite_success_callback): New function.
28097         (exit_failure_callback): New function.
28098         (fallback_failure_callback): New function.
28099         (print_unicode_char): Call unicode_to_mb.
28100
28101 2002-01-26  Jim Meyering  <meyering@lucent.com>
28102
28103         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28104         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28105
28106 2002-01-26  Jim Meyering  <meyering@lucent.com>
28107
28108         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28109
28110 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28111
28112         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28113
28114 2002-01-22  Jim Meyering  <meyering@lucent.com>
28115
28116         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28117         Otherwise, some versions of automake would omit the rule that makes
28118         Makefile from Makefile.in.
28119
28120 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28121
28122         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28123         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28124         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28125         (memcoll): Set errno to zero if there is no error.
28126
28127         * lib/quotearg.c (quotearg_buffer_restyled):
28128         Fix bug with quoting buffers containing NUL when backslashing escapes.
28129         This bug was exposed by the other changes in this patch.
28130         (quotearg_n_options): New arg ARGSIZE.
28131         All callers changed.
28132         (quoting_options_from_style): New function.
28133         (quotearg_n_style): Use it.
28134         (quotearg_n_style_mem): New function.
28135
28136         * lib/quotearg.h (quotearg_n_style_mem): New function.
28137
28138 2002-01-19  Jim Meyering  <meyering@lucent.com>
28139
28140         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28141         Remove useless quotes: DF_PROG="df".
28142         * m4/strnlen.m4: New file.
28143
28144 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28145
28146         * lib/backupfile.c (ISDIGIT): Comment fix.
28147         * lib/getdate.y (ISDIGIT): Likewise.
28148         * lib/posixtm.c (ISDIGIT, year): Likewise.
28149         * lib/strverscmp.c (ISDIGIT): Likewise.
28150         * lib/userspec.c (ISDIGIT): Likewise.
28151
28152 2002-01-16  Jim Meyering  <meyering@lucent.com>
28153
28154         * lib/getdate.y: Add three semicolons, each just before a closing
28155         brace. Bison (as of version 1.31) no longer papers over that mistake.
28156
28157 2002-01-05  Jim Meyering  <meyering@lucent.com>
28158
28159         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28160
28161 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28162
28163         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28164         not silently exit merely because the output buffer happens to
28165         have nothing pending.
28166
28167 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28168
28169         See the big note in ../ChangeLog.
28170         * lib/human.c (suffixes): Prefer K to k for 1024.
28171         (generate_suffix_backwards): New function.
28172         (human_readable_inexact): Use it.
28173         * lib/xstrtol.c (__xstrtol): If there is no number but there
28174         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28175         Accept 'K' as well as 'k'.
28176
28177 2001-12-15  Jim Meyering  <meyering@lucent.com>
28178
28179         * lib/regex.h (__restrict_arr): Update from libc.
28180
28181         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28182         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28183         (STREQ): Define.
28184
28185 2001-12-14  Jim Meyering  <meyering@lucent.com>
28186
28187         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28188         Suggestion from Bruno Haible.
28189
28190 2001-12-10  Jim Meyering  <meyering@lucent.com>
28191
28192         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28193         xrealloc, Instead, include "xalloc.h".
28194         (initbuffer): Don't cast xmalloc return value to char*.
28195         (readline): Reword comment.
28196         Don't cast xrealloc return value to char*
28197         Return NULL, not 0.
28198
28199 2001-12-09  Jim Meyering  <meyering@lucent.com>
28200
28201         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28202         about `signed and unsigned type in conditional expression'.
28203         * lib/posixtm.c (posix_time_parse): Likewise.
28204
28205         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28206
28207         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28208         to avoid a pedantic warning.
28209
28210         * lib/getstr.c: Don't include assert.h.
28211         (getstr): Remove warning-evoking assertions.
28212         Return -1 if offset parameter is out of bounds.
28213         Change the type of a local from int to size_t.
28214
28215         * lib/strftime.c (my_strftime_localtime_r): Include this function
28216         definition in the `#if ! HAVE_TM_GMTOFF' block.
28217
28218         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28219         Include xalloc.h instead.
28220
28221 2001-12-02  Jim Meyering  <meyering@lucent.com>
28222
28223         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28224         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28225         included.
28226
28227         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28228         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28229
28230 2001-11-30  Akim Demaille  <akim@epita.fr>
28231
28232         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28233         before being defined.
28234
28235 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28236
28237         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28238         First arg is int, not unsigned.
28239         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28240         (SIZE_MAX, UINT_MAX): New macros.
28241         (quotearg_n_options): Abort if N is negative.
28242         Avoid overflow check on hosts where size_t is 64 bits and int
28243         is 32 bits, as overflow is impossible there.
28244         Fix off-by-one typo that caused unnecessary reallocation.
28245
28246 2001-11-27  Jim Meyering  <meyering@lucent.com>
28247
28248         * lib/tempname.c: Merge with version from libc.
28249         * lib/regex.c: Likewise.
28250
28251         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28252         systems for which STDC_HEADERS is 0, it was not included, resulting in
28253         a warning about an integer-to-pointer conversion problem with getenv.
28254         Reported by Volker Borchert.
28255
28256 2001-11-26  Jim Meyering  <meyering@lucent.com>
28257
28258         * lib/gtod.h: Remove file.
28259         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28260         * lib/gettimeofday.c: Don't include gtod.h.
28261         (GTOD_init): Remove function.
28262         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28263         Suggestion from Volker Borchert.
28264
28265 2001-11-23  Jim Meyering  <meyering@lucent.com>
28266
28267         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28268         it.
28269         * lib/hash.c (struct hash_table): Define it here instead.
28270
28271 2001-11-22  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28274
28275 2001-11-20  Jim Meyering  <meyering@lucent.com>
28276
28277         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28278         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28279
28280 2001-11-19  Jim Meyering  <meyering@lucent.com>
28281
28282         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28283         directory.  Use "conftestXXXXXX" as the template.
28284         Suggestion from Paul Eggert.
28285
28286         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28287         immediately, so the test doesn't mistakenly hit the max-open-files
28288         limit.
28289
28290 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28291
28292         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28293         (TEMPORARIES): New macro.
28294         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28295         removes an artificial limitation (e.g. HP-UX 10.20, where
28296         TMP_MAX is 17576).
28297
28298 2001-11-18  Jim Meyering  <meyering@lucent.com>
28299
28300         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28301
28302 2001-11-18  Jim Meyering  <meyering@lucent.com>
28303
28304         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28305         on SunOS 4.
28306
28307         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28308         files will be created before anything else.
28309
28310 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28311
28312         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28313         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28314
28315 2001-11-17  Jim Meyering  <meyering@lucent.com>
28316
28317         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28318         Prompted by a report from Bob Proulx.
28319
28320         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28321         Instead, require UTILS_FUNC_MKSTEMP.
28322
28323 2001-11-17  Jim Meyering  <meyering@lucent.com>
28324
28325         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28326         Now, that's done as part of AC_FUNC_STRTOD.
28327
28328 2001-11-17  Jim Meyering  <meyering@lucent.com>
28329
28330         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28331         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28332         rather than group writable.  Patch by Juan F. Codagnone.
28333
28334         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28335         xrealloc, Instead, include "xalloc.h".
28336
28337         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28338         Remove explicit declarations of xmalloc, xrealloc,
28339         and xstrdup.  Instead, include "xalloc.h".
28340
28341         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28342         unlocked-io.h.
28343         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28344         Likewise.
28345         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28346
28347         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28348         Reported by Padraig Brady.
28349
28350         * lib/mkstemp.c: #undef mkstemp.
28351         Include config.h.
28352         (rpl_mkstemp): Rename from mkstemp.
28353         Protoize.
28354
28355 2001-11-16  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28358         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28359         determine the amount of total physical memory, use pstat_getstatic.
28360         HPUX-11 doesn't define _SC_PHYS_PAGES.
28361         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28362         If sysconf couldn't be used to determine the amount of available
28363         physical memory, use both pstat_getstatic and pstat_getdynamic.
28364         Based on a patch from Bob Proulx.
28365
28366 2001-11-10  Jim Meyering  <meyering@lucent.com>
28367
28368         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28369         (jm_PREREQ): Use it.
28370
28371 2001-11-09  Jim Meyering  <meyering@lucent.com>
28372
28373         * m4/jm-macros.m4: Require autoconf-2.52f.
28374         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28375         Use these AC_-prefixed names, not the AM_-prefixed ones.
28376
28377         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28378
28379 2001-11-05  Jim Meyering  <meyering@lucent.com>
28380
28381         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28382
28383 2001-11-04  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28386         $DEFS.
28387
28388 2001-11-03  Jim Meyering  <meyering@lucent.com>
28389
28390         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28391         of AC_DEFUN.
28392
28393         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28394         know the name of the variable in the macro definition.
28395
28396 2001-11-03  Jim Meyering  <meyering@lucent.com>
28397
28398         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28399         in argmatch_to_argument call.
28400
28401         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28402         argument.
28403
28404         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28405         e.g., a fault due to an attempt to free a NULL pointer.
28406
28407 2001-11-01  Jim Meyering  <meyering@lucent.com>
28408
28409         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28410         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28411
28412 2001-11-01  Jim Meyering  <meyering@lucent.com>
28413
28414         * lib/dirfd.c, lib/dirfd.h: New files.
28415         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28416
28417         * lib/hash.c (hash_print) [TESTING]: Clean up.
28418
28419 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28420
28421         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28422         to avoid a warning if -Wall.
28423
28424 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28425
28426         * README: New file
28427         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28428         (per RMS's instructions, this is now the canonical source)
28429         * lgpl/, gpl/: New directories.
28430
28431 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28432
28433         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28434
28435 2001-10-21  Jim Meyering  <meyering@lucent.com>
28436
28437         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28438         this code would end up calling gettext even in packages built
28439         with --disable-nls.
28440         * lib/getopt.c (_): Likewise.
28441         * lib/regex.c (_): Likewise.
28442
28443 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28444
28445         * m4/error.m4 (jm_PREREQ_ERROR):
28446         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28447         AC_FUNC_STRERROR_R does that.
28448         Check for strerror declaration.
28449
28450         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28451         are supposed to have them these days.
28452         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28453         Merge changes from latest Autoconf CVS.
28454         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28455         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28456         POSIX decided to standardize on the int flavor of strerror_r.
28457
28458 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28459
28460         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28461         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28462         Use strerror_r that is only a macro, even if it is not a function.
28463         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28464         (private_strerror): Use prototypes, not old-style function definition.
28465         (print_errno_message): New function.
28466         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28467         char*-flavored one.
28468         (error_tail, error, error_at_line): Use it.
28469
28470 2001-10-11  Jim Meyering  <meyering@lucent.com>
28471
28472         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28473         and quote_n (1, ... to avoid clobbering a buffer.
28474
28475 2001-10-05  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28478         hash-pjw.h.
28479         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28480         * lib/hash-pjw.h: New file.
28481
28482 2001-09-30  Jim Meyering  <meyering@lucent.com>
28483
28484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28485         `struct fsstat' has the `f_fstypename' member.
28486         Use that to define FS_TYPE, which is now used to make
28487         the getfsstat link test tighter.
28488
28489 2001-09-30  Jim Meyering  <meyering@lucent.com>
28490
28491         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28492         Include <sys/ucred.h>, for Apple Darwin.
28493         Include sys/mount.h and sys/fs_types.h only if available.
28494         (FS_TYPE): Define.
28495         (read_filesystem_list): Use FS_TYPE.
28496
28497 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28498
28499         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28500         a boolean context.
28501
28502 2001-09-29  Jim Meyering  <meyering@lucent.com>
28503
28504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28505         [one-argument getmntent function]): Include stdio.h before mntent.h.
28506         SunOS 4.1.x needs it for the declaration of `FILE'.
28507         Patch by Volker Borchert.
28508
28509         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28510         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28511         sys/fs_types.h, and make the link-test for getfsstat guard #include
28512         directives with appropriate #if HAVE_*_H tests so that we can
28513         detect getfsstat on Apple Darwin1.3.7 systems.
28514         Reported by Nelson Beebe.
28515         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28516
28517 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28518
28519         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28520         #defines strtoimax.  Also treat the other strto* functions
28521         like strtoimax.
28522
28523         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28524         Check for strtoul and strtoumax,
28525         as those declarations are made even in the signed case.
28526         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28527         Likewise, for strtol and strtoimax.
28528
28529 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28530
28531         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28532         #defines strtoimax.  Also treat the other strto* functions
28533         like strtoimax.
28534
28535         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28536         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28537         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28538
28539 2001-09-26  Jim Meyering  <meyering@lucent.com>
28540
28541         Most macros in unlocked-io.h had the wrong number of arguments.
28542         * lib/gen-uio: New script.
28543         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28544         * lib/unlocked-io.hin: Remove file.
28545         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28546         rather than trying to embed it here.
28547         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28548         Reported by Padraig Brady.
28549
28550 2001-09-25  Volker Borchert  <bt@teknon.de>
28551
28552         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28553         `result'.
28554
28555 2001-09-24  Jim Meyering  <meyering@lucent.com>
28556
28557         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28558
28559 2001-09-23  Jim Meyering  <meyering@lucent.com>
28560
28561         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28562         instead of the mere test for existence of mntent.h.  The latter
28563         would get a false-positive on AIX 3.4 systems.
28564         In the outer getmntent if-block, don't die if neither of the getmntent
28565         tests succeeds.  Instead, just fall through and continue with the
28566         remaining tests.
28567
28568 2001-09-23  Jim Meyering  <meyering@lucent.com>
28569
28570         * lib/mountlist.c: Remove useless parentheses in #if directives.
28571         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28572         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28573
28574 2001-09-22  Jim Meyering  <meyering@lucent.com>
28575
28576         * m4/gettext.m4: New file.  From gettext.
28577         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28578         * m4/progtest.m4: Likewise
28579         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28580         * m4/glibc21.m4: Likewise.
28581
28582         * m4/libintl.m4: Remove.  No longer used.
28583
28584 2001-09-22  Jim Meyering  <meyering@lucent.com>
28585
28586         * lib/localcharset.c: Update from latest gettext.
28587         * lib/config.charset: Likewise.
28588
28589 2001-09-20  Jim Meyering  <meyering@lucent.com>
28590
28591         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28592         strtoimax.
28593         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28594         strtoumax.
28595
28596 2001-09-20  Jim Meyering  <meyering@lucent.com>
28597
28598         * lib/xstrtol.c (strtoimax): Guard declaration with
28599         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28600         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28601         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28602         (strtoumax): Likewise, for completeness (it wasn't necessary).
28603
28604 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28605
28606         * lib/strtoimax.c (HAVE_LONG_LONG):
28607         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28608         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28609         to work around bug in IBM C compiler.
28610
28611 2001-09-17  Jim Meyering  <meyering@lucent.com>
28612
28613         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28614         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28615         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28616         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28617         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28618         whenever the right hand side need not be expanded by the shell.
28619
28620 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28621
28622         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28623         library.  It's not correct, as some older glibcs are buggy.
28624         fnmatch wasn't fixed until glibc 2.2.
28625
28626         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28627         special shell magic here.
28628
28629 2001-09-16  Jim Meyering  <meyering@lucent.com>
28630
28631         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28632         * m4/jm-macros.m4: Require it.
28633
28634 2001-09-16  Jim Meyering  <meyering@lucent.com>
28635
28636         * lib/mkdir.c: New file.
28637
28638 2001-09-15  Jim Meyering  <meyering@lucent.com>
28639
28640         * m4/jm-macros.m4: Check for help2man.
28641
28642 2001-09-11  Jim Meyering  <meyering@lucent.com>
28643
28644         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28645         The body, by Paul Eggert, was moved here from configure.in.
28646         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28647
28648 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28649
28650         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28651         (jm_PREREQ): Use it.
28652
28653 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28654
28655         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28656         Use ssize_t, not int, to store result of readlink.
28657         Check for ssize_t overflow as well as size_t overflow,
28658         as POSIX says the result of readlink is implementation-defined
28659         when ssize_t overflows.
28660         Remove unnecessary cast to char*.
28661         Use free+malloc instead of realloc, as the storage doesn't need
28662         to be preserved and it's clearer and can be more efficient that way.
28663         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28664         * lib/xreadlink.h (xreadlink): Update prototype.
28665
28666 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28667
28668         * lib/xgetcwd.c: Revert some of the previous change; intead,
28669         fix the HAVE_GETCWD_NULL code to behave more like the
28670         !HAVE_GETCWD_NULL code used to.
28671
28672         Include "xalloc.h".
28673         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28674         invoke xalloc_die.
28675
28676 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28677
28678         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28679         sys/param.h, as pathmax.h includes them.
28680
28681 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28682
28683         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28684         (jm_PREREQ_XGETCWD): New macro.
28685
28686         * m4/getcwd.m4: New file.
28687
28688 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28689
28690         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28691         like the HAVE_GETCWD_NULL code.
28692         Include pathmax.h if not HAVE_GETCWD.
28693         Do not include xalloc.h.
28694         (INITIAL_BUFFER_SIZE): New symbol.
28695         Do not use xmalloc / xrealloc, since the caller is responsible for
28696         handling errors.  Preserve errno around `free' during failure.
28697         Do not overrun buffer when using getwd.
28698
28699 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28700
28701         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28702         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28703         getcwd (NULL, 0).
28704
28705 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28706
28707         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28708         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28709         spotted by Jim Meyering.
28710
28711 2001-09-03  Jim Meyering  <meyering@lucent.com>
28712
28713         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28714         failure.
28715
28716 2001-09-02  Jim Meyering  <meyering@lucent.com>
28717
28718         * lib/error.c: Update from GNU libc.
28719
28720 2001-09-01  Jim Meyering  <meyering@lucent.com>
28721
28722         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28723         Used by df.
28724
28725 2001-09-01  Jim Meyering  <meyering@lucent.com>
28726
28727         * lib/xreadlink.c: New file.
28728         * lib/xreadlink.h: New file.
28729         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28730         xreadlink.h.
28731
28732         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28733         doesn't conflict with sparc Solaris 7's definition in
28734         /usr/include/sys/int_types.h.
28735
28736         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28737         files.
28738         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28739         and strncasecmp as r-values.  Unixware didn't have declarations.
28740
28741 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28742
28743         * lib/xstrtol.h: Add copyright notice.
28744         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28745         LONGINT_INVALID_SUFFIX_CHAR.
28746
28747 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28748
28749         * lib/xstrtol.c (strtoimax): New decl.
28750
28751 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28752
28753         * lib/xgetcwd.c: Don't include pathmax.h.
28754         Include stdlib.h and unistd.h if available.
28755         Include xalloc.h.
28756         (xmalloc, xstrdup, free): Remove decls.
28757         (xgetcwd): Don't assume sizes fit in unsigned.
28758         Check for overflow when computing sizes.
28759         Simplify reallocation code.
28760
28761 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28762
28763         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28764         a directory's st_size can have an arbitrary value, so the old
28765         usage could waste an arbitrary amount of memory.  All uses
28766         changed.
28767         * lib/savedir.h: Update prototype.
28768
28769 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28770
28771         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28772
28773         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28774         old strtoimax.c.
28775
28776         Also, make the following further changes to make this file's
28777         configuration more similar to that of strtol.c:
28778         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28779         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28780         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28781         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28782         changed to signed values.
28783
28784         And make the following changes as well:
28785         Fix copyright notice, as 1999 was missing.
28786         (verify): New macro.
28787         (strtoimax): Check sizes at compile-time, not run-time.
28788         Prefer strtol to strtoll if both work.
28789         (main): Remove; it was not that useful and was a pain to maintain.
28790
28791         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28792
28793 2001-08-31  Jim Meyering  <meyering@lucent.com>
28794
28795         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28796         Use an initial, malloc'd, buffer of length 128 rather than
28797         a statically allocated one of length 1024.
28798
28799 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28800
28801         Simplify code, partly by assuming autoconf 2.52 semantics.
28802
28803         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28804
28805         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28806         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28807         All uses removed.
28808         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28809         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28810         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28811         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28812         jm_AC_HEADER_INTTYPES_H.
28813         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28814
28815         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28816
28817         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28818         Quote first arg of AC_DEFUN.
28819         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28820         since they are needed to parse the include file even if we need
28821         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28822         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28823         but with opposite signedness.
28824
28825 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28826
28827         Merge 'exclude' changes from tar 1.13.22.
28828         This fixes one or two unlikely storage allocation overflow bugs,
28829         but doesn't change user-visible behavior otherwise.
28830
28831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28832
28833         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28834         (jm_PREREQ_EXCLUDE): New macro.
28835
28836 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28837
28838         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28839         tm to be declared.
28840
28841 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28842
28843         * lib/hash.c: Remove '2001' from copyright notice.
28844
28845 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28846
28847         * lib/full-write.h: New file.
28848         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28849         * lib/full-write.c: Correct credits, as cccp.c no longer
28850         exists and anyway it was so heavily changed from the old cccp
28851         code as to be unrecognizable.  Include full-write.h.
28852         (full_write) Return size_t, with short writes meaning failure.
28853         All callers changed.  This fixes a bug with large buffers
28854         on 64-bit hosts.
28855         * lib/utime.c: Include full-write.h.
28856
28857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28858
28859         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28860         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28861         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28862         Include if available.
28863         (<xalloc.h>): Include
28864         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28865         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28866         collide with FNM macros.
28867         (struct patopts): New struct.
28868         (struct exclude): Use it, as exclude patterns now come with options.
28869         (new_exclude): Support above changes.
28870         (new_exclude, add_exclude_file):
28871         Initial size must now be a power of two to simplify overflow checking.
28872         (free_exclude, fnmatch_no_wildcards): New function.
28873         (excluded_filename): No longer requires options arg, as the options
28874         are determined by add_exclude.  Now returns bool, not int.
28875         (excluded_filename, add_exclude):
28876         Add support for the fancy new exclusion options.
28877         (add_exclude, add_exclude_file): Now takes int options arg.
28878         Check for arithmetic overflow when computing sizes.
28879         (add_exclude_file): xrealloc might modify errno, so don't
28880         realloc until after errno might be used.
28881
28882         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28883         New macros.
28884         (free_exclude): New decl.
28885         (add_exclude, add_exclude_file): Now takes int options arg.
28886         (excluded_filename): No longer requires options arg, as the options
28887         are determined by add_exclude.  Now returns bool, not int.
28888
28889 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28890
28891         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28892
28893 2001-08-27  Jim Meyering  <meyering@lucent.com>
28894
28895         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28896
28897         * lib/version-etc.c (N_): Remove definition.
28898         Revert most of last change.
28899         Instead, simply don't mark the `Copyright...' string for translation.
28900         Based on advice from Paul Eggert.
28901
28902         * lib/strtoxmax.c: Tweak comment.
28903
28904 2001-08-26  Jim Meyering  <meyering@lucent.com>
28905
28906         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28907
28908         * m4/xstrtoimax.m4: New file.
28909         * m4/xstrtoumax.m4: Add comments explaining why we
28910         AC_REPLACE_FUNCS(strtol).
28911
28912 2001-08-26  Jim Meyering  <meyering@lucent.com>
28913
28914         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28915         of copyright with `%s' so translators don't get an untranslated
28916         message in 2002.
28917         (COPYRIGHT_YEAR): Define.
28918         (version_etc): Use fprintf rather than fputs.
28919         Suggestion from Ulrich Drepper.
28920
28921         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28922
28923         * lib/strtoll.c: New file, from GNU libc.
28924         * lib/xstrtoimax.c: New file.
28925
28926         * lib/xstrtol.h: Add xstrtoimax.
28927         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28928         * lib/strtoimax.c: New file.  Likewise, but first define
28929         STRTOUXMAX_SIGNED.
28930
28931         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28932         ...
28933         * lib/strtoxmax.c: ... then renamed to this.
28934
28935 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28936
28937         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28938         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28939         (jm_AC_TYPE_INTMAX_T): New macro.
28940         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28941
28942         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28943
28944         * m4/longlong.m4: Renamed from ulonglong.m4.
28945         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28946         * m4/uintmax_t.m4: Removed.
28947
28948 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28949
28950         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28951         Port to Solaris 8, where 'sed' requires a space after the 'r'
28952         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28953         Redirect output to $tmp just once.
28954
28955 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28956
28957         * lib/addext.c (<errno.h>): Include.
28958         (errno): Declare if not defined.
28959         (addext): Work correctly when pathconf returns -1 and leaves
28960         errno alone because there is no limit.  Also, work even if
28961         pathconf returns a value greater than SIZE_MAX.
28962
28963 2001-08-12  Jim Meyering  <meyering@lucent.com>
28964
28965         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28966         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28967         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28968         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28969         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28970         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28971         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28972         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28973         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28974         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28975         utime.m4, utimes.m4, xstrtoumax.m4:
28976         Quote the first argument in each use of AC_DEFUN.
28977
28978 2001-08-12  Jim Meyering  <meyering@lucent.com>
28979
28980         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28981         Simply `return getcwd (NULL, 0);'.
28982         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28983         Use 1300 as initial value for length, not PATH_MAX.
28984
28985         * lib/pathmax.h: Clean up cpp syntax.
28986
28987 2001-08-12  Jim Meyering  <meyering@lucent.com>
28988
28989         * lib/gettimeofday.c: New file.
28990         * lib/gtod.h: New file.
28991         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28992
28993 2001-08-05  Jim Meyering  <meyering@lucent.com>
28994
28995         * m4/jm-macros.m4: Require autoconf-2.52.
28996
28997 2001-08-04  Jim Meyering  <meyering@lucent.com>
28998
28999         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29000         stmt, to get in sync with glibc.
29001
29002 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29003
29004         The following changes are from gettext 0.10.39 as maintained by
29005         Bruno Haible.
29006
29007         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29008         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29009         with inverted sense.  All uses changed.
29010
29011         * lib/mbswidth.c: Don't include <limits.h>.
29012         Include <stdlib.h> and <string.h> unconditionally.
29013         (iswcntrl, mbsinit, ISCNTRL): New macros.
29014         (mbsnwidth): Use K&R style function declarations.
29015         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29016         can optimize it when MB_CUR_MAX == 1.
29017         The width of control characters is zero, not 1.
29018
29019 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29020
29021         The following changes are from gettext 0.10.39 as maintained by
29022         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29023
29024         * m4/codeset.m4: Upgrade to serial AM1.
29025         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29026         all uses changed.  Quote first arg of AC_DEFUN.
29027         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29028
29029         * m4/iconv.m4: Upgrade to serial AM2.
29030         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29031         Add --with-libconv-prefix.
29032         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29033         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29034         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29035         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29036         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29037
29038         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29039         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29040         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29041         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29042         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29043         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29044         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29045         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29046         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29047
29048         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29049         string.h any more.
29050
29051         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29052         not the default value.
29053
29054         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29055         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29056         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29057         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29058         Also check for iswcntrl, used for wcwidth fallback.
29059         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29060         to Autoconf 2.13.
29061
29062 2001-08-03  Jim Meyering  <meyering@lucent.com>
29063
29064         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29065         as it was in the original.  Reported by Paul Eggert.
29066
29067 2001-07-16  Jim Meyering  <meyering@lucent.com>
29068
29069         * m4/gettimeofday.m4: New file.
29070         Prompted by a report from Bernhard Baehr.
29071
29072 2001-07-15  Jim Meyering  <meyering@lucent.com>
29073
29074         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29075         stuff. Now it's in ../Makefile.cfg.
29076
29077 2001-07-15  Jim Meyering  <meyering@lucent.com>
29078
29079         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29080         (BUILT_SOURCES): Add unlocked-io.h.
29081         (io_functions): Define.
29082         (unlocked-io.h): New rule.
29083         (DISTCLEANFILES): Add unlocked-io.h.
29084         (all-local): Depend on unlocked-io.h, to ensure it is created.
29085
29086         * lib/unlocked-io.hin: New file
29087
29088         * lib/regex.c: Update from glibc.
29089
29090 2001-07-05  Jim Meyering  <meyering@lucent.com>
29091
29092         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29093         recommendation.
29094         (libfetish_a_SOURCES): Put all .h files here instead.
29095         Remove a thus-exposed (better checks in automake) duplicate and
29096         two unnecessary .h files.
29097
29098 2001-07-04  Jim Meyering  <meyering@lucent.com>
29099
29100         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29101         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29102         distcheck failure.
29103
29104 2001-07-02  Jim Meyering  <meyering@lucent.com>
29105
29106         The following changes were prompted by suggestions from Bruno Haible.
29107
29108         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29109         is now generated.
29110         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29111         definition of EXTRA_DIST.
29112         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29113         ensure that the generated file is created/updated whenever the list
29114         of $(unlocked_functions) is changed.
29115         (jm-glibc-io.m4): New rule.
29116         (unlocked-io.h): New rule -- currently unused.
29117
29118 2001-06-24  Jim Meyering  <meyering@lucent.com>
29119
29120         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29121         unmatched right bracket, rather than kludging it with an extra,
29122         falsely-matching quote in a comment.  Patch by Akim Demaille.
29123
29124 2001-06-11  Jim Meyering  <meyering@lucent.com>
29125
29126         * lib/regex.c: Update from GNU libc.
29127
29128 2001-05-27  Jim Meyering  <meyering@lucent.com>
29129
29130         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29131         Check for ut_type in struct utmp.
29132
29133 2001-05-27  Jim Meyering  <meyering@lucent.com>
29134
29135         * lib/readutmp.h (UT_TYPE): Define.
29136
29137 2001-05-24  Jim Meyering  <meyering@lucent.com>
29138
29139         * lib/argmatch.c: Include "quote.h".
29140         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29141         quote function.  Reported by Göran Uddeborg.
29142
29143 2001-05-22  Jim Meyering  <meyering@lucent.com>
29144
29145         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29146         now that we use the package-supplied version unconditionally.
29147         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29148
29149 2001-05-21  Jim Meyering  <meyering@lucent.com>
29150
29151         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29152         shell syntax errors.
29153
29154 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29155
29156         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29157
29158 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29159
29160         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29161         Don't bother to check library strftime, since
29162         we'll be using our own my_strftime function anyway.
29163         Define my_strftime instead of strftime.
29164
29165 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29166
29167         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29168         which is not yet declared.
29169
29170 2001-05-15  Jim Meyering  <meyering@lucent.com>
29171
29172         * m4/regex.m4: Use proper quoting so brackets appear in the test
29173         program.
29174         Reported by, and with help from, Bruno Haible.
29175
29176 2001-05-13  Jim Meyering  <meyering@lucent.com>
29177
29178         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29179         undefined.
29180
29181 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29182
29183         dirname code cleanup.  base_name now behaves more compatibly
29184         with POSIX basename when given file names that have trailing
29185         slashes, and similarly for dir_name.  Add new primitives
29186         base_len and dir_len.  Put the directory-name-related decls
29187         into dirname.h.
29188
29189         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29190         * lib/backupfile.c (base_name): Likewise.
29191         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29192         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29193         * lib/makepath.c (strip_trailing_slashes): Likewise.
29194         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29195         ISSLASH): Likewise.
29196         * lib/rename.c (strip_trailing_slashes): Likewise.
29197         * lib/same.c (base_name): Likewise.
29198         * lib/stripslash.c (ISSLASH): Likewise.
29199
29200         * lib/addext.c: Include <dirname.h> after size_t is defined.
29201         * lib/backupfile.c: Likewise.
29202
29203         * lib/addext.c (addext): Use base_len to trim redundant
29204         trailing slashes instead of doing it ourselves.
29205         But do not trim the last slash if it is not redundant.
29206
29207         * lib/backupfile.c (find_backup_file_name,
29208         max_backup_version): Use base_len instead of rolling it ourselves.
29209         Handle the case of "" and (on DOS) "C:" correctly.
29210
29211         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29212         needed. Include <string.h>, <dirname.h>.
29213         (base_name): Allow file names ending in slashes, other than names
29214         that are all slashes.  In this case, return the basename followed
29215         by the slashes.  This is more general, and can be used in places
29216         where the original base_name purposely had an assertion failure.
29217         (base_len): New function.
29218
29219         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29220         Do not include <assert.h>; no longer needed.
29221         Include xalloc.h.
29222         (memrchr): Remove decl.
29223         (dir_name_r): Remove.
29224         (dir_len): Renamed from dirlen.  All callers changed.
29225         Rewrite in terms of base_name, for simplicity and consistency.
29226         (dir_name): Never return NULL.  All callers changed.
29227         Do not include <stdlib.h> in test program; no longer needed.
29228         return 0; is fine for test program.
29229
29230         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29231         New macros.
29232         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29233
29234         * lib/path-concat.c (path_concat): Use base_len to compute
29235         base length, not strlen; this means we cannot rely on memcpy
29236         to null-terminate.
29237
29238         * lib/same.c (STREQ): Remove.
29239         (same_name): Handle the case where the basename ends in trailing '/'.
29240
29241         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29242         a slash was stripped.  Do not strip the last slash after a
29243         file system prefix.
29244
29245 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29246
29247         * lib/Makefile.am (libfetish_a_SOURCES):
29248         Add strftime.c, since we now compile it on all hosts.
29249
29250         * lib/strftime.c (my_strftime):
29251         Define to nstrftime if emacs, but only if my_strftime is not defined.
29252         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29253         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29254         Add one more extra argument: a nanoseconds value.
29255         All uses changed.
29256         (ns): New macro.
29257         (my_strftime function): Add %N format.
29258         (emacs_strftimeu): Renamed from emacs_strftime,
29259         with extra ut argument.
29260
29261 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29262
29263         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29264
29265 2001-04-21  Jim Meyering  <meyering@lucent.com>
29266
29267         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29268         doesn't interfere.
29269
29270 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29271
29272         * m4/ftruncate.m4: Check for chsize.
29273         Link with ftruncate.o unconditionally if ftruncate is missing.
29274         This was required when cross-compiling to i586-mingw32msvc.
29275
29276 2001-04-08  Jim Meyering  <meyering@lucent.com>
29277
29278         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29279         recomputed; that's necessary when the offset spans a DST transition.
29280         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29281
29282 2001-04-02  Jim Meyering  <meyering@lucent.com>
29283
29284         * lib/regex.h, regex.c: Update from GNU libc.
29285
29286 2001-03-24  Jim Meyering  <meyering@lucent.com>
29287
29288         * m4/jm-macros.m4: Require autoconf-2.49d.
29289
29290 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29291
29292         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29293
29294 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29295
29296         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29297
29298 2001-03-17  Jim Meyering  <meyering@lucent.com>
29299
29300         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29301         now that the version in autoconf is equivalent.
29302         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29303
29304         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29305         Suggestion from Akim Demaille.
29306
29307         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29308         (jm_PREREQ_TEMPNAME): New function.
29309
29310 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29311
29312         * lib/tempname.c (uint64_t): Define to uintmax_t if
29313         not defined, and if UINT64_MAX is not defined.
29314         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29315         Reported by John David Anglin.
29316
29317 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29318
29319         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29320         resolve alias if codeset is empty.
29321         * lib/config.charset (BeOS): Use wildcard syntax.
29322
29323 2001-03-13  Jim Meyering  <meyering@lucent.com>
29324
29325         * lib/path-concat.c (path_concat)
29326         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29327         concatenating e.g., `C:' and `foo'.
29328         From Bruno Haible.
29329
29330 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29331
29332         * lib/localcharset.c (locale_charset): Don't use
29333         setlocale(LC_CTYPE,NULL). Don't return NULL.
29334         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29335
29336 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29337
29338         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29339         support for DOS/DJGPP.
29340
29341 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29342
29343         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29344         lacks mkstemp.  Compile our own tempname.c if we compile our own
29345         mkstemp.c, as mkstemp relies on tempname.
29346
29347 2001-03-01  Jim Meyering  <meyering@lucent.com>
29348
29349         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29350         AH_VERBATIM really does output its argument verbatim.
29351
29352 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29353
29354         * lib/Makefile.am (libfetish_a_SOURCES):
29355         Add dup-safer.c, fopen-safer.c.
29356         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29357
29358         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29359         * lib/unistd-safer.h: New files.
29360
29361 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29362
29363         The mkstemp replacement is taken from glibc 2.2.2, with some
29364         portability fixes for use outside glibc, as follows:
29365
29366         * lib/tempname.c (struct_stat64): New macro.
29367         (direxists, __gen_tempname): Use it.
29368         This avoids a portability problem with Solaris 8.
29369
29370         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29371         (<stddef.h>, <stdint.h>, <string.h>):
29372         Include only if STDC_HEADERS || _LIBC.
29373         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29374         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29375         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29376         (__set_errno): Define this macro if <errno.h> doesn't.
29377         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29378         Define these macros if <stdio.h> doesn't.
29379         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29380         Define these macros if <sys/stat.h>
29381         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29382         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29383         __xstat64): Define if not _LIBC.
29384         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29385         (__gen_tempname): Invoke gettimeofday only if
29386         HAVE_GETTIMEOFDAY || _LIBC;
29387         otherwise, fall back on plain "time".
29388         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29389
29390         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29391
29392         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29393
29394 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29395
29396         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29397
29398 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29399
29400         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29401         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29402         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29403         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29404
29405 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29406
29407         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29408         Remove workaround macros for hosts that have mbrtowc but not
29409         mbstate_t, as we now insist on proper declarations for both
29410         before using mbrtowc.
29411
29412 2001-02-17  Jim Meyering  <meyering@lucent.com>
29413
29414         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29415         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29416         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29417         UnixWare 7.1.1.
29418
29419         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29420         rather than AC_CACHE_VAL.
29421
29422 2001-02-17  Jim Meyering  <meyering@lucent.com>
29423
29424         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29425         around included file name.
29426
29427         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29428
29429         * lib/strftime.c: Update from GNU libc (the only changes were to
29430         comments).
29431
29432 2001-02-17  Jim Meyering  <meyering@lucent.com>
29433
29434         * lib/regex.c: Update from libc.
29435
29436 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29437
29438         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29439         clash.
29440
29441 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29442
29443         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29444         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29445         Reported by Mark Hounschell via Paul Eggert.
29446
29447 2001-02-07  Jim Meyering  <meyering@lucent.com>
29448
29449         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29450
29451 2001-02-05  Jim Meyering  <meyering@lucent.com>
29452
29453         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29454         it includes the patch required for `large file' support with at least
29455         HP-UX's 10.20 /bin/cc.
29456
29457 2001-02-03  Jim Meyering  <meyering@lucent.com>
29458
29459         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29460         AS_IF, now that it works once again (mysteriously).
29461         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29462
29463 2001-01-30  Jim Meyering  <meyering@lucent.com>
29464
29465         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29466         * m4/chown.m4: Rename conftestchown to conftest.chown.
29467         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29468         s/conftestdir2/conftest.d2/.
29469         * m4/utimes.m4: s/conftestdata/conftest.data/
29470         Inspired by Pavel Roskin's change in autoconf.
29471
29472 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29473
29474         * lib/config.charset: Update for FreeBSD 4.2.
29475
29476 2001-01-27  Jim Meyering  <meyering@lucent.com>
29477
29478         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29479         a use of AS_IF.
29480         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29481
29482 2001-01-26  Jim Meyering  <meyering@lucent.com>
29483
29484         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29485         quotearg.c includes it.
29486
29487 2001-01-26  Jim Meyering  <meyering@lucent.com>
29488
29489         * lib/quotearg.c: Include stddef.h.
29490         * lib/quote.c: Include stddef.h.
29491         Reported by Axel Kittenberger.
29492
29493         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29494         line in double quotes so that it evokes a better diagnostic.
29495         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29496         Reported by Axel Kittenberger.
29497
29498 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29499
29500         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29501         as if it was a `charset'.
29502
29503 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29504
29505         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29506         has const.
29507
29508 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29509
29510         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29511         to avoid a warning.  Add back 'const' to inptr.
29512
29513 2001-01-20  Jim Meyering  <meyering@lucent.com>
29514
29515         Be sure that headers are checked before used in code compiled
29516         for the type checks.
29517         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29518         In place of that, invoke jm_CHECK_ALL_TYPES.
29519         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29520         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29521         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29522         The check for ssize_t was mistakenly run before the test for unistd.h.
29523
29524         The configure-time check for stdbool.h was missing.
29525         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29526         (jm_PREREQ_HASH): New function.
29527
29528 2001-01-17  Jim Meyering  <meyering@lucent.com>
29529
29530         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29531         for autoconf-2.49c.
29532         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29533
29534 2001-01-16  Jim Meyering  <meyering@lucent.com>
29535
29536         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29537         From Bruno Haible.
29538
29539 2001-01-14  Jim Meyering  <meyering@lucent.com>
29540
29541         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29542         foo and bar.  Create conftestdir/ in the script, not in the C code.
29543         Remove directories in the script, not in the C code.
29544         Remove conftestdir{,2} before trying to create the directory.
29545         Make the entire configure script fail if the mkdir fails.
29546
29547 2001-01-14  Jim Meyering  <meyering@lucent.com>
29548
29549         * lib/rename.c: New file.  From Volker Borchert.
29550         Include stdlib.h, string.h or strings.h, and xalloc.h.
29551         Use strip_trailing_slashes rather than open-coding it.
29552
29553 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29554
29555         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29556
29557 2001-01-03  Jim Meyering  <meyering@lucent.com>
29558
29559         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29560         of local `inptr' to avoid warning with some system declarations of
29561         iconv.
29562
29563 2001-01-02  Volker Borchert  <bt@teknon.de>
29564
29565         * m4/rename.m4: New file.
29566         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29567
29568 2001-01-01  Jim Meyering  <meyering@lucent.com>
29569
29570         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29571         even on systems with utmpx.h.  It's necessary for the declaration of
29572         utmp's ut_user member.  Reported by Andreas Jaeger.
29573
29574         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29575         available. They are required for the declarations of getgrgid and
29576         getpwuid resp.
29577         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29578         Reported by Andreas Jaeger.
29579
29580 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29581
29582         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29583         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29584         so `make install' also works in VPATH builds.
29585
29586 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29587
29588         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29589         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29590         can be used in subdirectories.
29591
29592 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29593
29594         * lib/modechange.c: Do not assume that mode_t uses the
29595         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29596         the other-execute bit of FOO even if S_IXOTH != 1.
29597
29598         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29599         WOTH, XOTH, ALLM): New macros.
29600         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29601          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29602         Use them.
29603         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29604         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29605         (mode_compile):
29606         No need to use uintmax_t; unsigned long is long enough.
29607         Don't bother to get suffix since we don't use it.
29608
29609 2000-12-26  Jim Meyering  <meyering@lucent.com>
29610
29611         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29612         better with autoheader.
29613
29614 2000-12-24  Jim Meyering  <meyering@lucent.com>
29615
29616         * lib/hash.c (is_prime): Return explicit boolean values.
29617         (hash_get_first): Return NULL to appease Irix5.6's 89.
29618         Reported by Nelson Beebe.
29619
29620 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29621
29622         * lib/localcharset.c (locale_charset): Add support for Win32.
29623
29624 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29625
29626         * lib/physmem.h, lib/physmem.c: New files.
29627
29628         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29629         (noinst_HEADERS): Add physmem.h.
29630
29631         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29632         't' for compatibility with Solaris 8 sort.
29633
29634 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29635
29636         * lib/config.charset: Add support for BeOS.
29637
29638 2000-12-17  Jim Meyering  <meyering@lucent.com>
29639
29640         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29641         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29642
29643 2000-12-16  Jim Meyering  <meyering@lucent.com>
29644
29645         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29646         N and M) would have treated it like `chown N:N FILE'.
29647
29648         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29649
29650 2000-12-16  Jim Meyering  <meyering@lucent.com>
29651
29652         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29653         SHELLS_FILE to a file name that's useful on djgpp systems.
29654         Include stdlib.h.
29655         (ADDITIONAL_DEFAULT_SHELLS): Define.
29656         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29657         Based mostly on a patch from Prashant TR.
29658
29659 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29660
29661         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29662         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29663         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29664
29665 2000-12-08  Andreas Schwab  <schwab@suse.de>
29666
29667         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29668         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29669
29670 2000-12-07  Jim Meyering  <meyering@lucent.com>
29671
29672         * lib/stripslash.c (ISSLASH): Define.
29673         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29674         `/'.
29675         From Prashant TR.
29676
29677         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29678         (dir_name_r): Declare this function as static.
29679         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29680         manifest itself on a name containing a mix of slashes and
29681         backslashes.
29682         Make this function work with names starting with a DOS-style
29683         drive letter and colon prefix.
29684         (dir_name): Append `.' if necessary.
29685         Based mostly on patches from Prashant TR and Eli Zaretskii.
29686
29687         * lib/dirname.h (dir_name_r): Remove prototype.
29688
29689 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29690
29691         * m4/off_t-format.m4: Remove this file.
29692         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29693
29694 2000-12-06  Jim Meyering  <meyering@lucent.com>
29695
29696         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29697         replacement strtoull, we may well need the replacement strtoul, too.
29698         Check for declarations of strtoul and strtoull.
29699         Check for strtol.  Mainly as a cue to cause automake to include
29700         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29701         Check for limits.h -- strtol.c needs it.
29702
29703 2000-12-05  Jim Meyering  <meyering@lucent.com>
29704
29705         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29706
29707 2000-12-04  Jim Meyering  <meyering@lucent.com>
29708
29709         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29710         Also include memory.h, stdlib.h, unistd.h if appropriate.
29711         Reported by Andreas Jaeger (conflicting declaration of malloc).
29712
29713 2000-12-02  Jim Meyering  <meyering@lucent.com>
29714
29715         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29716         * m4/jm-macros.m4 (jm_MACROS): require it.
29717
29718 2000-12-02  Jim Meyering  <meyering@lucent.com>
29719
29720         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29721
29722 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29723
29724         * lib/memrchr.c: Include <config.h> before any system include file.
29725
29726 2000-11-30  Jim Meyering  <meyering@lucent.com>
29727
29728         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29729
29730 2000-11-30  Jim Meyering  <meyering@lucent.com>
29731
29732         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29733
29734 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29735
29736         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29737
29738 2000-11-26  Jim Meyering  <meyering@lucent.com>
29739
29740         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29741
29742 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29743
29744         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29745         size of (size_t) -1; it's not portable.
29746
29747 2000-11-17  Jim Meyering  <meyering@lucent.com>
29748
29749         * lib/strstr.c: Update from GNU libc.
29750
29751 2000-11-17  Akim Demaille  <akim@epita.fr>
29752
29753         * lib/obstack.h: Formatting changes.
29754         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29755         prevent type checking.
29756         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29757         cast the value to (void *): assigning a `foo *' to a `void *'
29758         variable is valid.
29759         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29760
29761 2000-11-16  Jim Meyering  <meyering@lucent.com>
29762
29763         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29764
29765 2000-11-11  Jim Meyering  <meyering@lucent.com>
29766
29767         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29768
29769 2000-11-10  Jim Meyering  <meyering@lucent.com>
29770
29771         * lib/obstack.h: Update from GNU libc.
29772         * lib/obstack.c: Likewise.
29773
29774 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29775
29776         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29777
29778 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29779
29780         * lib/getusershell.c (setusershell): Use rewind rather than
29781         fseek/fseeko, to avoid configuration hassles with fseeko.
29782         Don't bother opening SHELLS_FILE if shellstream is NULL;
29783         it's not necessary.
29784
29785 2000-11-05  Jim Meyering  <meyering@lucent.com>
29786
29787         * lib/makepath.h (make_dir): Declare.
29788         * lib/makepath.c (make_dir): Remove `static' attribute.
29789         Tweak a comment.
29790
29791 2000-11-04  Jim Meyering  <meyering@lucent.com>
29792
29793         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29794
29795 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29796
29797         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29798         last one in a bucket, advance to the next bucket.
29799
29800 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29801
29802         * lib/fnmatch.c: Do not comment out all the code if we are using
29803         the GNU C library, because in some cases we are replacing buggy
29804         code in the GNU C library itself.
29805
29806 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29807
29808         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29809         (regex_compile): Catch bogus \(\1\).
29810
29811 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29812
29813         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29814         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29815         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29816
29817 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29818
29819         * lib/error.h, getline.h, modechange.h:
29820         Remove "2000" from Copyright line, as the file hasn't been
29821         changed this year other than in the copyright notice.
29822
29823         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29824         was changed this year.
29825
29826 2000-10-29  Jim Meyering  <meyering@lucent.com>
29827
29828         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29829         renaming.
29830         * m4/ls-mntd-fs.m4: Likewise
29831
29832 2000-10-29  Jim Meyering  <meyering@lucent.com>
29833
29834         * lib/xstat.in: Fix grammar in comment.
29835
29836 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29837
29838         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29839         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29840         doesn't define __restrict_arr.
29841
29842 2000-10-28  Jim Meyering  <meyering@lucent.com>
29843
29844         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29845         (jm_PREREQ_MEMCHR): New function.
29846
29847 2000-10-28  Jim Meyering  <meyering@lucent.com>
29848
29849         * lib/memchr.c: Update from libc.
29850         Adjust for portability:
29851         [HAVE_STDLIB_H]: Include stdlib.h.
29852         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29853         Undef __memchr, too.
29854         [!weak_alias]: Define __memchr to memchr.
29855
29856         * lib/regex.c: Update from libc.
29857         * lib/regex.h: Likewise.
29858         * lib/getopt1.c: Likewise.
29859         * lib/memcmp.c: Likewise.
29860
29861         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29862         Avoid using fseek, when possible -- it's broken by design.
29863         Patch by Ulrich Drepper.
29864
29865 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29866
29867         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29868         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29869         Giving in to popular pressure to shut up the compiler with casts.
29870
29871 2000-10-26  Jim Meyering  <meyering@lucent.com>
29872
29873         * lib/strftime.c: Update from libc.
29874
29875 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29876
29877         * regex.c: More `unsigned char' -> `re_char' changes.
29878         Also change several `int' into `re_wchar_t'.
29879         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29880         (PUSH_FAILURE_POINTER): Don't cast any more.
29881         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29882         We want GCC to complain, since this piece of code makes
29883         re_match non-reentrant, which *should* be fixed.
29884         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29885         (EXTEND_BUFFER): Use RETALLOC.
29886         (SET_LIST_BIT): Don't cast.
29887         (re_wchar_t): New type.
29888         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29889         that those two functions will always properly return.
29890         (IMMEDIATE_QUIT_CHECK): Cast to void.
29891         (analyse_first): Use recursion rather than an explicit stack.
29892         (re_compile_fastmap): Can't fail anymore.
29893         (re_search_2): Don't check re_compile_fastmap for failure.
29894         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29895         Now also sets the new value (passed in a new argument).
29896         (re_match_2_internal): Use it.
29897         Also, use a new var `reg' of type size_t when looping through regs
29898         rather than reuse the inappropriate `mcnt'.
29899
29900 2000-10-25  Jim Meyering  <meyering@lucent.com>
29901
29902         * lib/obstack.c: Update from libc.
29903
29904 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29905
29906         * regex.c (regex_compile): Change the way of handling a range from
29907         a char less than 256 to a char not less than 256.
29908
29909 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29910
29911         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29912         NT-Emacs only.
29913         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29914         so that re_search functions only quit when callers expect them to.
29915
29916 2000-10-23  Jim Meyering  <meyering@lucent.com>
29917
29918         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29919         wrong.  That set_locale call must not have any side effects.
29920         From Paul Eggert.
29921
29922 2000-10-22  Jim Meyering  <meyering@lucent.com>
29923
29924         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29925         [CYCLIC]: Remove now-unused definition.
29926
29927         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29928         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29929         Suggestion from Ulrich Drepper.
29930
29931 2000-10-21  Jim Meyering  <meyering@lucent.com>
29932
29933         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29934         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29935         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29936
29937 2000-10-21  Jim Meyering  <meyering@lucent.com>
29938
29939         * lib/dirname.c (memrchr): Declare if necessary.
29940         (dir_name): Remove the restriction that there be no
29941         trailing slashes.  Now, this code skips past them, effectively
29942         ignoring them.
29943         [TEST_DIRNAME] (main): New unit tests.
29944
29945         * lib/memrchr.c: New file from GNU libc.
29946         Undef __memrchr, too.
29947         [!weak_alias]: Define __memrchr to memrchr.
29948         Guard weak_alias use with `#ifdef weak_alias'.
29949
29950 2000-10-21  Jim Meyering  <meyering@lucent.com>
29951
29952         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29953         (dir_name): Use dir_name_r.
29954         * lib/dirname.h (dir_name_r): Declare it.
29955
29956 2000-10-17  Jim Meyering  <meyering@lucent.com>
29957
29958         * lib/quote.h (PARAMS): Define and use.
29959         Reported by Akim Demaille.
29960
29961         * lib/getopt.c: Update from libc.
29962
29963 2000-10-16  Jim Meyering  <meyering@lucent.com>
29964
29965         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29966         setlocale.
29967         From Jan Fedak.
29968
29969 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29970
29971         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29972
29973 2000-09-25  Jim Meyering  <meyering@lucent.com>
29974
29975         * lib/md5.h (rol): Define (from GnuPG).
29976
29977         * lib/sha.c: Give credit (GnuPG) where due.
29978         (M): Use rol rather than open-coding it.
29979         Add a FIXME comment.
29980
29981 2000-09-21  Jim Meyering  <meyering@lucent.com>
29982
29983         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29984         Reported by Michael Stone.
29985
29986 2000-09-20  Jim Meyering  <meyering@lucent.com>
29987
29988         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29989         (noinst_HEADERS): Add sha.h.
29990         Based on code from Scott G. Miller and from GnuPG.
29991
29992 2000-09-18  Jim Meyering  <meyering@lucent.com>
29993
29994         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29995         LIBS. Otherwise, everyone ends up linking with -lelf for some
29996         configurations.
29997         Reported by Mike Stone.
29998
29999 2000-09-15  Jim Meyering  <meyering@lucent.com>
30000
30001         * lib/regex.c: Update from libc.
30002
30003 2000-09-10  Jim Meyering  <meyering@lucent.com>
30004
30005         * lib/getopt.c (_getopt_internal): Update from glibc.
30006
30007 2000-09-09  Jim Meyering  <meyering@lucent.com>
30008
30009         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30010         think it should be used as a general replacement for isascii.
30011         * lib/fnmatch.c: Likewise.
30012         * lib/mbswidth.c: Likewise
30013         * lib/regex.c: Likewise.
30014
30015         Don't use atoi.
30016         * lib/userspec.c: Include sys/param.h and limits.h.
30017         Include xstrtol.h.
30018         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30019         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30020         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30021         UID, GID.  Check range.
30022
30023 2000-09-06  Jim Meyering  <meyering@lucent.com>
30024
30025         * lib/getopt.c (_getopt_internal): Update from glibc.
30026
30027 2000-08-30  Jim Meyering  <meyering@lucent.com>
30028
30029         * lib/strftime.c: Merge in changes from GNU libc.
30030
30031 2000-08-26  Jim Meyering  <meyering@lucent.com>
30032
30033         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30034         * m4/fpending.m4: New file.
30035
30036 2000-08-26  Jim Meyering  <meyering@lucent.com>
30037
30038         * lib/closeout.c: Include "__fpending.h".
30039         (close_stdout_status): Return right away if there's nothing to flush.
30040
30041         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30042         * lib/__fpending.c: New file.
30043         * lib/__fpending.h: New file.
30044
30045 2000-08-20  Jim Meyering  <meyering@lucent.com>
30046
30047         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30048         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30049         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30050
30051 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30052
30053         Improve fileutils installation on systems where running
30054         programs (like install) can't be unlinked.
30055         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30056         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30057
30058 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30059
30060         Standardize on "memory exhausted" instead of "Memory exhausted"
30061         or "virtual memory exhausted".
30062         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30063         "virtual memory exhausted".
30064         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30065         our own message.
30066         * lib/userspec.c (parse_user_spec): Likewise.
30067         * lib/bumpalloc.h: comment fix
30068         * lib/same.c, userspec.c: Include xalloc.h.
30069
30070         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30071         not char *const and pointing to a constant array.
30072         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30073         (xrealloc): Comment fix.
30074
30075         * lib/userspec.c (parse_user_spec):
30076         Don't translate a message until just before returning,
30077         to avoid unnecessary translation.
30078
30079 2000-08-07  Jim Meyering  <meyering@lucent.com>
30080
30081         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30082         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30083         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30084         getgroups.c, gethostname.c, getopt.h, group-member.c,
30085         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30086         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30087         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30088         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30089         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30090         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30091         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30092         yesno.c: Back out Copyright date changes for each file with no change
30093         this year.  This eases coordination with other programs using the same
30094         source code modules.  From Paul Eggert.
30095
30096 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30097
30098         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30099         not char, for compatibility with glibc 2.1.3 strftime.c.
30100
30101 2000-08-03  Greg McGary  <greg@mcgary.org>
30102
30103         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30104         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30105         (EXTEND_BUFFER): Use them.
30106
30107 2000-08-01  Jim Meyering  <meyering@lucent.com>
30108
30109         * lib/dirname.c (ISSLASH): Define.
30110         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30111         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30112         both `\' and `/' may be use as path separators.
30113         Based on a patch from Prashant TR.
30114
30115 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30116
30117         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30118         slot vector a constant, since it might get modified.
30119
30120 2000-07-31  Jim Meyering  <meyering@lucent.com>
30121
30122         * lib/xmalloc.c: Use `virtual memory exhausted', not
30123         `Memory exhausted'.
30124         * lib/obstack.c (print_and_abort): Likewise.
30125
30126 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30127
30128         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30129         buffer, so that the caller can always quote one small
30130         component of a "memory exhausted" message in slot 0.
30131         From a suggestion by Jim Meyering.
30132
30133 2000-07-30  Jim Meyering  <meyering@lucent.com>
30134
30135         * lib/makepath.c (make_path): Quote the other instance, too.
30136
30137         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30138         (STATIC_BUF_SIZE): Define.
30139         (quotearg_n_options): Use only statically allocated storage when
30140         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30141         than STATIC_BUF_SIZE.
30142
30143 2000-07-29  Jim Meyering  <meyering@lucent.com>
30144
30145         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30146         * lib/dirname.c (dir_name): Likewise.
30147
30148         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30149         `/'.
30150
30151         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30152         (dir_name): Assert that there are no trailing slashes.
30153
30154 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30155
30156         * lib/mbswidth.h (mbswidth): Add a flags argument.
30157         (mbswidth): New declaration.
30158         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30159         * lib/mbswidth.c (mbswidth): Add a flags argument.
30160         (mbsnwidth): New function.
30161
30162 2000-07-24  Jim Meyering  <meyering@lucent.com>
30163
30164         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30165
30166 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30167
30168         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30169
30170 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30171
30172         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30173         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30174         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30175         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30176         invoke multibyte primitives.
30177
30178 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30179
30180         * lib/quotearg.c:
30181         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30182         so that mbstate_t is always defined.
30183
30184         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30185         be 1 in at least one GCC installation, and this configuration
30186         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30187         performance on hosts that have mbrtowc but have only unibyte
30188         locales, but I assume these hosts are rare.
30189
30190 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30191
30192         * lib/mbswidth.c (_XOPEN_SOURCE):
30193         Don't define; this causes problems on Solaris 7.
30194         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30195
30196 2000-07-23  Jim Meyering  <meyering@lucent.com>
30197
30198         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30199         too: getgrgid, getpwuid, getuid.
30200
30201 2000-07-23  Jim Meyering  <meyering@lucent.com>
30202
30203         * lib/basename.c (base_name): Add an assertion.
30204
30205 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30206
30207         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30208         shadow its mbsinit function.
30209
30210 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30211
30212         * lib/mbswidth.h: New file.
30213         * lib/mbswidth.c: New file.
30214         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30215         (noinst_HEADERS): Add mbswidth.h.
30216
30217 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30218
30219         * lib/config.charset: Add support for FreeBSD. Improve support for
30220         HP-UX and IRIX 6.
30221
30222 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30223
30224         * m4/mbswidth.m4: New file.
30225         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30226
30227 2000-07-15  Jim Meyering  <meyering@lucent.com>
30228
30229         * lib/makepath.c: Include quote.h.
30230         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30231         corresponding argument in a `quote (...)' call.
30232         Give better diagnostics.
30233
30234         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30235         (noinst_HEADERS): Add quote.h.
30236
30237         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30238         from tar's src/misc.c.
30239         * lib/quote.h: New file.  Prototypes for same.
30240
30241 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30242
30243         From a suggestion by Bruno Haible.
30244         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30245         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30246         to decide whether to define the BeOS workaround macro;
30247         this adjusts to the change to AC_MBSTATE_T.
30248
30249 2000-07-14  Jim Meyering  <meyering@lucent.com>
30250
30251         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30252         jm_AC_TYPE_UINTMAX_T.
30253
30254 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30255
30256         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30257
30258         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30259         quotearg_buffer_restyled): Add support for
30260         clocale_quoting_style.  Undo previous change to
30261         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30262         and "{RIGHT QUOTATION MARK}" msgids.
30263
30264 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30265
30266         From a suggestion by Bruno Haible.
30267         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30268         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30269         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30270         and mbstate_t, to a single-part test that simply defines mbstate_t.
30271         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30272         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30273
30274 2000-07-10  Jim Meyering  <meyering@lucent.com>
30275
30276         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30277
30278         * m4/gnu-source.m4: Output to confdefs.h directly.
30279         Suggestion from Akim Demaille.
30280
30281 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30282
30283         The old behavior of quoting `like this' doesn't look good with
30284         newer, ISO-style fonts.  See:
30285         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30286
30287         Instead, quote "like this" by default.  Let the translator
30288         tailor the locale-specific quoting behavior by providing
30289         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30290
30291         * lib/quotearg.c (N_): New macro.
30292         (gettext_default): New function.
30293         (quotearg_buffer_restyled): Use
30294         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30295         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30296
30297 2000-07-09  Jim Meyering  <meyering@lucent.com>
30298
30299         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30300         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30301
30302         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30304
30305 2000-07-09  Jim Meyering  <meyering@lucent.com>
30306
30307         * lib/Most files: Update copyright dates to include 2000.
30308
30309 2000-07-08  Jim Meyering  <meyering@lucent.com>
30310
30311         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30312         if not defined.
30313         (xgethostname): Remove now-unnecessary #ifdef.
30314         Move declaration of `err' into loop where it's used.
30315
30316 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30317         and Bruno Haible  <haible@clisp.cons.org>
30318
30319         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30320         only if the test for an object-type mbstate_t fails.  This
30321         prevents us from mistakenly reporting that mbstate_t is a
30322         system object type after we "#define mbstate_t int" to work
30323         around its lack.
30324
30325 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30326         and Bruno Haible  <haible@clisp.cons.org>
30327
30328         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30329
30330 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30331
30332         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30333         to strerror_r.
30334         Include <ctype.h> for use of isalpha.
30335
30336 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30337
30338         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30339         by allocating a larger buffer. Test the gethostname return value for
30340         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30341         returns an error and ENAMETOOLONG isn't defined.
30342
30343 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30344
30345         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30346         dimension.
30347
30348 2000-07-04  Jim Meyering  <meyering@lucent.com>
30349
30350         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30351         of the deprecated AC_CHECKING.
30352
30353 2000-07-04  Jim Meyering  <meyering@lucent.com>
30354
30355         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30356         Reported by Bruno Haible.
30357
30358 2000-07-04  Jim Meyering  <meyering@lucent.com>
30359
30360         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30361         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30362         lacks mbrtowc.
30363
30364 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30365
30366         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30367         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30368
30369 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30370         and Bruno Haible  <haible@clisp.cons.org>
30371
30372         * lib/quotearg.c (mbrtowc):
30373         Assign to *pwc, and return 1 only if result is nonzero.
30374         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30375
30376 2000-07-03  Jim Meyering  <meyering@lucent.com>
30377
30378         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30379
30380 2000-07-03  Jim Meyering  <meyering@lucent.com>
30381
30382         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30383         This is necessary to get a definition of e.g., UTMP_FILE on
30384         HP-UX 10.20.
30385         From Bob Proulx.
30386
30387 2000-07-02  Jim Meyering  <meyering@lucent.com>
30388
30389         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30390
30391         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30392         AC_LIBOBJ(function_name).
30393         * m4/chown.m4: Likewise.
30394         * m4/fnmatch.m4: Likewise.
30395         * m4/ftruncate.m4: Likewise.
30396         * m4/getgroups.m4: Likewise.
30397         * m4/getline.m4: Likewise.
30398         * m4/group-member.m4: Likewise.
30399         * m4/jm-macros.m4: Likewise.
30400         * m4/lstat.m4: Likewise.
30401         * m4/malloc.m4: Likewise.
30402         * m4/memcmp.m4: Likewise.
30403         * m4/nanosleep.m4: Likewise.
30404         * m4/putenv.m4: Likewise.
30405         * m4/realloc.m4: Likewise.
30406         * m4/regex.m4: Likewise.
30407         * m4/stat.m4: Likewise.
30408         * m4/strftime.m4: Likewise.
30409
30410 2000-07-02  Jim Meyering  <meyering@lucent.com>
30411
30412         * lib/quotearg.c (mbstate_t): Don't define here.
30413
30414 2000-07-02  Jim Meyering  <meyering@lucent.com>
30415
30416         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30417
30418 2000-07-01  Jim Meyering  <meyering@lucent.com>
30419
30420         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30421
30422 2000-07-01  Jim Meyering  <meyering@lucent.com>
30423
30424         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30425         problem.
30426
30427 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30428
30429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30430         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30431
30432 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30433
30434         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30435         per change in ../m4/ls-mntd-fs.m4.
30436         (read_filesystem_list): Ignore symbolic links.
30437
30438 2000-06-29  Jim Meyering  <meyering@lucent.com>
30439
30440         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30441         for declaration of strcmp.
30442
30443         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30444
30445         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30446         Avoid warning by casting result to `char *' to remove `const'.
30447
30448 2000-06-28  Jim Meyering  <meyering@lucent.com>
30449
30450         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30451         included by quotearg.c, for which we perform this test.  From
30452         Bruno Haible.
30453
30454 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30455
30456         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30457         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30458         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30459
30460 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30461
30462         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30463
30464 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30465
30466         savedir now sets errno on failure and invokes xmalloc to get memory.
30467         Fix a couple of other minor bugs while we're at it.
30468
30469         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30470         (NAMLEN): Remove macro.
30471         (malloc, realloc): Remove decls.
30472         (stpcpy): Likewise.
30473         ("xalloc.h"): Include.
30474         (NAME_SIZE_DEFAULT): New macro.
30475         (savedir): Use xmalloc / xrealloc to allocate memory.
30476         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30477         Skip "" directory entries.
30478         Use strlen to calculate directory entry length, since the old method
30479         is rarely used these days and isn't worth supporting.
30480         Don't use a pointer after freeing it.
30481         Check for integer overflow when calculating allocation size.
30482         Use memcpy to copy entries, instead of stpcpy.
30483         Set errno properly when returning NULL.
30484         Check for readdir error.
30485
30486 2000-06-26  Jim Meyering  <meyering@lucent.com>
30487
30488         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30489
30490 2000-06-25  Jim Meyering  <meyering@lucent.com>
30491
30492         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30493         Linux header bug when _XOPEN_SOURCE is defined to 500.
30494
30495 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30496
30497         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30498         deficiency.
30499
30500 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30501
30502         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30503         Include xalloc.h.
30504         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30505
30506 2000-06-24  Jim Meyering  <meyering@lucent.com>
30507
30508         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30509         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30510         for which strerror does return char*, but which lacks a conveniently
30511         accessible declaration of the function.  If the compile-test says
30512         strerror_r doesn't work, then resort to a `run'-test that works on
30513         BeOS and segfaults on DEC Unix.
30514
30515 2000-06-24  Jim Meyering  <meyering@lucent.com>
30516
30517         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30518
30519 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30520
30521         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30522         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30523
30524 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30525
30526         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30527         (mbrtowc, mbstate_t): Define substitutes if
30528         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30529         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30530         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30531
30532 2000-06-23  Jim Meyering  <meyering@lucent.com>
30533
30534         * m4/afs.m4: Add missing AC_MSG_RESULT.
30535         Reported by Bruno Haible.
30536
30537         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30538         Suggestion from Bruno Haible.
30539
30540 2000-06-23  Jim Meyering  <meyering@lucent.com>
30541
30542         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30543
30544 2000-06-21  Jim Meyering  <meyering@lucent.com>
30545
30546         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30547
30548 2000-06-21  Jim Meyering  <meyering@lucent.com>
30549
30550         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30551         (noinst_HEADERS): Add getstr.h.
30552
30553         * lib/getline.c (getstr): Move into a separate file.
30554         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30555         the following changes: new parameter, delim2; both delim[12]
30556         parameters have type `int', not `char'.  The latter would lose
30557         with 8-bit delimiters.
30558         * lib/getstr.h: New file.
30559
30560 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30561
30562         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30563         than 1024, return a memory chunk of least possible size, instead
30564         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30565         Use free/xmalloc instead of xrealloc to avoid copying for very long
30566         paths.
30567
30568 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30569
30570         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30571         the empty string.
30572
30573 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30574
30575         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30576         address, not strdup.  Include <stdlib.h> and don't declare free().
30577
30578 2000-06-19  Jim Meyering  <meyering@lucent.com>
30579
30580         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30581
30582 2000-06-18  Jim Meyering  <meyering@lucent.com>
30583
30584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30585
30586         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30587         `checking whether...' message to be consistent with that of the
30588         lstat test.
30589
30590 2000-06-18  Jim Meyering  <meyering@lucent.com>
30591
30592         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30593         Besides, these days every porting target provides a mkdir function.
30594
30595         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30596         needed. (this snippet comes from src/system.h).
30597
30598 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30599
30600         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30601
30602 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30603
30604         * lib/human.c (adjust_value): New function.
30605         (human_readable_inexact): Apply rounding style even when
30606         printing approximate values.
30607
30608 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30609
30610         * lib/human.c (human_readable_inexact): Allow an input block
30611         size that is not a multiple of the output block size, and vice versa.
30612         Reported by Piergiorgio Sartor.
30613
30614 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30615
30616         * lib/getdate.y (get_date): Apply relative times after time
30617         zone indicator, not before.  Reported by Todd A. Jacobs.
30618
30619 2000-06-13  Jim Meyering  <meyering@lucent.com>
30620
30621         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30622
30623         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30624
30625 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30626
30627         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30628
30629 2000-06-12  Jim Meyering  <meyering@lucent.com>
30630
30631         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30632         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30633         optional argument.
30634         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30635         the optional argument, `lib'.
30636
30637 2000-06-08  Jim Meyering  <meyering@lucent.com>
30638
30639         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30640
30641 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30642
30643         Rewrite largefile configuration so that we don't need to run
30644         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30645         AC_CANONICAL_HOST in configure.in -- jmm]
30646
30647         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30648         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30649         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30650         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30651         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30652         All uses changed.
30653         Instead of inspecting the output of getconf, try to compile the
30654         test program without and with the macro definition.
30655         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30656         for getconf.  Instead, check for the needed flags by compiling
30657         test programs.
30658
30659 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30660
30661         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30662
30663 2000-06-04  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30666         SunOS 4.1.4 for which gid_t is an unsigned type.
30667
30668 2000-06-03  Jim Meyering  <meyering@lucent.com>
30669
30670         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30671         now that autoconf requires that.
30672
30673         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30674         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30675         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30676
30677 2000-06-03  Jim Meyering  <meyering@lucent.com>
30678
30679         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30680
30681 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30682
30683         * m4/glibc21.m4: New file.
30684         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30685
30686 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30687
30688         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30689         newer, don't install charset.alias.
30690         * lib/config.charset: Change the Linux/glibc rules so they become empty
30691         on glibc-2.1 or newer.
30692
30693 2000-06-02  Jim Meyering  <meyering@lucent.com>
30694
30695         * lib/mountlist.c: Back out last change.  Instead, do this...
30696         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30697         me_dummy member using the same `ignore'-testing code.
30698         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30699         fs_type strings.
30700         From Mark D. Roth.
30701
30702 2000-05-29  Jim Meyering  <meyering@lucent.com>
30703
30704         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30705         mounts with the `ignore' attribute.  Based on a patch from
30706         Mark D. Roth.
30707
30708 2000-05-28  Jim Meyering  <meyering@lucent.com>
30709
30710         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30711         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30712         * m4/stat.m4: Likewise.
30713         * m4/lstat.m4: Likewise.
30714         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30715
30716         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30717         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30718
30719 2000-05-26  Jim Meyering  <meyering@lucent.com>
30720
30721         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30722
30723 2000-05-24  Jim Meyering  <meyering@lucent.com>
30724
30725         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30726         autoconf requires that.
30727         * m4/lib-check.m4: Likewise.
30728         * m4/jm-macros.m4: Likewise.
30729         * m4/strftime.m4: Likewise.
30730
30731         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30732         AC_CHECK_DECLS, now that autoconf requires that.
30733
30734 2000-05-22  Jim Meyering  <meyering@lucent.com>
30735
30736         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30737         * m4/lstat.m4: Likewise.
30738
30739 2000-05-22  Jim Meyering  <meyering@lucent.com>
30740
30741         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30742
30743 2000-05-20  Jim Meyering  <meyering@lucent.com>
30744
30745         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30746         (jm_PREREQ): Use it.
30747
30748 2000-05-18  Jim Meyering  <meyering@lucent.com>
30749
30750         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30751         back, too, since it may have been modified by allocate_entry.
30752         (hash_delete): Rewrite to use neither the assignment operator
30753         nor the comma operator in an if-expression.
30754
30755 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30756
30757         * lib/closeout.c:
30758         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30759         Remove; no longer needed.
30760         "quotearg.h": Add include.
30761         (file_name): Do not bother to explicitly initialize to NULL; it's less
30762         efficient on some hosts.
30763         (close_stdout_status): Remove test as to whether stdout was already
30764         closed; it breaks for the case "echo x | sort >&-".
30765         Quote file name colons.
30766         Do not assume that _("write error") lacks format strings.
30767
30768 2000-05-15  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/version-etc.c (version_etc_copyright): Update the copyright
30771         string used in all --version output.
30772
30773 2000-05-14  Jim Meyering  <meyering@lucent.com>
30774
30775         * lib/closeout.c (close_stdout_set_file_name): New function.
30776         (close_stdout_status): Use new file-scoped global.
30777         Return right away if fstat says the stdout file descriptor is invalid.
30778         * lib/closeout.h (close_stdout_set_file_name): Declare.
30779
30780 2000-05-10  Jim Meyering  <meyering@lucent.com>
30781
30782         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30783         (close_stdout_set_status): New function.
30784         * lib/closeout.h (close_stdout_set_status): Declare.
30785
30786 2000-05-09  Jim Meyering  <meyering@lucent.com>
30787
30788         * m4/gettext.m4: Rename this...
30789         * m4/libintl.m4: ...to this.
30790
30791 2000-05-08  Jim Meyering  <meyering@lucent.com>
30792
30793         * lib/long-options.c: Don't include closeout.h.
30794         (parse_long_options): Don't call close_stdout for --version.
30795
30796 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30797
30798         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30799         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30800         2.1.3 bug.  This avoids a clash when files like regex.c define
30801         _GNU_SOURCE.
30802
30803 2000-05-06  Jim Meyering  <meyering@lucent.com>
30804
30805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30806         (AC_REPLACE_FUNCS): Add strnlen.
30807
30808         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30809         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30810
30811         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30812         AC_SEARCH_LIBS call for nanosleep.
30813         (LIB_NANOSLEEP): Set and AC_SUBST.
30814
30815 2000-05-06  Jim Meyering  <meyering@lucent.com>
30816
30817         * lib/strnlen.c: Undefine __strnlen and strnlen.
30818         [!weak_alias]: Define __strnlen to strnlen.
30819
30820         * lib/atexit.c: New file, from libiberty.
30821
30822 2000-05-06  Jim Meyering  <meyering@lucent.com>
30823
30824         * lib/closeout.c (close_stdout_status): Also check for errors on the
30825         stderr stream.
30826
30827 2000-05-05  Jim Meyering  <meyering@lucent.com>
30828
30829         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30830         AC_SEARCH_LIBS call for clock_gettime.
30831         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30832
30833         * m4/search-libs.m4: Update from autoconf.
30834
30835         su doesn't work on Solaris 2.6.
30836         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30837         <shadow.h>.  Reported by Dragos Harabor.
30838
30839 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30840
30841         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30842         memcpy instead of xmalloc, xrealloc, path_concat.
30843         (locale_charset): Treat empty environment variables as absent.
30844         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30845
30846 2000-05-04  Jim Meyering  <meyering@lucent.com>
30847
30848         * lib/getopt.c: Update from glibc.
30849         * lib/obstack.c: Likewise.
30850         * lib/obstack.h: Likewise.
30851         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30852         file
30853
30854         * lib/regex.h: Likewise.
30855         * lib/strndup.c: Likewise.
30856         * lib/strnlen.c: New file, from glibc.
30857
30858 2000-05-03  Jim Meyering  <meyering@lucent.com>
30859
30860         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30861
30862 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30863
30864         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30865         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30866         compile-time test, rather than inspecting host and OS, to
30867         decide whether to define _LARGEFILE_SOURCE.
30868
30869 2000-05-01  Jim Meyering  <meyering@lucent.com>
30870
30871         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30872
30873         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30874         Based on a patch from Bruno Haible.
30875
30876 2000-05-01  Jim Meyering  <meyering@lucent.com>
30877
30878         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30879
30880 2000-04-29  Jim Meyering  <meyering@lucent.com>
30881
30882         * lib/path-concat.c: Declare strdup only if it's not defined.
30883         * lib/canon-host.c: Likewise.
30884
30885 2000-04-28  Jim Meyering  <meyering@lucent.com>
30886
30887         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30888         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30889         is included first, then limits.h is included by locale.h by libintl.h.
30890         From John David Anglin.
30891
30892 2000-04-25  Jim Meyering  <meyering@lucent.com>
30893
30894         * lib/makepath.c (S_IRWXUGO): Define.
30895         (make_path): Always perform explicit chmod if MODE specifies any
30896         of the `special' permission bits.  Prompted by a bug report against
30897         install from Mate Wierdl and Joost van Baal.
30898
30899 2000-04-18  Jim Meyering  <meyering@lucent.com>
30900
30901         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30902         (jm_PREREQ): Use it.
30903
30904 2000-04-18  Jim Meyering  <meyering@lucent.com>
30905
30906         * lib/README: New file.
30907
30908         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30909         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30910
30911 2000-04-17  Jim Meyering  <meyering@lucent.com>
30912
30913         Get it right :-)
30914         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30915         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30916         Suggestion from Akim Demaille.
30917
30918 2000-04-17  Jim Meyering  <meyering@lucent.com>
30919
30920         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30921         the definition of it to rpl_strftime also defined-away the system's
30922         declaration.
30923
30924 2000-04-15  Jim Meyering  <meyering@lucent.com>
30925
30926         Use `C' to denote so-called `contiguous' files, the same way
30927         that tar does.
30928         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30929         (ftypelet): Use S_ISCTG.
30930         From Michael Deutschmann.
30931
30932 2000-04-14  Jim Meyering  <meyering@lucent.com>
30933
30934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30935         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30936         clobbered.
30937
30938 2000-04-14  Jim Meyering  <meyering@lucent.com>
30939
30940         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30941
30942 2000-04-13  Jim Meyering  <meyering@lucent.com>
30943
30944         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30945         AH_VERBATIM to insert required #ifndef into config.h.in.
30946         Suggestion from Akim Demaille.
30947
30948 2000-04-12  Jim Meyering  <meyering@lucent.com>
30949
30950         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30951         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30952         Christian Krackowizer.
30953
30954         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30955         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30956         (AC_SYS_LARGEFILE): Require.
30957         (AM_C_PROTOTYPES): Require.
30958
30959 2000-04-08  Jim Meyering  <meyering@lucent.com>
30960
30961         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30962         names don't conflict.  Reported by Eli Zaretskii.
30963
30964 2000-04-07  Jim Meyering  <meyering@lucent.com>
30965
30966         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30967         sys/types.h, to work around system header problems on AIX 3.2.5.
30968         From Bruno Haible.
30969
30970 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30971
30972         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30973         bug.  Deal with the different error behavior of Irix iconv.
30974
30975 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30976
30977         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30978         IRIX if the installer said otherwise.
30979
30980 2000-04-05  Jim Meyering  <meyering@lucent.com>
30981
30982         Portability tweaks required for ultrix4.3.
30983         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30984         (jm_CHECK_DECLS): Add getutent to the list of functions.
30985         (_jm_DECL_HEADERS): Add utmpx.h.
30986         From John David Anglin.
30987
30988         * m4/strftime.m4: Back out the 2000-04-02 change.
30989         Instead of that change, simply undefine putenv in the test program.
30990
30991 2000-04-05  Jim Meyering  <meyering@lucent.com>
30992
30993         Portability tweaks required for ultrix4.3.
30994         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30995         getutent.
30996         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30997         * lib/canon-host.c: Declare strdup.
30998         * lib/path-concat.c: Likewise.
30999         From John David Anglin.
31000
31001 2000-04-04  Jim Meyering  <meyering@lucent.com>
31002
31003         Be more DOS 8.3-friendly.
31004         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31005         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31006         * lib/Makefile.am: Reflect renaming.
31007         Reported by Eli Zaretskii.
31008
31009         Use a temporary file name that won't clash with `charset.alias'
31010         in the DOS 8.3 name space.
31011         * lib/Makefile.am (charset_tmp): Define.
31012         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31013         (uninstall-local): Likewise.
31014         Reported by Eli Zaretskii.
31015
31016 2000-04-03  Jim Meyering  <meyering@lucent.com>
31017
31018         * m4/gettext.m4: Fix typo in comment.
31019
31020         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31021         textutils/configure.in).  Suggestion from Paul Eggert.
31022         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31023
31024 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31025
31026         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31027         variable in the shell rather than using putenv, which isn't
31028         portable.  This avoids the configure-time inter-test dependency
31029         on the potentially-renamed putenv function.
31030
31031 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31032
31033         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31034         before checking struct stat.st_blksize, so that
31035         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31036
31037 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31038
31039         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31040         since strftime.c uses HAVE_STRFTIME to decide whether to use
31041         the underlying strftime.
31042
31043 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31044
31045         * lib/time/strftime.c (my_strftime): Make sure we call the system
31046         strftime, not ourselves, when invoking the underlying strftime.
31047
31048 2000-03-24  Jim Meyering  <meyering@lucent.com>
31049
31050         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31051         (charset_alias): Define.
31052         (install-exec-local): Factor out common code.
31053         (uninstall-local): Split lines longer than 80.
31054         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31055         (SUFFIXES): Define.
31056         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31057         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31058
31059 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31060
31061         * lib/config.charset: Output a line containing "Packages using this
31062         file".
31063         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31064         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31065         ref-del.sed): New rules.
31066
31067 2000-03-17  Jim Meyering  <meyering@lucent.com>
31068
31069         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31070         Otherwise, include <strings.h>
31071
31072 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31073
31074         * lib/unicodeio.c (utf8_wctomb): New function.
31075         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31076         format instead of in UCS-4 with platform dependent endianness.
31077
31078 2000-03-10  Jim Meyering  <meyering@lucent.com>
31079
31080         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31081         From Marco Franzen.
31082
31083 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31084
31085         * lib/savedir.c (savedir): Work even if directory size is
31086         negative; this can happen with some screwy NFS configurations.
31087
31088 2000-03-06  Jim Meyering  <meyering@lucent.com>
31089
31090         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31091         if it's NULL (because we ran out of memory).  From Bruno Haible.
31092
31093 2000-03-05  Jim Meyering  <meyering@lucent.com>
31094
31095         * lib/localcharset.c ("path-concat.h"): Include.
31096         (get_charset_aliases): Use path_concat instead of ANSI string
31097         concatenation.
31098
31099         * lib/unicodeio.h (PARAMS): Define.
31100         Use it to guard prototype.
31101
31102 2000-03-04  Jim Meyering  <meyering@lucent.com>
31103
31104         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31105         for lib/localcharset.c.
31106
31107 2000-03-04  Jim Meyering  <meyering@lucent.com>
31108
31109         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31110         installing into it.
31111         (uninstall-local): Uncomment this rule so `make distcheck' works
31112         once again.
31113
31114         * lib/unicodeio.c (<errno.h>): Include it.
31115         (errno): Declare if not defined.
31116
31117         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31118
31119         * lib/config.charset: New version, incorporating remarks from a linux
31120         i18n mailing list.  From Bruno Haible.
31121
31122 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31123
31124         * m4/codeset.m4: New file.
31125         * m4/iconv.m4: New file.
31126         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31127
31128 2000-03-03  Jim Meyering  <meyering@lucent.com>
31129
31130         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31131
31132 2000-03-02  Jim Meyering  <meyering@lucent.com>
31133
31134         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31135         the messages come out on separate lines.
31136
31137         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31138         rather than jm_CHECK_DECLARATIONS.
31139         * m4/decl.m4: Remove now-unused file.
31140
31141         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31142         geteuid.
31143
31144 2000-03-02  Jim Meyering  <meyering@lucent.com>
31145
31146         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31147
31148 2000-03-01  Jim Meyering  <meyering@lucent.com>
31149
31150         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31151         * lib/unicodeio.c: Likewise.
31152
31153 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31154
31155         * lib/config.charset: New file.
31156         * lib/localcharset.c: New file.
31157         * lib/unicodeio.h, lib/unicodeio.c: New files.
31158         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31159         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31160         (noinst_HEADERS): Add unicodeio.h.
31161         (all-local, install-exec-local, charset.alias): New targets.
31162
31163 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31164
31165         * lib/quotearg.c (ALERT_CHAR): New macro.
31166         (quotearg_buffer_restyled): Use it.
31167
31168 2000-02-27  Jim Meyering  <meyering@lucent.com>
31169
31170         * m4/check-decl.m4: Add getenv to the list.
31171
31172 2000-02-27  Jim Meyering  <meyering@lucent.com>
31173
31174         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31175         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31176
31177         * lib/backupfile.c: Guard inclusion of stdlib.h with
31178         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31179         Declare malloc if needed.
31180
31181         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31182         `#ifndef HAVE_DECL..'
31183         now that autoconf always defines the HAVE_DECL_ symbols.
31184         * lib/human.c: Likewise.
31185         * lib/same.c: Likewise.
31186         * lib/strtoumax.c: Likewise.
31187
31188         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31189         declaration check was not run.
31190         * lib/hash.c: Likewise.
31191         * lib/human.c: Likewise.
31192         * lib/same.c: Likewise.
31193         * lib/strtoumax.c: Likewise.
31194
31195         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31196         `.', then first look up the entire `.'-containing string as a login
31197         name.
31198
31199 2000-02-23  Jim Meyering  <meyering@lucent.com>
31200
31201         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31202         in place of my hack.
31203
31204 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31205
31206         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31207         (textint): New typedef.
31208         (parser_control): Member year changed from int to textint.
31209         All uses changed.
31210         (YYSTYPE): Removed; replaced by %union with int and textint members.
31211         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31212         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31213         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31214         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31215         (date, number, to_year): Use width of number in digits, not its value,
31216         to determine whether it's a 2-digit year, or a 2-digit time.
31217         (yylex): Store number of digits of numeric tokens.
31218         Reported by John Kendall.
31219
31220         (parser_control): Changed from struct parser_control to typedef (for
31221         consistency).  All uses changed.
31222
31223         (tID): Removed; not used.
31224         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31225
31226 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31227
31228         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31229         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31230
31231 2000-02-12  Jim Meyering  <meyering@lucent.com>
31232
31233         * lib/userspec.c (ISDIGIT): Define it.
31234         (isdigit): Remove definition.
31235         (is_number): Use ISDIGIT, not isdigit.
31236         <libintl.h>: Include.
31237         (_ and N_): Define.
31238         (parse_user_spec): Mark translatable strings.
31239
31240 2000-02-10  Jim Meyering  <meyering@lucent.com>
31241
31242         With these changes, nanosleep.[ch] are finally enough like the other
31243         lib/* replacement files to compile on a few more losing systems.
31244
31245         * lib/nanosleep.h: Don't include config.h.
31246         Remove prototype from declaration of nanosleep.
31247         (PARAMS): Remove now-unneeded definition.
31248         * lib/nanosleep.c: #undef nanosleep.
31249         (rpl_nanosleep): Rename from nanosleep.
31250
31251 2000-02-10  Jim Meyering  <meyering@lucent.com>
31252
31253         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31254         gnu_nanosleep to rpl_nanosleep.
31255
31256 2000-02-09  Jim Meyering  <meyering@lucent.com>
31257
31258         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31259         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31260
31261 2000-02-08  Akim Demaille  <akim@epita.fr>
31262
31263         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31264         `[' and `]' and remove uses of `changequote'.
31265         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31266         (AC_SYS_LARGEFILE): Likewise.
31267         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31268         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31269         of changequote.
31270         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31271         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31272         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31273         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31274
31275 2000-02-05  Jim Meyering  <meyering@lucent.com>
31276
31277         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31278         Remove explicit use of AC_HEADER_TIME.  It is required by
31279         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31280         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31281         in autoconf whereby the expansion of the latter ended up preceding
31282         the expansion of its prerequisite, AC_HEADER_TIME.
31283         Reported by Volker Borchert.
31284
31285 2000-02-03  Jim Meyering  <meyering@lucent.com>
31286
31287         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31288
31289 2000-02-03  Jim Meyering  <meyering@lucent.com>
31290
31291         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31292         rather than with `#if HAVE_UTMPNAME'.
31293
31294 2000-02-02  Jim Meyering  <meyering@lucent.com>
31295
31296         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31297         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31298         Reported by Eli Zaretskii.
31299
31300 2000-02-01  Jim Meyering  <meyering@lucent.com>
31301
31302         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31303
31304 2000-01-31  Jim Meyering  <meyering@lucent.com>
31305
31306         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31307         functions.  Add the time.h and sys/time.h headers along with the
31308         AC_REQUIRE'ment of AC_HEADER_TIME.
31309
31310 2000-01-31  Jim Meyering  <meyering@lucent.com>
31311
31312         * lib/nanosleep.h (nanosleep): Guard declaration with
31313         `#if ! HAVE_DECL_NANOSLEEP'.
31314         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31315         the declaration in that vendor's sys/timers.h.
31316         Reported by Christian Krackowizer.
31317
31318         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31319         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31320         (ISPRINT): Likewise.
31321         Reported by Tom Tromey.
31322
31323 2000-01-30  Jim Meyering  <meyering@lucent.com>
31324
31325         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31326
31327         * m4/prereq.m4 (utmp_includes): Define.
31328         Check for ut_user and ut_name members in both struct utmpx
31329         and struct utmp.
31330
31331 2000-01-30  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31334         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31335         header files where only utmpx.ut_user is declared.
31336
31337         * lib/readutmp.h (UT_USER): Define.
31338
31339 2000-01-29  Jim Meyering  <meyering@lucent.com>
31340
31341         * m4/lib-check.m4: New file containing library-related checks from
31342         fileutils and sh-utils (textutils had none).
31343
31344 2000-01-28  Jim Meyering  <meyering@lucent.com>
31345
31346         * m4/perl.m4: Change format of warning message to look more like that
31347         from the missing script.  Suggestion from François Pinard.
31348
31349 2000-01-25  Jim Meyering  <meyering@lucent.com>
31350
31351         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31352         well as time.h in the compile check.
31353         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31354         Fix typo in cross-compiling case: s/yes/no/.
31355
31356 2000-01-23  Jim Meyering  <meyering@lucent.com>
31357
31358         * m4/jm-macros.m4: Move df-related tests here from
31359         fileutils/configure.in
31360
31361         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31362         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31363
31364         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31365         s/space/ac_fsusage_space/.
31366         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31367
31368         * m4/ftruncate.m4: New file (derived from part of
31369         fileutils/configure.in).
31370         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31371         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31372
31373         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31374         AC_SUBST these here, rather than just in sh-util/configure.in, so
31375         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31376         all the same.
31377         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31378         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31379         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31380         (AC_SUBST(POW_LIBM)): Likewise.
31381         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31382
31383 2000-01-23  Jim Meyering  <meyering@lucent.com>
31384
31385         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31386         obstack.c.
31387
31388 2000-01-22  Jim Meyering  <meyering@lucent.com>
31389
31390         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31391
31392         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31393
31394         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31395         configure.in
31396         (AC_CHECK_HEADERS): Likewise for sh-utils.
31397         (AC_CHECK_HEADERS): Likewise for textutils.
31398         Merge the three lists of headers.
31399
31400         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31401         from fileutils' configure.in.
31402
31403         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31404         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31405         check-decl.m4.
31406
31407         * m4/check-decl.m4: Use #if rather than #ifdef.
31408         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31409         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31410         (_jm_DECL_HEADERS): Define new function.
31411         (jm_CHECK_DECLARATIONS): Require it.
31412
31413 2000-01-22  Jim Meyering  <meyering@lucent.com>
31414
31415         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31416         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31417         Required for some AIX systems.  Reported by Christian Krackowizer.
31418         [TESTING] (main): New function.
31419
31420         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31421         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31422         letters.
31423
31424         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31425         iswprint.
31426
31427         * lib/strverscmp.c (ISDIGIT): Define.
31428         (strverscmp): Use ISDIGIT, not isdigit.
31429
31430 2000-01-19  Jim Meyering  <meyering@lucent.com>
31431
31432         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31433         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31434         defines `struct timespec' in <sys/time.h>
31435
31436         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31437         Thanks to Akim for explaining.
31438
31439 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31440
31441         * lib/nanosleep.c (nanosleep):
31442         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31443         POSIX.1 doesn't require SA_INTERRUPT and some systems
31444         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31445         it's been part of POSIX.1 since day 1 (in 1988).
31446
31447 2000-01-17  Jim Meyering  <meyering@lucent.com>
31448
31449         * lib/interlock: Remove unused file.  Reported by François Pinard.
31450
31451 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31452
31453         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31454         alert, backslash, formfeed, and vertical tab unnecessarily in
31455         shell quoting style.
31456
31457 2000-01-16  Jim Meyering  <meyering@lucent.com>
31458
31459         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31460         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31461         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31462         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31463
31464 2000-01-16  Jim Meyering  <meyering@lucent.com>
31465
31466         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31467         because the latter didn't work.
31468
31469 2000-01-15  Jim Meyering  <meyering@lucent.com>
31470
31471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31472         (AC_REPLACE_FUNCS): Add memcpy and memset.
31473         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31474         Add strpbrk.
31475         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31476
31477 2000-01-12  Jim Meyering  <meyering@lucent.com>
31478
31479         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31480         (jm_PREREQ): Use it.
31481         (jm_PREREQ_READUTMP): New macro.
31482         (jm_PREREQ): Use it.
31483
31484 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31485
31486         Quote multibyte characters correctly.
31487         * m4/c-bs-a.m4: New file.
31488         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31489         (jm_PREREQ): Use it.
31490
31491 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31492
31493         * m4/uintmax_t.m4: Port to autoconf 2.13.
31494
31495 2000-01-08  Jim Meyering  <meyering@ascend.com>
31496
31497         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31498         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31499
31500 2000-01-04  Jim Meyering  <meyering@ascend.com>
31501
31502         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31503         jm_STRUCT_DIRENT_D_TYPE.
31504         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31505         jm_STRUCT_DIRENT_D_INO.
31506         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31507         jm_STRUCT_UTIMBUF.
31508         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31509         renamings.
31510         * m4/utime.m4: Likewise.
31511
31512         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31513         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31514
31515 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31516
31517         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31518         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31519
31520 2000-01-02  Jim Meyering  <meyering@ascend.com>
31521
31522         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31523         remember if this is necessary.
31524
31525 1999-12-26  Jim Meyering  <meyering@ascend.com>
31526
31527         * m4/jm-macros.m4: Use it here.
31528         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31529
31530 1999-12-23  Jim Meyering  <meyering@ascend.com>
31531
31532         * m4/jm-macros.m4: Check for clock_gettime (moved from
31533         fileutils/configure.in)
31534         Check for gettimeofday.
31535
31536 1999-12-20  Jim Meyering  <meyering@ascend.com>
31537
31538         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31539         autoconf-2.14a-1999-12-20.
31540
31541 1999-12-19  Jim Meyering  <meyering@ascend.com>
31542
31543         * m4/lstat-slash.m4: New file.
31544         * m4/jm-macros.m4: Use the new macro:
31545         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31546
31547 1999-12-07  Jim Meyering  <meyering@ascend.com>
31548
31549         * m4/perl.m4: Require that File::Compare be available, too.
31550         Too many systems seem to lack it.
31551
31552         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31553         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31554
31555 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31556
31557         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31558         problem with the QNX 4.25 shell, which doesn't propagate exit
31559         status of failed commands inside shell assignments.
31560
31561 1999-11-17  Jim Meyering  <meyering@ascend.com>
31562
31563         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31564
31565 1999-11-07  Jim Meyering  <meyering@ascend.com>
31566
31567         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31568
31569 1999-11-06  Jim Meyering  <meyering@ascend.com>
31570
31571         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31572         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31573
31574 1999-11-05  Jim Meyering  <meyering@ascend.com>
31575
31576         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31577         configure.in of textutils, fileutils, and sh-utils into this one
31578         (shared between those packages) file.
31579         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31580         AC_STRUCT_ST_BLKSIZE.
31581
31582 1999-11-03  Jim Meyering  <meyering@ascend.com>
31583
31584         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31585         of AC_CHECK_TYPE checks includes unistd.h.
31586         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31587         Suggestion from Akim Demaille.
31588
31589 1999-10-30  Jim Meyering  <meyering@ascend.com>
31590
31591         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31592         m4-quoted string.
31593         * m4/ls-mntd-fs.m4: Likewise.
31594         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31595         * m4/jm-winsz1.m4: Likewise.
31596
31597         * m4/const.m4: Remove file, since the fix made it into the experimental
31598         version of autoconf.
31599         * m4/mktime.m4: Likewise.
31600
31601         * m4/check-type.m4: Remove file, now that the latest version of
31602         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31603
31604         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31605         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31606         AC_CHECK_TYPE.
31607
31608 1999-10-04  Jim Meyering  <meyering@ascend.com>
31609
31610         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31611
31612 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31613
31614         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31615         2.95.1 bug with HP-UX 10.20.
31616
31617 1999-09-17  Jim Meyering  <meyering@ascend.com>
31618
31619         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31620         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31621         due to missing strdup (against sh-utils-2.0).
31622
31623 1999-08-29  Jim Meyering  <meyering@ascend.com>
31624
31625         * m4/jm-macros.m4: Require jm_BISON.
31626         * m4/bison.m4: New file.
31627
31628 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31629
31630         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31631         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31632
31633 1999-08-05  Jim Meyering  <meyering@ascend.com>
31634
31635         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31636         to avoid conflicts with `conftest' on 8+3 filesystems.
31637         Suggestion from Eli Zaretskii.
31638
31639 1999-08-04  Jim Meyering  <meyering@ascend.com>
31640
31641         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31642         fileutils and sh-utils (textutils's getline test was inadequate).
31643         (AM_FUNC_GETLINE): Run this test.
31644         (AC_CHECK_FUNCS): Check for getdelim.
31645         Reported by Bob Proulx.
31646
31647 1999-08-02  Jim Meyering  <meyering@ascend.com>
31648
31649         * m4/jm-macros.m4: Add a comment.
31650
31651 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31652
31653         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31654         <inttypes.h> defines strtoumax as a macro (and not as a
31655         function).
31656
31657 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31658
31659         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31660         that we can shift, multiply and divide unsigned long long
31661         values; Ultrix cc can't do it.
31662
31663 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31664
31665         * m4/mktime.m4: New file, which is a preview of what should appear
31666         in the next public autoconf release.
31667
31668 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31669
31670         * m4/lfs.m4: Remove this file.
31671         * m4/largefile.m4: New file.  It contains the old contents of
31672         lfs.m4, except that all names with prefix AC_LFS have been
31673         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31674         compatible with future autoconf versions.  Also, some minor m4
31675         quoting problems have been fixed.
31676
31677 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31678
31679         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31680         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31681         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31682         and simplify the shell code.
31683
31684 1999-08-01  Jim Meyering  <meyering@ascend.com>
31685
31686         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31687         m4.
31688
31689 1999-07-20  Jim Meyering  <meyering@ascend.com>
31690
31691         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31692
31693 1999-07-15  Jim Meyering  <meyering@ascend.com>
31694
31695         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31696
31697 1999-05-22  Jim Meyering  <meyering@ascend.com>
31698
31699         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31700
31701 1999-05-20  Jim Meyering  <meyering@ascend.com>
31702
31703         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31704         Add a colon after each `then' in case $4 is empty.
31705
31706 1999-05-16  Jim Meyering  <meyering@ascend.com>
31707
31708         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31709
31710 1999-05-10  Jim Meyering  <meyering@ascend.com>
31711
31712         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31713
31714         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31715         AC_FUNC_MKTIME.
31716
31717 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31718
31719         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31720
31721 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31722
31723         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31724         not CPPFLAGS, so that linking works correctly in IRIX.
31725
31726 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31727
31728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31729
31730 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31731
31732         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31733         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31735         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31736         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31737
31738         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31739
31740 1999-04-20  Jim Meyering  <meyering@ascend.com>
31741
31742         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31743         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31744         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31745
31746 1999-04-18  Jim Meyering  <meyering@ascend.com>
31747
31748         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31749         * m4/jm-macros.m4: Use it.
31750
31751 1999-04-06  Jim Meyering  <meyering@ascend.com>
31752
31753         * m4/strftime.m4: Remove test for %f.
31754
31755 1999-03-29  Jim Meyering  <meyering@ascend.com>
31756
31757         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31758         superset of the AC_TYPE_* checks in the textutils, fileutils,
31759         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31760         AC_TYPE_PID_T.
31761
31762 1999-03-28  Jim Meyering  <meyering@ascend.com>
31763
31764         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31765         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31766         replaced e.g., in the *.sh files of the sh-utils.
31767
31768 1999-03-20  Jim Meyering  <meyering@ascend.com>
31769
31770         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31771         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31772         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31773
31774 1999-03-19  Jim Meyering  <meyering@ascend.com>
31775
31776         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31777
31778 1999-03-12  Jim Meyering  <meyering@ascend.com>
31779
31780         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31781
31782 1999-03-07  Jim Meyering  <meyering@ascend.com>
31783
31784         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31785         declared.
31786
31787 1999-02-17  Jim Meyering  <meyering@ascend.com>
31788
31789         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31790         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31791
31792 1999-02-07  Jim Meyering  <meyering@ascend.com>
31793
31794         * m4/group-member.m4: New file -- extracted from sh-utils'
31795         configure.in.
31796
31797         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31798         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31799
31800 1999-02-06  Jim Meyering  <meyering@ascend.com>
31801
31802         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31803         * m4/fnmatch.m4: Likewise.
31804         * m4/getgroups.m4: Likewise.
31805         * m4/lstat.m4: Likewise.
31806         * m4/malloc.m4: Likewise.
31807         * m4/putenv.m4: Likewise.
31808         * m4/realloc.m4: Likewise.
31809         * m4/regex.m4: Likewise.
31810         * m4/stat.m4: Likewise.
31811         * m4/strftime.m4: Likewise.
31812         Suggestion from Alain Magloire.
31813
31814         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31815         * m4/fnmatch.m4: Likewise.
31816         * m4/getgroups.m4: Likewise.
31817         * m4/getline.m4: Likewise.
31818         * m4/lstat.m4: Likewise.
31819         * m4/malloc.m4: Likewise.
31820         * m4/memcmp.m4: Likewise.
31821         * m4/putenv.m4: Likewise.
31822         * m4/realloc.m4: Likewise.
31823         * m4/regex.m4: Likewise.
31824         * m4/stat.m4: Likewise.
31825         * m4/strftime.m4: Likewise.
31826         Suggestion from Alain Magloire.
31827
31828         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31829         an argument.
31830
31831         * m4/regex.m4: Add a run-time Test for proper operation of
31832         re_compile_pattern.
31833
31834 1999-01-31  Jim Meyering  <meyering@ascend.com>
31835
31836         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31837
31838 1999-01-30  Jim Meyering  <meyering@ascend.com>
31839
31840         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31841
31842         * m4/jm-mktime.m4: Make this a wrapper around the official
31843         AM_FUNC_MKTIME rather than my private copy, now that the official one
31844         is up to date.
31845         * m4/mktime.m4: Remove file.
31846
31847         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31848         * m4/uptime.m4: Likewise.
31849         * m4/uintmax_t.m4: Likewise.
31850
31851 1999-01-28  Jim Meyering  <meyering@ascend.com>
31852
31853         * m4/jm-macros.m4: Use jm_AFS.
31854         * m4/afs.m4: New file (from fileutils' configure.in).
31855
31856         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31857         * m4/chown.m4: Likewise.
31858         * m4/d-ino.m4: Likewise.
31859         * m4/d-type.m4: Likewise.
31860         * m4/fnmatch.m4: Likewise.
31861         * m4/getgroups.m4: Likewise.
31862         * m4/gettext.m4: Likewise.
31863         * m4/jm-mktime.m4: Likewise.
31864         * m4/jm-winsz2.m4: Likewise.
31865         * m4/lcmessage.m4: Likewise.
31866         * m4/ls-mntd-fs.m4: Likewise.
31867         * m4/malloc.m4: Likewise.
31868         * m4/memcmp.m4: Likewise.
31869         * m4/putenv.m4: Likewise.
31870         * m4/realloc.m4: Likewise.
31871         * m4/st_mtim.m4: Likewise.
31872         * m4/strftime.m4: Likewise.
31873
31874 1999-01-16  Jim Meyering  <meyering@ascend.com>
31875
31876         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31877         (ARGMATCH_DIE_DECL): Define.
31878
31879 1999-01-12  Jim Meyering  <meyering@ascend.com>
31880
31881         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31882         Reported by Lars Hecking.
31883
31884 1999-01-10  Jim Meyering  <meyering@ascend.com>
31885
31886         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31887         gross kludge.
31888         * m4/inttypes_h.m4: Likewise.
31889         * m4/lstat.m4: Likewise.
31890         * m4/malloc.m4: Likewise.
31891         * m4/readdir.m4: Likewise.
31892         * m4/realloc.m4: Likewise.
31893         * m4/st_dm_mode.m4: Likewise.
31894         * m4/stat.m4: Likewise.
31895         * m4/utimbuf.m4: Likewise.
31896         * m4/utimes.m4: Likewise.
31897
31898         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31899         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31900         comments in config.h.in are meaningful.
31901
31902         * m4/jm-macros.m4: Require autoconf-2.13 here.
31903
31904         * m4/regex.m4: By default, don't use the included regex.c on systems
31905         with glibc 2.  Suggestion from Uli Drepper.
31906
31907 1999-01-02  Jim Meyering  <meyering@ascend.com>
31908
31909         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31910
31911 1998-12-18  Jim Meyering  <meyering@ascend.com>
31912
31913         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31914         Based on a suggestion from Lars Hecking.
31915
31916 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31917
31918         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31919
31920 1998-11-16  Jim Meyering  <meyering@ascend.com>
31921
31922         * m4/lfs.m4: Double-quote the `uname...` expression.
31923
31924 1998-11-14  Jim Meyering  <meyering@ascend.com>
31925
31926         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31927         * m4/stat.m4: Likewise.
31928
31929 1998-11-03  Jim Meyering  <meyering@ascend.com>
31930
31931         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31932         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31933
31934 1998-10-18  Jim Meyering  <meyering@ascend.com>
31935
31936         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31937
31938 1998-10-17  Jim Meyering  <meyering@ascend.com>
31939
31940         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31941         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31942         calls for those previously hard-coded headers.  Instead, take a new
31943         parameter.
31944         (jm_CHECK_DECLARATIONS): Reflect interface change.
31945         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31946         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31947
31948         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31949
31950 1998-10-14  Jim Meyering  <meyering@ascend.com>
31951
31952         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31953         instead of "TZ=America/Vancouver".  From Paul Eggert.
31954
31955 1998-10-11  Jim Meyering  <meyering@ascend.com>
31956
31957         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31958         This adds a test for a recently added compatibility fix for mktime.c.
31959         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31960
31961 1998-09-27  Jim Meyering  <meyering@ascend.com>
31962
31963         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31964
31965         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31966         ../configure.in, including a change from Gordon Matzigkeit to allow
31967         cross-compiling for the Hurd.
31968
31969         * m4/glibc.m4: New file/macro to test for the GNU C Library
31970         versions 1 and 2.  From Gordon Matzigkeit.
31971         Indent.
31972
31973 1998-09-21  Jim Meyering  <meyering@ascend.com>
31974
31975         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31976
31977 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31978
31979         Port nanosecond-resolution times to UnixWare 2.1.2 and
31980         pedantic Solaris 2.6.
31981
31982         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31983         AC_STRUCT_ST_MTIM.
31984         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31985         Generate name of ns member, instead of just 1 or undef.
31986         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31987
31988 1998-08-15  Jim Meyering  <meyering@ascend.com>
31989
31990         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31991         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31992         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31993         instead of jm_TYPE_SSIZE_T.
31994
31995 1998-08-12  Jim Meyering  <meyering@ascend.com>
31996
31997         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31998
31999 1998-08-02  Jim Meyering  <meyering@ascend.com>
32000
32001         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32002         in acconfig.h manually.
32003
32004 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32005
32006         * m4/st_mtim.m4: New file.
32007
32008 1998-07-28  Jim Meyering  <meyering@ascend.com>
32009
32010         * m4/utimes.m4: Undef stat.
32011
32012 1998-07-25  Jim Meyering  <meyering@ascend.com>
32013
32014         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32015         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32016
32017 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32018
32019         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32020         uid and gid actually remain unchanged.
32021
32022 1998-07-07  Jim Meyering  <meyering@ascend.com>
32023
32024         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32025
32026 1998-07-04  Jim Meyering  <meyering@ascend.com>
32027
32028         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32029         to prove that this macro can be used in packages without regex.c.
32030
32031 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32032
32033         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32034         is to be used.
32035
32036 1998-07-03  Jim Meyering  <meyering@ascend.com>
32037
32038         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32039
32040         * m4/gettext.m4: New file -- from gettext-0.10.35.
32041         * m4/lcmessage.m4: Likewise.
32042         * m4/progtest.m4: Likewise.
32043
32044         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32045         * m4/jm-macros.m4: Require the new macro.
32046
32047 1998-06-29  Jim Meyering  <meyering@ascend.com>
32048
32049         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32050         for the definition of NGROUPS (used in a system header included
32051         by sys/mount.h).
32052
32053 1998-06-28  Jim Meyering  <meyering@ascend.com>
32054
32055         * m4/ls-mntd-fs.m4: New file.
32056         * m4/fstypename.m4: New file.
32057
32058         * m4/jm-macros.m4: Require the new macro.
32059         * m4/jm-glibc-io.m4: New file.
32060
32061 1998-05-19  Jim Meyering  <meyering@ascend.com>
32062
32063         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32064         * m4/lchown.m4: New file.
32065
32066         * m4/Makefile.am.in: New file.
32067         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32068
32069 1998-05-14  Jim Meyering  <meyering@ascend.com>
32070
32071         * m4/Makefile.am (EXTRA_DIST): Add them.
32072         * m4/jm-macros.m4: New file.
32073         * m4/utimbuf.m4: New file.
32074
32075 1998-05-12  Jim Meyering  <meyering@ascend.com>
32076
32077         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32078
32079 1998-05-11  Jim Meyering  <meyering@ascend.com>
32080
32081         * m4/isc-posix.m4: New file.
32082
32083 1998-05-10  Jim Meyering  <meyering@ascend.com>