Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
[gnulib.git] / ChangeLog
1 2007-07-07  Bruno Haible  <bruno@clisp.org>
2
3         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
4         (wcwidth): New declaration.
5         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
6         macros.
7         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
8         here. Prepare for creating <wchar.h> unconditionally.
9         * modules/wchar (Depends-on): Add link-warning.
10         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
11         REPLACE_WCWIDTH, and GL_LINK_WARNING.
12         * lib/wcwidth.h: Remove file.
13         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
15         * modules/wcwidth (Files): Remove lib/wcwidth.h.
16         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
17         (Include): Replace wcwidth.h with <wchar.h>.
18         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
19         * lib/mbchar.h: Don't include wcwidth.h.
20         * lib/mbswidth.c: Likewise.
21         * NEWS: Mention the change.
22
23 2007-07-07  Bruno Haible  <bruno@clisp.org>
24
25         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
26         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
27         definition with an external declaration.
28         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29         defined as a function. Remove AC_C_INLINE requirement.
30         * modules/wcwidth (Files): Add lib/wcwidth.c.
31         (Makefile.am): Remove redundant statement.
32
33 2007-07-07  Bruno Haible  <bruno@clisp.org>
34
35         * MODULES.html.sh (Unicode string functions): Add the new modules.
36
37         * tests/uniwidth/test-u32-strwidth.c: New file.
38         * modules/uniwidth/u32-strwidth-tests: New file.
39
40         * lib/uniwidth/u32-strwidth.c: New file.
41         * modules/uniwidth/u32-strwidth: New file.
42
43         * tests/uniwidth/test-u16-strwidth.c: New file.
44         * modules/uniwidth/u16-strwidth-tests: New file.
45
46         * lib/uniwidth/u16-strwidth.c: New file.
47         * modules/uniwidth/u16-strwidth: New file.
48
49         * tests/uniwidth/test-u8-strwidth.c: New file.
50         * modules/uniwidth/u8-strwidth-tests: New file.
51
52         * lib/uniwidth/u8-strwidth.c: New file.
53         * modules/uniwidth/u8-strwidth: New file.
54
55         * tests/uniwidth/test-u32-width.c: New file.
56         * modules/uniwidth/u32-width-tests: New file.
57
58         * lib/uniwidth/u32-width.c: New file.
59         * modules/uniwidth/u32-width: New file.
60
61         * tests/uniwidth/test-u16-width.c: New file.
62         * modules/uniwidth/u16-width-tests: New file.
63
64         * lib/uniwidth/u16-width.c: New file.
65         * modules/uniwidth/u16-width: New file.
66
67         * tests/uniwidth/test-u8-width.c: New file.
68         * modules/uniwidth/u8-width-tests: New file.
69
70         * lib/uniwidth/u8-width.c: New file.
71         * modules/uniwidth/u8-width: New file.
72
73         * tests/uniwidth/test-uc_width.c: New file.
74         * modules/uniwidth/width-tests: New file.
75
76         * lib/uniwidth/width.c: New file, from GNU libiconv.
77         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
78         * modules/uniwidth/width: New file.
79
80         * lib/uniwidth.h: New file, from GNU libiconv.
81         * modules/uniwidth/base: New file.
82
83 2007-07-07  Bruno Haible  <bruno@clisp.org>
84
85         * lib/uniname.h: New file, from GNU gettext.
86         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
87         * lib/uniname/uninames.h: New file, from GNU gettext.
88         * lib/uniname/uniname.c: New file, from GNU gettext.
89         * tests/uniname/test-uninames.sh: New file.
90         * tests/uniname/test-uninames.c: New file, from GNU gettext.
91         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
92         * modules/uniname/base: New file.
93         * modules/uniname/uniname: New file.
94         * modules/uniname/uniname-tests: New file.
95         * MODULES.html.sh (Unicode string functions): Add the new modules.
96
97 2007-07-06  Bruno Haible  <bruno@clisp.org>
98
99         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
100
101 2007-07-06  Bruno Haible  <bruno@clisp.org>
102
103         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
104         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
105         includes <cygwin/sys_time.h> which includes <sys/select.h> which
106         include <sys/time.h>.
107         Reported by Eric Blake.
108
109 2007-07-06  Eric Blake  <ebb9@byu.net>
110
111         Fix testing canonicalize on cygwin.
112         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
113         Revert patch from 2007-06-19.
114         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
115         canonicalize module is also in use.
116         * tests/test-canonicalize.c: New file.
117         * tests/test-canonicalize.sh: Likewise.
118         * modules/canonicalize-tests: Likewise.
119
120 2007-07-06  Jim Meyering  <jim@meyering.net>
121
122         * lib/getugroups.c (getugroups): Detect getgrent failure.
123         Adjust comment to reflect reality: this function may return -1.
124
125 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
126
127         * build-aux/bootstrap (TP_URL,get_translations): Update to use
128         the new TP address.
129         (usage): Fix typo
130         (gnulib_mk): New variable.
131
132 2007-07-05  Jim Meyering  <jim@meyering.net>
133
134         Don't let endgrent clobber errno, no matter how improbable.
135         * lib/getugroups.c (getugroups): Save and restore errno around
136         endgrent call.
137
138         Close the group DB even when failing with 2^31 or more members.
139         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
140
141 2007-07-04  Jim Meyering  <jim@meyering.net>
142
143         * lib/getugroups.h: New file.
144         * lib/getugroups.c: Include "getugroups.h".
145         Remove uses of "register" keyword.
146         Move local variable, "cp", down into scope where used.
147         Give "username" parameter the "const" attribute.
148         * modules/getugroups (Files): Add lib/getugroups.h
149
150 2007-07-04  Karl Berry  <karl@gnu.org>
151
152         * MODULES.html.sh (func_all_modules): Complete rename of
153         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
154
155 2007-07-02  Bruno Haible  <bruno@clisp.org>
156
157         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
158         mode, when inttypes.h comes from gnulib.
159         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
160
161 2007-07-02  Simon Josefsson  <simon@josefsson.org>
162
163         * NEWS: Mention lgpl module name change.
164
165         * modules/lgpl-2.1: Renamed from lgpl.
166
167         * NEWS: Mention gpl module name change.
168
169         * modules/gpl-3.0: New file, based on gpl-2.0.
170
171         * modules/gpl-2.0: Renamed from gpl.
172
173         * modules/gpl: Fix filename, doc/gpl.texi is now found at
174         doc/gpl-2.0.texi.
175
176 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
177
178         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
179         #define __STDC_LIMIT_MACROS temporarily while including
180         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
181         Problem reported by Joel E. Denny in
182         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
183
184 2007-07-01  Bruno Haible  <bruno@clisp.org>
185
186         * lib/unistdio.h: New file.
187         * lib/unistdio/u-asnprintf.h: New file.
188         * lib/unistdio/u-asprintf.h: New file.
189         * lib/unistdio/u-printf-args.c: New file.
190         * lib/unistdio/u-printf-args.h: New file.
191         * lib/unistdio/u-printf-parse.h: New file.
192         * lib/unistdio/u-snprintf.h: New file.
193         * lib/unistdio/u-sprintf.h: New file.
194         * lib/unistdio/u-vasprintf.h: New file.
195         * lib/unistdio/u-vsnprintf.h: New file.
196         * lib/unistdio/u-vsprintf.h: New file.
197         * lib/unistdio/ulc-asnprintf.c: New file.
198         * lib/unistdio/ulc-asprintf.c: New file.
199         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
200         * lib/unistdio/ulc-printf-parse.c: New file.
201         * lib/unistdio/ulc-snprintf.c: New file.
202         * lib/unistdio/ulc-sprintf.c: New file.
203         * lib/unistdio/ulc-vasnprintf.c: New file.
204         * lib/unistdio/ulc-vasprintf.c: New file.
205         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
206         * lib/unistdio/ulc-vsnprintf.c: New file.
207         * lib/unistdio/ulc-vsprintf.c: New file.
208         * lib/unistdio/u8-asnprintf.c: New file.
209         * lib/unistdio/u8-asprintf.c: New file.
210         * lib/unistdio/u8-printf-parse.c: New file.
211         * lib/unistdio/u8-snprintf.c: New file.
212         * lib/unistdio/u8-sprintf.c: New file.
213         * lib/unistdio/u8-vasnprintf.c: New file.
214         * lib/unistdio/u8-vasprintf.c: New file.
215         * lib/unistdio/u8-vsnprintf.c: New file.
216         * lib/unistdio/u8-vsprintf.c: New file.
217         * lib/unistdio/u8-u8-asnprintf.c: New file.
218         * lib/unistdio/u8-u8-asprintf.c: New file.
219         * lib/unistdio/u8-u8-snprintf.c: New file.
220         * lib/unistdio/u8-u8-sprintf.c: New file.
221         * lib/unistdio/u8-u8-vasnprintf.c: New file.
222         * lib/unistdio/u8-u8-vasprintf.c: New file.
223         * lib/unistdio/u8-u8-vsnprintf.c: New file.
224         * lib/unistdio/u8-u8-vsprintf.c: New file.
225         * lib/unistdio/u16-asnprintf.c: New file.
226         * lib/unistdio/u16-asprintf.c: New file.
227         * lib/unistdio/u16-printf-parse.c: New file.
228         * lib/unistdio/u16-snprintf.c: New file.
229         * lib/unistdio/u16-sprintf.c: New file.
230         * lib/unistdio/u16-vasnprintf.c: New file.
231         * lib/unistdio/u16-vasprintf.c: New file.
232         * lib/unistdio/u16-vsnprintf.c: New file.
233         * lib/unistdio/u16-vsprintf.c: New file.
234         * lib/unistdio/u16-u16-asnprintf.c: New file.
235         * lib/unistdio/u16-u16-asprintf.c: New file.
236         * lib/unistdio/u16-u16-snprintf.c: New file.
237         * lib/unistdio/u16-u16-sprintf.c: New file.
238         * lib/unistdio/u16-u16-vasnprintf.c: New file.
239         * lib/unistdio/u16-u16-vasprintf.c: New file.
240         * lib/unistdio/u16-u16-vsnprintf.c: New file.
241         * lib/unistdio/u16-u16-vsprintf.c: New file.
242         * lib/unistdio/u32-asnprintf.c: New file.
243         * lib/unistdio/u32-asprintf.c: New file.
244         * lib/unistdio/u32-printf-parse.c: New file.
245         * lib/unistdio/u32-snprintf.c: New file.
246         * lib/unistdio/u32-sprintf.c: New file.
247         * lib/unistdio/u32-vasnprintf.c: New file.
248         * lib/unistdio/u32-vasprintf.c: New file.
249         * lib/unistdio/u32-vsnprintf.c: New file.
250         * lib/unistdio/u32-vsprintf.c: New file.
251         * lib/unistdio/u32-u32-asnprintf.c: New file.
252         * lib/unistdio/u32-u32-asprintf.c: New file.
253         * lib/unistdio/u32-u32-snprintf.c: New file.
254         * lib/unistdio/u32-u32-sprintf.c: New file.
255         * lib/unistdio/u32-u32-vasnprintf.c: New file.
256         * lib/unistdio/u32-u32-vasprintf.c: New file.
257         * lib/unistdio/u32-u32-vsnprintf.c: New file.
258         * lib/unistdio/u32-u32-vsprintf.c: New file.
259         * tests/unistdio/test-ulc-asnprintf1.c: New file.
260         * tests/unistdio/test-ulc-asnprintf1.h: New file.
261         * tests/unistdio/test-ulc-printf1.h: New file.
262         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
263         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
264         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
265         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
266         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
267         * tests/unistdio/test-ulc-vasprintf1.c: New file.
268         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
269         * tests/unistdio/test-ulc-vsprintf1.c: New file.
270         * tests/unistdio/test-u8-asnprintf1.c: New file.
271         * tests/unistdio/test-u8-asnprintf1.h: New file.
272         * tests/unistdio/test-u8-printf1.h: New file.
273         * tests/unistdio/test-u8-vasnprintf1.c: New file.
274         * tests/unistdio/test-u8-vasnprintf2.c: New file.
275         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
276         * tests/unistdio/test-u8-vasnprintf3.c: New file.
277         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
278         * tests/unistdio/test-u8-vasprintf1.c: New file.
279         * tests/unistdio/test-u8-vsnprintf1.c: New file.
280         * tests/unistdio/test-u8-vsprintf1.c: New file.
281         * tests/unistdio/test-u16-asnprintf1.c: New file.
282         * tests/unistdio/test-u16-asnprintf1.h: New file.
283         * tests/unistdio/test-u16-printf1.h: New file.
284         * tests/unistdio/test-u16-vasnprintf1.c: New file.
285         * tests/unistdio/test-u16-vasnprintf2.c: New file.
286         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
287         * tests/unistdio/test-u16-vasnprintf3.c: New file.
288         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
289         * tests/unistdio/test-u16-vasprintf1.c: New file.
290         * tests/unistdio/test-u16-vsnprintf1.c: New file.
291         * tests/unistdio/test-u16-vsprintf1.c: New file.
292         * tests/unistdio/test-u32-asnprintf1.c: New file.
293         * tests/unistdio/test-u32-asnprintf1.h: New file.
294         * tests/unistdio/test-u32-printf1.h: New file.
295         * tests/unistdio/test-u32-vasnprintf1.c: New file.
296         * tests/unistdio/test-u32-vasnprintf2.c: New file.
297         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
298         * tests/unistdio/test-u32-vasnprintf3.c: New file.
299         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
300         * tests/unistdio/test-u32-vasprintf1.c: New file.
301         * tests/unistdio/test-u32-vsnprintf1.c: New file.
302         * tests/unistdio/test-u32-vsprintf1.c: New file.
303         * modules/unistdio/base: New file.
304         * modules/unistdio/u-printf-args: New file.
305         * modules/unistdio/ulc-asnprintf: New file.
306         * modules/unistdio/ulc-asprintf: New file.
307         * modules/unistdio/ulc-fprintf: New file.
308         * modules/unistdio/ulc-printf-parse: New file.
309         * modules/unistdio/ulc-snprintf: New file.
310         * modules/unistdio/ulc-sprintf: New file.
311         * modules/unistdio/ulc-vasnprintf: New file.
312         * modules/unistdio/ulc-vasprintf: New file.
313         * modules/unistdio/ulc-vfprintf: New file.
314         * modules/unistdio/ulc-vsnprintf: New file.
315         * modules/unistdio/ulc-vsprintf: New file.
316         * modules/unistdio/u8-asnprintf: New file.
317         * modules/unistdio/u8-asprintf: New file.
318         * modules/unistdio/u8-printf-parse: New file.
319         * modules/unistdio/u8-snprintf: New file.
320         * modules/unistdio/u8-sprintf: New file.
321         * modules/unistdio/u8-vasnprintf: New file.
322         * modules/unistdio/u8-vasprintf: New file.
323         * modules/unistdio/u8-vsnprintf: New file.
324         * modules/unistdio/u8-vsprintf: New file.
325         * modules/unistdio/u8-u8-asnprintf: New file.
326         * modules/unistdio/u8-u8-asprintf: New file.
327         * modules/unistdio/u8-u8-snprintf: New file.
328         * modules/unistdio/u8-u8-sprintf: New file.
329         * modules/unistdio/u8-u8-vasnprintf: New file.
330         * modules/unistdio/u8-u8-vasprintf: New file.
331         * modules/unistdio/u8-u8-vsnprintf: New file.
332         * modules/unistdio/u8-u8-vsprintf: New file.
333         * modules/unistdio/u16-asnprintf: New file.
334         * modules/unistdio/u16-asprintf: New file.
335         * modules/unistdio/u16-printf-parse: New file.
336         * modules/unistdio/u16-snprintf: New file.
337         * modules/unistdio/u16-sprintf: New file.
338         * modules/unistdio/u16-vasnprintf: New file.
339         * modules/unistdio/u16-vasprintf: New file.
340         * modules/unistdio/u16-vsnprintf: New file.
341         * modules/unistdio/u16-vsprintf: New file.
342         * modules/unistdio/u16-u16-asnprintf: New file.
343         * modules/unistdio/u16-u16-asprintf: New file.
344         * modules/unistdio/u16-u16-snprintf: New file.
345         * modules/unistdio/u16-u16-sprintf: New file.
346         * modules/unistdio/u16-u16-vasnprintf: New file.
347         * modules/unistdio/u16-u16-vasprintf: New file.
348         * modules/unistdio/u16-u16-vsnprintf: New file.
349         * modules/unistdio/u16-u16-vsprintf: New file.
350         * modules/unistdio/u32-asnprintf: New file.
351         * modules/unistdio/u32-asprintf: New file.
352         * modules/unistdio/u32-printf-parse: New file.
353         * modules/unistdio/u32-snprintf: New file.
354         * modules/unistdio/u32-sprintf: New file.
355         * modules/unistdio/u32-vasnprintf: New file.
356         * modules/unistdio/u32-vasprintf: New file.
357         * modules/unistdio/u32-vsnprintf: New file.
358         * modules/unistdio/u32-vsprintf: New file.
359         * modules/unistdio/u32-u32-asnprintf: New file.
360         * modules/unistdio/u32-u32-asprintf: New file.
361         * modules/unistdio/u32-u32-snprintf: New file.
362         * modules/unistdio/u32-u32-sprintf: New file.
363         * modules/unistdio/u32-u32-vasnprintf: New file.
364         * modules/unistdio/u32-u32-vasprintf: New file.
365         * modules/unistdio/u32-u32-vsnprintf: New file.
366         * modules/unistdio/u32-u32-vsprintf: New file.
367         * modules/unistdio/ulc-asnprintf-tests: New file.
368         * modules/unistdio/ulc-vasnprintf-tests: New file.
369         * modules/unistdio/ulc-vasprintf-tests: New file.
370         * modules/unistdio/ulc-vsnprintf-tests: New file.
371         * modules/unistdio/ulc-vsprintf-tests: New file.
372         * modules/unistdio/u8-asnprintf-tests: New file.
373         * modules/unistdio/u8-vasnprintf-tests: New file.
374         * modules/unistdio/u8-vasprintf-tests: New file.
375         * modules/unistdio/u8-vsnprintf-tests: New file.
376         * modules/unistdio/u8-vsprintf-tests: New file.
377         * modules/unistdio/u16-asnprintf-tests: New file.
378         * modules/unistdio/u16-vasnprintf-tests: New file.
379         * modules/unistdio/u16-vasprintf-tests: New file.
380         * modules/unistdio/u16-vsnprintf-tests: New file.
381         * modules/unistdio/u16-vsprintf-tests: New file.
382         * modules/unistdio/u32-asnprintf-tests: New file.
383         * modules/unistdio/u32-vasnprintf-tests: New file.
384         * modules/unistdio/u32-vasprintf-tests: New file.
385         * modules/unistdio/u32-vsnprintf-tests: New file.
386         * modules/unistdio/u32-vsprintf-tests: New file.
387         * MODULES.html.sh (Unicode string functions): Add the new modules.
388
389 2007-07-01  Bruno Haible  <bruno@clisp.org>
390
391         * lib/sprintf.c (sprintf): Limit the available length estimation,
392         to avoid address wraparound.
393         * lib/vsprintf.c (vsprintf): Likewise.
394         * modules/sprintf-posix (Dependencies): Add stdint.
395         * modules/vsprintf-posix (Dependencies): Likewise.
396
397 2007-07-01  Bruno Haible <bruno@clisp.org>
398
399         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
400         Windows PATH as well. Conservative double-quoting. Comments.
401
402 2007-07-01  Bruno Haible <bruno@clisp.org>
403             Eric Blake  <ebb9@byu.net>
404             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
405
406         * gnulib-tool (self_abspathname): Fix algorithm to cope with
407         empty components in $PATH, denoting '.'.
408
409 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
410
411         * gnulib-tool: Fix indentation.
412         (func_create_megatestdir): Likewise.
413         Report by Bruno Haible.
414
415 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
416
417         Sync from Automake.
418         * build-aux/gnupload: Fix shell portability issues with for loops.
419         Report by Karl Berry.
420
421 2007-06-29  Simon Josefsson  <simon@josefsson.org>
422
423         * build-aux/maint.mk (POURL): Use translationproject.org.
424
425 2007-06-27  Simon Josefsson  <simon@josefsson.org>
426             Bruno Haible  <bruno@clisp.org>
427
428         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
429         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
430         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
431         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
432         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
433
434 2007-06-27  Bruno Haible  <bruno@clisp.org>
435
436         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
437         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
438
439 2007-06-26  Karl Berry  <karl@gnu.org>
440
441         * MODULES.html.sh: remove xreadlink-with-size.
442
443 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
444
445         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
446         method that I hope also handles the double-include problem noted
447         by Bruno Haible in
448         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
449
450 2007-06-23  Bruno Haible  <bruno@clisp.org>
451
452         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
453         Don't let the 'mostlyclean' target fail if the last subdirectory could
454         not be removed.
455         Reported by Karl Berry.
456
457 2007-06-23  Bruno Haible  <bruno@clisp.org>
458
459         * gnulib-tool (echo): Add a speedier workaround for ksh.
460         * tests/test-echo.sh: Likewise.
461
462 2007-06-23  Bruno Haible  <bruno@clisp.org>
463
464         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
465         * tests/test-echo.sh: Likewise.
466
467 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
468
469         * gnulib-tool (IFS): Initialize early, so we don't set it to
470         empty later.
471         (self_abspathname): Rewrite algorithm to set it, reindent.
472         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
473         (func_create_megatestdir): Merge some sed scripts.
474
475 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
476
477         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
478         exposed by Sun Studio 11 cc on Solaris 8.
479
480 2007-06-22  Bruno Haible  <bruno@clisp.org>
481
482         * gnulib-tool (echo): Ensure the echo primitive does not interpret
483         backslashes.
484         * tests/test-echo.sh: New file.
485
486 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
487
488         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
489         simplify `sed_replace_build_aux' scripts, they are portable but
490         echoing them with `echo' is not.
491         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
492
493 2007-06-21  Karl Berry  <karl@gnu.org>
494
495         * config/srclist.txt: guess we can't handle the licenses via
496         srclist at the moment.
497
498 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
499
500         * MODULES.html.sh: Add include_next.
501         * modules/include_next: New file.
502
503 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
504
505         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
506         INCLUDE_NEXT.
507         (gl_CHECK_NEXT_HEADERS): New macro.
508         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
509         the obsolescent gl_ABSOLUTE_HEADER.
510         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
511         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
512         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
513         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
514         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
515         * m4/math_h.m4 (gl_MATH_H): Likewise.
516         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
517         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
518         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
519         * m4/stdint.m4 (gl_STDINT_H): Likewise.
520         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
521         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
522         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
523         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
524         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
525         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
526         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
527         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
528         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
529         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
530         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
531         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
532         * m4/inttypes.m4 (gl_INTTYPES_H): Define
533         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
534         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
535         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
536         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
537         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
538         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
539         * lib/float_.h: Likewise.
540         * lib/inttypes_.h: Likewise.
541         * lib/math_.h: Likewise.
542         * lib/search_.h: Likewise.
543         * lib/signal_.h: Likewise.
544         * lib/stdint_.h: Likewise.
545         * lib/stdio_.h: Likewise.
546         * lib/stdlib_.h: Likewise.
547         * lib/string_.h: Likewise.
548         * lib/sys_stat_.h: Likewise.
549         * lib/sys_time_.h: Likewise.
550         * lib/time_.h: Likewise.
551         * lib/unistd_.h: Likewise.
552         * lib/wchar_.h: Likewise.
553         * lib/wctype_.h: Likewise.
554         * lib/dirent_.h: Likewise.
555         * lib/iconv_.h: Likewise.
556         * lib/locale_.h: Likewise.
557         * lib/netinet_in_.h: Likewise.
558         * lib/sys_select_.h: Likewise.
559         * lib/sys_socket_.h: Likewise.
560         * lib/sysexits_.h: Likewise.
561         * modules/fcntl (Depends-on): Depend on include_next, not
562         absolute_header.
563         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
564         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
565         * modules/fchdir: Likewise.
566         * modules/float: Likewise.
567         * modules/iconv_open: Likewise.
568         * modules/inttypes: Likewise.
569         * modules/locale: Likewise.
570         * modules/math: Likewise.
571         * modules/netinet_in: Likewise.
572         * modules/search: Likewise.
573         * modules/signal: Likewise.
574         * modules/stdint: Likewise.
575         * modules/stdio: Likewise.
576         * modules/stdlib: Likewise.
577         * modules/string: Likewise.
578         * modules/sys_select: Likewise.
579         * modules/sys_socket: Likewise.
580         * modules/sys_stat: Likewise.
581         * modules/sys_time: Likewise.
582         * modules/sysexits: Likewise.
583         * modules/time: Likewise.
584         * modules/unistd: Likewise.
585         * modules/wchar: Likewise.
586         * modules/wctype: Likewise.
587         * modules/sys_stat: Change maintainer to "all".
588         * modules/unistd: Likewise.
589
590 2007-06-20  Karl Berry  <karl@gnu.org>
591
592         * config/srclist.txt: track www changes in license files.
593
594 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
595
596         * build-aux/bootstrap: Remove stray dot.
597         Make sure build_aux settings are honored when linking
598         gnulib_extra_files.
599
600 2007-06-19  Eric Blake  <ebb9@byu.net>
601
602         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
603         Allow compilation on cygwin.
604
605 2007-06-19  Jim Meyering  <jim@meyering.net>
606
607         xreadlink-with-size: Remove module.  No longer used.
608         Ex-callers now use xreadlink or mreadlink-with-size.
609         * modules/xreadlink-with-size: Remove module.
610         * lib/xreadlink-with-size.c: Remove file.
611         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
612         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
613         just before the function definition *is* accurate.
614
615         Eliminate one way canonicalize_filename_mode could exit.
616         * lib/canonicalize.c (canonicalize_filename_mode):
617         Use mreadlink_with_size, not xreadlink_with_size.
618
619 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
620
621         Detect porting problems to FreeBSD/arm, which has time_t wider than
622         long int.  Original problem reported for GNU diff by Xin Li in
623         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
624         * modules/getdate (Depends-on): Add intprops, verify.
625         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
626         is an integer type no wider than long int.
627
628 2007-06-18  Jim Meyering  <jim@meyering.net>
629
630         New module: mreadlink-with-size.
631         * MODULES.html.sh: Add mreadlink-with-size.
632         * modules/mreadlink-with-size: New module
633         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
634         not xreadlink-with-size.
635         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
636
637 2007-06-16  Bruno Haible  <bruno@clisp.org>
638
639         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
640         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
641         Reported by Gary V. Vaughan <gary@gnu.org>.
642
643 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
644
645         Revamp lchown so that it lives in unistd.h where it belongs.
646         * lib/lchown.h: Remove.
647         * lib/dirchownmod.c: Don't include lib/lchown.h.
648         * lib/fchownat.c: Likewise.
649         * lib/openat.c: Likewise.
650         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
651         does not follow symlinks.
652         (EOPNOTSUPP): Define if not defined.
653         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
654         is defined to 0.
655         (lchown): New decl.
656         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
657         Do not check for lchown decl.
658         Set REPLACE_LCHOWN.
659         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
660         REPLACE_LCHOWN.
661         * modules/chown: Make it clear it follows symlinks.
662         * modules/lchown: Make it clear it doesn't follow symlinks.
663         (Files): Remove lib/lchown.h
664         (Depends-on): Add unistd.
665         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
666         (Include): Include <unistd.h>, not "lchown.h".
667         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
668         REPLACE_LCHOWN.
669
670 2007-06-15  Jim Meyering  <jim@meyering.net>
671
672         Change license (GPL to LGPL) of fsusage and dependents.
673         * modules/fsusage (License): Change to LGPL.
674         * modules/full-read (License): Likewise.
675         * modules/full-write (License): Likewise.
676         * modules/safe-read (License): Likewise.
677         * modules/safe-write (License): Likewise.
678
679 2007-06-14  Ben Pfaff  <blp@gnu.org>
680
681         Missing part of allocsa -> malloca transition.
682         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
683         gl_MALLOCA.
684
685 2007-06-12  Bruno Haible  <bruno@clisp.org>
686
687         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
688         to ia64, x86_64, i386.
689         Reported by Eric Blake.
690
691 2007-06-12  Bruno Haible  <bruno@clisp.org>
692
693         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
694         cross-compiling to x86_64.
695
696 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
697
698         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
699         glitch reported by Ralf Wildenhues in
700         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
701
702         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
703         Vin Shelton.
704
705 2007-06-11  Bruno Haible  <bruno@clisp.org>
706
707         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
708         replacement string.
709         Reported by Eric Blake.
710
711 2007-06-10  Bruno Haible  <bruno@clisp.org>
712
713         Prepare vasnprintf code for use with Unicode strings.
714         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
715         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
716         TYPE_U32_STRING.
717         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
718         a_u32_string variants.
719         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
720         * lib/printf-args.c: Don't include config.h and the specification
721         header if PRINTF_FETCHARGS is already defined.
722         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
723         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
724         TYPE_U16_STRING, TYPE_U32_STRING.
725         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
726         u16_directive, u16_directives, u32_directive, u32_directives): New
727         types.
728         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
729         New declarations.
730         * lib/printf-parse.c: Don't include config.h and the specification
731         header if PRINTF_PARSE is already defined. Eliminate the set of
732         parameters for WIDE_CHAR_VERSION; the user of this file must provide
733         them now. Include c-ctype.h.
734         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
735         directive and CHAR_T_ONLY_ASCII.
736         * lib/vasnprintf.c: Don't include config.h and the specification header
737         if VASNPRINTF is already defined.
738         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
739         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
740         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
741         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
742         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
743         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
744         code accordingly.
745         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
746         pad_ourselves also in this case, with the 'c' and 's' directives, and
747         with a different notion of "width".
748         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
749
750 2007-06-10  Bruno Haible  <bruno@clisp.org>
751
752         * modules/unistr/u32-mbsnlen: New file.
753         * lib/unistr/u32-mbsnlen.c: New file.
754
755         * modules/unistr/u16-mbsnlen: New file.
756         * lib/unistr/u16-mbsnlen.c: New file.
757
758         * modules/unistr/u8-mbsnlen: New file.
759         * lib/unistr/u8-mbsnlen.c: New file.
760
761         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
762         declarations.
763
764 2007-06-10  Bruno Haible  <bruno@clisp.org>
765
766         * lib/string_.h (mbsnlen): New declaration.
767         * lib/mbsnlen.c: New file.
768         * m4/mbsnlen.m4: New file.
769         * modules/mbsnlen: New file.
770         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
771         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
772         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
773
774 2007-06-10  Bruno Haible  <bruno@clisp.org>
775
776         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
777
778 2007-06-10  Bruno Haible  <bruno@clisp.org>
779
780         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
781         * lib/mbuiter.h: Likewise.
782
783 2007-06-10  Bruno Haible  <bruno@clisp.org>
784
785         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
786         declaration.
787
788 2007-06-10  Karl Berry  <karl@gnu.org>
789
790         * config/srclist.txt: remove gettext entries, Bruno prefers
791         to update individually.
792
793 2007-06-10  Bruno Haible  <bruno@clisp.org>
794
795         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
796         'maxlen'. Ensure only length + width bytes are allocated, not
797         length + 1 + width.
798
799 2007-06-09  Bruno Haible  <bruno@clisp.org>
800
801         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
802         (CHAR_T): Remove macro.
803         (VASNPRINTF): Update.
804
805 2007-06-09  Bruno Haible  <bruno@clisp.org>
806
807         * MODULES.html.sh (Unicode string functions): Add the new modules.
808
809         * modules/uniconv/u32-conv-to-enc: New file.
810         * lib/uniconv/u32-conv-to-enc.c: New file.
811         * modules/uniconv/u32-conv-to-enc-tests: New file.
812         * tests/uniconv/test-u32-conv-to-enc.c: New file.
813
814         * modules/uniconv/u16-conv-to-enc: New file.
815         * lib/uniconv/u16-conv-to-enc.c: New file.
816         * lib/uniconv/u-conv-to-enc.h: New file.
817         * modules/uniconv/u16-conv-to-enc-tests: New file.
818         * tests/uniconv/test-u16-conv-to-enc.c: New file.
819
820         * modules/uniconv/u8-conv-to-enc: New file.
821         * lib/uniconv/u8-conv-to-enc.c: New file.
822         * modules/uniconv/u8-conv-to-enc-tests: New file.
823         * tests/uniconv/test-u8-conv-to-enc.c: New file.
824
825         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
826         u32_conv_to_encoding): New declarations.
827
828 2007-06-09  Bruno Haible  <bruno@clisp.org>
829
830         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
831
832 2007-06-09  Bruno Haible  <bruno@clisp.org>
833
834         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
835         * modules/malloca: Renamed from modules/allocsa, updated.
836         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
837         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
838         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
839         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
840         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
841         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
842         * modules/xmalloca: Renamed from modules/xallocsa, updated.
843         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
844         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
845         * modules/c-strcasestr (Depends-on): Update.
846         * lib/c-strcasestr.c: Update.
847         * modules/c-strstr (Depends-on): Update.
848         * lib/c-strstr.c: Update.
849         * modules/canonicalize-lgpl (Depends-on): Update.
850         * lib/canonicalize-lgpl.c: Update.
851         * modules/clean-temp (Depends-on): Update.
852         * lib/clean-temp.c: Update.
853         * modules/csharpcomp (Depends-on): Update.
854         * lib/csharpcomp.c: Update.
855         * modules/csharpexec (Depends-on): Update.
856         * lib/csharpexec.c: Update.
857         * modules/javacomp (Depends-on): Update.
858         * lib/javacomp.c: Update.
859         * modules/javaexec (Depends-on): Update.
860         * lib/javaexec.c: Update.
861         * modules/mbscasestr (Depends-on): Update.
862         * lib/mbscasestr.c: Update.
863         * modules/mbsstr (Depends-on): Update.
864         * lib/mbsstr.c: Update.
865         * modules/setenv (Depends-on): Update.
866         * lib/setenv.c: Update.
867         * modules/strcasestr (Depends-on): Update.
868         * lib/strcasestr.c: Update.
869         * modules/striconveha (Depends-on): Update.
870         * lib/striconveha.c: Update.
871         * modules/relocatable-prog-wrapper (Files): Update.
872         * lib/relocwrapper.c: Update.
873         * build-aux/install-reloc: Update.
874         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
875
876 2007-06-08  Bruno Haible  <bruno@clisp.org>
877
878         Port to uClibc.
879         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
880         * lib/fpurge.c (fpurge): Likewise.
881         * lib/freading.c (freading): Likewise.
882         * lib/fseeko.c (rpl_fseeko): Likewise.
883         * lib/fseterr.c (fseterr): Likewise.
884         * lib/fwriting.c (fwriting): Likewise.
885         * tests/test-fflush.c (main): Avoid a failure on uClibc.
886
887 2007-06-08  Bruno Haible  <bruno@clisp.org>
888
889         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
890         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
891         * modules/gettext (Files): Add m4/intlmacosx.m4.
892
893 2007-06-07  Bruno Haible  <bruno@clisp.org>
894
895         * modules/localename-tests: New file.
896         * tests/test-localename.c: New file.
897
898         New module 'localename'.
899         * lib/localename.h: New file.
900         * lib/localename.c: New file, from GNU gettext.
901         * m4/localename.m4: New file.
902         * modules/localename: New file.
903
904 2007-06-07  Bruno Haible  <bruno@clisp.org>
905
906         Work around the lack of <wchar.h> on some builds of uClibc.
907         * doc/headers/wchar.texi: Update.
908         * lib/wchar_.h: Include <wchar.h> only if it exists.
909         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
910         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
911         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
912         doesn't exist.
913         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
914         * modules/mbfile (Depends-on): Add wchar.
915         * modules/mbiter (Depends-on): Likewise.
916         * modules/mbuiter (Depends-on): Likewise.
917         Reported by Simon Josefsson.
918
919 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
920
921         Work around problem reported by Steven M. Schweda in
922         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
923         Tru64 5.1B with the Compaq compiler environment installed declares
924         an 'isblank' function but does not define it in the C library.
925         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
926         * lib/regex_internal.h (isblank): Likewise.
927         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
928         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
929
930 2007-06-05  Bruno Haible  <bruno@clisp.org>
931
932         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
933         ia64.
934         * modules/printf-safe: New file.
935         * modules/fprintf-posix (Depends-on): Add printf-safe.
936         * modules/printf-posix (Depends-on): Likewise.
937         * modules/snprintf-posix (Depends-on): Likewise.
938         * modules/sprintf-posix (Depends-on): Likewise.
939         * modules/vasnprintf-posix (Depends-on): Likewise.
940         * modules/vasprintf-posix (Depends-on): Likewise.
941         * modules/vfprintf-posix (Depends-on): Likewise.
942         * modules/vprintf-posix (Depends-on): Likewise.
943         * modules/vsnprintf-posix (Depends-on): Likewise.
944         * modules/vsprintf-posix (Depends-on): Likewise.
945         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
946         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
947         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
948         "no" on i386, x86_64, ia64.
949         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
950         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
951         on i386, x86_64, ia64.
952         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
953         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
954         on i386, x86_64, ia64.
955         * tests/test-vasnprintf-posix.c: Include float.h.
956         (LDBL80_WORDS): New macro.
957         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
958         on i386, x86_64, ia64.
959         * tests/test-vasprintf-posix.c: Include float.h.
960         (LDBL80_WORDS): New macro.
961         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
962         on i386, x86_64, ia64.
963         * tests/test-snprintf-posix.c: Include float.h.
964         * tests/test-sprintf-posix.c: Likewise.
965         * tests/test-vsnprintf-posix.c: Likewise.
966         * tests/test-vsprintf-posix.c: Likewise.
967
968 2007-06-05  Bruno Haible  <bruno@clisp.org>
969
970         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
971         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
972         non-IEEE numbers on i386, x86_64, ia64.
973         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
974         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
975         * tests/test-isnanl.h: Include float.h.
976         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
977
978 2007-06-05  Bruno Haible  <bruno@clisp.org>
979
980         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
981         also the %a / %A. Handle the %a / %A code before this extra handling.
982
983 2007-06-05  Bruno Haible  <bruno@clisp.org>
984
985         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
986         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
987
988 2007-06-05  Bruno Haible  <bruno@clisp.org>
989
990         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
991         typo in variable name.
992
993 2007-06-05  Eric Blake  <ebb9@byu.net>
994
995         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
996         Reported by Simon Josefsson.
997
998 2007-06-04  Bruno Haible  <bruno@clisp.org>
999
1000         Avoid test failures on some PowerPC platforms.
1001         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1002         Define differently for PowerPC.
1003         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1004         Reported by Gary V. Vaughan <gary@gnu.org>.
1005
1006 2007-06-02  Bruno Haible  <bruno@clisp.org>
1007
1008         Fix test-stdint failure on FreeBSD/ia64.
1009         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1010         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1011         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1012         * doc/headers/stdint.texi: Update.
1013
1014 2007-06-01  Bruno Haible  <bruno@clisp.org>
1015
1016         * tests/test-binary-io.c (main): Pass a third argument to open().
1017         Reported by Gary V. Vaughan <gary@gnu.org>.
1018
1019 2007-06-01  Bruno Haible  <bruno@clisp.org>
1020
1021         * doc/functions/frexpl.texi: Update for mingw.
1022
1023 2007-06-01  Bruno Haible  <bruno@clisp.org>
1024
1025         * tests/test-lseek.c (main): Disable test of errno for invalid third
1026         argument.
1027         * doc/functions/lseek.texi: Update.
1028         Reported by Gary V. Vaughan <gary@gnu.org>.
1029
1030 2007-05-28  Bruno Haible  <bruno@clisp.org>
1031
1032         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1033
1034 2007-05-31  Eric Blake  <ebb9@byu.net>
1035
1036         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1037         cross compiling.
1038
1039 2007-05-30  Eric Blake  <ebb9@byu.net>
1040         and Bruno Haible  <bruno@clisp.org>
1041
1042         Work around mingw test failures exposed by m4-1.4.9b.
1043         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1044         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1045         moment.
1046
1047 2007-05-30  Bruno Haible  <bruno@clisp.org>
1048
1049         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1050         assuming that they are closed. Needed on HP-UX 11.
1051
1052 2007-05-29  Bruno Haible  <bruno@clisp.org>
1053
1054         Fix a problem with #include_next.
1055         * lib/dirent_.h: Split the double-inclusion guard.
1056         * lib/fcntl_.h: Likewise.
1057         * lib/float_.h: Likewise.
1058         * lib/iconv_.h: Likewise.
1059         * lib/inttypes_.h: Likewise.
1060         * lib/locale_.h: Likewise.
1061         * lib/math_.h: Likewise.
1062         * lib/netinet_in_.h: Likewise.
1063         * lib/search_.h: Likewise.
1064         * lib/signal_.h: Likewise.
1065         * lib/stdint_.h: Likewise.
1066         * lib/stdio_.h: Likewise.
1067         * lib/stdlib_.h: Likewise.
1068         * lib/string_.h: Likewise.
1069         * lib/sys_select_.h: Likewise.
1070         * lib/sys_socket_.h: Likewise.
1071         * lib/sys_stat_.h: Likewise.
1072         * lib/sys_time_.h: Likewise.
1073         * lib/sysexits_.h: Likewise.
1074         * lib/time_.h: Likewise.
1075         * lib/unistd_.h: Likewise.
1076         * lib/wchar_.h: Likewise.
1077         * lib/wctype_.h: Likewise.
1078
1079 2007-05-29  Bruno Haible  <bruno@clisp.org>
1080
1081         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1082         for the moment.
1083
1084 2007-05-29  Bruno Haible  <bruno@clisp.org>
1085
1086         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1087         invocation.
1088         Reported by Eric Blake.
1089
1090 2007-05-29  Bruno Haible  <bruno@clisp.org>
1091
1092         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1093         compiling case.
1094
1095 2007-05-29  Eric Blake  <ebb9@byu.net>
1096             Bruno Haible  <bruno@clisp.org>
1097
1098         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1099         cross compiles.
1100
1101 2007-05-28  Eric Blake  <ebb9@byu.net>
1102
1103         * modules/closein-tests (test_closein_LDADD): Support test on
1104         cygwin with libtool.
1105
1106 2007-05-28  Bruno Haible  <bruno@clisp.org>
1107
1108         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1109         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1110         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1111         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1112         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1113         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1114         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1115         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1116         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1117
1118 2007-05-28  Eric Blake  <ebb9@byu.net>
1119
1120         Unconditionally include <config.h> in unit tests.
1121         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1122         * tests/test-allocsa.c, tests/test-arcfour.c,
1123         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1124         tests/test-array_list.c, tests/test-array_oset.c,
1125         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1126         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1127         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1128         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1129         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1130         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1131         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1132         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1133         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1134         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1135         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1136         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1137         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1138         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1139         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1140         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1141         test-md5.c, test-memmem.c, test-printf-posix.c,
1142         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1143         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1144         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1145         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1146         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1147         test-vasnprintf-posix2.c, test-vasnprintf.c,
1148         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1149         test-vfprintf-posix.c, test-vprintf-posix.c,
1150         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1151         test-xvasprintf.c: Likewise.
1152
1153 2007-05-28  Bruno Haible  <bruno@clisp.org>
1154
1155         * gnulib-tool (func_import): Remember the --with-tests command-line
1156         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1157         Reported by Eric Blake.
1158
1159 2007-05-28  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/ftell-tests: New file.
1162         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1163         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1164
1165         * lib/ftell.c: New file.
1166         * modules/ftell: New file.
1167         * m4/ftell.m4: New file.
1168         * doc/functions/ftell.texi: Update.
1169         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1170         REPLACE_FTELL.
1171         * lib/stdio_.h (rpl_ftell): New declaration.
1172         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1173         REPLACE_FTELL.
1174
1175 2007-05-28  Eric Blake  <ebb9@byu.net>
1176
1177         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1178
1179 2007-05-28  Bruno Haible  <bruno@clisp.org>
1180
1181         * modules/fseek-tests: New file.
1182         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1183         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1184
1185         * lib/fseek.c: New file.
1186         * modules/fseek: New file.
1187         * m4/fseek.m4: New file.
1188         * doc/functions/fseek.texi: Update.
1189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1190         REPLACE_FSEEK.
1191         * lib/stdio_.h (rpl_fseek): New declaration.
1192         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1193         REPLACE_FSEEK.
1194
1195 2007-05-28  Bruno Haible  <bruno@clisp.org>
1196
1197         * lib/stdio_.h (fflush): More comments.
1198
1199 2007-05-28  Bruno Haible  <bruno@clisp.org>
1200
1201         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1202         runtime test.
1203
1204 2007-05-28  Eric Blake  <ebb9@byu.net>
1205
1206         Improve lseek module.
1207         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1208         * lib/unistd_.h (lseek): Scale back link warning message.
1209         * tests/test-lseek.c: Beef up test.
1210         * tests/test-lseek.sh: Exercise more facets of lseek.
1211         Reported by Bruno Haible.
1212
1213 2007-05-28  Bruno Haible  <bruno@clisp.org>
1214
1215         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1216         to define.
1217
1218 2007-05-27  Bruno Haible  <bruno@clisp.org>
1219
1220         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1221
1222 2007-05-27  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/openmp: New file.
1225         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1226         Noah Misch.
1227
1228 2007-05-26  Bruno Haible  <bruno@clisp.org>
1229
1230         * modules/chdir-long (Depends-on): Add fchdir.
1231         * modules/chdir-safer (Depends-on): Likewise.
1232         * modules/fts (Depends-on): Likewise.
1233         * modules/fts-lgpl (Depends-on): Likewise.
1234         * modules/openat (Depends-on): Likewise.
1235         * modules/savewd (Depends-on): Likewise.
1236
1237 2007-05-24  Eric Blake  <ebb9@byu.net>
1238
1239         Fix lseek on mingw.
1240         * modules/lseek: New module.
1241         * m4/lseek.m4: New file.
1242         * lib/lseek.c: New file.
1243         * modules/lseek-tests: New file.
1244         * tests/test-lseek.c: New file.
1245         * tests/test-lseek.sh: New file.
1246         * MODULES.html.sh: Document lseek module.
1247         * modules/fflush (Depends-on): Add lseek, fseeko.
1248         * modules/fseeko (Depends-on): Likewise.
1249         * modules/ftello (Depends-on): Likewise.
1250         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1251         broken.
1252         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1253         broken.
1254         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1255         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1256         * lib/ftello.c (rpl_ftello): Likewise.
1257         * tests/test-fseeko.c (main): Test this.
1258         * tests/test-fseeko.sh: Likewise.
1259         * tests/test-ftello.c (main): Likewise.
1260         * tests/test-ftello.sh: Likewise.
1261         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1262         implies replacing fseek.
1263         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1264         HAVE_FTELLO.
1265         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1266         * modules/unistd (Makefile.am): Likewise.
1267         * lib/unistd_.h (lseek): Declare a replacement.
1268         * doc/functions/lseek.texi (lseek): Document this fix.
1269         * doc/functions/fseek.texi (fseek): Likewise.
1270         * doc/functions/ftell.texi (ftell): Likewise.
1271
1272 2007-05-24  Bruno Haible  <bruno@clisp.org>
1273
1274         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1275         in the printed representation of a NaN.
1276         * tests/test-vasprintf-posix.c (test_function): Likewise.
1277         * tests/test-snprintf-posix.h (test_function): Likewise.
1278         * tests/test-sprintf-posix.h (test_function): Likewise.
1279         Reported by Eric Blake.
1280
1281 2007-05-23  Eric Blake  <ebb9@byu.net>
1282
1283         Fix fseeko/ftello on cygwin 1.5.24.
1284         * doc/functions/fseeko.texi (fseeko): Document the fix.
1285         * doc/functions/ftello.texi (ftello): Document the fix.
1286         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1287         * doc/functions/stdout.text (stdout): New file.
1288         * doc/functions/stderr.text (stderr): New file.
1289         * doc/gnulib.texi (Function Substitutes): Use new files.
1290         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1291         prior to 1.7.0.
1292         * tests/test-ftello.c (main): Likewise for ftello.
1293         * tests/test-fseeko.sh: New file.
1294         * tests/test-ftello.sh: New file.
1295         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1296         with seekable stdin.
1297         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1298         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1299         (gl_REPLACE_FSEEKO): New macro.
1300         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1301         * modules/fseeko (Files): Distribute fseeko.c.
1302         * modules/ftello (Files): Distribute ftello.c.
1303         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1304         mode.
1305         * lib/ftello.c (rpl_ftello): New file.
1306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1307         fseeko, ftello.
1308         (gl_STDIN_LARGE_OFFSET): New macro.
1309         * modules/stdio (Makefile.am): Perform the replacement.
1310         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1311
1312 2007-05-23  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1315         GNULIB_POSIXCHECK is defined.
1316
1317 2007-05-21  Bruno Haible  <bruno@clisp.org>
1318
1319         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1320         Check also the output for NaN arguments. When cross-compiling, guess
1321         no on IRIX.
1322         * lib/vasnprintf.c: Update comments.
1323         * tests/test-vasnprintf-posix.c (strisnan): New function.
1324         (test_function): Use it.
1325         * tests/test-vasprintf-posix.c (strisnan): New function.
1326         (test_function): Use it.
1327         * tests/test-snprintf-posix.h (strisnan): New function.
1328         (test_function): Use it.
1329         * tests/test-sprintf-posix.h (strisnan): New function.
1330         (test_function): Use it.
1331         Reported by Eric Blake.
1332
1333 2007-05-20  Bruno Haible  <bruno@clisp.org>
1334
1335         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1336         numbers that fails on BeOS.
1337         * doc/functions/frexpl.texi: Update.
1338
1339 2007-05-20  Jim Meyering  <jim@meyering.net>
1340
1341         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1342         forced upon us by glibc-2.6.
1343
1344 2007-05-20  Bruno Haible  <bruno@clisp.org>
1345
1346         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1347         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1348         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1349         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1350         NEED_PRINTF_INFINITE.
1351         (is_infinitel): New function.
1352         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1353         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1354         gl_PREREQ_VASNPRINTF_INFINITE.
1355         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1356         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1357         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1358         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1359         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1360         gl_PREREQ_VASNPRINTF_INFINITE.
1361         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1362         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1363         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1364         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1365         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1366         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1367         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1368         * doc/functions/fprintf.texi: Update.
1369         * doc/functions/printf.texi: Update.
1370         * doc/functions/snprintf.texi: Update.
1371         * doc/functions/sprintf.texi: Update.
1372         * doc/functions/vfprintf.texi: Update.
1373         * doc/functions/vprintf.texi: Update.
1374         * doc/functions/vsnprintf.texi: Update.
1375         * doc/functions/vsprintf.texi: Update.
1376
1377 2007-05-20  Bruno Haible  <bruno@clisp.org>
1378
1379         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1380         was not found in libc.
1381         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1382
1383 2007-05-20  Bruno Haible  <bruno@clisp.org>
1384
1385         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1386         printed as "-nan" instead of "nan".
1387         * tests/test-vasprintf-posix.c (test_function): Likewise.
1388         * tests/test-snprintf-posix.h (test_function): Likewise.
1389         * tests/test-sprintf-posix.h (test_function): Likewise.
1390         Needed for HP-UX 11.
1391
1392 2007-05-20  Jim Meyering  <jim@meyering.net>
1393
1394         Fix buggy test for the fchownat-deref bug.
1395         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1396         symlink required for the run-test.  Without it, this test would
1397         always declare that fchownat doesn't work, and client code would
1398         unnecessarily use the replacement function with fixed libc.
1399         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1400         Reported by Greg Schafer.
1401
1402 2007-05-19  Bruno Haible  <bruno@clisp.org>
1403
1404         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1405         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1406         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1407         Needed for IRIX 6.5 and Solaris 2.5.1.
1408
1409 2007-05-19  Bruno Haible  <bruno@clisp.org>
1410
1411         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1412         (test_function): Skip tests involving -0.0 on platforms where
1413         -0.0 = 0.0.
1414         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1415         (test_function): Skip tests involving -0.0 on platforms where
1416         -0.0 = 0.0.
1417         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1418         (test_function): Skip tests involving -0.0 on platforms where
1419         -0.0 = 0.0.
1420         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1421         (test_function): Skip tests involving -0.0 on platforms where
1422         -0.0 = 0.0.
1423         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1424         tests.
1425         * tests/test-printf-posix.h (test_function): Likewise.
1426         * tests/test-printf-posix.output: Remove all -0.0 related results.
1427         Needed for IRIX 6.5.
1428
1429 2007-05-19  Bruno Haible  <bruno@clisp.org>
1430
1431         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1432         printed as "nan0x7fffffff" instead of "nan".
1433         * tests/test-vasprintf-posix.c (test_function): Likewise.
1434         * tests/test-snprintf-posix.h (test_function): Likewise.
1435         * tests/test-sprintf-posix.h (test_function): Likewise.
1436         * tests/test-fprintf-posix.h (NaN): Remove macro.
1437         (test_function): Remove all NaN related tests.
1438         * tests/test-printf-posix.h (NaN): Remove macro.
1439         (test_function): Remove all NaN related tests.
1440         * tests/test-printf-posix.output: Remove all NaN related results.
1441         Needed for IRIX 6.5.
1442
1443 2007-05-19  Bruno Haible  <bruno@clisp.org>
1444
1445         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1446         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1447
1448 2007-05-19  Bruno Haible  <bruno@clisp.org>
1449
1450         * lib/float_.h: New file.
1451         * m4/float_h.m4: New file.
1452         * modules/float: New file.
1453         * modules/isnanl (Dependencies): Add float.
1454         * modules/isnanl-nolibm (Dependencies): Likewise.
1455         * modules/mathl (Dependencies): Likewise.
1456         * modules/printf-frexpl (Dependencies): Likewise.
1457         * modules/signbit (Dependencies): Likewise.
1458         * modules/vasnprintf (Dependencies): Likewise.
1459         * doc/headers/float.texi: Update.
1460
1461 2007-05-19  Jim Meyering  <jim@meyering.net>
1462
1463         * lib/utimens.c (gl_futimens): Rename from futimens,
1464         now that glibc-2.6 declares futimens.
1465         * lib/utimens.h: Likewise.
1466
1467 2007-05-19  Bruno Haible  <bruno@clisp.org>
1468
1469         Avoid test failures on mingw.
1470         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1471         * tests/test-printf-posix.sh: Likewise.
1472         * tests/test-vfprintf-posix.sh: Likewise.
1473         * tests/test-vprintf-posix.sh: Likewise.
1474
1475 2007-05-19  Bruno Haible  <bruno@clisp.org>
1476
1477         Fix *printf result for NaN, Inf, -0.0 on mingw.
1478         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1479         * lib/vasnprintf.c: Include math.h and isnan.h.
1480         (is_infinite_or_zero): New function.
1481         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1482         values in the %f, %F, %e, %E, %g, %G directives.
1483         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1484         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1485         gl_PRINTF_INFINITE and test its result. Invoke
1486         gl_PREREQ_VASNPRINTF_INFINITE.
1487         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1488         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1489         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1490         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1491         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1492         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1493         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1494         * doc/functions/fprintf.texi: Update.
1495         * doc/functions/printf.texi: Update.
1496         * doc/functions/snprintf.texi: Update.
1497         * doc/functions/sprintf.texi: Update.
1498         * doc/functions/vfprintf.texi: Update.
1499         * doc/functions/vprintf.texi: Update.
1500         * doc/functions/vsnprintf.texi: Update.
1501         * doc/functions/vsprintf.texi: Update.
1502
1503 2007-05-19  Bruno Haible  <bruno@clisp.org>
1504
1505         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1506         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1507         Instead of multiplying with 10^k, set extra_zeroes to k.
1508         (scale10_round_long_double): Remove function.
1509
1510 2007-05-18  Bruno Haible  <bruno@clisp.org>
1511
1512         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1513         introduced on 2007-05-06.
1514
1515 2007-05-18  Bruno Haible  <bruno@clisp.org>
1516
1517         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1518         %g directives.
1519         * tests/test-vasprintf-posix.c (test_function): Likewise.
1520         * tests/test-snprintf-posix.h (test_function): Likewise.
1521         * tests/test-sprintf-posix.h (test_function): Likewise.
1522
1523 2007-05-18  Bruno Haible  <bruno@clisp.org>
1524
1525         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1526         (strmatch): New function.
1527         (test_function): Test the %f directive on numbers of various exponents.
1528         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1529         (strmatch): New function.
1530         (test_function): Test the %f directive on numbers of various exponents.
1531         * tests/test-snprintf-posix.h (strmatch): New function.
1532         (test_function): Test the %f directive on numbers of various exponents.
1533         * tests/test-sprintf-posix.h (strmatch): New function.
1534         (test_function): Test the %f directive on numbers of various exponents.
1535         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1536         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1537         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1538         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1539
1540 2007-05-18  Bruno Haible  <bruno@clisp.org>
1541
1542         Add support for 'long double' number output.
1543         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1544         * lib/vasnprintf.c: Include math.h and float+.h.
1545         (mp_limb_t): New type.
1546         (GMP_LIMB_BITS): New macro.
1547         (mp_twolimb_t): New type.
1548         (GMP_TWOLIMB_BITS): New macro.
1549         (mpn_t): New type.
1550         (multiply, divide, convert_to_decimal, decode_long_double,
1551         scale10_round_long_double, scale10_round_decimal_long_double,
1552         floorlog10l): New functions.
1553         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1554         for the %f, %F, %e, %E, %g, %G directives.
1555         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1556         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1557         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1558         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1559         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1560         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1561         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1562         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1563         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1564         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1565         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1566         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1567         * modules/snprintf-posix (Depends-on): Likewise.
1568         * modules/sprintf-posix (Depends-on): Likewise.
1569         * modules/vasnprintf-posix (Depends-on): Likewise.
1570         * modules/vasprintf-posix (Depends-on): Likewise.
1571         * modules/vfprintf-posix (Depends-on): Likewise.
1572         * modules/vsnprintf-posix (Depends-on): Likewise.
1573         * modules/vsprintf-posix (Depends-on): Likewise.
1574         * modules/vasnprintf (Files): Add lib/float+.h.
1575         * doc/functions/fprintf.texi: Update.
1576         * doc/functions/printf.texi: Update.
1577         * doc/functions/snprintf.texi: Update.
1578         * doc/functions/sprintf.texi: Update.
1579         * doc/functions/vfprintf.texi: Update.
1580         * doc/functions/vprintf.texi: Update.
1581         * doc/functions/vsnprintf.texi: Update.
1582         * doc/functions/vsprintf.texi: Update.
1583
1584 2007-05-18  Bruno Haible  <bruno@clisp.org>
1585
1586         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1587
1588 2007-05-18  Bruno Haible  <bruno@clisp.org>
1589
1590         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1591         for printing 64-bit integers. Needed for mingw.
1592
1593 2007-05-18  Bruno Haible  <bruno@clisp.org>
1594
1595         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1596         gl_FUNC_FREXPL_WORKS.
1597         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1598
1599 2007-05-18  Bruno Haible  <bruno@clisp.org>
1600
1601         * modules/frexpl-nolibm-tests: New file.
1602
1603         * modules/frexpl-nolibm: New file.
1604         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1605
1606 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1607
1608         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1609         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1610         GCC 4.2, which otherwise issues a lot of warnings.
1611         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1612         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1613         Likewise.
1614         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1615         * modules/iconv_open (iconv.h): Likewise.
1616         * modules/locale (locale.h): Likewise.
1617         * modules/netinet_in (netinet/in.h): Likewise.
1618         * modules/sys_select (sys_select.h): Likewise.
1619         * modules/sys_socket (sys/socket.h): Likewise.
1620         * modules/sys_stat (sys/stat.h): Likewise.
1621         * modules/sysexits (sysexits.h): Likewise.
1622         * modules/unistd (unistd.h): Likewise.
1623
1624 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1625
1626         * modules/closein-tests (Makefile.am): Distribute
1627         `test-closein.sh'.
1628
1629 2007-05-17  Bruno Haible  <bruno@clisp.org>
1630
1631         * tests/test-printf-posix.output: Renamed from
1632         tests/test-fprintf-posix.out.
1633         * modules/fprintf-posix-tests: Update.
1634         * modules/printf-posix-tests: Update.
1635         * modules/vfprintf-posix-tests: Update.
1636         * modules/vprintf-posix-tests: Update.
1637         * tests/test-fprintf-posix.sh: Update.
1638         * tests/test-printf-posix.sh: Update.
1639         * tests/test-vfprintf-posix.sh: Update.
1640         * tests/test-vprintf-posix.sh: Update.
1641         Reported by Ralf Wildenhues.
1642
1643 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1644
1645         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1646         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1647         GCC 4.2, which otherwise issues a lot of warnings.
1648         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1649         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1650         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1651         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1652         it should no longer be needed.
1653         * lib/string_.h: Likewise.
1654         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1655         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1656         * modules/inttypes (inttypes.h): Likewise.
1657         * modules/math (math.h): Likewise.
1658         * modules/search (search.h): Likewise.
1659         * modules/signal (signal.h): Likewise.
1660         * modules/stdint (stdint.h): Likewise.
1661         * modules/stdio (stdio.h): Likewise.
1662         * modules/stdlib (stdlib.h): Likewise.
1663         * modules/string (string.h): Likewise.
1664         * modules/sys_time (sys/time.h): Likewise.
1665         * modules/time (time.h): Likewise.
1666         * modules/wchar (wchar.h): Likewise.
1667         * modules/wctype (wtype.h): Likewise.
1668
1669 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1670
1671         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1672
1673 2007-05-13  Bruno Haible  <bruno@clisp.org>
1674
1675         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1676         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1677         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1678         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1679         (gl_PREREQ_STRTOK_R): Don't require it here.
1680
1681 2007-05-13  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1684         when used in C++ mode.
1685
1686 2007-05-12  Bruno Haible  <bruno@clisp.org>
1687
1688         * lib/linebuffer.h: Tweak doc.
1689         * lib/linebuffer.c: Likewise.
1690
1691 2007-05-12  James Youngman  <jay@gnu.org>
1692
1693         * lib/linebuffer.c (readlinebuffer_delim): New function,
1694         like readlinebuffer, but use a caller-specified delimiter.
1695         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1696         as the delimiter.
1697         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1698
1699 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1700
1701         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1702         * modules/openat (Files): Remove openat-die.c.
1703         (Depends-on): Add openat-die.
1704         * modules/openat-die: New module.
1705
1706 2007-05-06  Bruno Haible  <bruno@clisp.org>
1707
1708         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1709         Update with info about Cygwin.
1710         * doc/functions/fprintf.texi: Update.
1711         * doc/functions/printf.texi: Update.
1712         * doc/functions/snprintf.texi: Update.
1713         * doc/functions/sprintf.texi: Update.
1714         * doc/functions/vfprintf.texi: Update.
1715         * doc/functions/vprintf.texi: Update.
1716         * doc/functions/vsnprintf.texi: Update.
1717         * doc/functions/vsprintf.texi: Update.
1718         Reported by Eric Blake.
1719
1720 2007-05-06  Bruno Haible  <bruno@clisp.org>
1721
1722         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1723         padding ourselves for the floating-point directives.
1724         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1725         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1726         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1727         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1728         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1729         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1730         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1731         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1732         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1733         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1734         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1735         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1736         * tests/test-snprintf-posix.h (test_function): Also check the width
1737         and some flags in the %f directive.
1738         * tests/test-sprintf-posix.h (test_function): Likewise.
1739         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1740         * tests/test-vasprintf-posix.c (test_function): Likewise.
1741         * doc/functions/fprintf.texi: Update.
1742         * doc/functions/printf.texi: Update.
1743         * doc/functions/snprintf.texi: Update.
1744         * doc/functions/sprintf.texi: Update.
1745         * doc/functions/vfprintf.texi: Update.
1746         * doc/functions/vprintf.texi: Update.
1747         * doc/functions/vsnprintf.texi: Update.
1748         * doc/functions/vsprintf.texi: Update.
1749
1750 2007-05-06  Bruno Haible  <bruno@clisp.org>
1751
1752         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1753         pass the ' flag character to sprintf or snprintf.
1754         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1755         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1756         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1757         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1758         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1759         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1760         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1761         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1762         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1763         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1764         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1765         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1766         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1767         flag.
1768         * tests/test-sprintf-posix.h (test_function): Likewise.
1769         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1770         * tests/test-vasprintf-posix.c (test_function): Likewise.
1771         * doc/functions/fprintf.texi: Update.
1772         * doc/functions/printf.texi: Update.
1773         * doc/functions/snprintf.texi: Update.
1774         * doc/functions/sprintf.texi: Update.
1775         * doc/functions/vfprintf.texi: Update.
1776         * doc/functions/vprintf.texi: Update.
1777         * doc/functions/vsnprintf.texi: Update.
1778         * doc/functions/vsprintf.texi: Update.
1779
1780 2007-05-01  Bruno Haible  <bruno@clisp.org>
1781
1782         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1783
1784 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1785
1786         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1787         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1788
1789 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1790
1791         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1792         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1793         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1794
1795 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1796
1797         * lib/argp-help.c (struct hol_entry): New member `ord'.
1798         (HOL_ENTRY_PTRCMP): Use ord for comparison
1799         (hol_sort): Initialize ord.
1800
1801 2007-05-01  Bruno Haible  <bruno@clisp.org>
1802
1803         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1804         Reported by Eric Blake.
1805         * doc/gnulib.texi (Function Substitutes): Update.
1806
1807 2007-05-01  Bruno Haible  <bruno@clisp.org>
1808
1809         * doc/functions.texi: Remove file, now redundant through
1810         doc/functions/*.texi.
1811
1812 2007-05-01  Bruno Haible  <bruno@clisp.org>
1813
1814         * modules/argp (Depends-on): Add sleep.
1815
1816 2007-05-01  Bruno Haible  <bruno@clisp.org>
1817
1818         * modules/sleep-tests: New file.
1819         * tests/test-sleep.c: New file.
1820
1821         * modules/sleep: New file.
1822         * lib/sleep.c: New file.
1823         * m4/sleep.m4: New file.
1824         * lib/unistd_.h (sleep): New declaration.
1825         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1826         HAVE_SLEEP.
1827         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1828         * doc/functions/sleep.texi: Document the sleep module.
1829
1830 2007-05-01  Bruno Haible  <bruno@clisp.org>
1831
1832         * lib/sigprocmask.h: Remove file.
1833         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1834         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1835         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1836         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1837         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1838         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1839         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1840         HAVE_SIGSET_T as a shell variable.
1841         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1842         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1843         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1844         (Depends-on): Add signal. Remove verify.
1845         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1846         (Include): Mention <signal.h> instead of sigprocmask.h.
1847         * NEWS: Mention the change.
1848         * lib/fatal-signal.c: Don't include sigprocmask.h.
1849
1850 2007-05-01  Bruno Haible  <bruno@clisp.org>
1851
1852         * modules/signal: New file.
1853         * lib/signal_.h: New file.
1854         * m4/signal_h.m4: New file.
1855
1856 2007-05-01  Bruno Haible  <bruno@clisp.org>
1857
1858         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1859         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1860         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1861         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1862
1863 2007-05-01  Bruno Haible  <bruno@clisp.org>
1864
1865         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1866         configure time.
1867         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1868         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1869         * modules/sys_stat (Makefile.am): Substitute their values into
1870         sys/stat.h.
1871
1872 2007-05-01  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1875         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1876         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1877
1878 2007-05-01  Bruno Haible  <bruno@clisp.org>
1879
1880         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1881         'assert' module here.
1882
1883 2007-05-01  Bruno Haible  <bruno@clisp.org>
1884
1885         * doc/functions/*.texi: New files.
1886         * doc/functions/google-ranking.txt: New file.
1887         * doc/gnulib.texi (Function Substitutes): New chapter.
1888         (ctime, inet_ntoa): Remove sections.
1889         * doc/ctime.texi: Remove file.
1890         * doc/inet_ntoa.texi: Remove file.
1891         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1892         dependencies.
1893         (%.info): New rule, specifying a --reference-limit.
1894
1895 2007-05-01  Bruno Haible  <bruno@clisp.org>
1896
1897         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1898
1899 2007-05-01  Bruno Haible  <bruno@clisp.org>
1900
1901         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1902         the portability of 'mkdir' to mingw systems.
1903
1904 2007-05-01  Bruno Haible  <bruno@clisp.org>
1905
1906         * doc/headers/google-ranking.txt: New file.
1907
1908 2007-04-30  Eric Blake  <ebb9@byu.net>
1909
1910         Prefer fseeko to fseek.
1911         * modules/getpass (Depends-on): Add fseeko.
1912         * lib/getpass.c (getpass): Use fseeko, not fseek.
1913
1914 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1915
1916         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1917         assumes the sorting is stable, while most qsort implementations
1918         are not.  Use argument addresses to ensure they never compare as
1919         equal.
1920
1921         * tests/test-argp-2.sh (usage-indent test): Fix output
1922         (func_compare): Restore diff options
1923         * tests/test-argp.c: Restore #include "progname.h"
1924
1925 2007-04-29  Bruno Haible  <bruno@clisp.org>
1926
1927         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1928         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1929         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1930         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1931         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1932         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1933         (TESTS, check_PROGRAMS): Add test-snprintf.
1934         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1935         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1936         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1937         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1938         assertions that fail on HP-UX, OSF/1, or IRIX.
1939         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1940
1941 2007-04-29  Bruno Haible  <bruno@clisp.org>
1942
1943         * MODULES.html.sh (posix_functions): Remove 'contents'.
1944
1945 2007-04-29  Karl Berry  <karl@gnu.org>
1946
1947         * config/srclist.txt (gendocs_template_min): new entry.
1948
1949 2007-04-29  Bruno Haible  <bruno@clisp.org>
1950
1951         Work around fpurge bug on BSD systems.
1952         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1953         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1954         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1955         fpurge to rpl_fpurge if the system already has this function.
1956         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1957         the case where the system already has this function. Correct invariants
1958         on BSD systems.
1959         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1960         BSD systems.
1961
1962 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1963
1964         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1965         proposed by Sven Verdoolaege.
1966
1967         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1968         options.
1969         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1970         (usage and help tests): Update
1971
1972 2007-04-29  Bruno Haible  <bruno@clisp.org>
1973
1974         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1975         Print more information in case of failure. Disable a test on BeOS.
1976
1977 2007-04-29  Bruno Haible  <bruno@clisp.org>
1978
1979         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1980         This helps debugging on systems on which no gdb is available.
1981
1982 2007-04-29  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/freading.h: Improve comments.
1985         * lib/fwriting.h: Likewise.
1986         * tests/test-freading.c (main): Don't check freading immediately after
1987         repositioning. Needed for glibc.
1988
1989 2007-04-29  Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/freading.c (freading): Trivial simplification.
1992
1993 2007-04-28  Bruno Haible  <bruno@clisp.org>
1994
1995         * tests/test-fwriting.c (main): Also test the interaction between
1996         fflush and fwriting.
1997         * modules/fwriting-tests (Depends-on): Add fflush.
1998
1999         * tests/test-freading.c (main): Also test the interaction between
2000         fflush and freading.
2001         * modules/freading-tests (Depends-on): Add fflush.
2002
2003 2007-04-28  Bruno Haible  <bruno@clisp.org>
2004
2005         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2006         fseeko and ftello.
2007         Suggested by Eric Blake.
2008
2009 2007-04-28  Jim Meyering  <jim@meyering.net>
2010
2011         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2012         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2013         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2014
2015 2007-04-27  Eric Blake  <ebb9@byu.net>
2016
2017         * doc/headers/assert.texi (assert.h): Document assert module use.
2018
2019 2007-04-27  Bruno Haible  <bruno@clisp.org>
2020
2021         * doc/headers/*.texi: New files.
2022         * doc/gnulib.texi (Header File Substitutes): New chapter.
2023         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2024         dependencies.
2025         (standards.info ,standards.html, standards.dvi): Update dependencies.
2026         (mostlyclean, clean): New targets.
2027
2028 2007-04-27  Bruno Haible  <bruno@clisp.org>
2029
2030         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2031         * modules/sysexits (Files, Makefile.am): Update.
2032
2033         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2034         * modules/sys_socket (Files, Makefile.am): Update.
2035
2036         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2037         * modules/sys_stat (Files, Makefile.am): Update.
2038
2039 2007-04-27  Eric Blake  <ebb9@byu.net>
2040
2041         * lib/freading.h: Improve comments.
2042         * lib/fwriting.h: Likewise.
2043         * lib/fflush.c: Likewise.
2044
2045         Fix closein for mingw.
2046         * modules/closein-tests: Add tests for closein.
2047         * tests/test-closein.c: New file.
2048         * tests/test-closein.sh: Likewise.
2049         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2050         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2051
2052 2007-04-27  Bruno Haible  <bruno@clisp.org>
2053
2054         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2055         version is < 6.
2056         * lib/math_.h [__DECC]: Likewise.
2057         * lib/stdio_.h [__DECC]: Likewise.
2058         * lib/stdlib_.h [__DECC]: Likewise.
2059         * lib/string_.h [__DECC]: Likewise.
2060         * lib/time_.h [__DECC]: Likewise.
2061         * lib/wchar_.h [__DECC]: Likewise.
2062         * lib/wctype_.h [__DECC]: Likewise.
2063
2064 2007-04-27  Bruno Haible  <bruno@clisp.org>
2065
2066         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2067
2068 2007-04-27  Bruno Haible  <bruno@clisp.org>
2069
2070         * lib/fflush.c: Add comments.
2071         * modules/fpurge-tests (Depends-on): Add fflush.
2072         * modules/freadable-tests (Depends-on): Likewise.
2073         * modules/fwritable-tests (Depends-on): Likewise.
2074
2075 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2076
2077         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2078         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2079         Report by Bruno Haible <bruno@clisp.org>.
2080
2081 2007-04-26  Eric Blake  <ebb9@byu.net>
2082
2083         Fix fflush on mingw.
2084         * modules/fflush (Depends-on): Add freading.
2085         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2086         but unread data.
2087
2088 2007-04-26  Eric Blake  <ebb9@byu.net>
2089         and Bruno Haible  <bruno@clisp.org>
2090
2091         Implement freading and fwriting.
2092         * lib/freading.c: New file.
2093         * lib/freading.h: Likewise.
2094         * m4/freading.m4: Likewise.
2095         * modules/freading: Likewise.
2096         * modules/freading-tests: Likewise.
2097         * tests/test-freading.c: Likewise.
2098         * lib/fwriting.c: New file.
2099         * lib/fwriting.h: Likewise.
2100         * m4/fwriting.m4: Likewise.
2101         * modules/fwriting: Likewise.
2102         * modules/fwriting-tests: Likewise.
2103         * tests/test-fwriting.c: Likewise.
2104         * MODULES.html.sh (File stream based Input/Output): Mention them.
2105
2106 2007-04-26  Bruno Haible  <bruno@clisp.org>
2107
2108         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2109         'long' when we assume it.
2110         Suggested by Eric Blake.
2111
2112 2007-04-26  Bruno Haible  <bruno@clisp.org>
2113
2114         Ensure fseeko, ftello are declared on glibc systems.
2115         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2116         * modules/fseeko (configure.ac-early): Likewise.
2117         * modules/ftello (configure.ac-early): Likewise.
2118         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2119         AC_FUNC_FSEEKO for this.
2120         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2121         (gl_CHECK_FSEEKO): Remove macro.
2122
2123 2007-04-26  Bruno Haible  <bruno@clisp.org>
2124
2125         * tests/test-fflush.c (main): Also check the ftell result after
2126         fflush and fseek/fseeko.
2127         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2128         file descriptor position cache in the stream.
2129         * lib/fseeko.c (rpl_fseeko): Likewise.
2130
2131 2007-04-26  Bruno Haible  <bruno@clisp.org>
2132
2133         * modules/fflush-tests (Depends-on): Add fseeko.
2134
2135 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2136             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2137
2138         * lib/argz_.h: ensure error_t definition is obtained in same
2139         mechanism system argz.h would have.
2140         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2141         argz facilities are known bad.  Err on the side of caution if
2142         cross-compiling.
2143
2144 2007-04-25  Eric Blake  <ebb9@byu.net>
2145
2146         * lib/fpurge.c (includes): Use stdlib.h for free.
2147         * tests/test-fflush.c (main): Also test fflush-fseeko.
2148
2149 2007-04-25  Bruno Haible  <bruno@clisp.org>
2150
2151         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2152         * lib/fseeko.c: New file.
2153         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2154         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2155         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2156         gl_FUNC_FSEEKO.
2157         (gl_FUNC_FSEEKO): Invoke it.
2158         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2159         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2160         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2161
2162 2007-04-25  Bruno Haible  <bruno@clisp.org>
2163
2164         * modules/fflush (Depends-on): Add ftello.
2165
2166 2007-04-25  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/ftello-tests: New file.
2169         * tests/test-ftello.c: New file.
2170
2171         * modules/ftello: New file.
2172         * m4/ftello.m4: New file.
2173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2174         HAVE_FTELLO.
2175         * lib/stdio_.h (ftello): New declaration.
2176         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2177         HAVE_FTELLO.
2178
2179 2007-04-25  Bruno Haible  <bruno@clisp.org>
2180
2181         * modules/fseeko-tests: New file.
2182         * tests/test-fseeko.c: New file.
2183
2184         * modules/fseeko: New file.
2185         * m4/fseeko.m4: New file.
2186         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2187         HAVE_FSEEKO.
2188         * lib/stdio_.h (fseeko): New declaration.
2189         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2190         HAVE_FSEEKO.
2191
2192 2007-04-25  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2195
2196 2007-04-25  Bruno Haible  <bruno@clisp.org>
2197
2198         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2199         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2200         * tests/test-unistd.c: Likewise.
2201         * tests/test-fcntl.c: Likewise.
2202
2203 2007-04-23  Eric Blake  <ebb9@byu.net>
2204
2205         * lib/fflush.c: Fix missing include.
2206         Reported by Bruno Haible.
2207
2208 2007-04-23  Bruno Haible  <bruno@clisp.org>
2209
2210         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2211         Reported by Eric Blake.
2212
2213 2007-04-23  Bruno Haible  <bruno@clisp.org>
2214
2215         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2216
2217 2007-04-23  Bruno Haible  <bruno@clisp.org>
2218
2219         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2220
2221 2007-04-23  Bruno Haible  <bruno@clisp.org>
2222
2223         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2224         Needed on HP-UX 11.
2225
2226 2007-04-16  Eric Blake  <ebb9@byu.net>
2227
2228         Make fflush rely on fpurge.
2229         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2230         open coding all variants.
2231         * modules/fflush (Depends-on): Add fpurge and unistd.
2232         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2233         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2234
2235         Fix --with-tests compilation on cygwin.
2236         * modules/argmatch-tests (Makefile.am): List gnulib library first
2237         in LDADD.
2238         * modules/argp-tests (Makefile.am): Likewise.
2239         * modules/array-list-tests (Makefile.am): Likewise.
2240         * modules/array-oset-tests (Makefile.am): Likewise.
2241         * modules/avltree-list-tests (Makefile.am): Likewise.
2242         * modules/avltree-oset-tests (Makefile.am): Likewise.
2243         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2244         * modules/carray-list-tests (Makefile.am): Likewise.
2245         * modules/dirname-tests (Makefile.am): Likewise.
2246         * modules/frexp-tests (Makefile.am): Likewise.
2247         * modules/isnanl-tests (Makefile.am): Likewise.
2248         * modules/linked-list-tests (Makefile.am): Likewise.
2249         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2250         * modules/lock-tests (Makefile.am): Likewise.
2251         * modules/rbtree-list-tests (Makefile.am): Likewise.
2252         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2253         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2254         * modules/tls-tests (Makefile.am): Likewise.
2255         * modules/tsearch-tests (Makefile.am): Likewise.
2256         * modules/xvasprintf-tests (Makefile.am): Likewise.
2257
2258         Fix fpurge for cygwin.
2259         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2260         value.
2261         * modules/fpurge-tests (Depends-on): Clean up trash.
2262
2263 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2264
2265         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2266
2267         * m4/autobuild.m4: Re-indent.
2268
2269 2007-04-13  Bruno Haible  <bruno@clisp.org>
2270
2271         * modules/fpurge-tests: New file.
2272         * tests/test-fpurge.c: New file.
2273
2274         * modules/fpurge: New file.
2275         * lib/fpurge.h: New file.
2276         * lib/fpurge.c: New file.
2277         * m4/fpurge.m4: New file.
2278
2279 2007-04-13  Bruno Haible  <bruno@clisp.org>
2280
2281         * modules/fbufmode-tests: New file.
2282         * tests/test-fbufmode.c: New file.
2283
2284         * modules/fbufmode: New file.
2285         * lib/fbufmode.h: New file.
2286         * lib/fbufmode.c: New file.
2287         * m4/fbufmode.m4: New file.
2288
2289 2007-04-13  Bruno Haible  <bruno@clisp.org>
2290
2291         * modules/fwritable-tests: New file.
2292         * tests/test-fwritable.c: New file.
2293
2294         * modules/fwritable: New file.
2295         * lib/fwritable.h: New file.
2296         * lib/fwritable.c: New file.
2297         * m4/fwritable.m4: New file.
2298
2299 2007-04-13  Bruno Haible  <bruno@clisp.org>
2300
2301         * modules/freadable-tests: New file.
2302         * tests/test-freadable.c: New file.
2303
2304         * modules/freadable: New file.
2305         * lib/freadable.h: New file.
2306         * lib/freadable.c: New file.
2307         * m4/freadable.m4: New file.
2308
2309 2007-04-13  Bruno Haible  <bruno@clisp.org>
2310
2311         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2312         MOSTLYCLEANFILES.
2313
2314 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2315
2316         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2317         gzip bootstrap.conf to avoid dragging in i18n machinery.
2318         (gnulib_tool_option): Use it.
2319
2320 2007-04-13  Bruno Haible  <bruno@clisp.org>
2321
2322         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2323         %F directives.
2324         * tests/test-vasprintf-posix.c (test_function): Likewise.
2325         * tests/test-snprintf-posix.h (test_function): Likewise.
2326         * tests/test-sprintf-posix.h (test_function): Likewise.
2327         * tests/test-fprintf-posix.h (test_function): Likewise.
2328         * tests/test-printf-posix.h (test_function): Likewise.
2329         * tests/test-fprintf-posix.out: Likewise.
2330
2331 2007-04-13  Bruno Haible  <bruno@clisp.org>
2332
2333         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2334         * modules/tls-tests (configure.ac): Likewise.
2335         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2336
2337 2007-04-13  Bruno Haible  <bruno@clisp.org>
2338
2339         * lib/tls.c (glthread_tls_get): Fix return type.
2340         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2341
2342 2007-04-12  Eric Blake  <ebb9@byu.net>
2343
2344         * modules/gettime (Depends-on): Remove gettime.
2345         Reported by Dmitry V. Levin.
2346
2347 2007-04-12  Bruno Haible  <bruno@clisp.org>
2348
2349         * modules/fflush (Include): Mention <stdio.h>.
2350         * modules/strtoimax (Include): Mention <inttypes.h>.
2351         * modules/strtoumax (Include): Likewise.
2352
2353 2007-04-12  Eric Blake  <ebb9@byu.net>
2354
2355         * .cvsignore: New file.
2356         * .gitignore: Likewise.
2357
2358 2007-04-12  Bruno Haible  <bruno@clisp.org>
2359
2360         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2361         not before, since $(LDADD) often contains libgnu.a.
2362         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2363         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2364         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2365         Needed on Cygwin.
2366
2367 2007-04-12  Eric Blake  <ebb9@byu.net>
2368
2369         Work around glibc's failure to flush stdin on fclose.
2370         * lib/closein.c (close_stdin): Flush stdin before closing.
2371
2372         Work around glibc's failure to reset seekable stdin on exit.
2373         * modules/closein: New module.
2374         * lib/closein.c: New file.
2375         * lib/closein.h: Likewise.
2376         * m4/closein.m4: Likewise.
2377         * MODULES.html.sh (File stream based Input/Output): Document it.
2378
2379 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2380
2381         * gnulib-tool: Rename generated 'autobuild' script to
2382         'do-autobuild' in --create-megatestdir output.
2383
2384         * doc/gnulib.texi (Build robot for gnulib): Fix.
2385
2386 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2387
2388         * modules/sysexits (Depends-on): Add absolute-header.
2389
2390 2007-04-12  Eric Blake  <ebb9@byu.net>
2391
2392         No need to preserve errno on success.
2393         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2394         Reported by Bruno Haible.
2395
2396 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2397
2398         * MODULES.html.sh (Support for maintaining and releasing
2399         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2400
2401 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2402
2403         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2404
2405 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2406
2407         * modules/autobuild: New module.
2408
2409         * m4/autobuild.m4: New file.
2410
2411 2007-04-11  Bruno Haible  <bruno@clisp.org>
2412
2413         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2414         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2415         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2416         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2417         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2418         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2419         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2420         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2421         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2422         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2423         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2424         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2425         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2426         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2427         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2428         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2429         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2430         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2431         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2432         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2433         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2434         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2435         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2436         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2437         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2438         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2439         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2440         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2441         Reported by Eric Blake.
2442
2443 2007-04-11  Bruno Haible  <bruno@clisp.org>
2444
2445         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2446
2447 2007-04-10  Bruno Haible  <bruno@clisp.org>
2448
2449         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2450         for NaN and Infinity. Needed on FreeBSD 6.1.
2451         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2452         regarding results for "%010a" of Infinity and NaN.
2453         * tests/test-vasprintf-posix.c (test_function): Likewise.
2454         * tests/test-snprintf-posix.h (test_function): Likewise.
2455         * tests/test-sprintf-posix.h (test_function): Likewise.
2456         * tests/test-fprintf-posix.h (test_function): Likewise.
2457         * tests/test-printf-posix.h (test_function): Likewise.
2458         * tests/test-fprintf-posix.out: Likewise.
2459
2460 2007-04-10  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/locale-tests: New file.
2463         * tests/test-locale.c: New file.
2464
2465         * modules/locale: New file.
2466         * lib/locale_.h: New file.
2467         * m4/locale_h.m4: New file.
2468
2469 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2470             Bruno Haible  <bruno@clisp.org>
2471
2472         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2473         be determined, test for availability of the copysignf, copysign,
2474         copysignl functions.
2475         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2476         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2477         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2478
2479 2007-04-09  Eric Blake  <ebb9@byu.net>
2480
2481         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2482         * modules/stdio (Makefile.am): Support fflush.
2483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2484         * modules/fflush: New file.
2485         * lib/fflush.c: Likewise.
2486         * m4/fflush.m4: Likewise.
2487         * modules/fflush-tests: New test.
2488         * tests/test-fflush.c: Likewise.
2489         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2490
2491 2007-04-06  Bruno Haible  <bruno@clisp.org>
2492
2493         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2494         (VASNPRINTF): Use signbit for faster determination whether to print a
2495         minus sign.
2496         * modules/vasnprintf (Files): Remove lib/float+.h.
2497         * modules/fprintf-posix (Depends-on): Add signbit.
2498         * modules/snprintf-posix (Depends-on): Likewise.
2499         * modules/sprintf-posix (Depends-on): Likewise.
2500         * modules/vasnprintf-posix (Depends-on): Likewise.
2501         * modules/vasprintf-posix (Depends-on): Likewise.
2502         * modules/vfprintf-posix (Depends-on): Likewise.
2503         * modules/vsnprintf-posix (Depends-on): Likewise.
2504         * modules/vsprintf-posix (Depends-on): Likewise.
2505
2506 2007-04-06  Bruno Haible  <bruno@clisp.org>
2507
2508         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2509         * tests/test-frexpl.c (main): Likewise.
2510         * tests/test-ldexpl.c (main): Likewise.
2511         * modules/frexp-tests (Depends-on): Add signbit.
2512         * modules/frexpl-tests (Depdends-on): Likewise.
2513         * modules/ldexpl-tests (Depdends-on): Likewise.
2514
2515 2007-04-06  Bruno Haible  <bruno@clisp.org>
2516
2517         * modules/signbit-tests: New file.
2518         * tests/test-signbit.c: New file.
2519
2520         * modules/signbit: New file.
2521         * lib/signbitf.c: New file.
2522         * lib/signbitd.c: New file.
2523         * lib/signbitl.c: New file.
2524         * m4/signbit.m4: New file.
2525         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2526         (signbit): New macro.
2527         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2528         REPLACE_SIGNBIT.
2529         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2530         REPLACE_FREXPL into math.h.
2531
2532 2007-04-06  Bruno Haible  <bruno@clisp.org>
2533
2534         * modules/isnanf-nolibm-tests: New file.
2535         * tests/test-isnanf.c: New file.
2536
2537         * modules/isnanf-nolibm: New file.
2538         * lib/isnanf.h: New file.
2539         * lib/isnanf.c: New file.
2540         * lib/isnan.c: Consider the USE_FLOAT macro.
2541         * m4/isnanf.m4: New file.
2542
2543 2007-04-06  Bruno Haible  <bruno@clisp.org>
2544
2545         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2546         (Link): New section.
2547
2548         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2549
2550 2007-04-06  Bruno Haible  <bruno@clisp.org>
2551
2552         Assume the 'long double' type.
2553         * m4/longdouble.m4: Remove file.
2554         * config/srclist.txt: Don't mention longdouble.m4.
2555         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2556         * lib/float+.h: Likewise.
2557         * lib/frexp.c: Likewise.
2558         * lib/printf-args.h: Likewise.
2559         * lib/printf-args.c: Likewise.
2560         * lib/printf-frexp.c: Likewise.
2561         * lib/printf-parse.c: Likewise.
2562         * lib/vasnprintf.c: Likewise.
2563         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2564         * m4/intl.m4: Likewise.
2565         * m4/isnanl.m4: Likewise.
2566         * m4/printf.m4: Likewise.
2567         * m4/printf-frexpl.m4: Likewise.
2568         * m4/vasnprintf.m4: Likewise.
2569         * modules/allocsa (Files): Remove m4/longdouble.m4.
2570         * modules/gettext (Files): Likewise.
2571         * modules/relocatable-prog-wrapper (Files): Likewise.
2572         * modules/vasnprintf (Files): Likewise.
2573         * modules/isnanl (Files): Likewise.
2574         (Include): Simplify.
2575         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2576         (Include): Simplify.
2577         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2578         (Include): Simplify.
2579         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2580         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2581         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2582         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2583         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2584         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2585         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2586         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2587         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2588         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2589         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2590         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2591         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2592         * tests/test-isnanl.c: Likewise.
2593         * tests/test-snprintf-posix.h: Likewise.
2594         * tests/test-sprintf-posix.h: Likewise.
2595         * tests/test-vasnprintf-posix.c: Likewise.
2596         * tests/test-vasnprintf-posix2.c: Likewise.
2597         * tests/test-vasprintf-posix.c: Likewise.
2598
2599 2007-04-06  Bruno Haible  <bruno@clisp.org>
2600
2601         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2602         * lib/math_.h [__DECC]: Include the overridden include file through
2603         #include_next, outside the double-inclusion guard.
2604         * lib/stdio_.h [__DECC]: Likewise.
2605         * lib/stdlib_.h [__DECC]: Likewise.
2606         * lib/string_.h [__DECC]: Likewise.
2607         * lib/time_.h [__DECC]: Likewise.
2608         * lib/wchar_.h [__DECC]: Likewise.
2609         * lib/wctype_.h [__DECC]: Likewise.
2610         * lib/inttypes_.h [__DECC]: Likewise.
2611         Reported by Albert Chin <china@thewrittenword.com> in
2612         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2613
2614 2007-04-04  Eric Blake  <ebb9@byu.net>
2615
2616         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2617         1.5.x.
2618
2619 2007-04-04  Bruno Haible  <bruno@clisp.org>
2620
2621         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2622         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2623
2624 2007-04-04  Bruno Haible  <bruno@clisp.org>
2625
2626         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2627         results for "%010a" of Infinity and NaN.
2628         * tests/test-vasprintf-posix.c (test_function): Likewise.
2629         * tests/test-snprintf-posix.h (test_function): Likewise.
2630         * tests/test-sprintf-posix.h (test_function): Likewise.
2631         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2632         * tests/test-printf-posix.h (test_function): Likewise.
2633         * tests/test-fprintf-posix.out: Update.
2634         Needed for FreeBSD 6.1.
2635
2636 2007-04-04  Bruno Haible  <bruno@clisp.org>
2637
2638         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2639         directly used by the gnulib modules nor by gnulib-tool.
2640
2641 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2642
2643         * DEPENDENCIES: Give overall description of version dependency
2644         desirability.  Use more-typical names for apps.
2645         Add shell, coreutils, diffutils, grep, tar, gzip.
2646
2647 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2648
2649         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2650
2651 2007-04-04  Karl Berry  <karl@gnu.org>
2652
2653         * MODULES.html.sh (func_module): missing '.
2654
2655 2007-04-03  Bruno Haible  <bruno@clisp.org>
2656
2657         * modules/argmatch-tests (Makefile.am): New variable
2658         test_argmatch_LDADD.
2659         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2660         * modules/array-list-tests (Makefile.am): New variable
2661         test_array_list_LDADD.
2662         * modules/array-oset-tests (Makefile.am): New variable
2663         test_array_oset_LDADD.
2664         * modules/avltree-list-tests (Makefile.am): New variable
2665         test_avltree_list_LDADD.
2666         * modules/avltree-oset-tests (Makefile.am): New variable
2667         test_avltree_oset_LDADD.
2668         * modules/avltreehash-list-tests (Makefile.am): New variable
2669         test_avltreehash_list_LDADD.
2670         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2671         test_canonicalize_lgpl_LDADD.
2672         * modules/carray-list-tests (Makefile.am): New variable
2673         test_carray_list_LDADD.
2674         * modules/dirname-tests (Makefile.am): New variable
2675         test_dirname_LDADD.
2676         * modules/linked-list-tests (Makefile.am): New variable
2677         test_linked_list_LDADD.
2678         * modules/linkedhash-list-tests (Makefile.am): New variable
2679         test_linkedhash_list_LDADD.
2680         * modules/rbtree-list-tests (Makefile.am): New variable
2681         test_rbtree_list_LDADD.
2682         * modules/rbtree-oset-tests (Makefile.am): New variable
2683         test_rbtree_oset_LDADD.
2684         * modules/rbtreehash-list-tests (Makefile.am): New variable
2685         test_rbtreehash_list_LDADD.
2686         * modules/xvasprintf-tests (Makefile.am): New variable
2687         test_xvasprintf_LDADD.
2688         Reported by Eric Blake.
2689
2690 2007-04-03  Eric Blake  <ebb9@byu.net>
2691
2692         * DEPENDENCIES: Weaken m4 requirements.
2693
2694 2007-04-03  Bruno Haible  <bruno@clisp.org>
2695
2696         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2697         * modules/isnanl-tests (configure.ac): Likewise.
2698
2699 2007-04-03  Ben Pfaff  <blp@gnu.org>
2700
2701         * modules/iconv_open: Add $(srcdir)/ to source directory
2702         references in Makefile fragments that call gperf, to fix VPATH
2703         builds.
2704
2705 2007-04-03  Bruno Haible  <bruno@clisp.org>
2706
2707         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2708         * lib/ldexpl.c: Undo last change.
2709
2710 2007-04-03  Bruno Haible  <bruno@clisp.org>
2711
2712         * modules/printf-frexpl (Depends-on): Undo last change.
2713         (Files): Add m4/ldexpl.m4.
2714
2715 2007-04-03  Bruno Haible  <bruno@clisp.org>
2716
2717         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2718         * modules/isnanl (Link): New section.
2719
2720         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2721         * modules/frexp (Link): New section.
2722
2723         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2724         * modules/frexpl (Link): New section.
2725
2726         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2727         * modules/ldexpl (Link): New section.
2728
2729 2007-04-03  Bruno Haible  <bruno@clisp.org>
2730
2731         * modules/TEMPLATE-EXTENDED: New file.
2732         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2733
2734 2007-04-03  Bruno Haible  <bruno@clisp.org>
2735
2736         * DEPENDENCIES: New file.
2737         Suggested by Simon Josefsson.
2738
2739 2007-04-03  Bruno Haible  <bruno@clisp.org>
2740
2741         * doc/gnulib.texi: Escape @.
2742
2743 2007-04-03  James Youngman  <jay@gnu.org>
2744         and Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2747         birthtime on all systems that have birthtime, not just those which
2748         use st_birthtimensec rather than st_birthtim.  Putting zero in
2749         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2750         that the birth time is not available for files on an NFS mount.
2751
2752 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2753
2754         * modules/memxor: Move back from crypto/, suggested by Bruno.
2755         * modules/crypto/hmac-sha1: Fix memxor dependency.
2756
2757         * modules/crypto/gc: Moved from ../.
2758
2759 2007-04-02  Eric Blake  <ebb9@byu.net>
2760
2761         * lib/ldexpl.c (includes): Avoid libm.
2762
2763         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2764
2765 2007-04-02  Bruno Haible  <bruno@clisp.org>
2766
2767         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2768         on IRIX.
2769
2770 2007-04-02  Bruno Haible  <bruno@clisp.org>
2771
2772         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2773         x86 or x86_64 platforms running MacOS X.
2774         Reported by Ryan Schmidt <@ryandesign.com>.
2775
2776 2007-04-02  Bruno Haible  <bruno@clisp.org>
2777
2778         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2779         i386.
2780
2781 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2782
2783         * modules/crypto/arcfour: Moved from ../.
2784         * modules/crypto/arcfour-tests: Moved from ../.
2785         * modules/crypto/arctwo: Moved from ../.
2786         * modules/crypto/arctwo-tests: Moved from ../.
2787         * modules/crypto/des: Moved from ../.
2788         * modules/crypto/des-tests: Moved from ../.
2789         * modules/crypto/gc-arcfour: Moved from ../.
2790         * modules/crypto/gc-arcfour-tests: Moved from ../.
2791         * modules/crypto/gc-arctwo: Moved from ../.
2792         * modules/crypto/gc-arctwo-tests: Moved from ../.
2793         * modules/crypto/gc-des: Moved from ../.
2794         * modules/crypto/gc-des-tests: Moved from ../.
2795         * modules/crypto/gc-hmac-md5: Moved from ../.
2796         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2797         * modules/crypto/gc-hmac-sha1: Moved from ../.
2798         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2799         * modules/crypto/gc-md2: Moved from ../.
2800         * modules/crypto/gc-md2-tests: Moved from ../.
2801         * modules/crypto/gc-md4: Moved from ../.
2802         * modules/crypto/gc-md4-tests: Moved from ../.
2803         * modules/crypto/gc-md5: Moved from ../.
2804         * modules/crypto/gc-md5-tests: Moved from ../.
2805         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2806         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2807         * modules/crypto/gc-random: Moved from ../.
2808         * modules/crypto/gc-rijndael: Moved from ../.
2809         * modules/crypto/gc-rijndael-tests: Moved from ../.
2810         * modules/crypto/gc-sha1: Moved from ../.
2811         * modules/crypto/gc-sha1-tests: Moved from ../.
2812         * modules/crypto/gc-tests: Moved from ../.
2813         * modules/crypto/hmac-md5: Moved from ../.
2814         * modules/crypto/hmac-md5-tests: Moved from ../.
2815         * modules/crypto/hmac-sha1: Moved from ../.
2816         * modules/crypto/hmac-sha1-tests: Moved from ../.
2817         * modules/crypto/md2: Moved from ../.
2818         * modules/crypto/md2-tests: Moved from ../.
2819         * modules/crypto/md4: Moved from ../.
2820         * modules/crypto/md4-tests: Moved from ../.
2821         * modules/crypto/md5: Moved from ../.
2822         * modules/crypto/md5-tests: Moved from ../.
2823         * modules/crypto/memxor: Moved from ../.
2824         * modules/crypto/rijndael: Moved from ../.
2825         * modules/crypto/rijndael-tests: Moved from ../.
2826         * modules/crypto/sha1: Moved from ../.
2827
2828 2007-03-30  James Youngman  <jay@gnu.org>
2829
2830         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2831         rename() to change the ctime of a file (because ctime is unaffected
2832         by rename on jfs2 on AIX 5.1).
2833         (main): Start by doing cleanup, in case a previous run failed leaving
2834         test files behind.
2835
2836 2007-03-31  Bruno Haible  <bruno@clisp.org>
2837
2838         Support old proprietary implementations of iconv.
2839         * modules/iconv_open: New file.
2840         * lib/iconv_.h: New file.
2841         * m4/iconv_h.m4: New file.
2842         * lib/iconv_open.c: New file.
2843         * lib/iconv_open-aix.gperf: New file.
2844         * lib/iconv_open-hpux.gperf: New file.
2845         * lib/iconv_open-irix.gperf: New file.
2846         * lib/iconv_open-osf.gperf: New file.
2847         * m4/iconv_open.m4: New file.
2848         * modules/linebreak (Depends-on): Add iconv_open.
2849         * modules/striconv (Depends-on): Likewise.
2850         * modules/striconveh (Depends-on): Likewise.
2851         * modules/unicodeio (Depends-on): Likewise.
2852         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2853         (iconv_t)(-1).
2854         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2855         conversion if cd is (iconv_t)(-1).
2856         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2857         is not possible.
2858
2859 2007-03-31  Bruno Haible  <bruno@clisp.org>
2860
2861         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2862         work on Solaris either. Protect also second use of "autodetect_jp".
2863
2864 2007-03-31  Bruno Haible  <bruno@clisp.org>
2865
2866         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2867         the function is not present.
2868
2869 2007-03-31  Bruno Haible  <bruno@clisp.org>
2870
2871         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2872         the function is not present.
2873
2874 2007-03-31  Bruno Haible  <bruno@clisp.org>
2875
2876         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2877         a bug in HP-UX iconv_open().
2878
2879 2007-03-31  Bruno Haible  <bruno@clisp.org>
2880
2881         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2882         (Mathematics <math.h>): New section, add fpieee.
2883         (Input/output <stdio.h>): Add fseterr.
2884         (Mathematics <math.h>): New section, add printf-frexp.
2885         (Container data structures): Add sublist.
2886         (Core language properties): Add fpucw, inline.
2887         (Functions for greatest-width integer types <inttypes.h>): Add
2888         imaxabs, imaxdiv, inttypes.
2889         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2890         isnanl-nolibm, ldexp.
2891         (Mathematics <math.h>): New section, add printf-frexpl.
2892         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2893         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2894         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2895         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2896         (Unicode string functions): Add unistr/u*-mbtoucr.
2897         (Java): Add javacomp-script, javaexec-script.
2898         (C#): Add csharpcomp-script, csharpexec-script.
2899         (Support for building libraries and executables): Add havelib,
2900         relocatable-*.
2901         (Support for maintaining and releasing projects): Renamed from
2902         'Support for maintaining and release projects'. Add announce-gen.
2903
2904 2007-03-31  Bruno Haible  <bruno@clisp.org>
2905
2906         * README: Talk primarily about git.
2907         (git and CVS): Renamed from CVS.
2908         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2909         gnulib is available through git.
2910         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2911
2912 2007-03-30  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2915         * lib/poll_.h: Likewise.
2916         * lib/stat_.h: Likewise.
2917         * lib/sys_time_.h: Likewise.
2918         * lib/sysexit_.h: Likewise.
2919         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2920         * lib/stdbool_.h: Likewise.
2921         * lib/byteswap_.h: Add double-inclusion guard.
2922
2923 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2924
2925         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2926
2927 2007-03-30  Karl Berry  <karl@gnu.org>
2928
2929         * config/srclist-update: double space after USA in the license
2930         substitution, since that's how it's usually (?) written.
2931
2932 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2933
2934         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2935         reported by Bruno Haible.
2936
2937 2007-03-29  Bruno Haible  <bruno@clisp.org>
2938
2939         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2940         a bug in AIX iconv().
2941
2942 2007-03-29  Bruno Haible  <bruno@clisp.org>
2943
2944         * modules/ldexpl-tests: New file.
2945         * tests/test-ldexpl.c: New file.
2946
2947 2007-03-29  Bruno Haible  <bruno@clisp.org>
2948
2949         * lib/ldexpl.c: Include fpucw.h.
2950         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2951         multiplication.
2952         * modules/ldexpl (Depends-on): Add fpucw.
2953
2954 2007-03-29  Bruno Haible  <bruno@clisp.org>
2955
2956         * modules/ldexpl: New file.
2957         * m4/ldexpl.m4: New file.
2958         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2959         set.
2960         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2961         REPLACE_LDEXPL.
2962         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2963         REPLACE_LDEXPL.
2964         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2965         gl_FUNC_LDEXPL_WORKS.
2966         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2967         * modules/mathl (Files): Remove lib/ldexpl.c.
2968         (Depends-on): Add ldexpl.
2969
2970 2007-03-29  Bruno Haible  <bruno@clisp.org>
2971
2972         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2973
2974 2007-03-29  Bruno Haible  <bruno@clisp.org>
2975
2976         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2977         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2978         and possibly also HP-UX.
2979         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2980         work on AIX, IRIX, HP-UX, OSF/1.
2981         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2982         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2983         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2984         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2985         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2986         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2987
2988 2007-03-29  Bruno Haible  <bruno@clisp.org>
2989
2990         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2991
2992 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2993
2994         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2995         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2996
2997 2007-03-29  Eric Blake  <ebb9@byu.net>
2998
2999         * lib/acl-internal.h: Remove redundant include.
3000         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3001         Cygwin when a file is locked.
3002
3003 2007-03-29  Bruno Haible  <bruno@clisp.org>
3004
3005         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3006         file.
3007         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3008
3009 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3010
3011         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3012         try to remove a parent directory if the child couldn't be removed
3013         (except for the first rmdir, which could fail because the child
3014         doesn't exist).  Problem reported by Jeff Blaine in
3015         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3016
3017 2007-03-28  Bruno Haible  <bruno@clisp.org>
3018
3019         * lib/striconveh.c (utf8conv_carefully): New function.
3020         (mem_cd_iconveh_internal): Invoke it.
3021
3022 2007-03-28  Bruno Haible  <bruno@clisp.org>
3023
3024         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3025         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3026         input.
3027         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3028         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3029         unistr/u8-uctomb.
3030
3031 2007-03-28  Bruno Haible  <bruno@clisp.org>
3032
3033         * modules/unistr/u8-mbtoucr: New file.
3034         * lib/unistr/u8-mbtoucr.c: New file.
3035         * modules/unistr/u16-mbtoucr: New file.
3036         * lib/unistr/u16-mbtoucr.c: New file.
3037         * modules/unistr/u16-mbtoucr: New file.
3038         * lib/unistr/u16-mbtoucr.c: New file.
3039         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3040
3041 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3042             Bruno Haible  <bruno@clisp.org>
3043
3044         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3045         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3046         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3047
3048         * m4/stdio_h.m4: Add stubs for vasprintf too.
3049
3050         * modules/stdio: Support vasprintf in sed command.
3051
3052         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3053         vasprintf.h.  Add stdio module indicator.
3054
3055         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3056         vasprintf.h.
3057
3058         * lib/vasprintf.h: File removed.
3059
3060         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3061         * lib/vasprintf.c: Ditto.
3062         * lib/xvasprintf.c: Ditto.
3063         * tests/test-vasprintf-posix.c: Ditto.
3064         * tests/test-vasprintf.c: Ditto.
3065
3066 2007-03-27  Bruno Haible  <bruno@clisp.org>
3067
3068         Make vasnprintf multithread-safe.
3069         * lib/vasnprintf.c (decimal_point_char): New function.
3070         (VASNPRINTF): Use it.
3071         Suggested by Simon Josefsson.
3072
3073 2007-03-27  Eric Blake  <ebb9@byu.net>
3074
3075         Support sub-second birthtime on cygwin.
3076         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3077         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3078         (get_stat_birthtime): Also work with st_birthtim.
3079
3080 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3081
3082         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3083         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3084         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3085         (get_stat_birthtime_ns): Simplify compile-time tests.
3086         (get_stat_birthtime): Change the API to look like
3087         get_stat_mtime etc., except return a negative tv_nsec on error.
3088         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3089         Don't check for "spare" fields.
3090         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3091         or for struct stat.st_birthtime, as these tests aren't used.
3092         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3093
3094 2007-03-27  Bruno Haible  <bruno@clisp.org>
3095
3096         * lib/stat-time.h: Include <sys/stat.h>.
3097
3098 2007-03-27  James Youngman  <jay@gnu.org>
3099
3100         * lib/stat-time.h (get_stat_birthtime): New function for
3101           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3102         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3103           and its variants.
3104         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3105         * modules/stat-time-test: New file.
3106         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3107
3108 2007-03-26  Bruno Haible  <bruno@clisp.org>
3109
3110         Better support of signalling NaNs.
3111         * lib/atanl.c: Include isnanl.h.
3112         (atanl): Perform test for NaN at the beginning of the function and
3113         through a call to isnanl.
3114         * lib/cosl.c: Include isnanl.h.
3115         (cosl): Perform test for NaN at the beginning of the function and
3116         through a call to isnanl.
3117         * lib/ldexpl.c: Include isnanl.h.
3118         (ldexpl): Perform test for NaN through a call to isnanl.
3119         * lib/logl.c: Include isnanl.h.
3120         (logl): Perform test for NaN at the beginning of the function and
3121         through a call to isnanl.
3122         * lib/sinl.c: Include isnanl.h.
3123         (sinl): Perform test for NaN at the beginning of the function and
3124         through a call to isnanl.
3125         * lib/sqrtl.c: Include isnanl.h.
3126         (sqrtl): Perform test for NaN at the beginning of the function and
3127         through a call to isnanl.
3128         * lib/tanl.c: Include isnanl.h.
3129         (tanl): Perform test for NaN at the beginning of the function and
3130         through a call to isnanl.
3131         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3132         * modules/mathl (Depends-on): Add isnanl.
3133
3134 2007-03-26  Eric Blake  <ebb9@byu.net>
3135
3136         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3137         regression in logic sense of previous patch.
3138
3139 2007-03-26  Bruno Haible  <bruno@clisp.org>
3140
3141         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3142         unportable shell command "if ! ...".
3143         Reported by Ralf Wildenhues.
3144
3145 2007-03-25  Bruno Haible  <bruno@clisp.org>
3146
3147         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3148         <sysexits.h> file, and only add EX_CONFIG.
3149         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3150         absolute file name and whether it is sufficient. Substitute also
3151         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3152         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3153         ABSOLUTE_SYSEXITS_H into sysexits.h.
3154
3155 2007-03-25  Bruno Haible  <bruno@clisp.org>
3156
3157         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3158         hints is NULL.
3159
3160 2007-03-25  Bruno Haible  <bruno@clisp.org>
3161
3162         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3163         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3164
3165 2007-03-25  Bruno Haible  <bruno@clisp.org>
3166
3167         * lib/vasnprintf.c: Include langinfo.h.
3168         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3169         multithread-safe.
3170         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3171         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3172         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3173         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3174         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3175         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3176         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3177         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3178         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3179         Reported by Simon Josefsson.
3180
3181 2007-03-25  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3184         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3185         * modules/vasnprintf (Depends-on): Add stdint.
3186
3187 2007-03-25  Bruno Haible  <bruno@clisp.org>
3188
3189         * modules/fpieee: New file.
3190         * m4/fpieee.m4: New file.
3191         * modules/isnan-nolibm (Depends-on): Add fpieee.
3192         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3193         * modules/isnanl (Depends-on): Add fpieee.
3194
3195 2007-03-25  Bruno Haible  <bruno@clisp.org>
3196
3197         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3198
3199 2007-03-25  Bruno Haible  <bruno@clisp.org>
3200
3201         Avoid test failures on IRIX 6.5.
3202         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3203         (main): Use it.
3204         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3205         macros.
3206         (main): Use them.
3207
3208 2007-03-25  Bruno Haible  <bruno@clisp.org>
3209
3210         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3211         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3212         exists but doesn't work.
3213         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3214         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3215         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3216         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3217
3218 2007-03-25  Bruno Haible  <bruno@clisp.org>
3219
3220         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3221         returns inf. Needed on IRIX 6.5.
3222
3223 2007-03-25  Bruno Haible  <bruno@clisp.org>
3224
3225         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3226         (main): Use isnanl instead of x != x idiom.
3227         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3228
3229         * tests/test-frexp.c: Include isnan.h.
3230         (main): Use isnan instead of x != x idiom.
3231         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3232
3233 2007-03-25  Bruno Haible  <bruno@clisp.org>
3234
3235         * tests/test-frexp.c (NaN): New function/macro.
3236         (main): Use it instead of 0.0 / 0.0.
3237         * tests/test-isnan.c (NaN): New function/macro.
3238         (main): Use it instead of 0.0 / 0.0.
3239         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3240         (test_function): Use it instead of 0.0 / 0.0.
3241         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3242         (test_function): Use it instead of 0.0 / 0.0.
3243         * tests/test-snprintf-posix.h (NaN): New function/macro.
3244         (test_function): Use it instead of 0.0 / 0.0.
3245         * tests/test-sprintf-posix.h (NaN): New function/macro.
3246         (test_function): Use it instead of 0.0 / 0.0.
3247         * tests/test-fprintf-posix.h (NaN): New function/macro.
3248         (test_function): Use it instead of 0.0 / 0.0.
3249         * tests/test-printf-posix.h (NaN): New function/macro.
3250         (test_function): Use it instead of 0.0 / 0.0.
3251
3252         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3253
3254 2007-03-25  Bruno Haible  <bruno@clisp.org>
3255
3256         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3257
3258 2007-03-25  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/regexec.c (merge_state_with_log): Make static.
3261
3262 2007-03-25  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/trigl.c (kernel_rem_pio2): Make static.
3265
3266 2007-03-25  Bruno Haible  <bruno@clisp.org>
3267
3268         * lib/sincosl.c (sincosl_table): Make static.
3269
3270 2007-03-25  Bruno Haible  <bruno@clisp.org>
3271
3272         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3273         if the compiler does not support C99.
3274
3275 2007-03-25  Bruno Haible  <bruno@clisp.org>
3276
3277         * modules/time (Makefile.am): Ensure all rule action lines start with a
3278         tab.
3279
3280 2007-03-24  Bruno Haible  <bruno@clisp.org>
3281
3282         * modules/tsearch-tests: New file.
3283         * tests/test-tsearch.sh: New file.
3284         * tests/test-tsearch.c: New file, mostly copied from glibc.
3285
3286         * modules/search-tests: New file.
3287         * tests/test-search.c: New file.
3288
3289         * modules/search: New file.
3290         * lib/search_.h: New file, incorporating lib/tsearch.h.
3291         * m4/search_h.m4: New file.
3292         * lib/tsearch.h: Remove file.
3293         * lib/tsearch.c: Include search.h instead of tsearch.h.
3294         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3295         HAVE_TSEARCH.
3296         * modules/tsearch (Files): Remove lib/tsearch.h.
3297         (Depends-on): Add search.
3298         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3299         (Include): Change tsearch.h into search.h.
3300
3301 2007-03-24  Bruno Haible  <bruno@clisp.org>
3302
3303         * modules/fpucw: New file.
3304         * lib/fpucw.h: New file.
3305         * lib/frexp.c: Include fpucw.h.
3306         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3307         (FUNC): Use them.
3308         * lib/printf-frexp.c: Include fpucw.h.
3309         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3310         (FUNC): Use them.
3311         * lib/vasnprintf.c: Include fpucw.h.
3312         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3313         'long double' calculations.
3314         * tests/test-frexpl.c: Include fpucw.h.
3315         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3316         * tests/test-printf-frexpl.c: Include fpucw.h.
3317         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3318         * modules/frexpl (Depends-on): Add fpucw.
3319         * modules/printf-frexpl (Depends-on): Likewise.
3320         * modules/fprintf-posix (Depends-on): Likewise.
3321         * modules/snprintf-posix (Depends-on): Likewise.
3322         * modules/sprintf-posix (Depends-on): Likewise.
3323         * modules/vasnprintf-posix (Depends-on): Likewise.
3324         * modules/vasprintf-posix (Depends-on): Likewise.
3325         * modules/vfprintf-posix (Depends-on): Likewise.
3326         * modules/vsnprintf-posix (Depends-on): Likewise.
3327         * modules/vsprintf-posix (Depends-on): Likewise.
3328         * modules/frexpl-tests (Depends-on): Likewise.
3329         * modules/printf-frexpl-tests (Depends-on): Likewise.
3330
3331 2007-03-24  Bruno Haible  <bruno@clisp.org>
3332
3333         * lib/float+.h: New file.
3334         * lib/isnan.c: Include float+.h.
3335         (SIZE): New macro.
3336         (FUNC): Compare only SIZE bytes of the value.
3337         * lib/vasnprintf.c: Include float+.h.
3338         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3339         SIZEOF_LDBL or SIZEOF_DBL bytes.
3340         * modules/isnan-nolibm (Files): Add lib/float+.h.
3341         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3342         * modules/isnanl (Files): Add lib/float+.h.
3343         * modules/vasnprintf (Files): Add lib/float+.h.
3344
3345 2007-03-24  Bruno Haible  <bruno@clisp.org>
3346
3347         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3348         include isnanl-nolibm.h.
3349
3350 2007-03-24  Bruno Haible  <bruno@clisp.org>
3351
3352         * tests/test-read-file.c (main): Don't produce spurious output for
3353         expected situations. Make the test fail if it encountered unexpected
3354         results.
3355
3356 2007-03-24  Bruno Haible  <bruno@clisp.org>
3357
3358         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3359         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3360
3361 2007-03-24  Bruno Haible  <bruno@clisp.org>
3362
3363         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3364
3365 2007-03-24  Bruno Haible  <bruno@clisp.org>
3366
3367         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3368         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3369
3370         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3371         * modules/utf8-ucs4: Turn into a symbolic link to module
3372         unistr/u8-mbtouc.
3373
3374         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3375         utf8-ucs4-unsafe.
3376         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3377         unistr/u8-mbtouc-unsafe.
3378
3379         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3380         * modules/utf16-ucs4: Turn into a symbolic link to module
3381         unistr/u16-mbtouc.
3382
3383         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3384         utf16-ucs4-unsafe.
3385         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3386         unistr/u16-mbtouc-unsafe.
3387
3388         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3389         * modules/ucs4-utf8: Turn into a symbolic link to module
3390         unistr/u8-ubtomb.
3391
3392         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3393         * modules/ucs4-utf16: Turn into a symbolic link to module
3394         unistr/u16-ubtomb.
3395
3396 2007-03-24  Bruno Haible  <bruno@clisp.org>
3397
3398         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3399         Enable the function only if HAVE_INLINE.
3400         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3401         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3402         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3403         Enable the function only if HAVE_INLINE.
3404         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3405         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3406         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3407         Enable the function only if HAVE_INLINE.
3408         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3409         Enable the function only if HAVE_INLINE.
3410         * modules/utf8-ucs4: Update.
3411         * modules/utf8-ucs4-unsafe: Update.
3412         * modules/utf16-ucs4: Update.
3413         * modules/utf16-ucs4-unsafe: Update.
3414         * modules/ucs4-utf8: Update.
3415         * modules/ucs4-utf16: Update.
3416
3417 2007-03-24  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/utf8-ucs4.h: Remove file.
3420         * lib/utf8-ucs4-unsafe.h: Remove file.
3421         * lib/utf16-ucs4.h: Remove file.
3422         * lib/utf16-ucs4-unsafe.h: Remove file.
3423         * lib/ucs4-utf8.h: Remove file.
3424         * lib/ucs4-utf16.h: Remove file.
3425         * lib/unistr.h: Include their previous contents.
3426         * m4/utf-ucs4.m4: Remove file.
3427         * m4/ucs4-utf.m4: Remove file.
3428         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3429         (Depends-on): Add unistr/base.
3430         (configure.ac): Remove gl_UTF_UCS4.
3431         (Makefile.am): Update.
3432         (Include): Change to unistr.h.
3433         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3434         (Depends-on): Add unistr/base.
3435         (configure.ac): Remove gl_UTF_UCS4.
3436         (Makefile.am): Update.
3437         (Include): Change to unistr.h.
3438         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3439         (Depends-on): Add unistr/base.
3440         (configure.ac): Remove gl_UTF_UCS4.
3441         (Makefile.am): Update.
3442         (Include): Change to unistr.h.
3443         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3444         (Depends-on): Add unistr/base.
3445         (configure.ac): Remove gl_UTF_UCS4.
3446         (Makefile.am): Update.
3447         (Include): Change to unistr.h.
3448         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3449         (Depends-on): Add unistr/base.
3450         (configure.ac): Remove gl_UCS4_UTF.
3451         (Makefile.am): Update.
3452         (Include): Change to unistr.h.
3453         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3454         (Depends-on): Add unistr/base.
3455         (configure.ac): Remove gl_UCS4_UTF.
3456         (Makefile.am): Update.
3457         (Include): Change to unistr.h.
3458         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3459         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3460         utf8-ucs4-unsafe.h.
3461         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3462         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3463         utf16-ucs4-unsafe.h.
3464         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3465         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3466         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3467         * lib/unistr/u8-strchr.c: Likewise.
3468         * lib/unistr/u8-strrchr.c: Likewise.
3469         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3470         * lib/unistr/u16-strchr.c: Likewise.
3471         * lib/unistr/u16-strrchr.c: Likewise.
3472         * lib/striconveh.c: Update.
3473         * lib/linebreak.c: Update.
3474
3475 2007-03-24  Bruno Haible  <bruno@clisp.org>
3476
3477         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3478         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3479
3480 2007-03-22  Bruno Haible  <bruno@clisp.org>
3481
3482         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3483
3484 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3485
3486         * MODULES.html.sh (File system functions): New module write-any-file.
3487         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3488         * m4/write-any-file.m4: New files.
3489
3490 2007-03-23  Eric Blake  <ebb9@byu.net>
3491
3492         * gnulib-tool: Rearrange space-tab sequences, since some editors
3493         like to eat them.
3494
3495 2007-03-23  Eric Blake  <ebb9@byu.net>
3496
3497         * lib/version-etc.c (version_etc_va): Update license wording to
3498         be more concise.  Recommended by Richard Stallman.
3499
3500 2007-03-22  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/poll.c (MSG_PEEK): New fallback definition.
3503
3504 2007-03-22  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3507         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3508         (main): Update.
3509         Fixes a compilation error on BeOS.
3510
3511 2007-03-22  Bruno Haible  <bruno@clisp.org>
3512
3513         * modules/frexpl-tests: New file.
3514         * tests/test-frexpl.c: New file.
3515
3516         * modules/frexpl: New file.
3517         * m4/frexpl.m4: New file.
3518         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3519         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3520         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3521         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3522         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3523         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3524
3525 2007-03-22  Bruno Haible  <bruno@clisp.org>
3526
3527         * lib/frexpl.c: Share code with lib/frexp.c.
3528         * modules/mathl (Files): Add lib/frexp.c.
3529         (Depends-on): Add isnanl-nolibm.
3530
3531 2007-03-22  Bruno Haible  <bruno@clisp.org>
3532
3533         * modules/printf-frexp (Files): Add m4/frexp.m4.
3534         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3535         only if the found frexp function actually works.
3536
3537 2007-03-22  Bruno Haible  <bruno@clisp.org>
3538
3539         * lib/frexp.c: Remove older implementation that uses divisions.
3540
3541 2007-03-21  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/frexp-tests: New file.
3544         * tests/test-frexp.c: New file.
3545
3546         * modules/frexp: New file.
3547         * lib/frexp.c: New file.
3548         * m4/frexp.m4: New file.
3549         * lib/math_.h (frexp): New declaration.
3550         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3551         REPLACE_FREXP.
3552         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3553
3554 2007-03-21  Bruno Haible  <bruno@clisp.org>
3555
3556         * modules/isnanl-tests: New file.
3557         * tests/test-isnanl.c: New file.
3558
3559         * modules/isnanl: New file.
3560         * lib/isnanl.h: New file.
3561         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3562         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3563         gl_FUNC_ISNANL_WORKS.
3564         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3565         New macros.
3566
3567 2007-03-21  Bruno Haible  <bruno@clisp.org>
3568
3569         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3570         lib/isnanl.h.
3571         (Include): Update.
3572         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3573         * lib/vasnprintf.c: Update.
3574         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3575         tests/test-isnanl.h, remove tests/test-isnanl.c.
3576         (Makefile.am): Update.
3577         * tests/test-isnanl-nolibm.c: New file.
3578         * tests/test-isnanl.h: New file.
3579         * tests/test-isnanl.c: Remove file.
3580
3581 2007-03-21  Jim Meyering  <jim@meyering.net>
3582
3583         When trying to open ".", treat ESTALE like EACCES.
3584         * lib/savewd.c (savewd_save): Resort to forking not just upon
3585         failure with EACCES, but also when errno is ESTALE.
3586
3587 2007-03-20  Bruno Haible  <bruno@clisp.org>
3588
3589         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3590         Needed on AIX 5.1. Reported by Matthew Woehlke.
3591
3592 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3593
3594         Suggestions by Bruno Haible:
3595         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3596         our own.
3597         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3598         * modules/acl (Depends-on): Add gettext.
3599
3600 2007-03-19  Bruno Haible  <bruno@clisp.org>
3601
3602         * modules/iconvme: Remove file.
3603         * lib/iconvme.h: Remove file.
3604         * lib/iconvme.c: Remove file.
3605         * m4/iconvme.m4: Remove file.
3606
3607 2007-03-19  Bruno Haible  <bruno@clisp.org>
3608
3609         * doc/relocatable-maint.texi: Break long shell script line.
3610         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3611
3612 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3613
3614         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3615         handle file_has_acl.
3616         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3617         * lib/acl.c: Move header inclusions and related macro defns into
3618         lib/acl-internal.h.
3619         (S_ISLNK): Remove defn, since that's now done for us.
3620         (file_has_acl): Move to lib/file-has-acl.c.
3621         Call acl_trivial if available.  This is the crucial part of the fix.
3622         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3623         shared within the library.  Rewrite a bit, partly to make it compatible
3624         with the GNU coding style.
3625         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3626         Remove unnecessary double-quotes.
3627         Don't test for acl_to_text; the build will catch that.
3628         Replace acl_entries if it doesn't exist and it is needed.
3629         Check for -lsec and acl_trivial (as used on Solaris 10).
3630         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3631         lib/file-has-acl.c.
3632         (Depends-on): Add sys_stat, for S_ISLNK.
3633
3634 2007-03-19  Ben Pfaff  <blp@gnu.org>
3635
3636         * doc/gnulib.texi: Fix typos.
3637         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3638
3639 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3640
3641         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3642         If size is zero here, buf must be zero.
3643
3644 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3645
3646         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3647         <bruno@clisp.org>.
3648
3649 2007-03-18  Bruno Haible  <bruno@clisp.org>
3650
3651         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3652         Suggested by Eric Blake.
3653
3654 2007-03-18  Ben Pfaff  <blp@gnu.org>
3655
3656         * doc/relocatable.texi: Recommend using as prefix a directory
3657         that does not exist and will never be created.  Based on
3658         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3659         and others.
3660
3661 2007-03-17  Bruno Haible  <bruno@clisp.org>
3662
3663         * lib/fchownat.c: Include lchown.h.
3664
3665 2007-03-17  Bruno Haible  <bruno@clisp.org>
3666
3667         Fix endless loop when the given allocated size was > INT_MAX.
3668         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3669         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3670         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3671         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3672         * lib/sprintf.c (sprintf): Likewise.
3673
3674 2007-03-17  Bruno Haible  <bruno@clisp.org>
3675
3676         * tests/test-argp-2.sh (func_compare): Output a context diff.
3677
3678 2007-03-17  Bruno Haible  <bruno@clisp.org>
3679
3680         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3681         locale's decimal-point character.
3682
3683 2007-03-17  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3686         before comparing it. Needed because on some platforms (e.g. x86) a
3687         'long double' occupies less bytes than sizeof (long double).
3688
3689 2007-03-17  Bruno Haible  <bruno@clisp.org>
3690
3691         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3692         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3693         * tests/test-getaddrinfo.c (simple): Likewise.
3694         * tests/test-read-file.c (main): Likewise.
3695
3696 2007-03-17  Bruno Haible  <bruno@clisp.org>
3697
3698         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3699
3700 2007-03-17  Bruno Haible  <bruno@clisp.org>
3701
3702         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3703         unused variable.
3704
3705 2007-03-17  Bruno Haible  <bruno@clisp.org>
3706
3707         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3708         * tests/test-c-strncasecmp.c: Likewise.
3709
3710 2007-03-17  Bruno Haible  <bruno@clisp.org>
3711
3712         * modules/stdlib (Depends-on): Add unistd.
3713         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3714         Needed for MacOS X 10.3.
3715
3716 2007-03-17  Bruno Haible  <bruno@clisp.org>
3717
3718         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3719
3720 2007-03-17  Bruno Haible  <bruno@clisp.org>
3721
3722         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3723
3724 2007-03-17  Bruno Haible  <bruno@clisp.org>
3725
3726         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3727         to reflect files copied from gnulib (with or without modifications).
3728         Suggested by Jim Meyering.
3729
3730 2007-03-17  Eric Blake  <ebb9@byu.net>
3731
3732         * NEWS: Document stdlib change from 2007-02-18.
3733
3734 2007-03-17  Jim Meyering  <jim@meyering.net>
3735
3736         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3737         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3738         someone uses a name containing shell meta-characters.
3739         Reported by Alfred M. Szmidt.
3740
3741         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3742
3743 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3744
3745         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3746         and copy gettext configuration files only if configure.ac contains
3747         a use of AM_GNU_GETTEXT_VERSION.
3748
3749 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3750
3751         * build-aux/bootstrap (gnulib_name): New variable.
3752         (gnulib_tool_options): Use it.
3753
3754 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3755
3756         * tests/test-des.c: Use new namespace.
3757
3758 2007-03-15  Bruno Haible  <bruno@clisp.org>
3759
3760         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3761         Reported by James Youngman <jay@gnu.org>.
3762
3763 2007-03-15  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3766         declared prototype. Needed with cc on OSF/1 5.1.
3767
3768 2007-03-15  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3771         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3772         (struct gl_list_implementation): Add dispose_fn argument to the
3773         'create_empty', 'create' methods.
3774         (struct gl_list_impl_base): Add field 'dispose_fn'.
3775         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3776         argument.
3777         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3778         dispose_fn argument.
3779         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3780         dispose_fn on the dropped values.
3781         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3782         dispose_fn argument.
3783         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3784         dropped values.
3785         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3786         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3787         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3788         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3789         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3790         argument.
3791         (gl_tree_list_free): Call dispose_fn on the dropped values.
3792         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3793         the dropped values.
3794         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3795         Add dispose_fn argument.
3796         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3797         Call dispose_fn on the dropped values.
3798         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3799         Add dispose_fn argument.
3800         (gl_sublist_create): Initialize the 'dispose_fn' field.
3801         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3802         * tests/test-array_list.c (main): Update.
3803         * tests/test-carray_list.c (main): Update.
3804         * tests/test-avltree_list.c (main): Update.
3805         * tests/test-rbtree_list.c (main): Update.
3806         * tests/test-avltreehash_list.c (main): Update.
3807         * tests/test-rbtreehash_list.c (main): Update.
3808         * tests/test-linked_list.c (main): Update.
3809         * tests/test-linkedhash_list.c (main): Update.
3810         * tests/test-array_oset.c (main): Update.
3811
3812 2007-03-15  Bruno Haible  <bruno@clisp.org>
3813
3814         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3815         (gl_oset_create_empty): Add dispose_fn argument.
3816         (struct gl_oset_implementation): Add dispose_fn argument to
3817         'create_empty' method.
3818         (struct gl_oset_impl_base): Add dispose_fn field.
3819         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3820         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3821         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3822         values.
3823         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3824         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3825         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3826         dropped value.
3827         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3828         dropped value.
3829         * tests/test-array_oset.c (main): Update.
3830         * tests/test-avltree_oset.c (main): Update.
3831         * tests/test-rbtree_oset.c (main): Update.
3832         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3833
3834 2007-03-13  Bruno Haible  <bruno@clisp.org>
3835
3836         * tests/test-stdbool.c (i): Update after last patch.
3837
3838 2007-03-12  Bruno Haible  <bruno@clisp.org>
3839
3840         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3841         the iswprint macro. Needed on Solaris 2.5.1.
3842
3843 2007-03-12  Bruno Haible  <bruno@clisp.org>
3844
3845         * tests/test-printf-frexp.c (main): Declare x as volatile.
3846
3847 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3848
3849         * doc/gnulib.texi (Build robot for gnulib): New section.
3850
3851 2007-03-12  Jim Meyering  <jim@meyering.net>
3852
3853         * build-aux/bootstrap: New file.
3854         * build-aux/bootstrap.conf: New file, from coreutils.
3855
3856 2007-03-11  Bruno Haible  <bruno@clisp.org>
3857
3858         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3859
3860 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3861
3862         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3863         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3864         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3865
3866 2007-03-11  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3869         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3870
3871 2007-03-11  Bruno Haible  <bruno@clisp.org>
3872
3873         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3874         formula. Needed for SunPRO C 5.0.
3875
3876 2007-03-11  Bruno Haible  <bruno@clisp.org>
3877
3878         * modules/long-options (Depends-on): Add getopt.
3879
3880 2007-03-11  Bruno Haible  <bruno@clisp.org>
3881
3882         * modules/modechange (Depends-on): Add stdbool.
3883
3884 2007-03-11  Bruno Haible  <bruno@clisp.org>
3885
3886         * modules/i-ring (Depends-on): Add stdbool.
3887
3888 2007-03-11  Bruno Haible  <bruno@clisp.org>
3889
3890         * modules/gc-des (Depends-on): Add stdbool.
3891
3892 2007-03-11  Bruno Haible  <bruno@clisp.org>
3893
3894         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3895
3896 2007-03-11  Bruno Haible  <bruno@clisp.org>
3897
3898         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3899
3900 2007-03-11  Bruno Haible  <bruno@clisp.org>
3901
3902         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3903
3904 2007-03-11  Bruno Haible  <bruno@clisp.org>
3905
3906         * lib/vasnprintf.c (sprintf): Undefine.
3907
3908 2007-03-11  Bruno Haible  <bruno@clisp.org>
3909
3910         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3911         initializers in SunPRO C and Compaq C compilers.
3912
3913 2007-03-11  Bruno Haible  <bruno@clisp.org>
3914
3915         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3916         decrementing code ANSI C compliant.
3917
3918 2007-03-11  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3921         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3922
3923 2007-03-11  Bruno Haible  <bruno@clisp.org>
3924
3925         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3926         <stdbool.h> substitute doesn't pass.
3927
3928 2007-03-11  Bruno Haible  <bruno@clisp.org>
3929
3930         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3931
3932 2007-03-11  Bruno Haible  <bruno@clisp.org>
3933
3934         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3935         script, for submission to autobuild.josefsson.org.
3936
3937 2007-03-10  Bruno Haible  <bruno@clisp.org>
3938
3939         * modules/canonicalize-lgpl-tests: New file.
3940         * tests/test-canonicalize-lgpl.sh: New file.
3941         * tests/test-canonicalize-lgpl.c: New file.
3942
3943         * modules/c-strcase-tests: New file.
3944         * tests/test-c-strcase.sh: New file.
3945         * tests/test-c-strcasecmp.c: New file.
3946         * tests/test-c-strncasecmp.c: New file.
3947
3948         * modules/atexit-tests: New file.
3949         * tests/test-atexit.sh: New file.
3950         * tests/test-atexit.c: New file.
3951
3952 2007-03-10  Bruno Haible  <bruno@clisp.org>
3953
3954         * tests/test-binary-io.sh: Use temporary filenames that are not so
3955         likely to clash with those of other tests (in a parallel make).
3956         * tests/test-binary-io.c: Likewise.
3957
3958 2007-03-10  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3961         fallback; use #error instead.
3962         Suggested by Simon Josefsson.
3963
3964 2007-03-10  Bruno Haible  <bruno@clisp.org>
3965
3966         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3967         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3968         first and the last.
3969
3970 2007-03-10  Bruno Haible  <bruno@clisp.org>
3971
3972         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3973
3974 2007-03-10  Bruno Haible  <bruno@clisp.org>
3975
3976         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3977         "make distcheck".
3978         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3979         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3980         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3981
3982 2007-03-10  Bruno Haible  <bruno@clisp.org>
3983
3984         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3985         variable.
3986         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3987         variable.
3988
3989 2007-03-09  Eric Blake  <ebb9@byu.net>
3990         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3991
3992         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3993         types are not being provided by gnulib.
3994         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3995         types are supported.
3996
3997 2007-03-10  Bruno Haible  <bruno@clisp.org>
3998
3999         * lib/stdio_.h (__attribute__): New macro.
4000         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4001         vsprintf): Specify __attribute__ __format__ for GCC.
4002         Suggested by Eric Blake.
4003
4004 2007-03-09  Bruno Haible  <bruno@clisp.org>
4005
4006         * modules/printf-posix-tests: New file.
4007         * tests/test-printf-posix.sh: New file.
4008         * tests/test-printf-posix.c: New file.
4009
4010         * modules/printf-posix: New file.
4011         * lib/printf.c: New file.
4012         * m4/printf-posix-rpl.m4: New file.
4013         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4014         REPLACE_PRINTF.
4015         * lib/stdio_.h (printf): New declaration.
4016         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4017         ____strfmon____): New macros.
4018         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4019         REPLACE_PRINTF.
4020
4021 2007-03-09  Bruno Haible  <bruno@clisp.org>
4022
4023         * tests/test-vasnprintf-posix2.sh: New file.
4024         * tests/test-vasnprintf-posix2.c: New file.
4025         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4026         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4027         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4028
4029         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4030         a locale dependent decimal point, rather than always '.'.
4031
4032 2007-03-09  Eric Blake  <ebb9@byu.net>
4033
4034         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4035         spite of platforms like Tandem/NSK that define it to -1.
4036
4037 2007-03-08  Bruno Haible  <bruno@clisp.org>
4038
4039         * modules/vprintf-posix-tests: New file.
4040         * tests/test-vprintf-posix.sh: New file.
4041         * tests/test-vprintf-posix.c: New file.
4042         * tests/test-printf-posix.h: New file.
4043
4044         * modules/vprintf-posix: New file.
4045         * lib/vprintf.c: New file.
4046         * m4/vprintf-posix.m4: New file.
4047         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4048         REPLACE_VPRINTF.
4049         * lib/stdio_.h (vprintf): New declaration.
4050         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4051         REPLACE_VPRINTF.
4052
4053 2007-03-08  Bruno Haible  <bruno@clisp.org>
4054
4055         * modules/fprintf-posix-tests: New file.
4056         * tests/test-fprintf-posix.sh: New file.
4057         * tests/test-fprintf-posix.c: New file.
4058
4059         * modules/fprintf-posix: New file.
4060         * lib/fprintf.c: New file.
4061         * m4/fprintf-posix.m4: New file.
4062         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4063         REPLACE_FPRINTF.
4064         * lib/stdio_.h (fprintf): New declaration.
4065         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4066         REPLACE_FPRINTF.
4067
4068 2007-03-08  Bruno Haible  <bruno@clisp.org>
4069
4070         * modules/vfprintf-posix-tests: New file.
4071         * tests/test-vfprintf-posix.sh: New file.
4072         * tests/test-vfprintf-posix.c: New file.
4073         * tests/test-fprintf-posix.h: New file.
4074         * tests/test-fprintf-posix.out: New file.
4075
4076         * modules/vfprintf-posix: New file.
4077         * lib/vfprintf.c: New file.
4078         * m4/vfprintf-posix.m4: New file.
4079         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4080         REPLACE_VFPRINTF.
4081         * lib/stdio_.h (vfprintf): New declaration.
4082         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4083         REPLACE_VFPRINTF.
4084
4085 2007-03-08  Bruno Haible  <bruno@clisp.org>
4086
4087         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4088
4089 2007-03-08  Bruno Haible  <bruno@clisp.org>
4090
4091         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4092         instead of 'expr' invocations.
4093         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4094         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4095         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4096         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4097         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4098         Suggested by Paul Eggert.
4099
4100 2007-03-08  Bruno Haible  <bruno@clisp.org>
4101
4102         * modules/fseterr-tests: New file.
4103         * tests/test-fseterr.c: New file.
4104
4105         * modules/fseterr: New file.
4106         * lib/fseterr.h: New file.
4107         * lib/fseterr.c: New file.
4108
4109 2007-03-08  Bruno Haible  <bruno@clisp.org>
4110
4111         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4112         * lib/getopt_.h: Likewise.
4113         * lib/mbswidth.h: Likewise.
4114         * lib/setenv.h: Likewise.
4115         * lib/vasnprintf.h: Likewise.
4116         * lib/vasprintf.h: Likewise.
4117         * lib/verror.h: Likewise.
4118         * lib/xsetenv.h: Likewise.
4119         * lib/xvasprintf.h: Likewise.
4120
4121 2007-03-08  Jim Meyering  <jim@meyering.net>
4122
4123         * users.txt: Add parted.
4124
4125         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4126
4127 2007-03-07  Bruno Haible  <bruno@clisp.org>
4128
4129         * m4/printf.m4: Make the shell script snippets copy&pastable.
4130
4131 2007-03-02  Bruno Haible  <bruno@clisp.org>
4132
4133         * lib/netinet_in_.h: New file.
4134         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4135         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4136         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4137         (Depends-on): Add absolute-header.
4138         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4139         into netinet/in.h.
4140
4141 2007-03-03  Bruno Haible  <bruno@clisp.org>
4142
4143         * lib/sys_select_.h: New file.
4144         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4145         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4146         * modules/sys_select (Files): Add lib/sys_select_.h.
4147         (Depends-on): Add absolute-header.
4148         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4149         into sys/select.h.
4150
4151 2007-03-02  Bruno Haible  <bruno@clisp.org>
4152
4153         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4154         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4155         values.
4156         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4157         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4158         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4159         * modules/sys_socket (Depends-on): Add absolute-header.
4160         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4161         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4162         (Include): Remove requirement of inclusion of <sys/types.h>.
4163
4164 2007-03-02  Bruno Haible  <bruno@clisp.org>
4165
4166         * lib/byteswap_.h (bswap_32): Fix formula.
4167
4168 2007-03-06  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/sprintf-posix-tests: New file.
4171         * tests/test-sprintf-posix.c: New file.
4172
4173         * modules/sprintf-posix: New file.
4174         * lib/sprintf.c: New file.
4175         * m4/sprintf-posix.m4: New file.
4176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4177         REPLACE_SPRINTF.
4178         * lib/stdio_.h (sprintf): New declaration.
4179         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4180         REPLACE_SPRINTF.
4181
4182 2007-03-06  Bruno Haible  <bruno@clisp.org>
4183
4184         * modules/vsprintf-posix-tests: New file.
4185         * tests/test-vsprintf-posix.c: New file.
4186         * tests/test-sprintf-posix.h: New file.
4187
4188         * modules/vsprintf-posix: New file.
4189         * lib/vsprintf.c: New file.
4190         * m4/vsprintf-posix.m4: New file.
4191         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4192         REPLACE_VSPRINTF.
4193         * lib/stdio_.h (vsprintf): New declaration.
4194         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4195         REPLACE_VSPRINTF.
4196
4197 2007-03-06  Bruno Haible  <bruno@clisp.org>
4198
4199         * modules/vsnprintf (Depend-on): Remove minmax.
4200
4201 2007-03-06  Bruno Haible  <bruno@clisp.org>
4202
4203         * modules/snprintf-posix-tests: New file.
4204         * tests/test-snprintf-posix.c: New file.
4205
4206         * modules/snprintf-posix: New file.
4207         * m4/snprintf-posix.m4: New file.
4208         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4209         gl_FUNC_SNPRINTF.
4210         (gl_FUNC_SNPRINTF): Invoke it.
4211         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4212         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4213         is set.
4214         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4215
4216 2007-03-06  Bruno Haible  <bruno@clisp.org>
4217
4218         * modules/vsnprintf-posix-tests: New file.
4219         * tests/test-vsnprintf-posix.c: New file.
4220         * tests/test-snprintf-posix.h: New file.
4221
4222         * modules/vsnprintf-posix: New file.
4223         * m4/vsnprintf-posix.m4: New file.
4224         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4225         gl_FUNC_VSNPRINTF.
4226         (gl_FUNC_VSNPRINTF): Invoke it.
4227         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4228         * lib/stdio_.h (vsnprintf): Define as a replacement if
4229         REPLACE_VSNPRINTF is set.
4230         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4231
4232 2007-03-06  Bruno Haible  <bruno@clisp.org>
4233
4234         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4235         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4236
4237 2007-03-06  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4240         (asinl): Declare also if HAVE_DECL_ASINL is set.
4241         (atanl): Declare also if HAVE_DECL_ATANL is set.
4242         (ceill): Declare also if HAVE_DECL_CEILL is set.
4243         (cosl): Declare also if HAVE_DECL_COSL is set.
4244         (expl): Declare also if HAVE_DECL_EXPL is set.
4245         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4246         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4247         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4248         (logl): Declare also if HAVE_DECL_LOGL is set.
4249         (sinl): Declare also if HAVE_DECL_SINL is set.
4250         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4251         (tanl): Declare also if HAVE_DECL_TANL is set.
4252         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4254         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4255         declaration of frexpl, ldexpl.
4256         * modules/printf-frexpl (Depends-on): Add math.
4257         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4258
4259 2007-03-05  Bruno Haible  <bruno@clisp.org>
4260
4261         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4262         frexpl and ldexpl are declared.
4263         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4264
4265 2007-03-05  Bruno Haible  <bruno@clisp.org>
4266
4267         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4268         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4269
4270 2007-03-05  Bruno Haible  <bruno@clisp.org>
4271
4272         * lib/stdio_.h: Include <stddef.h>.
4273
4274 2007-03-05  Bruno Haible  <bruno@clisp.org>
4275
4276         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4277
4278 2007-03-05  Bruno Haible  <bruno@clisp.org>
4279
4280         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4281         NetBSD 4, from Ralf Wildenhues.
4282
4283 2007-03-04  Bruno Haible  <bruno@clisp.org>
4284
4285         * lib/vasprintf.h: Update #if logic for the case when the functions
4286         exist but are overridden.
4287
4288 2007-03-04  Bruno Haible  <bruno@clisp.org>
4289
4290         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4291         implementations: glibc-2.4 and MacOS X 10.3.
4292         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4293         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4294         * tests/test-vasprintf-posix.c (test_function): Likewise.
4295
4296 2007-03-04  Bruno Haible  <bruno@clisp.org>
4297
4298         * modules/vasprintf-posix-tests: New file.
4299         * tests/test-vasprintf-posix.c: New file.
4300
4301         * modules/vasprintf-posix: New file.
4302         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4303         defined.
4304         * m4/vasprintf-posix.m4: New file.
4305         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4306         gl_FUNC_VASPRINTF.
4307         (gl_FUNC_VASPRINTF): Invoke it.
4308         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4309         here.
4310         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4311
4312 2007-03-04  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4315         REPLACE_GETTIMEOFDAY.
4316         * modules/sys_time (Makefile.am): Likewise.
4317         * m4/sys_time_h.m4: Likewise.
4318         * m4/gettimeofday.m4: Likewise.
4319
4320 2007-03-04  Bruno Haible  <bruno@clisp.org>
4321
4322         * modules/vasnprintf-posix-tests: New file.
4323         * tests/test-vasnprintf-posix.c: New file.
4324
4325         * modules/vasnprintf-posix: New file.
4326         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4327         printf-frexpl.h.
4328         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4329         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4330         REPLACE_VASNPRINTF is defined.
4331         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4332         gl_FUNC_VASNPRINTF.
4333         (gl_FUNC_VASNPRINTF): Invoke it.
4334         * m4/vasnprintf-posix.m4: New file.
4335         * m4/printf.m4: New file.
4336
4337 2007-03-04  Bruno Haible  <bruno@clisp.org>
4338
4339         Compile progreloc.c only if --enable-relocatable is specified.
4340         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4341         if --enable-relocatable was specified.
4342         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4343         lib_SOURCES.
4344
4345 2007-03-04  Jim Meyering  <jim@meyering.net>
4346
4347         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4348         Use it consistently, rather than enumerating errno constants.
4349
4350 2007-03-04  Bruno Haible  <bruno@clisp.org>
4351
4352         * modules/xvasprintf-tests: New file.
4353         * tests/test-xvasprintf.c: New file.
4354
4355         * modules/vasprintf-tests: New file.
4356         * tests/test-vasprintf.c: New file.
4357
4358         * modules/vasnprintf-tests: New file.
4359         * tests/test-vasnprintf.c: New file.
4360
4361         * modules/vsnprintf-tests: New file.
4362         * tests/test-vsnprintf.c: New file.
4363
4364         * modules/snprintf-tests: New file.
4365         * tests/test-snprintf.c: New file.
4366
4367 2007-03-04  Bruno Haible  <bruno@clisp.org>
4368
4369         Compile relocatable.c only if --enable-relocatable is specified.
4370         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4371         gl_RELOCATABLE_LIBRARY.
4372         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4373         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4374         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4375         gl_RELOCATABLE_LIBRARY.
4376         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4377         (Makefile.am): Remove lib_SOURCES.
4378         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4379         gl_RELOCATABLE_LIBRARY.
4380         (Makefile.am): Remove lib_SOURCES.
4381         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4382         always.
4383         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4384         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4385
4386 2007-03-04  Bruno Haible  <bruno@clisp.org>
4387
4388         * modules/argmatch-tests: New file.
4389         * tests/test-argmatch.c: New file.
4390
4391         * tests/test-allocsa.c (main): Halve the number of loop runs.
4392
4393         * modules/alloca-opt-tests: New file.
4394         * tests/test-alloca-opt.c: New file.
4395
4396 2007-03-04  Jim Meyering  <jim@meyering.net>
4397
4398         Work around difference between Linux ACLs and Solaris 10 ZFS.
4399         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4400         for EINVAL.
4401
4402 2007-03-03  Bruno Haible  <bruno@clisp.org>
4403
4404         * modules/relocatable-prog (Depends-on): Add back progreloc's
4405         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4406
4407 2007-03-03  Bruno Haible  <bruno@clisp.org>
4408
4409         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4410         * modules/relocatable-lib: New file.
4411
4412 2007-03-03  Bruno Haible  <bruno@clisp.org>
4413
4414         * modules/relocatable-prog: Renamed from modules/relocatable.
4415         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4416
4417 2007-03-03  Bruno Haible  <bruno@clisp.org>
4418
4419         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4420         m4/relocatable-lib.m4.
4421         (Depends-on): Remove 'relocatable'.
4422         (configure.ac): Add gl_RELOCATABLE_NOP.
4423
4424 2007-03-03  Bruno Haible  <bruno@clisp.org>
4425
4426         * modules/relocatable-prog-wrapper: New file.
4427         * modules/relocatable (Depends-on): Add it. Remove all other
4428         dependencies except progname.
4429         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4430
4431         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4432         (gl_FUNC_STRERROR): Nop.
4433         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4434
4435         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4436         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4437
4438         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4439         (gl_FUNC_READLINK): Update.
4440
4441         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4442
4443 2007-03-03  Bruno Haible  <bruno@clisp.org>
4444
4445         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4446         * modules/xreadlink (Depends-on): Add unistd.
4447         * modules/xreadlink-with-size (Depends-on): Likewise.
4448
4449 2007-03-03  Bruno Haible  <bruno@clisp.org>
4450
4451         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4452         extracted from gt_FUNC_SETENV.
4453         (gt_FUNC_SETENV): Remove macro.
4454         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4455         remove gt_FUNC_SETENV.
4456
4457 2007-03-03  Bruno Haible  <bruno@clisp.org>
4458
4459         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4460         ENABLE_RELOCATABLE here.
4461         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4462
4463 2007-03-03  Bruno Haible  <bruno@clisp.org>
4464
4465         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4466         * tests/test-rbtreehash_list.c: Include progname.h.
4467         (main): Call set_program_name.
4468
4469         * modules/rbtree-oset-tests (Depends-on): Add progname.
4470         * tests/test-rbtree_oset.c: Include progname.h.
4471         (main): Call set_program_name.
4472
4473         * modules/rbtree-list-tests (Depends-on): Add progname.
4474         * tests/test-rbtree_list.c: Include progname.h.
4475         (main): Call set_program_name.
4476
4477         * modules/linked-list-tests (Depends-on): Add progname.
4478         * tests/test-linked_list.c: Include progname.h.
4479         (main): Call set_program_name.
4480
4481 2007-03-03  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4484         All uses of __restrict changed to _Restrict_.
4485         * lib/glob_.h (__restrict): Remove macro.
4486
4487 2007-03-02  Bruno Haible  <bruno@clisp.org>
4488
4489         * modules/gettext (configure.ac): Require gettext infrastructure
4490         from version 0.16.1.
4491
4492 2007-03-02  Bruno Haible  <bruno@clisp.org>
4493
4494         * modules/linkedhash-list-tests (Depends-on): Add progname.
4495         * tests/test-linkedhash_list.c: Include progname.h.
4496         (main): Call set_program_name.
4497
4498         * modules/carray-list-tests (Depends-on): Add progname.
4499         * tests/test-carray_list.c: Include progname.h.
4500         (main): Call set_program_name.
4501
4502         * modules/avltreehash-list-tests (Depends-on): Add progname.
4503         * tests/test-avltreehash_list.c: Include progname.h.
4504         (main): Call set_program_name.
4505
4506         * modules/avltree-oset-tests (Depends-on): Add progname.
4507         * tests/test-avltree_oset.c: Include progname.h.
4508         (main): Call set_program_name.
4509
4510         * modules/avltree-list-tests (Depends-on): Add progname.
4511         * tests/test-avltree_list.c: Include progname.h.
4512         (main): Call set_program_name.
4513
4514         * modules/array-oset-tests (Depends-on): Add progname.
4515         * tests/test-array_oset.c: Include progname.h.
4516         (main): Call set_program_name.
4517
4518         * modules/array-list-tests (Depends-on): Add progname.
4519         * tests/test-array_list.c: Include progname.h.
4520         (main): Call set_program_name.
4521
4522         * modules/argp-tests (Depends-on): Add progname.
4523         * tests/test-argp.c: Include argp.h first. Include progname.h.
4524         (main): Call set_program_name.
4525
4526 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4527
4528         * doc/gnulib-tool.texi (Initial import): Reword description of
4529         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4530         limited effect even if defined after the first system include.
4531
4532 2007-03-01  Bruno Haible  <bruno@clisp.org>
4533
4534         * build-aux/config.libpath: Update to libtool-1.5.22.
4535         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4536
4537 2007-03-01  Bruno Haible  <bruno@clisp.org>
4538
4539         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4540         foo_CFLAGS.
4541         Reported by Ralf Wildenhues.
4542
4543 2007-03-01  Bruno Haible  <bruno@clisp.org>
4544
4545         * build-aux/install-reloc: Remove object files left over by some
4546         compilers.
4547         Reported by Ralf Wildenhues.
4548
4549 2007-03-01  Bruno Haible  <bruno@clisp.org>
4550
4551         * build-aux/install-reloc: Break long lines.
4552
4553 2007-03-01  Bruno Haible  <bruno@clisp.org>
4554
4555         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4556         Reported by Ralf Wildenhues.
4557
4558 2007-03-01  Bruno Haible  <bruno@clisp.org>
4559
4560         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4561         include ordering constraints.
4562
4563 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4564
4565         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4566         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4567         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4568         as another example.
4569         * lib/time_.h: Fix misspelling.
4570         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4571         Require gl_HEADER_TIME_H_DEFAULTS.
4572         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4573         * m4/time_r.m4 (gl_TIME_R): Likewise.
4574         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4575
4576 2007-03-01  Bruno Haible  <bruno@clisp.org>
4577
4578         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4579         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4580
4581 2007-03-01  Jim Meyering  <jim@meyering.net>
4582
4583         * modules/xreadlink (Maintainer): Add my name.
4584         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4585
4586 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4587             Bruno Haible  <bruno@clisp.org>
4588
4589         * build-aux/install-reloc: Compile also c-ctype.c.
4590         * build-aux/relocatable.sh.in: New file.
4591         * doc/relocatable.texi: New file.
4592         * doc/relocatable-maint.texi: New file.
4593         * doc/gnulib.texi: Include relocatable-maint.texi.
4594         * lib/progreloc.c: Include unistd.h unconditionally.
4595         * lib/relocwrapper.c: Include unistd.h unconditionally.
4596         Include c-ctype.h.
4597         (add_dotbin): Use c_tolower.
4598         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4599         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4600         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4601         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4602         to m4/relocatable-lib.m4.
4603         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4604         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4605         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4606         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4607         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4608         * modules/relocatable: New file.
4609         * modules/relocatable-lib: New file.
4610         * modules/relocatable-script: New file.
4611
4612 2007-02-28  Bruno Haible  <bruno@clisp.org>
4613
4614         Import --enable-relocatable infrastructure.
4615         * build-aux/config.libpath: New file, from GNU gettext.
4616         * build-aux/install-reloc: New file, from GNU gettext.
4617         * build-aux/reloc-ldflags: New file, from GNU gettext.
4618         * lib/relocatable.h: New file, from GNU gettext.
4619         * lib/relocatable.c: New file, from GNU gettext.
4620         * lib/relocwrapper.c: New file, from GNU gettext.
4621         * m4/relocatable.m4: New file, from GNU gettext.
4622
4623 2007-02-28  Bruno Haible  <bruno@clisp.org>
4624
4625         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4626
4627         * modules/xreadlink: New file, from GNU gettext with modifications.
4628         * lib/xreadlink.c: New file, from GNU gettext.
4629         * lib/xreadlink.h: Add comments.
4630         (xreadlink): New declaration.
4631
4632         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4633         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4634         lib/xreadlink-with-size.c.
4635         (configure.ac): Remove gl_XREADLINK invocation.
4636         (Makefile.am): Augment lib_SOURCES.
4637         * m4/xreadlink.m4: Remove file.
4638         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4639         (xreadlink_with_size): Renamed from xreadink.
4640         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4641         * modules/canonicalize (Depends-on): Replace xreadlink with
4642         xreadlink-with-size.
4643         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4644
4645 2007-02-25  Jim Meyering  <jim@meyering.net>
4646
4647         * build-aux/announce-gen: When complaining about excess arguments,
4648         list them.
4649
4650 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4651
4652         * README: Document signed integer overflow situation more
4653         accurately.
4654
4655 2007-02-25  Bruno Haible  <bruno@clisp.org>
4656
4657         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4658         'a' or 'A' conversion.
4659
4660 2007-02-25  Bruno Haible  <bruno@clisp.org>
4661
4662         * modules/filename: Renamed from modules/pathname.
4663         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4664         lib/concatpath.c with lib/concat-filename.c.
4665         (Makefile.am): Update.
4666         (Include): Replace pathname.h with filename.h.
4667         * lib/filename.h: Renamed from lib/pathname.h.
4668         (concatenated_filename): Renamed from concatenated_pathname.
4669         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4670         (concatenated_filename): Renamed from concatenated_pathname.
4671         * lib/findprog.c: Include filename.h instead of pathname.h.
4672         (find_in_path): Update.
4673         * lib/javacomp.c: Include filename.h instead of pathname.h.
4674         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4675         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4676         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4677         is_oldgcj_14_13_usable, is_javac_usable): Update.
4678         * lib/javaexec.c: Include filename.h instead of pathname.h.
4679         (execute_java_class): Update.
4680         * modules/findprog: Update.
4681         * modules/javacomp: Update.
4682         * modules/javaexec: Update.
4683         * MODULES.html.sh (File system functions): Add 'filename', remove
4684         'pathname'.
4685
4686 2007-02-25  Bruno Haible  <bruno@clisp.org>
4687
4688         * modules/printf-frexpl-tests: New file.
4689         * tests/test-printf-frexpl.c: New file.
4690
4691         * modules/printf-frexpl: New file.
4692         * lib/printf-frexpl.h: New file.
4693         * lib/printf-frexpl.c: New file.
4694         * m4/printf-frexpl.m4: New file.
4695
4696 2007-02-25  Bruno Haible  <bruno@clisp.org>
4697
4698         * modules/printf-frexp-tests: New file.
4699         * tests/test-printf-frexp.c: New file.
4700
4701         * modules/printf-frexp: New file.
4702         * lib/printf-frexp.h: New file.
4703         * lib/printf-frexp.c: New file.
4704         * m4/printf-frexp.m4: New file.
4705
4706 2007-02-25  Bruno Haible  <bruno@clisp.org>
4707
4708         Assume automake >= 1.10 for the tests.
4709         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4710         * modules/arctwo-tests: Likewise.
4711         * modules/argp-tests: Likewise.
4712         * modules/avltree-list-tests: Likewise.
4713         * modules/avltree-oset-tests: Likewise.
4714         * modules/avltreehash-list-tests: Likewise.
4715         * modules/carray-list-tests: Likewise.
4716         * modules/crc-tests: Likewise.
4717         * modules/des-tests: Likewise.
4718         * modules/gc-arcfour-tests: Likewise.
4719         * modules/gc-arctwo-tests: Likewise.
4720         * modules/gc-des-tests: Likewise.
4721         * modules/gc-hmac-md5-tests: Likewise.
4722         * modules/gc-hmac-sha1-tests: Likewise.
4723         * modules/gc-md2-tests: Likewise.
4724         * modules/gc-md4-tests: Likewise.
4725         * modules/gc-md5-tests: Likewise.
4726         * modules/gc-pbkdf2-sha1-tests: Likewise.
4727         * modules/gc-rijndael-tests: Likewise.
4728         * modules/gc-sha1-tests: Likewise.
4729         * modules/gc-tests: Likewise.
4730         * modules/getaddrinfo-tests: Likewise.
4731         * modules/hmac-md5-tests: Likewise.
4732         * modules/hmac-sha1-tests: Likewise.
4733         * modules/linked-list-tests: Likewise.
4734         * modules/linkedhash-list-tests: Likewise.
4735         * modules/lock-tests: Likewise.
4736         * modules/md2-tests: Likewise.
4737         * modules/md4-tests: Likewise.
4738         * modules/md5-tests: Likewise.
4739         * modules/rbtree-list-tests: Likewise.
4740         * modules/rbtree-oset-tests: Likewise.
4741         * modules/rbtreehash-list-tests: Likewise.
4742         * modules/read-file-tests: Likewise.
4743         * modules/rijndael-tests: Likewise.
4744         * modules/stdint-tests: Likewise.
4745         * modules/tls-tests: Likewise.
4746
4747 2007-02-24  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4750         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4751         function; instead check whether isnan with a double argument links.
4752         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4753         function; instead check whether isnan with a 'long double' argument
4754         links.
4755         Reported by Eric Blake <ebb9@byu.net>.
4756
4757 2007-02-24  Bruno Haible  <bruno@clisp.org>
4758
4759         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4760         defined.
4761         * lib/isnanl.c: Remove all code. Just include isnan.c.
4762         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4763
4764 2007-02-25  Jim Meyering  <jim@meyering.net>
4765
4766         Avoid conflicting types for 'unsetenv' on FreeBSD.
4767         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4768         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4769         in stdlib.h.
4770
4771 2007-02-24  Bruno Haible  <bruno@clisp.org>
4772
4773         * modules/isnanl-nolibm-tests: New file.
4774         * tests/test-isnanl.c: New file.
4775
4776         * modules/isnanl-nolibm: New file.
4777         * lib/isnanl.h: New file.
4778         * lib/isnanl.c: New file.
4779         * m4/isnanl.m4: New file.
4780
4781 2007-02-24  Bruno Haible  <bruno@clisp.org>
4782
4783         * modules/isnan-nolibm-tests: New file.
4784         * tests/test-isnan.c: New file.
4785
4786         * modules/isnan-nolibm: New file.
4787         * lib/isnan.h: New file.
4788         * lib/isnan.c: New file.
4789         * m4/isnan.m4: New file.
4790
4791 2007-02-24  Bruno Haible  <bruno@clisp.org>
4792
4793         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4794         assume that an exponent fits in 20 bits.
4795
4796 2007-02-24  Jim Meyering  <jim@meyering.net>
4797
4798         * m4/regex.m4: Update the description of the configure-time option,
4799         --without-included-regex, to state accurately what the defaults are,
4800         and perhaps to give people an idea why using this option is risky.
4801
4802 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4803
4804         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4805         loops on small arguments.  This attempts to avoid the problem
4806         Bruno Haible reported for AIX 4.3.2 in
4807         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4808
4809 2007-02-23  Bruno Haible  <bruno@clisp.org>
4810
4811         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4812         Needed for help2man.
4813
4814 2007-02-23  Karl Berry  <karl@gnu.org>
4815
4816         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4817         exists, foo.h should be cvs-ignored, not committed.
4818
4819 2007-02-23  Eric Blake  <ebb9@byu.net>
4820
4821         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4822         * lib/stat-time.h (includes): Likewise.
4823         * lib/utimecmp.c (includes): Likewise.
4824         * lib/utimens.h (includes): Likewise.
4825         * lib/getdate.y (includes): Also include "timespec.h" for use
4826         internal to the module.
4827         * modules/utimens (Depends-on): Revert yesterday's patch.
4828         * modules/nanosleep (Depends-on): Add missing dependency.
4829
4830 2007-02-22  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/glob.c: Don't include getlogin_r.h.
4833
4834 2007-02-22  Jim Meyering  <jim@meyering.net>
4835
4836         * modules/utimens (Depends-on): Add timespec, required for
4837         utimens.h's inclusion of timespec.h.
4838
4839 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4840
4841         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4842         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4843         Schwab in
4844         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4845         I'll try to think of a better way to fix the Solaris problem.
4846
4847         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4848         like glibc; on Solaris 10, it fails with errno == EINVAL.
4849         POSIX says the behavior is unspecified if the first argument is NULL,
4850         so play it safe and never pass NULL to the system getcwd.
4851
4852 2007-02-21  Jim Meyering  <jim@meyering.net>
4853
4854         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4855         of gettimeofday.  It would conflict with the one now always
4856         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4857         an IRIX 6.5 build failure.
4858
4859 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4860
4861         Minor fixups to port to Solaris 10 with Sun C 5.8.
4862         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4863         * modules/getcwd (Depends-on): Add dirfd.
4864         * lib/putenv.c (putenv): #undef it.
4865         (rpl_putenv): New decl.
4866         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4867
4868 2007-02-20  Bruno Haible  <bruno@clisp.org>
4869
4870         * modules/stdio-tests: New file.
4871         * tests/test-stdio.c: New file.
4872
4873         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4874         (Depends-on): Add stdio.
4875         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4876         (Include): Use <stdio.h> instead of vsnprintf.h.
4877         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4878         HAVE_DECL_VSNPRINTF.
4879         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4880
4881         * modules/snprintf (Files): Remove lib/snprintf.h.
4882         (Depends-on): Add stdio.
4883         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4884         (Include): Use <stdio.h> instead of snprintf.h.
4885         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4886         HAVE_DECL_SNPRINTF.
4887         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4888         * lib/getaddrinfo.c: Likewise.
4889
4890         * modules/stdio: New file.
4891         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4892         * lib/snprintf.h: Remove file.
4893         * lib/vsnprintf.h: Remove file.
4894         * lib/.cppi-disable: Remove snprintf.h.
4895         * m4/stdio_h.m4: New file.
4896         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4897
4898 2007-02-20  Jim Meyering  <jim@meyering.net>
4899
4900         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4901         used by e.g., mingw.  From Bruno Haible.
4902
4903 2007-02-19  Bruno Haible  <bruno@clisp.org>
4904
4905         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4906         warnings.
4907         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4908
4909 2007-02-19  Bruno Haible  <bruno@clisp.org>
4910
4911         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4912         from mingw users.
4913
4914 2007-02-19  Bruno Haible  <bruno@clisp.org>
4915
4916         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4917         warnings.
4918         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4919
4920 2007-02-19  Jim Meyering  <jim@meyering.net>
4921
4922         Don't use FD after a successful "fdopendir (fd)".
4923         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4924         Reset it by calling dirfd on the just-obtained DIR*.
4925
4926         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4927         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4928
4929 2007-02-18  Bruno Haible  <bruno@clisp.org>
4930
4931         * lib/readlink.c: Include <unistd.h>.
4932         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4933         HAVE_READLINK.
4934         * modules/readlink (Depends-on): Add unistd.
4935         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4936         (Include): Add <unistd.h>.
4937
4938         * lib/getlogin_r.h: Remove file.
4939         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4940         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4941         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4942         HAVE_DECL_GETLOGIN_R.
4943         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4944         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4945         (Include): Use <unistd.h> instead of getlogin_r.h.
4946
4947         * lib/getcwd.h: Remove file.
4948         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4949         * lib/xgetcwd.c: Likewise.
4950         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4951         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4952         * modules/getcwd (Files): Remove lib/getcwd.h.
4953         (Depends-on): Add unistd.
4954         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4955         (Include): Use <unistd.h> instad of getcwd.h.
4956
4957         * lib/ftruncate.c: Include <unistd.h> first.
4958         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4959         Set HAVE_FTRUNCATE.
4960         * modules/ftruncate (Depends-on): Add unistd.
4961         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4962
4963         * lib/fchdir.c: Include <unistd.h> first.
4964         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4965         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4966         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4967         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4968         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4969
4970         * lib/dup2.c: Include <unistd.h> first.
4971         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4972         HAVE_DUP2.
4973         * modules/dup2 (Depends-on): Add unistd.
4974         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4975
4976         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4977         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4978         REPLACE_CHOWN. Don't define chown as a macro here.
4979         * modules/chown (Depends-on): Add unistd.
4980         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4981
4982         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4983         Add definition for GL_LINK_WARNING.
4984         (chown, dup2): New declarations.
4985         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4986         link warning.
4987         (ftruncate): New declaration.
4988         (getcwd): New declaration, taken from old getcwd.h.
4989         (getlogin_r): New declaration, taken from old getlogin_r.h.
4990         (readlink): New declaration.
4991         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4992         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4993         (gl_PREREQ_UNISTD): Remove macro.
4994         (gl_UNISTD_MODULE_INDICATOR): New macro.
4995         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4996         many new variables. Don't set UNISTD_H.
4997         * modules/unistd (Description): Change.
4998         (Depends-on): Add link-warning.
4999         (configure.ac): Update.
5000         (Makefile.am): Create unistd.h always. Substitute many new variables
5001         into it.
5002
5003 2007-02-18  Bruno Haible  <bruno@clisp.org>
5004
5005         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5006         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5007         HAVE_GETSUBOPT.
5008         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5009         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5010         * lib/getsubopt.h: Remove file.
5011         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5012         (Depends-on): Add stdlib.
5013         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5014         (Includes): Use <stdlib.h> instead of getsubopt.h.
5015         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5016         Set HAVE_GETSUBOPT.
5017         * lib/getsubopt.c: Don't include getsubopt.h.
5018
5019 2007-02-18  Bruno Haible  <bruno@clisp.org>
5020
5021         * modules/fchdir (Depends-on): Add dup2.
5022
5023 2007-02-18  Bruno Haible  <bruno@clisp.org>
5024
5025         * lib/stdlib_.h: Handle glibc's special invocation convention
5026         specially.
5027
5028 2007-02-18  Bruno Haible  <bruno@clisp.org>
5029
5030         * modules/stdlib-tests: New file.
5031         * tests/test-stdlib.c: New file.
5032
5033         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5034         (Depends-on): Add stdlib.
5035         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5036         (Includes): Use <stdlib.h> instead of mkstemp.h.
5037         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5038         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5039         * lib/mkstemp.c: Don't include mkstemp.h.
5040         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5041         * lib/stdlib--.h: Don't include mkstemp.h.
5042
5043         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5044         (Depends-on): Add stdlib.
5045         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5046         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5047         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5048         HAVE_MKDTEMP.
5049         * lib/mkdtemp.c: Don't include mkdtemp.h.
5050         * lib/clean-temp.c: Don't include mkdtemp.h.
5051
5052         * modules/exit (Files): Remove lib/exit.h.
5053         (Depends-on): Add stdlib.
5054         (Makefile.am): Remove lib_SOURCES.
5055         (Include): Use <stdlib.h> instead of exit.h.
5056         * lib/argmatch.c: Don't include exit.h.
5057         * lib/execute.c: Likewise.
5058         * lib/pagealign_alloc.c: Likewise.
5059         * lib/pipe.c: Likewise.
5060         * lib/wait-process.c: Likewise.
5061         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5062         * lib/exitfail.c: Likewise.
5063         * lib/savewd.c: Likewise.
5064         * lib/xsetenv.c: Likewise.
5065
5066         * modules/stdlib: New file.
5067         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5068         and extra comments about mkstemp().
5069         * lib/exit.h: Remove file.
5070         * lib/mkdtemp.h: Remove file.
5071         * lib/mkstemp.h: Remove file.
5072         * m4/stdlib_h.m4: New file.
5073         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5074
5075 2007-02-18  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/math-tests: New file.
5078         * tests/test-math.c: New file.
5079
5080         * modules/math: New file.
5081         * modules/mathl (Files): Remove lib/mathl.h.
5082         (Depends-on): Add math.
5083         (Makefile.am): Don't mention mathl.h.
5084         (Include): Use <math.h> instead of mathl.h.
5085         * lib/math_.h: New file.
5086         * lib/mathl.h: Remove file.
5087         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5088         mathl.h.
5089         * lib/asinl.c: Likewise.
5090         * lib/atanl.c: Likewise.
5091         * lib/ceill.c: Likewise.
5092         * lib/cosl.c: Likewise.
5093         * lib/expl.c: Likewise.
5094         * lib/floorl.c: Likewise.
5095         * lib/frexpl.c: Likewise.
5096         * lib/ldexpl.c: Likewise.
5097         * lib/logl.c: Likewise.
5098         * lib/sincosl.c: Likewise.
5099         * lib/sinl.c: Likewise.
5100         * lib/sqrtl.c: Likewise.
5101         * lib/tanl.c: Likewise.
5102         * lib/trigl.c: Likewise.
5103         * m4/math_h.m4: New file.
5104         * MODULES.html.sh (Mathematics): Add math.
5105
5106 2007-02-17  Bruno Haible  <bruno@clisp.org>
5107
5108         * modules/wctype-tests: New file.
5109         * tests/test-wctype.c: New file.
5110
5111         * modules/wchar-tests: New file.
5112         * tests/test-wchar.c: New file.
5113
5114         * modules/unistd-tests: New file.
5115         * tests/test-unistd.c: New file.
5116
5117         * modules/time-tests: New file.
5118         * tests/test-time.c: New file.
5119
5120         * modules/sysexits-tests: New file.
5121         * tests/test-sysexits.c: New file.
5122
5123         * modules/sys_time-tests: New file.
5124         * tests/test-sys_time.c: New file.
5125
5126         * modules/sys_stat-tests: New file.
5127         * tests/test-sys_stat.c: New file.
5128
5129         * modules/sys_socket-tests: New file.
5130         * tests/test-sys_socket.c: New file.
5131
5132         * modules/sys_select-tests: New file.
5133         * tests/test-sys_select.c: New file.
5134
5135         * modules/string-tests: New file.
5136         * tests/test-string.c: New file.
5137
5138         * modules/stdbool-tests: New file.
5139         * tests/test-stdbool.c: New file.
5140
5141         * modules/netinet_in-tests: New file.
5142         * tests/test-netinet_in.c: New file.
5143
5144         * modules/inttypes-tests: New file.
5145         * tests/test-inttypes.c: New file.
5146
5147         * modules/fcntl-tests: New file.
5148         * tests/test-fcntl.c: New file.
5149
5150         * modules/byteswap-tests: New file.
5151         * tests/test-byteswap.c: New file.
5152
5153         * modules/arpa_inet-tests: New file.
5154         * tests/test-arpa_inet.c: New file.
5155
5156 2007-02-17  Bruno Haible  <bruno@clisp.org>
5157
5158         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5159         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5160         if the corresponding module is not enabled. Emit link warnings if
5161         the function is used nevertheless.
5162         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5163         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5164         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5165         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5166         * modules/inttypes (Depends-on): Add link-warning.
5167         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5168         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5169         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5170         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5171         * modules/imaxdiv (configure.ac): Likewise.
5172         * modules/strtoimax (configure.ac): Likewise.
5173         * modules/strtoumax (configure.ac): Likewise.
5174
5175 2007-02-17  Bruno Haible  <bruno@clisp.org>
5176
5177         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5178         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5179         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5180         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5181
5182 2007-02-17  Bruno Haible  <bruno@clisp.org>
5183
5184         * modules/link-warning: New file.
5185         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5186         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5187         * modules/string (Depends-on): Add link-warning.
5188         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5189         string.h.
5190         * MODULES.html.sh (Support for building libraries and executables): Add
5191         link-warning.
5192
5193 2007-02-17  Bruno Haible  <bruno@clisp.org>
5194
5195         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5196         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5197         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5198         long lines.
5199
5200 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5201             Bruno Haible  <bruno@clisp.org>
5202
5203         * modules/tmpfile: New file.
5204         * lib/tmpfile.c: New file.
5205         * m4/tmpfile.m4: New file.
5206         * MODULES.html.sh (func_all_modules): New section "Input/output".
5207
5208 2007-02-15  Bruno Haible  <bruno@clisp.org>
5209
5210         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5211         (supports_delete_on_close): New function.
5212         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5213
5214 2007-02-14  Bruno Haible  <bruno@clisp.org>
5215
5216         * modules/mbspcasecmp-tests: New file.
5217         * tests/test-mbspcasecmp.sh: New file.
5218         * tests/test-mbspcasecmp.c: New file.
5219
5220         New module mbspcasecmp.
5221         * modules/mbspcasecmp: New file.
5222         * lib/mbspcasecmp.c: New file.
5223         * lib/string_.h (strncasecmp): Change warning message.
5224         (mbspcasecmp): New declaration.
5225         * m4/mbspcasecmp.m4: New file.
5226         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5227         GNULIB_MBSPCASECMP.
5228         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5229         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5230
5231 2007-02-14  Bruno Haible  <bruno@clisp.org>
5232
5233         * modules/mbsncasecmp-tests: New file.
5234         * tests/test-mbsncasecmp.sh: New file.
5235         * tests/test-mbsncasecmp.c: New file.
5236
5237         New module mbsncasecmp.
5238         * modules/mbsncasecmp: New file.
5239         * lib/mbsncasecmp.c: New file.
5240         * lib/string_.h (mbsncasecmp): New declaration.
5241         * m4/mbsncasecmp.m4: New file.
5242         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5243         GNULIB_MBSNCASECMP.
5244         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5245         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5246
5247 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5248
5249         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5250         Verify that it doesn't overlap with our flags.
5251         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5252         do not have the desired effect in multibyte locales; instead, use
5253         mbscasecmp.
5254         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5255         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5256         we don't require GNU fnmatch ourselves (if our users require it, they
5257         should do so explicitly).
5258
5259         Fix regex code so it doesn't rely on strcasecmp.
5260         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5261         Otherwise, include gnulib's langinfo.h.
5262         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5263         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5264         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5265         * modules/regex (FILES): Remove m4/codeset.m4.
5266         (Depends-on): Add localcharset.  Remove strcase.
5267
5268 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5269
5270         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5271         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5272
5273 2007-02-13  Bruno Haible  <bruno@clisp.org>
5274
5275         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5276         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5277
5278 2007-02-12  Bruno Haible  <bruno@clisp.org>
5279
5280         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5281         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5282         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5283         time warning rather than a link error.
5284
5285 2007-02-12  Bruno Haible  <bruno@clisp.org>
5286
5287         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5288         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5289         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5290
5291 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5294         args, not 2.
5295
5296 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5297
5298         New module 'time', so that apps can include <time.h> as per
5299         POSIX and GNU instead of separate include files like time_r.h
5300         and timegm.h.  This implementation tries out a simpler approach
5301         for replacing decls in standard include files (as compared to
5302         the string module), somewhat as an experiment.
5303
5304         * config/srclist.txt: Comment out mktime.c for now.
5305         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5306         since it doesn't apply any more.  Use generic wording instead.
5307         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5308         'time'.
5309         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5310         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5311         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5312         Don't include <sys/types.h>; no longer needed since we assume C89.
5313         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5314         * lib/strftime.c: Likewise.
5315         * lib/time_r.c: Likewise.
5316         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5317         * lib/nanosleep.c: Include <time.h> first, to check interface.
5318         * lib/strptime.c: Likewise.
5319         * lib/time_r.c: Likewise.
5320         * lib/timegm.c: Likewise.
5321         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5322         needed.
5323         * lib/timegm.c: Don't include timegm.h; no longer needed.
5324         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5325         time.h now handles any problems in that area.
5326         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5327         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5328         that time.h defines struct timespec.
5329         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5330         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5331         handles that.
5332         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5333         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5334         needed.  Set REPLACE_LOCALTIME.
5335         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5336         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5337         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5338         nanosleep; time_h.m4 now does that.  Don't require
5339         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5340         module handles this now.
5341         * modules/getdate (Depends-on): Remove timespec.  Add time.
5342         * modules/nanosleep (Depends-on): Likewise.
5343         * modules/stat-time (Depends-on): Likewise.
5344         * modules/nanosleep (Include): Include time.h, not timespec.h.
5345         * modules/strptime (Files): Remove lib/strptime.h.
5346         (Depends-on): Add extensions, time.
5347         (Include): Include time.h, not strptime.h.
5348         * modules/time_r (Files): Remove lib/time_r.h.
5349         (Depends-on): Add time.
5350         (Include): Include time.h, not time_r.h.
5351         * modules/timegm: Likewise.
5352         * modules/timespec (Description): Now does timespec-related decls
5353         of our own, instead of struct timespec itself.
5354         (Depends-on): Add time; remove extensions.
5355         (Maintainer): Add self.
5356         * modules/utimecmp (Depends-on): Add time; remove timespec.
5357         * modules/utimens (Depends-on): Likewise.
5358         * modules/xnanosleep (Depends-on): Likewise.
5359
5360 2007-02-11  Bruno Haible  <bruno@clisp.org>
5361
5362         * lib/c-strstr.c: Include allocsa.h.
5363         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5364         * lib/c-strcasestr.c: Include allocsa.h.
5365         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5366         * lib/strcasestr.c: Include allocsa.h.
5367         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5368         * lib/mbsstr.c: Include allocsa.h.
5369         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5370         allocsa/freesa instead of malloc/free.
5371         * lib/mbscasestr.c: Include allocsa.h.
5372         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5373         allocsa/freesa instead of malloc/free.
5374         * modules/c-strstr (Depends-on): Add allocsa.
5375         * modules/c-strcasestr (Depends-on): Likewise.
5376         * modules/strcasestr (Depends-on): Likewise.
5377         * modules/mbsstr (Depends-on): Likewise.
5378         * modules/mbscasestr (Depends-on): Likewise.
5379
5380 2007-02-11  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5383
5384         * modules/mbsspn-tests: New file.
5385         * tests/test-mbsspn.sh: New file.
5386         * tests/test-mbsspn.c: New file.
5387
5388 2007-02-11  Bruno Haible  <bruno@clisp.org>
5389
5390         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5391
5392         * modules/mbspbrk-tests: New file.
5393         * tests/test-mbspbrk.sh: New file.
5394         * tests/test-mbspbrk.c: New file.
5395
5396 2007-02-11  Bruno Haible  <bruno@clisp.org>
5397
5398         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5399         unneeded cast.
5400
5401         * modules/mbscspn-tests: New file.
5402         * tests/test-mbscspn.sh: New file.
5403         * tests/test-mbscspn.c: New file.
5404
5405 2007-02-11  Bruno Haible  <bruno@clisp.org>
5406
5407         * modules/mbscasecmp-tests: New file.
5408         * tests/test-mbscasecmp.sh: New file.
5409         * tests/test-mbscasecmp.c: New file.
5410
5411 2007-02-11  Bruno Haible  <bruno@clisp.org>
5412
5413         Ensure O(n) worst-case complexity of mbscasestr.
5414         * lib/mbscasestr.c: Include stdbool.h.
5415         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5416         functions.
5417         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5418         the bookkeeping indicates that it's worth it.
5419         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5420
5421         * modules/mbscasestr-tests: New file.
5422         * tests/test-mbscasestr1.c: New file.
5423         * tests/test-mbscasestr2.sh: New file.
5424         * tests/test-mbscasestr2.c: New file.
5425         * tests/test-mbscasestr3.sh: New file.
5426         * tests/test-mbscasestr3.c: New file.
5427         * tests/test-mbscasestr4.sh: New file.
5428         * tests/test-mbscasestr4.c: New file.
5429         * m4/locale-tr.m4: New file.
5430
5431 2007-02-11  Bruno Haible  <bruno@clisp.org>
5432
5433         Ensure O(n) worst-case complexity of mbsstr.
5434         * lib/mbsstr.c: Include stdbool.h.
5435         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5436         functions.
5437         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5438         bookkeeping indicates that it's worth it.
5439         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5440
5441         * modules/mbsstr-tests: New file.
5442         * tests/test-mbsstr1.c: New file.
5443         * tests/test-mbsstr2.sh: New file.
5444         * tests/test-mbsstr2.c: New file.
5445         * tests/test-mbsstr3.sh: New file.
5446         * tests/test-mbsstr3.c: New file.
5447         * m4/locale-fr.m4: New file.
5448
5449 2007-02-11  Bruno Haible  <bruno@clisp.org>
5450
5451         * lib/mbsrchr.c (mbsrchr): Fix bug.
5452
5453         * modules/mbsrchr-tests: New file.
5454         * tests/test-mbsrchr.sh: New file.
5455         * tests/test-mbsrchr.c: New file.
5456
5457 2007-02-11  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/mbschr.c (mbschr): Fix bug.
5460
5461         * modules/mbschr-tests: New file.
5462         * tests/test-mbschr.sh: New file.
5463         * tests/test-mbschr.c: New file.
5464         * m4/locale-zh.m4: New file.
5465
5466 2007-02-11  Bruno Haible  <bruno@clisp.org>
5467
5468         Support for copying multibyte string iterators.
5469         * lib/mbiter.h: Include <string.h>.
5470         (mbiter_multi_copy): New function.
5471         (mbi_copy): New macro.
5472         * lib/mbuiter.h: Include <string.h>.
5473         (mbuiter_multi_copy): New function.
5474         (mbui_copy): New macro.
5475
5476 2007-02-11  Bruno Haible  <bruno@clisp.org>
5477
5478         New module mbslen.
5479         * modules/mbslen: New file.
5480         * lib/mbslen.c: New file.
5481         * lib/string_.h (mbslen): New declaration.
5482         * m4/mbslen.m4: New file.
5483         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5484         GNULIB_MBSLEN.
5485         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5486         * MODULES.html.sh (Internationalization functions): Add mbslen.
5487
5488 2007-02-11  Bruno Haible  <bruno@clisp.org>
5489
5490         Ensure O(n) worst-case complexity of strcasestr substitute.
5491         * lib/strcasestr.c: Include stdbool.h.
5492         (knuth_morris_pratt): New function.
5493         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5494         bookkeeping indicates that it's worth it.
5495         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5496
5497         * modules/strcasestr-tests: New file.
5498         * tests/test-strcasestr.c: New file.
5499
5500 2007-02-11  Bruno Haible  <bruno@clisp.org>
5501
5502         Ensure O(n) worst-case complexity of c_strcasestr.
5503         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5504         (knuth_morris_pratt): New function.
5505         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5506         the bookkeeping indicates that it's worth it.
5507         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5508
5509         * modules/c-strcasestr-tests: New file.
5510         * tests/test-c-strcasestr.c: New file.
5511
5512 2007-02-11  Bruno Haible  <bruno@clisp.org>
5513
5514         Ensure O(n) worst-case complexity of c_strstr.
5515         * lib/c-strstr.c: Include stdbool.h, string.h.
5516         (knuth_morris_pratt): New function.
5517         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5518         bookkeeping indicates that it's worth it.
5519         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5520
5521         * lib/c-strstr.c: Complete rewrite for maintainability.
5522
5523         * modules/c-strstr-tests: New file.
5524         * tests/test-c-strstr.c: New file.
5525
5526 2007-02-11  Bruno Haible  <bruno@clisp.org>
5527
5528         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5529         5.2.1 and earlier, whereby \055 was treated just like the range
5530         delimiter '-'.
5531         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5532
5533 2007-02-08  Bruno Haible  <bruno@clisp.org>
5534
5535         * modules/regex (Depends-on): Add stdbool.
5536         Reported by Dalibor Topic <robilad@kaffe.org>.
5537
5538 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5541         Prefer returning from main to exiting from it.
5542         Remove unnecessary parens after sizeof.
5543
5544 2007-02-05  Bruno Haible  <bruno@clisp.org>
5545
5546         New module mbssep.
5547         * modules/mbssep: New file.
5548         * lib/mbssep.c: New file.
5549         * lib/string_.h (strsep): Add a conditional link warning.
5550         (mbssep): New declaration.
5551         * m4/mbssep.m4: New file.
5552         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5553         GNULIB_MBSSEP.
5554         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5555         * MODULES.html.sh (Internationalization functions): Add mbssep.
5556
5557 2007-02-05  Bruno Haible  <bruno@clisp.org>
5558
5559         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5560         Optimize search in case of 1 delimiter.
5561
5562 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5563
5564         * lib/acl.h: Include sys/types.h before sys/acl.h.
5565
5566 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5567
5568         Merge upstream fix for glibc bugzilla #3957:
5569
5570         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5571
5572         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5573         bit for RE_HAT_LISTS_NOT_NEWLINE.
5574         (build_charclass_op): Remove bogus comment.
5575
5576 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5577
5578         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5579
5580 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5583         * lib/memmem.c [!defined _LIBC]: Include config.h.
5584
5585 2007-02-04  Bruno Haible  <bruno@clisp.org>
5586
5587         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5588         warning message.
5589
5590 2007-02-04  Bruno Haible  <bruno@clisp.org>
5591
5592         New module mbstok_r.
5593         * modules/mbstok_r: New file.
5594         * lib/mbstok_r.c: New file.
5595         * lib/string_.h (strtok_r): Change argument names to match the
5596         comments. Add a conditional link warning.
5597         (mbstok_r): New declaration.
5598         * m4/mbstok_r.m4: New file.
5599         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5600         GNULIB_MBSTOK_R.
5601         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5602         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5603
5604 2007-02-04  Bruno Haible  <bruno@clisp.org>
5605
5606         New module mbsspn.
5607         * modules/mbsspn: New file.
5608         * lib/mbsspn.c: New file.
5609         * lib/string_.h (strspn): Add a conditional link warning.
5610         (mbsspn): New declaration.
5611         * m4/mbsspn.m4: New file.
5612         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5613         GNULIB_MBSSPN.
5614         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5615         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5616
5617 2007-02-04  Bruno Haible  <bruno@clisp.org>
5618
5619         New module mbspbrk.
5620         * modules/mbspbrk: New file.
5621         * lib/mbspbrk.c: New file.
5622         * lib/string_.h (strpbrk): Add a conditional link warning.
5623         (mbspbrk): New declaration.
5624         * m4/mbspbrk.m4: New file.
5625         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5626         GNULIB_MBSPBRK.
5627         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5628         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5629
5630 2007-02-04  Bruno Haible  <bruno@clisp.org>
5631
5632         New module mbscspn.
5633         * modules/mbscspn: New file.
5634         * lib/mbscspn.c: New file.
5635         * lib/string_.h (strcspn): Add a conditional link warning.
5636         (mbscspn): New declaration.
5637         * m4/mbscspn.m4: New file.
5638         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5639         GNULIB_MBSCSPN.
5640         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5641         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5642
5643 2007-02-04  Bruno Haible  <bruno@clisp.org>
5644
5645         New module mbscasestr, reduced goal of strcasestr.
5646         * modules/mbscasestr: New file.
5647         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5648         (mbscasestr): Renamed from strcasestr.
5649         * lib/strcasestr.c: Don't include mbuiter.h.
5650         (strcasestr): Remove support for multibyte locales.
5651         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5652         Change the conditional link warning.
5653         (mbscasestr): New declaration.
5654         * m4/mbscasestr.m4: New file.
5655         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5656         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5657         REPLACE_STRCASESTR.
5658         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5659         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5660         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5661         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5662         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5663         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5664         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5665         (Depends-on): Remove mbuiter.
5666         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5667
5668 2007-02-04  Bruno Haible  <bruno@clisp.org>
5669
5670         Simplify handling of strncasecmp.
5671         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5672         the conditional link warning.
5673         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5674         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5675         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5676         * modules/strcase (configure.ac): Don't invoke
5677         gl_STRING_MODULE_INDICATOR.
5678         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5679
5680 2007-02-04  Bruno Haible  <bruno@clisp.org>
5681
5682         New module mbscasecmp, reduced goal of strcasecmp.
5683         * modules/mbscasecmp: New file.
5684         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5685         (mbscasecmp): Renamed from strcasecmp.
5686         * lib/strcasecmp.c: Don't include mbuiter.h.
5687         (strcasecmp): Remove support for multibyte locales.
5688         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5689         Change the conditional link warning.
5690         (mbscasecmp): New declaration.
5691         * m4/mbscasecmp.m4: New file.
5692         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5693         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5694         REPLACE_STRCASECMP.
5695         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5696         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5697         GNULIB_MBSCASECMP.
5698         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5699         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5700         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5701         (Depends-on): Remove mbuiter.
5702         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5703
5704 2007-02-04  Bruno Haible  <bruno@clisp.org>
5705
5706         New module mbsstr. Remove module strstr.
5707         * modules/mbsstr: New file.
5708         * modules/strstr: Remove file.
5709         * lib/mbsstr.c: Renamed from lib/strstr.c.
5710         (mbsstr): Renamed from strstr.
5711         * lib/string_.h (strstr): Remove declaration. Change the conditional
5712         link warning.
5713         (mbsstr): New declaration.
5714         * m4/mbsstr.m4: New file.
5715         * m4/strstr.m4: Remove file.
5716         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5717         REPLACE_STRSTR.
5718         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5719         Don't initialize GNULIB_STRSTR.
5720         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5721         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5722         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5723         (Support for systems lacking ANSI C 89): Remove strstr.
5724
5725 2007-02-04  Bruno Haible  <bruno@clisp.org>
5726
5727         New module mbsrchr.
5728         * modules/mbsrchr: New file.
5729         * lib/mbsrchr.c: New file.
5730         * lib/string_.h (strrchr): Add a conditional link warning.
5731         (mbsrchr): New declaration.
5732         * m4/mbsrchr.m4: New file.
5733         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5734         GNULIB_MBSRCHR.
5735         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5736         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5737
5738 2007-02-04  Bruno Haible  <bruno@clisp.org>
5739
5740         New module mbschr.
5741         * modules/mbschr: New file.
5742         * lib/mbschr.c: New file.
5743         * lib/string_.h (strchr): Add a conditional link warning.
5744         (mbschr): New declaration.
5745         * m4/mbschr.m4: New file.
5746         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5747         GNULIB_MBSCHR.
5748         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5749         * MODULES.html.sh (Internationalization functions): Add mbschr.
5750
5751 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5752
5753         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5754
5755         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5756
5757 2007-02-04  Bruno Haible  <bruno@clisp.org>
5758
5759         New module description section 'configure.ac-early'.
5760         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5761         (func_get_autoconf_early_snippet): New function.
5762         (func_import, func_create_testdir): Use it. Remove special cases for
5763         modules 'extensions' and 'lock'.
5764         * modules/extensions (configure.ac-early): Require
5765         gl_USE_SYSTEM_EXTENSIONS.
5766         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5767
5768 2007-02-04  Bruno Haible  <bruno@clisp.org>
5769
5770         Make use of gcj-4.3's -fsource and -ftarget option.
5771         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5772         and if so try the options -fsource and -ftarget.
5773         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5774         source_version, ftarget_option, target_version arguments.
5775         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5776         (is_envjavac_oldgcj_14_14_usable): Renamed from
5777         is_envjavac_gcj_14_14_usable.
5778         (is_envjavac_oldgcj_14_13_usable): Renamed from
5779         is_envjavac_gcj_14_13_usable.
5780         (is_gcj_present): Update.
5781         (is_gcj_43, is_gcj43_usable): New functions.
5782         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5783         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5784         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5785         try the options -fsource and -ftarget.
5786
5787 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5788
5789         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5790         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5791         larger value.
5792
5793 2007-02-03  Jim Meyering  <jim@meyering.net>
5794
5795         Give tools a better chance to allocate space for very large buffers.
5796         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5797
5798         Make pwd and readlink work also when run with an unreadable parent dir
5799         on systems with openat support.
5800         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5801         provided getcwd function, even when we have openat support.
5802         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5803
5804 2007-02-02  Bruno Haible  <bruno@clisp.org>
5805
5806         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5807         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5808         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5809         portability problems if one of these functions is only used on specific
5810         platforms.
5811         Reported by Paul Eggert.
5812
5813 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5814
5815         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5816         is causing more trouble than it's curing.
5817         * lib/regex_internal.h (__mempcpy): Remove.
5818         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5819         (and make the code a tad smaller to boot).
5820         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5821
5822 2007-02-02  Jim Meyering  <jim@meyering.net>
5823
5824         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5825         section, not in the Makefile.am: one.
5826
5827 2007-02-02  Eric Blake  <ebb9@byu.net>
5828
5829         * lib/strchrnul.c: Always include config.h first.
5830
5831         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5832         gnulib strstr is not necessary here.
5833
5834 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5835
5836         * m4/socklen.m4: Fix typo.
5837
5838 2007-02-02  Eric Blake  <ebb9@byu.net>
5839
5840         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5841         * modules/netinet_in (Makefile.am): Likewise.
5842
5843 2007-02-01  Bruno Haible  <bruno@clisp.org>
5844
5845         * lib/string_.h (GL_LINK_WARNING): New macro.
5846         (strcasecmp, strstr, strcasestr): If provided by the system,
5847         conditionally define as a macro that leads to a warning instead of to
5848         an error.
5849         (strncasecmp): Conditionally define as a macro that leads to a warning.
5850
5851 2007-02-01  Karl Berry  <karl@gnu.org>
5852
5853         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5854
5855 2007-02-01  Bruno Haible  <bruno@clisp.org>
5856
5857         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5858         renamings.
5859
5860 2007-02-01  Eric Blake  <ebb9@byu.net>
5861
5862         * modules/regex (Depends-on): Revert dependence on mempcpy.
5863         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5864         module's definition of mempcpy.
5865         Reported by Paul Eggert.
5866
5867 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5868
5869         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5870         the symbol XYZ before redefining it.  This fixes a problem with
5871         programs that don't use XYZ, when compiled on systems that define
5872         XYZ to something else.
5873
5874 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5877         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5878         writeable to group or other and (2) is intended to have a special
5879         mode bit that is set or cleared.  In such a case, the directory
5880         should be neither group- nor other-writeable until the special
5881         mode bits are right.
5882
5883 2007-01-31  Eric Blake  <ebb9@byu.net>
5884
5885         * modules/mountlist (Depends-on): Add strstr.
5886
5887         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5888         bug.
5889         * modules/string (Makefile.am): Remove redundant replacement.
5890         * modules/regex (Depends-on): Add mempcpy.
5891
5892 2007-01-31  Bruno Haible  <bruno@clisp.org>
5893
5894         New module description field 'Link'.
5895         * gnulib-tool (func_usage): Document --extract-link-directive.
5896         (sed_extract_prog): Recognize 'Link' directive.
5897         (func_get_link_directive): New function.
5898         (func_import): Show summary of link directives.
5899         Handle --extract-link-directive option.
5900         * modules/acl (Link): New section.
5901         * modules/clock-time (Link): New section.
5902         * modules/euidaccess (Link): New section.
5903         * modules/gettext (Link): New section.
5904         * modules/iconv (Link): New section.
5905         * modules/lock (Link): New section.
5906         * modules/nanosleep (Link): New section.
5907         * modules/readline (Link): New section.
5908
5909 2007-01-27  Bruno Haible  <bruno@clisp.org>
5910
5911         Enforce the use of gnulib modules for unportable <string.h> functions.
5912         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5913         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5914         (gl_HEADER_STRING_H_BODY): Require it.
5915         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5916         the symbol XYZ to one that gives a link error.
5917         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5918         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5919         * modules/mempcpy (configure.ac): Likewise.
5920         * modules/memrchr (configure.ac): Likewise.
5921         * modules/stpcpy (configure.ac): Likewise.
5922         * modules/stpncpy (configure.ac): Likewise.
5923         * modules/strcase (configure.ac): Likewise.
5924         * modules/strcasestr (configure.ac): Likewise.
5925         * modules/strchrnul (configure.ac): Likewise.
5926         * modules/strdup (configure.ac): Likewise.
5927         * modules/strndup (configure.ac): Likewise.
5928         * modules/strnlen (configure.ac): Likewise.
5929         * modules/strpbrk (configure.ac): Likewise.
5930         * modules/strsep (configure.ac): Likewise.
5931         * modules/strstr (configure.ac): Likewise.
5932         * modules/strtok_r (configure.ac): Likewise.
5933
5934 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5935
5936         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5937
5938 2007-01-30  Jim Meyering  <jim@meyering.net>
5939
5940         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5941
5942 2007-01-29  Bruno Haible  <bruno@clisp.org>
5943
5944         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5945         * lib/execute.c: Likewise.
5946         * lib/pipe.c: Likewise.
5947         * lib/printf-args.h: Likewise.
5948         * lib/printf-args.c: Likewise.
5949         * lib/printf-parse.c: Likewise.
5950         * lib/vasnprintf.c: Likewise.
5951
5952 2007-01-29  Eric Blake  <ebb9@byu.net>
5953
5954         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5955         declaration.
5956
5957 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5958
5959         * lib/strptime.h (strptime): Use 'restrict' for args where
5960         POSIX requires this.
5961         * lib/strptime.c (strptime): Likewise.
5962         Change license notice from LGPL to GPL, since gnulib-tool will
5963         change this as needed.
5964         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5965         defined.
5966         Include "strptime.h" first, to check interface.
5967         Do not #undef _LIBC and _NL_CURRENT.
5968         Do not include <stdlib.h>; no longer needed.
5969         Include "time_r.h" and declare ptime_locale_status
5970         only if _LIBC is not defined.
5971         (__P): Remove unused macro.
5972         (match_string): Bring back glibc version, but use it only if _LIBC
5973         is defined.
5974         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5975         Remove unnecessary assertion and abort() call.
5976         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5977         * m4/strptime.m4: Fix serial number comment.
5978         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5979         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5980         (Depends-on): Add time_r.
5981
5982 2007-01-29  Bruno Haible  <bruno@clisp.org>
5983
5984         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5985         strptime.
5986         * modules/strptime (Depends-on): Add stdbool.
5987         * lib/strptime.h: Include <time.h> always. Add comments.
5988
5989 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5990
5991         * modules/strptime: New file.
5992         * lib/strptime.h: New file.
5993         * lib/strptime.c: New file.
5994         * m4/strptime.m4: New file.
5995
5996 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5997
5998         * MODULES.html.sh: New module mpsort.
5999         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6000
6001         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6002         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6003         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6004         All uses changed.
6005         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6006         All uses changed.
6007         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6008         to _Restrict_.
6009         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6010         the parameter matches the prototype.
6011
6012 2007-01-28  Jim Meyering  <jim@meyering.net>
6013
6014         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6015         sys/time.h here, reverting that part of the previous patch:
6016         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6017
6018 2007-01-28  Bruno Haible  <bruno@clisp.org>
6019
6020         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6021         value of $(SYS_TIME_H).
6022         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6023         remove it conditionally, too. [added by Jim Meyering]
6024         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6025         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6026         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6027         GETTIMEOFDAY_REPLACEMENT to 1.
6028
6029 2007-01-28  Bruno Haible  <bruno@clisp.org>
6030
6031         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6032         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6033         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6034         Set UNISTD_H instead of UNISTD_H2.
6035         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6036
6037 2007-01-28  Bruno Haible  <bruno@clisp.org>
6038
6039         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6040         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6041
6042 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6043
6044         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6045         (func_create_testdir): Ensure C locale for `grep' and `tr'
6046         character ranges.
6047         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6048         ACLOCAL_AMFLAGS parsing state machine.
6049
6050 2007-01-27  Bruno Haible  <bruno@clisp.org>
6051
6052         * modules/unistr/base: Update.
6053
6054 2007-01-27  Bruno Haible  <bruno@clisp.org>
6055
6056         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6057         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6058         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6059         modules/unistr/u32-mbtouc.
6060         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6061         * lib/unistr.h: Update.
6062         * lib/linebreak.c: Update.
6063         * modules/unistr/u32-mbtouc: Renamed from
6064         modules/unistr/u32-mbtouc-safe.
6065         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6066         * lib/unistr.h: Update.
6067         * lib/unistr/u32-to-u8.c: Update.
6068         * lib/unistr/u32-to-u16.c: Update.
6069
6070 2007-01-27  Bruno Haible  <bruno@clisp.org>
6071
6072         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6073         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6074         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6075         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6076         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6077         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6078         modules/unistr/u16-mbtouc.
6079         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6080         * lib/unistr.h: Update.
6081         * lib/linebreak.c: Update.
6082         * modules/linebreak: Update.
6083         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6084         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6085         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6086         * modules/unistr/u16-mbtouc: Renamed from
6087         modules/unistr/u16-mbtouc-safe.
6088         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6089         * lib/unistr.h: Update.
6090         * lib/unistr/u16-to-u8.c: Update.
6091         * modules/unistr/u16-to-u8: Update.
6092         * lib/unistr/u16-to-u32.c: Update.
6093         * modules/unistr/u16-to-u32: Update.
6094
6095 2007-01-27  Bruno Haible  <bruno@clisp.org>
6096
6097         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6098         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6099         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6100         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6101         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6102         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6103         modules/unistr/u8-mbtouc.
6104         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6105         * lib/unistr.h: Update.
6106         * lib/striconveh.c: Update.
6107         * modules/striconveh: Update.
6108         * lib/linebreak.c: Update.
6109         * modules/linebreak: Update.
6110         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6111         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6112         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6113         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6114         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6115         * lib/unistr.h: Update.
6116         * lib/striconveh.c: Update.
6117         * modules/striconveh: Update.
6118         * lib/unistr/u8-to-u16.c: Update.
6119         * modules/unistr/u8-to-u16: Update.
6120         * lib/unistr/u8-to-u32.c: Update.
6121         * modules/unistr/u8-to-u32: Update.
6122
6123 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6124
6125         Sync from Libtool.
6126         * lib/argz.c: Do not include strings.h nor memory.h, include
6127         string.h unconditionally.  Patch by Simon Josefsson.
6128
6129 2007-01-27  Bruno Haible  <bruno@clisp.org>
6130
6131         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6132         from gl_HEADER_STRING_H_BODY.
6133         (gl_HEADER_STRING_H_BODY): Require it.
6134         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6135         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6136         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6137         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6139         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6140         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6141         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6142         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6143         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6144         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6145         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6146         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6147         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6148         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6149
6150 2007-01-27  Bruno Haible  <bruno@clisp.org>
6151
6152         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6153         check_PROGRAMS into noinst_PROGRAMS.
6154         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6155         check_PROGRAMS in this case.
6156         (func_import): Set for_test to false.
6157         (func_create_testdir): Set for_test to true.
6158
6159 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6160             Bruno Haible  <bruno@clisp.org>
6161
6162         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6163         (Depends-on): Add string.
6164         (Includes): Use <string.h> instead of strcasestr.h.
6165         * modules/string (Makefile.am): Also substitute the value of
6166         REPLACE_STRCASESTR.
6167         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6168         assume strcasestr is declared in <string.h> not <strings.h>. Also
6169         set REPLACE_STRCASESTR.
6170         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6171         REPLACE_STRCASESTR.
6172         * lib/strcasestr.h: Remove file.
6173         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6174         * lib/string_.h (strcasestr): New declaration.
6175
6176 2007-01-27  Bruno Haible  <bruno@clisp.org>
6177
6178         * lib/string_.h: Use 'extern'.
6179
6180 2007-01-27  Jim Meyering  <jim@meyering.net>
6181
6182         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6183         of set-but-not-used local, "q".
6184
6185         * lib/mempcpy.c: Include <config.h> before <string.h>.
6186         This fixes a compilation error on HP-UX, due to the system's
6187         "restrict"-using mempcpy prototype.
6188
6189 2007-01-26  Bruno Haible  <bruno@clisp.org>
6190
6191         Small optimization.
6192         * lib/javacomp.c: Include c-strstr.h.
6193          (is_envjavac_gcj): Use c_strstr instead of strstr.
6194         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6195
6196 2007-01-26  Bruno Haible  <bruno@clisp.org>
6197
6198         * MODULES.html.sh (Unicode string functions): Add the new modules.
6199
6200         * modules/uniconv/u32-strconv-to-locale: New file.
6201         * lib/uniconv/u32-strconv-to-locale.c: New file.
6202
6203         * modules/uniconv/u16-strconv-to-locale: New file.
6204         * lib/uniconv/u16-strconv-to-locale.c: New file.
6205
6206         * modules/uniconv/u8-strconv-to-locale: New file.
6207         * lib/uniconv/u8-strconv-to-locale.c: New file.
6208
6209         * modules/uniconv/u32-strconv-from-locale: New file.
6210         * lib/uniconv/u32-strconv-from-locale.c: New file.
6211
6212         * modules/uniconv/u16-strconv-from-locale: New file.
6213         * lib/uniconv/u16-strconv-from-locale.c: New file.
6214
6215         * modules/uniconv/u8-strconv-from-locale: New file.
6216         * lib/uniconv/u8-strconv-from-locale.c: New file.
6217
6218         * modules/uniconv/u32-strconv-to-enc: New file.
6219         * lib/uniconv/u32-strconv-to-enc.c: New file.
6220         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6221         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6222
6223         * modules/uniconv/u16-strconv-to-enc: New file.
6224         * lib/uniconv/u16-strconv-to-enc.c: New file.
6225         * lib/uniconv/u-strconv-to-enc.h: New file.
6226         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6227         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6228
6229         * modules/uniconv/u8-strconv-to-enc: New file.
6230         * lib/uniconv/u8-strconv-to-enc.c: New file.
6231         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6232         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6233
6234         * modules/uniconv/u32-strconv-from-enc: New file.
6235         * lib/uniconv/u32-strconv-from-enc.c: New file.
6236         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6237         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6238
6239         * modules/uniconv/u16-strconv-from-enc: New file.
6240         * lib/uniconv/u16-strconv-from-enc.c: New file.
6241         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6242         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6243
6244         * modules/uniconv/u8-strconv-from-enc: New file.
6245         * lib/uniconv/u8-strconv-from-enc.c: New file.
6246         * lib/uniconv/u-strconv-from-enc.h: New file.
6247         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6248         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6249
6250         * modules/uniconv/u32-conv-from-enc: New file.
6251         * lib/uniconv/u32-conv-from-enc.c: New file.
6252         * modules/uniconv/u32-conv-from-enc-tests: New file.
6253         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6254
6255         * modules/uniconv/u16-conv-from-enc: New file.
6256         * lib/uniconv/u16-conv-from-enc.c: New file.
6257         * lib/uniconv/u-conv-from-enc.h: New file.
6258         * modules/uniconv/u16-conv-from-enc-tests: New file.
6259         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6260
6261         * modules/uniconv/u8-conv-from-enc: New file.
6262         * lib/uniconv/u8-conv-from-enc.c: New file.
6263         * modules/uniconv/u8-conv-from-enc-tests: New file.
6264         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6265
6266         * modules/uniconv/base: New file.
6267         * lib/uniconv.h: New file.
6268
6269 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         * doc/gnulib-tool.texi (Initial import): Update to match current
6272         behavior with strdup module.
6273         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6274         * lib/memmem.h: Remove; all uses removed.  This is now done
6275         by <string.h>.
6276         * lib/mempcpy.h: Likewise.
6277         * lib/memrchr.h: Likewise.
6278         * lib/stpcpy.h: Likewise.
6279         * lib/stpncpy.h: Likewise.
6280         * lib/strcase.h: Likewise.
6281         * lib/strchrnul.h: Likewise.
6282         * lib/strdup.h: Likewise.
6283         * lib/strndup.h: Likewise.
6284         * lib/strnlen.h: Likewise.
6285         * lib/strpbrk.h: Likewise.
6286         * lib/strsep.h: Likewise.
6287         * lib/strstr.h: Likewise.
6288         * lib/strtok_r.h: Likewise.
6289         * lib/string_.h: New file.
6290         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6291         Rely on <string.h> instead.
6292         * lib/canon-host.c: Likewise.
6293         * lib/chdir-long.c: Likewise.
6294         * lib/concatpath.c: Likewise.
6295         * lib/exclude.c: Likewise.
6296         * lib/fchdir.c: Likewise.
6297         * lib/getaddrinfo.c: Likewise.
6298         * lib/getcwd.c: Likewise.
6299         * lib/getsubopt.c: Likewise.
6300         * lib/glob.c: Likewise.
6301         * lib/hard-locale.c: Likewise.
6302         * lib/iconvme.c: Likewise.
6303         * lib/javacomp.c: Likewise.
6304         * lib/mempcpy.c: Likewise.
6305         * lib/memrchr.c: Likewise.
6306         * lib/regex_internal.h: Likewise.
6307         * lib/stpncpy.c: Likewise.
6308         * lib/strcasecmp.c: Likewise.
6309         * lib/strchrnul.c: Likewise.
6310         * lib/strdup.c: Likewise.
6311         * lib/striconv.c: Likewise.
6312         * lib/striconveh.c: Likewise.
6313         * lib/striconveha.c: Likewise.
6314         * lib/strncasecmp.c: Likewise.
6315         * lib/strndup.c: Likewise.
6316         * lib/strnlen.c: Likewise.
6317         * lib/strsep.c: Likewise.
6318         * lib/strstr.c: Likewise.
6319         * lib/strtok_r.c: Likewise.
6320         * lib/userspec.c: Likewise.
6321         * lib/w32spawn.h: Likewise.
6322         * lib/xstrndup.c: Likewise.
6323         * lib/mountlist.c (strstr): Remove decl.
6324         * m4/string_h.m4: New file.
6325         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6326         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6327         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6328         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6329         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6330         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6331         Set REPLACE_STRCASECMP if necessary.
6332         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6333         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6334         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6335         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6336         HAVE_DECL_STRDUP if necessary.
6337         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6338         since gl_FUNC_STRNDUP does that now.
6339         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6340         Check for decl here...
6341         (gl_PREREQ_STRNLEN): ... not here.
6342         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6343         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6344         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6345         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6346         necessary.
6347         * modules/string: New file.
6348         * modules/memmem (Files): Remove special-purpose include file.
6349         (Depends-on): Add string.
6350         (Include): Include <string.h>, not the removed file.
6351         * modules/mempcpy: Likewise.
6352         * modules/memrchr: Likewise.
6353         * modules/stpcpy: Likewise.
6354         * modules/stpncpy: Likewise.
6355         * modules/strcase: Likewise.
6356         * modules/strchrnul: Likewise.
6357         * modules/strdup: Likewise.
6358         * modules/strndup: Likewise.
6359         * modules/strnlen: Likewise.
6360         * modules/strpbrk: Likewise.
6361         * modules/strsep: Likewise.
6362         * modules/strstr: Likewise.
6363         * modules/strtok_r: Likewise.
6364         * tests/test-dirname.c: Don't include "strdup.h", since
6365         <string.h> now suffices.
6366         * tests/test-memmem.c: Don't include "memmem.h", since
6367         <string.h> now suffices.
6368
6369 2007-01-25  Bruno Haible  <bruno@clisp.org>
6370
6371         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6372         *resultp is 0.
6373
6374         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6375         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6376         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6377         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6378
6379         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6380         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6381         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6382         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6383         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6384         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6385
6386 2007-01-24  Bruno Haible  <bruno@clisp.org>
6387
6388         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6389         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6390         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6391         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6392         gl_FUNC_FTS_CORE.
6393         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6394         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6395         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6396         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6397         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6398         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6399         gl_FUNC_FCHOWNAT.
6400         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6401         gl_FUNC_STRFTIME.
6402         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6403         Reported by Ralf Wildenhues.
6404
6405 2007-01-24  Bruno Haible  <bruno@clisp.org>
6406
6407         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6408         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6409         gl_GETADDRINFO.
6410         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6411         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6412         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6413
6414 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6415
6416         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6417         Don't use 'exit'; just return from 'main'.
6418         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6419
6420         * lib/fnmatch_.h: Readjust white space and comments to match
6421         glibc, to avoid spurious diffs.
6422
6423 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6424
6425         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6426         2004-12-01 change by Jakub Jelinek, since this code won't compile
6427         if !LIBC.  Problem reported by Bob Proulx.
6428
6429 2007-01-23  Bruno Haible  <bruno@clisp.org>
6430
6431         * lib/striconveh.c: Include c-strcaseeq.h.
6432         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6433         * modules/striconveh (Depends-on): Add c-strcaseeq.
6434
6435 2007-01-23  Bruno Haible  <bruno@clisp.org>
6436
6437         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6438
6439         * modules/c-strcaseeq: New file.
6440         * lib/c-strcaseeq.h: New file.
6441
6442         * modules/streq: New file.
6443         * lib/streq.h: New file.
6444
6445 2007-01-23  Bruno Haible  <bruno@clisp.org>
6446
6447         * modules/striconveha-tests: New file.
6448         * tests/test-striconveha.c: New file.
6449
6450         * lib/striconveha.h: Include <stdbool.h>.
6451         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6452         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6453         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6454         (mem_iconveha): New function.
6455         (str_iconveha_notranslit): Renamed from str_iconveha.
6456         (str_iconveha): New function.
6457         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6458         c-strcase.
6459
6460 2007-01-23  Bruno Haible  <bruno@clisp.org>
6461
6462         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6463         encodings without forgiving before trying any encoding with handler.
6464         (str_iconveha): Try all encodings without forgiving before trying any
6465         encoding with handler.
6466
6467 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         Import the following changes from libc.
6470
6471         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6472
6473         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6474
6475         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6476
6477         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6478         normal_bracket label.
6479
6480         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6481
6482         [BZ #361]
6483         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6484         to normal_bracket after fetching the next character.
6485
6486 2007-01-22  Bruno Haible  <bruno@clisp.org>
6487
6488         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6489         argument.
6490         * lib/striconveh.c (iconv_carefully_1): New function.
6491         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6492         argument.
6493         (str_cd_iconveh): Update.
6494         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6495         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6496         * tests/test-striconveh.c (MAGIC): New macro.
6497         (new_offsets): New function.
6498         (main): Test call with and without offsets.
6499
6500 2007-01-22  Bruno Haible  <bruno@clisp.org>
6501
6502         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6503         * modules/sys_select (Makefile.am): Likewise.
6504         * modules/sys_socket (Makefile.am): Likewise.
6505         * modules/sys_time (Makefile.am): Likewise.
6506
6507 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * modules/gettimeofday (License): Change from GPL to LGPL, since
6510         gettimeofday is a library function.
6511
6512 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6513
6514         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6515
6516 2007-01-21  Bruno Haible  <bruno@clisp.org>
6517
6518         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6519
6520 2007-01-21  Bruno Haible  <bruno@clisp.org>
6521
6522         * modules/striconveha: New file.
6523         * lib/striconveha.h: New file.
6524         * lib/striconveha.c: New file.
6525         * MODULES.html.sh (Internationalization functions): Add striconveha.
6526         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6527         string.
6528         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6529
6530 2007-01-21  Bruno Haible  <bruno@clisp.org>
6531
6532         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6533         * lib/striconveh.c (str_iconveh): Likewise.
6534
6535 2007-01-21  Bruno Haible  <bruno@clisp.org>
6536
6537         * lib/striconveh.h (mem_iconveh): New declaration.
6538         * lib/striconveh.c (mem_iconveh): New function.
6539         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6540
6541 2007-01-21  Bruno Haible  <bruno@clisp.org>
6542
6543         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6544
6545         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6546         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6547         original result buffer.
6548         (str_cd_iconveh): Update.
6549         * tests/test-striconveh.c (main): Update.
6550
6551         * lib/striconv.h (mem_cd_iconv): Change specification.
6552         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6553         result buffer.
6554         (str_cd_iconv): Update.
6555         * tests/test-striconv.c (main): Update.
6556
6557 2007-01-21  Bruno Haible  <bruno@clisp.org>
6558
6559         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6560
6561 2007-01-20  Jim Meyering  <jim@meyering.net>
6562
6563         * lib/userspec.c (parse_with_separator): If a user or group string
6564         starts with "+", skip the corresponding name-to-ID look-up, since
6565         such a look-up must fail: user and group names may not include "+".
6566
6567 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6570         since we now assume the sys_time module.
6571         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6572         check for sys/time.h; no longer needed.
6573         * modules/poll (Depends-on): Depend on sys_time.
6574
6575 2007-01-18  Bruno Haible  <bruno@clisp.org>
6576
6577         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6578         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6579
6580         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6581         gettimeofday.
6582
6583         * tests/test-gettimeofday.c: Include <time.h>.
6584         (dummy): Remove variable.
6585
6586         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6587         gl_HEADER_SYS_TIME_H.
6588         (gl_HEADER_SYS_TIME_H): New macro.
6589
6590         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6591         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6592         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6593         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6594         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6595         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6596         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6597         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6598         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6599         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6600         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6601
6602         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6603         last change; it caused a compilation error when cross-compiling to
6604         Cygwin.
6605
6606 2007-01-18  Jim Meyering  <jim@meyering.net>
6607
6608         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6609         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6610         than the race-prone "test -d sys || mkdir sys".
6611         (configure.ac): Use AC_PROG_MKDIR_P.
6612         * modules/sys_select: Likewise.
6613         * modules/sys_socket: Likewise.
6614         * modules/sys_time: Likewise.
6615
6616 2007-01-18  Eric Blake  <ebb9@byu.net>
6617
6618         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6619         replace gettimeofday.
6620         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6621         name, to avoid infinite recursion.
6622
6623 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6624
6625         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6626         module sys_time.
6627         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6628         assume timespec.h defines struct timeval.
6629         * lib/settime.c: Likewise.
6630         * lib/utimens.c: Likewise.
6631         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6632         since we now assume the gettimeofday module.
6633         * lib/tempname.c (__gen_tempname): Likewise.
6634         * lib/gettimeofday.h: Remove.
6635         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6636         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6637         Include <time.h>, for 'time()'.
6638         (localtime_buffer_addr): Also use this workaround if
6639         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6640         to simplify the uses.  All uses changed.
6641         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6642         that #undef is inside {}, and 'const' follows type name consistently.
6643         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6644         (gettimeofday): Do not use the maximum possible value for
6645         tv->tv_usec, since that might break usages other than ls.c.
6646         Instead, we'll leave ls.c alone.  This undoes today's patch
6647         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6648         we've never observed the problem but might as well keep the
6649         canary.
6650         * lib/nanosleep.c: Include timespec.h first, for interface check.
6651         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6652         now assume the sys_time module.
6653         * lib/tempname.c: Likewise.
6654         * lib/timespec.h: Likewise.
6655         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6656         needed.
6657         * lib/strftime.c: Likewise.
6658         * lib/timespec.h: Likewise.
6659         * lib/posixtm.c: Include posixtm.h first, for interface check.
6660         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6661         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6662         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6663         * lib/sys_time_.h: New file.
6664         * lib/timespec.h (struct timespec): Use long int, not long.
6665         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6666         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6667         Remove obsolescent call to AC_HEADER_TIME.
6668         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6670         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6671         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6672         Likewise.
6673         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6674         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6675         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6676         into the sys_time module.  Check for gettimeofday just once.
6677         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6678         for gettimeofday signature to just check the signature.  Merely
6679         compile it, since linking doesn't test signature.  Improve test for
6680         whether gettimeofday.o is actually needed.
6681         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6682         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6683         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6684         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6685         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6686         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6687         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6688         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6689         than worrying about sys/time.h.
6690         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6691         Don't bother worrying about TIME_WITH_SYS_TIME.
6692         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6693         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6694         * m4/sys_time_h.m4: New file.
6695         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6696         Don't include sys/time.h.  Return from main rather than exiting.
6697         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6698         all uses changed.
6699         * modules/gethrxtime (Depends-on): Add sys_time.
6700         * modules/gettime (Depends-on): Likewise.
6701         * modules/gettimeofday (Depends-on): Likewise.
6702         * modules/nanosleep (Depends-on): Likewise.
6703         * modules/settime (Depends-on): Likewise.
6704         * modules/tempname (Depends-on): Likewise.
6705         * modules/utimens (Depends-on): Likewise.
6706         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6707         (Include:) Change back to <sys/time.h>.
6708         (Maintainer:) Add self.
6709         * modules/sys_time: New file.
6710         * modules/tempname (Depends-on): Add gettimeofday.
6711         * tests/test-gettimeofday.c: Include <sys/time.h>
6712         rather than gettimeofday.h.
6713
6714 2007-01-17  Bruno Haible  <bruno@clisp.org>
6715
6716         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6717         the license default to GPL.
6718         (func_create_testdir): Don't complain if a module is LGPL and its
6719         tests module depends on GPLed modules.
6720
6721 2007-01-17  Bruno Haible  <bruno@clisp.org>
6722
6723         * lib/gettimeofday.c (gettimeofday): Add code for the case
6724         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6725         maximum possible value for tv->tv_usec, rather than the minimum one.
6726
6727 2005-10-08  Martin Lambers  <marlam@marlam.de>
6728 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6729 2007-01-16  Bruno Haible  <bruno@clisp.org>
6730
6731         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6732         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6733         gl_FUNC_GETTIMEOFDAY.
6734         (Include): Add gettimeofday.h.
6735         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6736         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6737         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6738         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6739         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6740         * lib/gettimeofday.h: New file.
6741         * lib/gettimeofday.c: Include <sys/timeb.h>.
6742         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6743         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6744         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6745         fall back on time().
6746
6747         * tests/test-gettimeofday.c: New file.
6748         * modules/gettimeofday-tests: New file.
6749
6750 2007-01-16  Eric Blake  <ebb9@byu.net>
6751
6752         * modules/fnmatch (Depends-on): Depend on wchar.
6753         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6754         * m4/fnmatch.m4: Likewise.
6755         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6756         * m4/mbchar.m4: Likewise.
6757         * modules/mbswidth (Depends-on): Depend on wchar.
6758         * lib/mbswidth.c: Assume <wchar.h>.
6759         * m4/mbswidth.m4: Likewise.
6760         * modules/quotearg (Depends-on): Depend on wchar.
6761         * lib/quotearg.c: Assume <wchar.h>.
6762         * m4/quotearg.m4: Likewise.
6763         * modules/regex (Depends-on): Depend on wchar.
6764         * lib/regex_internal.h: Assume <wchar.h>.
6765         * m4/regex.m4: Likewise.
6766         * modules/stdint (Depends-on): Depend on wchar.
6767         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6768         * m4/stdint.m4: Likewise.
6769         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6770         * modules/strftime (Depends-on): Depend on wchar.
6771         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6772         * modules/strtol (Depends-on): Depend on wchar.
6773         * lib/strtol.c: Assume <wchar.h>.
6774         * modules/wcwidth (Depends-on): Depend on wchar.
6775         * lib/wcwidth.h: Assume <wchar.h>.
6776         * m4/wcwidth.m4: Likewise.
6777
6778 2007-01-16  Bruno Haible  <bruno@clisp.org>
6779
6780         * modules/csharpexec-script: New, created from...
6781         * modules/csharpexec: ... this.
6782
6783 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6784
6785         * modules/javaexec-script: New, created from...
6786         * modules/javaexec: ... this.
6787
6788 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6789
6790         * modules/poll (Dependencies): Add sys_select.
6791
6792 2007-01-15  Jim Meyering  <jim@meyering.net>
6793
6794         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6795         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6796         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6797         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6798
6799 2007-01-15  Bruno Haible  <bruno@clisp.org>
6800
6801         * modules/striconveh: New file.
6802         * lib/striconveh.h: New file.
6803         * lib/striconveh.c: New file.
6804         * MODULES.html.sh (Internationalization functions): Add striconveh.
6805
6806         * modules/striconveh-tests: New file.
6807         * tests/test-striconveh.c: New file.
6808
6809 2007-01-15  Bruno Haible  <bruno@clisp.org>
6810
6811         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6812         not from GNU libiconv or GNU libc.
6813
6814 2007-01-15  Bruno Haible  <bruno@clisp.org>
6815
6816         * doc/gnulib-intro.texi (Copyright): Explain the different license
6817         terms for module descriptions, autoconf macros, tests, documentation.
6818
6819 2007-01-14  Bruno Haible  <bruno@clisp.org>
6820
6821         * modules/striconv-tests: New file.
6822         * tests/test-striconv.c: New file.
6823
6824 2007-01-14  Bruno Haible  <bruno@clisp.org>
6825
6826         * modules/iconv-tests: New file.
6827         * tests/test-iconv.c: New file.
6828
6829 2007-01-14  Bruno Haible  <bruno@clisp.org>
6830
6831         * gnulib-tool (func_get_license): For test modules, use the license of
6832         the main module.
6833
6834 2007-01-14  Bruno Haible  <bruno@clisp.org>
6835
6836         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6837         if iconv is found to exist.
6838
6839 2007-01-14  Bruno Haible  <bruno@clisp.org>
6840
6841         * modules/c-ctype-tests: New file.
6842         * tests/test-c-ctype.c: New file.
6843
6844 2007-01-14  Bruno Haible  <bruno@clisp.org>
6845
6846         * modules/binary-io-tests: New file.
6847         * tests/test-binary-io.sh: New file.
6848         * tests/test-binary-io.c: New file.
6849
6850 2007-01-14  Bruno Haible  <bruno@clisp.org>
6851
6852         * modules/array-oset-tests: New file.
6853         * tests/test-array_oset.c: New file.
6854
6855 2007-01-14  Bruno Haible  <bruno@clisp.org>
6856
6857         * modules/array-list-tests: New file.
6858         * tests/test-array_list.c: New file.
6859
6860 2007-01-14  Bruno Haible  <bruno@clisp.org>
6861
6862         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6863         and make.
6864         Reported by Simon Josefsson in
6865         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6866
6867 2007-01-14  Bruno Haible  <bruno@clisp.org>
6868
6869         * modules/allocsa-tests: New file.
6870         * tests/test-allocsa.c: New file.
6871
6872 2007-01-14  Bruno Haible  <bruno@clisp.org>
6873
6874         * modules/fchdir (Depends-on): Add absolute-header.
6875         * modules/unistd (Depends-on): Likewise.
6876
6877 2006-12-30  Bruno Haible  <bruno@clisp.org>
6878
6879         * modules/fchdir: New file.
6880         * modules/unistd (Files): Add lib/unistd_.h.
6881         (Makefile.am): Generate unistd.h from unistd_.h.
6882         * lib/fchdir.c: New file.
6883         * lib/dirent_.h: New file.
6884         * lib/unistd_.h: New file.
6885         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6886         * m4/fchdir.m4: New file.
6887         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6888         (gl_HEADER_UNISTD): Invoke it.
6889         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6890         function.
6891         * lib/backupfile.c (opendir, closedir): Undefine.
6892         * lib/chown.c (open, close): Undefine.
6893         * lib/clean-temp.c (open, close): Undefine.
6894         * lib/copy-file.c (open, close): Undefine.
6895         * lib/execute.c (open, close): Undefine.
6896         * lib/fsusage.c (open, close): Undefine.
6897         * lib/gc-gnulib.c (open, close): Undefine.
6898         * lib/getcwd.c (opendir, closedir): Undefine.
6899         * lib/glob.c (opendir, closedir): Undefine.
6900         * lib/javacomp.c (open, close): Undefine.
6901         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6902         * lib/openat-proc.c (open, close): Undefine.
6903         * lib/pagealign_alloc.c (open, close): Undefine.
6904         * lib/pipe.c (open, close): Undefine.
6905         * lib/progreloc.c (open, close): Undefine.
6906         * lib/savedir.c (opendir, closedir): Undefine.
6907         * lib/utime.c (open, close): Undefine.
6908         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6909
6910 2007-01-10  Bruno Haible  <bruno@clisp.org>
6911
6912         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6913
6914 2007-01-12  Eric Blake  <ebb9@byu.net>
6915
6916         Provide a robust <wchar.h>.  Further simplifications are now
6917         possible in other modules, but not included here.
6918         * modules/wchar: New module.
6919         * m4/wchar.m4: New file.
6920         * lib/wchar_.h: Likewise.
6921         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6922         of the new module.
6923         * MODULES.html.sh (Extended multibyte and wide character utilities):
6924         New section.
6925
6926 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6927
6928         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6929         to a reasonable default for memory allocation.
6930         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6931         file system that reports garbage st_size values for symlinks.
6932         Problem reported by Liyang Hu.
6933
6934 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6935
6936         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6937         Emacs .#* auto-save files).
6938
6939 2007-01-11  Bruno Haible  <bruno@clisp.org>
6940
6941         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6942         directory.
6943
6944 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6945
6946         Use @...@ consistently in lib/wctype_.h.
6947         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6948         on it being set to 1 or 0.
6949         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6950         go back to AC_SUBSTing it.
6951         * modules/wctype (Makefile.am): Undo previous change.
6952
6953 2007-01-10  Eric Blake  <ebb9@byu.net>
6954
6955         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6956         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6957         * modules/wctype (Makefile.am): Likewise.
6958         Reported by Chris McGuire.
6959
6960 2007-01-10  Jim Meyering  <jim@meyering.net>
6961
6962         fts.c: a small readability/maintainability improvement
6963         * lib/fts.c (fts_read): Make this code slightly more readable and
6964         maintainable by hoisting the "sp->fts_cur = p" assignments to
6965         immediately follow the statements that set P.  Derived from
6966         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6967
6968 2007-01-10  Eric Blake  <ebb9@byu.net>
6969
6970         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6971         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6972         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6973         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6974         Reported by Chris McGuire.
6975
6976 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6977
6978         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6979         in sed script.
6980
6981 2007-01-09  Bruno Haible  <bruno@clisp.org>
6982
6983         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6984         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6985         variables.
6986         (func_module): Use them.
6987
6988 2007-01-09  Bruno Haible  <bruno@clisp.org>
6989
6990         * modules/unistr/base: New file.
6991         * lib/unistr.h: New file.
6992
6993         * modules/unistr/u8-to-u16: New file.
6994         * lib/unistr/u8-to-u16.c: New file.
6995
6996         * modules/unistr/u8-to-u32: New file.
6997         * lib/unistr/u8-to-u32.c: New file.
6998
6999         * modules/unistr/u16-to-u8: New file.
7000         * lib/unistr/u16-to-u8.c: New file.
7001
7002         * modules/unistr/u16-to-u32: New file.
7003         * lib/unistr/u16-to-u32.c: New file.
7004
7005         * modules/unistr/u32-to-u8: New file.
7006         * lib/unistr/u32-to-u8.c: New file.
7007
7008         * modules/unistr/u32-to-u16: New file.
7009         * lib/unistr/u32-to-u16.c: New file.
7010
7011         * modules/unistr/u8-check: New file.
7012         * modules/unistr/u16-check: New file.
7013         * modules/unistr/u32-check: New file.
7014         * lib/unistr/u8-check.c: New file.
7015         * lib/unistr/u16-check.c: New file.
7016         * lib/unistr/u32-check.c: New file.
7017
7018         * modules/unistr/u8-chr: New file.
7019         * modules/unistr/u16-chr: New file.
7020         * modules/unistr/u32-chr: New file.
7021         * lib/unistr/u8-chr.c: New file.
7022         * lib/unistr/u16-chr.c: New file.
7023         * lib/unistr/u32-chr.c: New file.
7024
7025         * modules/unistr/u8-cmp: New file.
7026         * modules/unistr/u16-cmp: New file.
7027         * modules/unistr/u32-cmp: New file.
7028         * lib/unistr/u8-cmp.c: New file.
7029         * lib/unistr/u16-cmp.c: New file.
7030         * lib/unistr/u32-cmp.c: New file.
7031
7032         * modules/unistr/u8-cpy: New file.
7033         * modules/unistr/u16-cpy: New file.
7034         * modules/unistr/u32-cpy: New file.
7035         * lib/unistr/u8-cpy.c: New file.
7036         * lib/unistr/u16-cpy.c: New file.
7037         * lib/unistr/u32-cpy.c: New file.
7038         * lib/unistr/u-cpy.h: New file.
7039
7040         * modules/unistr/u8-cpy-alloc: New file.
7041         * modules/unistr/u16-cpy-alloc: New file.
7042         * modules/unistr/u32-cpy-alloc: New file.
7043         * lib/unistr/u8-cpy-alloc.c: New file.
7044         * lib/unistr/u16-cpy-alloc.c: New file.
7045         * lib/unistr/u32-cpy-alloc.c: New file.
7046         * lib/unistr/u-cpy-alloc.h: New file.
7047
7048         * modules/unistr/u8-endswith: New file.
7049         * modules/unistr/u16-endswith: New file.
7050         * modules/unistr/u32-endswith: New file.
7051         * lib/unistr/u8-endswith.c: New file.
7052         * lib/unistr/u16-endswith.c: New file.
7053         * lib/unistr/u32-endswith.c: New file.
7054         * lib/unistr/u-endswith.h: New file.
7055
7056         * modules/unistr/u8-mblen: New file.
7057         * modules/unistr/u16-mblen: New file.
7058         * modules/unistr/u32-mblen: New file.
7059         * lib/unistr/u8-mblen.c: New file.
7060         * lib/unistr/u16-mblen.c: New file.
7061         * lib/unistr/u32-mblen.c: New file.
7062
7063         * modules/unistr/u8-mbtouc: New file.
7064         * modules/unistr/u16-mbtouc: New file.
7065         * modules/unistr/u32-mbtouc: New file.
7066         * lib/unistr/u8-mbtouc.c: New file.
7067         * lib/unistr/u16-mbtouc.c: New file.
7068         * lib/unistr/u32-mbtouc.c: New file.
7069
7070         * modules/unistr/u8-mbtouc-safe: New file.
7071         * modules/unistr/u16-mbtouc-safe: New file.
7072         * modules/unistr/u32-mbtouc-safe: New file.
7073         * lib/unistr/u8-mbtouc-safe.c: New file.
7074         * lib/unistr/u16-mbtouc-safe.c: New file.
7075         * lib/unistr/u32-mbtouc-safe.c: New file.
7076
7077         * modules/unistr/u8-move: New file.
7078         * modules/unistr/u16-move: New file.
7079         * modules/unistr/u32-move: New file.
7080         * lib/unistr/u8-move.c: New file.
7081         * lib/unistr/u16-move.c: New file.
7082         * lib/unistr/u32-move.c: New file.
7083         * lib/unistr/u-move.h: New file.
7084
7085         * modules/unistr/u8-next: New file.
7086         * modules/unistr/u16-next: New file.
7087         * modules/unistr/u32-next: New file.
7088         * lib/unistr/u8-next.c: New file.
7089         * lib/unistr/u16-next.c: New file.
7090         * lib/unistr/u32-next.c: New file.
7091
7092         * modules/unistr/u8-prev: New file.
7093         * modules/unistr/u16-prev: New file.
7094         * modules/unistr/u32-prev: New file.
7095         * lib/unistr/u8-prev.c: New file.
7096         * lib/unistr/u16-prev.c: New file.
7097         * lib/unistr/u32-prev.c: New file.
7098
7099         * modules/unistr/u8-set: New file.
7100         * modules/unistr/u16-set: New file.
7101         * modules/unistr/u32-set: New file.
7102         * lib/unistr/u8-set.c: New file.
7103         * lib/unistr/u16-set.c: New file.
7104         * lib/unistr/u32-set.c: New file.
7105         * lib/unistr/u-set.h: New file.
7106
7107         * modules/unistr/u8-startswith: New file.
7108         * modules/unistr/u16-startswith: New file.
7109         * modules/unistr/u32-startswith: New file.
7110         * lib/unistr/u8-startswith.c: New file.
7111         * lib/unistr/u16-startswith.c: New file.
7112         * lib/unistr/u32-startswith.c: New file.
7113         * lib/unistr/u-startswith.h: New file.
7114
7115         * modules/unistr/u8-stpcpy: New file.
7116         * modules/unistr/u16-stpcpy: New file.
7117         * modules/unistr/u32-stpcpy: New file.
7118         * lib/unistr/u8-stpcpy.c: New file.
7119         * lib/unistr/u16-stpcpy.c: New file.
7120         * lib/unistr/u32-stpcpy.c: New file.
7121         * lib/unistr/u-stpcpy.h: New file.
7122
7123         * modules/unistr/u8-stpncpy: New file.
7124         * modules/unistr/u16-stpncpy: New file.
7125         * modules/unistr/u32-stpncpy: New file.
7126         * lib/unistr/u8-stpncpy.c: New file.
7127         * lib/unistr/u16-stpncpy.c: New file.
7128         * lib/unistr/u32-stpncpy.c: New file.
7129         * lib/unistr/u-stpncpy.h: New file.
7130
7131         * modules/unistr/u8-strcat: New file.
7132         * modules/unistr/u16-strcat: New file.
7133         * modules/unistr/u32-strcat: New file.
7134         * lib/unistr/u8-strcat.c: New file.
7135         * lib/unistr/u16-strcat.c: New file.
7136         * lib/unistr/u32-strcat.c: New file.
7137         * lib/unistr/u-strcat.h: New file.
7138
7139         * modules/unistr/u8-strchr: New file.
7140         * modules/unistr/u16-strchr: New file.
7141         * modules/unistr/u32-strchr: New file.
7142         * lib/unistr/u8-strchr.c: New file.
7143         * lib/unistr/u16-strchr.c: New file.
7144         * lib/unistr/u32-strchr.c: New file.
7145
7146         * modules/unistr/u8-strcmp: New file.
7147         * modules/unistr/u16-strcmp: New file.
7148         * modules/unistr/u32-strcmp: New file.
7149         * lib/unistr/u8-strcmp.c: New file.
7150         * lib/unistr/u16-strcmp.c: New file.
7151         * lib/unistr/u32-strcmp.c: New file.
7152
7153         * modules/unistr/u8-strcpy: New file.
7154         * modules/unistr/u16-strcpy: New file.
7155         * modules/unistr/u32-strcpy: New file.
7156         * lib/unistr/u8-strcpy.c: New file.
7157         * lib/unistr/u16-strcpy.c: New file.
7158         * lib/unistr/u32-strcpy.c: New file.
7159         * lib/unistr/u-strcpy.h: New file.
7160
7161         * modules/unistr/u8-strcspn: New file.
7162         * modules/unistr/u16-strcspn: New file.
7163         * modules/unistr/u32-strcspn: New file.
7164         * lib/unistr/u8-strcspn.c: New file.
7165         * lib/unistr/u16-strcspn.c: New file.
7166         * lib/unistr/u32-strcspn.c: New file.
7167         * lib/unistr/u-strcspn.h: New file.
7168
7169         * modules/unistr/u8-strdup: New file.
7170         * modules/unistr/u16-strdup: New file.
7171         * modules/unistr/u32-strdup: New file.
7172         * lib/unistr/u8-strdup.c: New file.
7173         * lib/unistr/u16-strdup.c: New file.
7174         * lib/unistr/u32-strdup.c: New file.
7175         * lib/unistr/u-strdup.h: New file.
7176
7177         * modules/unistr/u8-strlen: New file.
7178         * modules/unistr/u16-strlen: New file.
7179         * modules/unistr/u32-strlen: New file.
7180         * lib/unistr/u8-strlen.c: New file.
7181         * lib/unistr/u16-strlen.c: New file.
7182         * lib/unistr/u32-strlen.c: New file.
7183         * lib/unistr/u-strlen.h: New file.
7184
7185         * modules/unistr/u8-strmblen: New file.
7186         * modules/unistr/u16-strmblen: New file.
7187         * modules/unistr/u32-strmblen: New file.
7188         * lib/unistr/u8-strmblen.c: New file.
7189         * lib/unistr/u16-strmblen.c: New file.
7190         * lib/unistr/u32-strmblen.c: New file.
7191
7192         * modules/unistr/u8-strmbtouc: New file.
7193         * modules/unistr/u16-strmbtouc: New file.
7194         * modules/unistr/u32-strmbtouc: New file.
7195         * lib/unistr/u8-strmbtouc.c: New file.
7196         * lib/unistr/u16-strmbtouc.c: New file.
7197         * lib/unistr/u32-strmbtouc.c: New file.
7198
7199         * modules/unistr/u8-strncat: New file.
7200         * modules/unistr/u16-strncat: New file.
7201         * modules/unistr/u32-strncat: New file.
7202         * lib/unistr/u8-strncat.c: New file.
7203         * lib/unistr/u16-strncat.c: New file.
7204         * lib/unistr/u32-strncat.c: New file.
7205         * lib/unistr/u-strncat.h: New file.
7206
7207         * modules/unistr/u8-strncmp: New file.
7208         * modules/unistr/u16-strncmp: New file.
7209         * modules/unistr/u32-strncmp: New file.
7210         * lib/unistr/u8-strncmp.c: New file.
7211         * lib/unistr/u16-strncmp.c: New file.
7212         * lib/unistr/u32-strncmp.c: New file.
7213
7214         * modules/unistr/u8-strncpy: New file.
7215         * modules/unistr/u16-strncpy: New file.
7216         * modules/unistr/u32-strncpy: New file.
7217         * lib/unistr/u8-strncpy.c: New file.
7218         * lib/unistr/u16-strncpy.c: New file.
7219         * lib/unistr/u32-strncpy.c: New file.
7220         * lib/unistr/u-strncpy.h: New file.
7221
7222         * modules/unistr/u8-strnlen: New file.
7223         * modules/unistr/u16-strnlen: New file.
7224         * modules/unistr/u32-strnlen: New file.
7225         * lib/unistr/u8-strnlen.c: New file.
7226         * lib/unistr/u16-strnlen.c: New file.
7227         * lib/unistr/u32-strnlen.c: New file.
7228         * lib/unistr/u-strnlen.h: New file.
7229
7230         * modules/unistr/u8-strpbrk: New file.
7231         * modules/unistr/u16-strpbrk: New file.
7232         * modules/unistr/u32-strpbrk: New file.
7233         * lib/unistr/u8-strpbrk.c: New file.
7234         * lib/unistr/u16-strpbrk.c: New file.
7235         * lib/unistr/u32-strpbrk.c: New file.
7236         * lib/unistr/u-strpbrk.h: New file.
7237
7238         * modules/unistr/u8-strrchr: New file.
7239         * modules/unistr/u16-strrchr: New file.
7240         * modules/unistr/u32-strrchr: New file.
7241         * lib/unistr/u8-strrchr.c: New file.
7242         * lib/unistr/u16-strrchr.c: New file.
7243         * lib/unistr/u32-strrchr.c: New file.
7244
7245         * modules/unistr/u8-strspn: New file.
7246         * modules/unistr/u16-strspn: New file.
7247         * modules/unistr/u32-strspn: New file.
7248         * lib/unistr/u8-strspn.c: New file.
7249         * lib/unistr/u16-strspn.c: New file.
7250         * lib/unistr/u32-strspn.c: New file.
7251         * lib/unistr/u-strspn.h: New file.
7252
7253         * modules/unistr/u8-strstr: New file.
7254         * modules/unistr/u16-strstr: New file.
7255         * modules/unistr/u32-strstr: New file.
7256         * lib/unistr/u8-strstr.c: New file.
7257         * lib/unistr/u16-strstr.c: New file.
7258         * lib/unistr/u32-strstr.c: New file.
7259         * lib/unistr/u-strstr.h: New file.
7260
7261         * modules/unistr/u8-strtok: New file.
7262         * modules/unistr/u16-strtok: New file.
7263         * modules/unistr/u32-strtok: New file.
7264         * lib/unistr/u8-strtok.c: New file.
7265         * lib/unistr/u16-strtok.c: New file.
7266         * lib/unistr/u32-strtok.c: New file.
7267         * lib/unistr/u-strtok.h: New file.
7268
7269         * modules/unistr/u8-uctomb: New file.
7270         * modules/unistr/u16-uctomb: New file.
7271         * modules/unistr/u32-uctomb: New file.
7272         * lib/unistr/u8-uctomb.c: New file.
7273         * lib/unistr/u16-uctomb.c: New file.
7274         * lib/unistr/u32-uctomb.c: New file.
7275
7276         * MODULES.html.sh (Unicode string functions): Add the new modules.
7277
7278 2007-01-08  Bruno Haible  <bruno@clisp.org>
7279
7280         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7281         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7282         subdirectories.
7283
7284 2007-01-08  Karl Berry  <karl@gnu.org>
7285
7286         * doc/error.texi: mention that main() fns must set program_name
7287         when progname is used.
7288
7289 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7290
7291         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7292         WCTYPE_H is empty, for the benefit of builds from non-distclean
7293         directories.  Problem reported by Eric Blake in
7294         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7295
7296 2007-01-08  Bruno Haible  <bruno@clisp.org>
7297
7298         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7299         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7300         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7301         PROVIDE_CANONICALIZE_FILENAME_MODE.
7302         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7303
7304 2007-01-08  Bruno Haible  <bruno@clisp.org>
7305
7306         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7307         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7308         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7309         * lib/fts.c: Likewise.
7310         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7311
7312 2006-12-25  Bruno Haible  <bruno@clisp.org>
7313
7314         * modules/utf8-ucs4-safe: New file.
7315         * lib/utf8-ucs4-safe.h: New file.
7316         * lib/unistr/utf8-ucs4-safe.c: New file.
7317
7318         * modules/utf16-ucs4-safe: New file.
7319         * lib/utf16-ucs4-safe.h: New file.
7320         * lib/unistr/utf16-ucs4-safe.c: New file.
7321
7322         * MODULES.html.sh (Unicode string functions): Add the new modules.
7323
7324 2007-01-08  Bruno Haible  <bruno@clisp.org>
7325
7326         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7327         (Depends-on): Add unitypes.
7328         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7329         (u8_mbtouc_aux): Move out to separate file.
7330         (u8_mbtouc): Use ucs4_t, uint8_t types.
7331         * lib/unistr/utf8-ucs4.c: New file.
7332
7333         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7334         (Depends-on): Add unitypes.
7335         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7336         (u16_mbtouc_aux): Move out to separate file.
7337         (u16_mbtouc): Use ucs4_t, uint16_t types.
7338         * lib/unistr/utf16-ucs4.c: New file.
7339
7340         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7341         (Depends-on): Add unitypes.
7342         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7343         (u8_uctomb_aux): Move out to separate file.
7344         (u8_uctomb): Use ucs4_t, uint8_t types.
7345         * lib/unistr/ucs4-utf8.c: New file.
7346
7347         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7348         (Depends-on): Add unitypes.
7349         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7350         (u16_uctomb_aux): Move out to separate file.
7351         (u16_uctomb): Use ucs4_t, uint16_t types.
7352         * lib/unistr/ucs4-utf16.c: New file.
7353
7354 2006-12-25  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/unitypes: New file.
7357         * lib/unitypes.h: New file.
7358         * MODULES.html.sh (func_all_modules): New section "Unicode string
7359         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7360         this section. Add unitypes.
7361
7362 2007-01-08  Bruno Haible  <bruno@clisp.org>
7363
7364         Avoid variable names that conflict with those from libtool.
7365         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7366         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7367         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7368         library_names_spec to acl_library_names_spec, hardcode_* to
7369         acl_hardcode_*.
7370         Reported by Ralf Wildenhues.
7371
7372 2007-01-08  Bruno Haible  <bruno@clisp.org>
7373
7374         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7375         definition.
7376         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7377         definition.
7378         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7379         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7380         definition.
7381         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7382         definition.
7383         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7384         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7385         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7386         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7387         definition.
7388         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7389         definition.
7390         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7391         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7392         GC_USE_<algorithm>.
7393         * lib/gc-libgcrypt.c: Likewise.
7394         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7395         * modules/gc-arctwo (configure.ac): Likewise.
7396         * modules/gc-des (configure.ac): Likewise.
7397         * modules/gc-hmac-md5 (configure.ac): Likewise.
7398         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7399         * modules/gc-md2 (configure.ac): Likewise.
7400         * modules/gc-md4 (configure.ac): Likewise.
7401         * modules/gc-md5 (configure.ac): Likewise.
7402         * modules/gc-random (configure.ac): Likewise.
7403         * modules/gc-rijndael (configure.ac): Likewise.
7404         * modules/gc-sha1 (configure.ac): Likewise.
7405
7406 2007-01-08  Bruno Haible  <bruno@clisp.org>
7407
7408         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7409         macro definition.
7410         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7411         definition.
7412         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7413         definition.
7414         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7415         * modules/fcntl-safer (configure.ac): Likewise.
7416         * modules/fopen-safer (configure.ac): Likewise.
7417         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7418         GNULIB_FWRITEERROR macro definition.
7419
7420 2007-01-08  Bruno Haible  <bruno@clisp.org>
7421
7422         * m4/gnulib-common.m4: New file.
7423         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7424         (func_get_filelist): Add m4/gnulib-common.m4.
7425
7426 2007-01-08  Bruno Haible  <bruno@clisp.org>
7427
7428         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7429         command.
7430
7431 2007-01-08  Jim Meyering  <jim@meyering.net>
7432
7433         Use a more robust test for a "can't happen" condition.
7434         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7435         narrowed the st_size value.  Presuming the "can't happen" condition
7436         is true, that narrowing could conceivably convert an invalid st_size
7437         value into a valid one.  Instead, use a change based on Matthew
7438         Woehlke's original patch.
7439
7440         Slight readability improvement: use an assert-like macro
7441         in place of literal "abort ()" uses.
7442         * lib/fts.c (fts_assert): Define.
7443         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7444         Use this macro instead of a bare 'abort'.
7445
7446 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7449         simply work around them.
7450         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7451         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7452         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7453         declaring.
7454         Don't bother to define as macros, since the standard doesn't require it.
7455         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7456         longer worry about IRIX 5.3.
7457         (HAVE_WCTYPE_CTMP_BUG): Remove.
7458
7459 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7460
7461         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7462         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7463         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7464         Problems reported by Georg Schwarz for IRIX 5.3.
7465
7466         * gnulib-tool (autoconf_minversion): Take the maximum version number
7467         found, not the minimum.  Problem reported by James Youngman.
7468
7469 2007-01-03  Karl Berry  <karl@gnu.org>
7470
7471         * doc/error.texi: new file, explaining interaction with progname.
7472         * doc/gnulib.texi: include it.  Update copyright.
7473
7474 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7475
7476         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7477         AC_CANONICAL_HOST, to improve autobuild outputs.
7478
7479 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7480             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7481
7482         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7483         sockets, server sockets, and other file descriptors.  Count errors
7484         to compute the return value.  Reorder the code a bit to be easier
7485         to follow.  Don't set event bits that were not requested (except
7486         POLLERR and POLLHUP).
7487
7488 2007-01-01  Bruno Haible  <bruno@clisp.org>
7489
7490         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7491
7492 2007-01-03  Jim Meyering  <jim@meyering.net>
7493
7494         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7495
7496 2007-01-02  Bruno Haible  <bruno@clisp.org>
7497
7498         * modules/settime (Include): Require timespec.h.
7499         * modules/nanosleep (Include): Likewise.
7500
7501 2007-01-01  Bruno Haible  <bruno@clisp.org>
7502
7503         * gnulib-tool (func_emit_copyright_notice): Bump year.
7504         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7505
7506 2007-01-01  Bruno Haible  <bruno@clisp.org>
7507
7508         Improve support for OpenBSD.
7509         * build-aux/config.rpath (libname_spec): Export.
7510         (library_names_spec): New variable. Export.
7511         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7512         library_names_spec from the config.rpath output. Locate shared library
7513         through the name pattern in library_names_spec.
7514
7515 2007-01-01  Eric Blake  <ebb9@byu.net>
7516
7517         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7518
7519 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7520
7521         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7522         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7523         assume the C locale, and avoid an "eval" that could cause trouble.
7524         Problem with SORT reported by Bob Proulx.
7525
7526         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7527         Define.  Trivial patch from Henning Nielsen Lund, originally
7528         sent to bug-grep@gnu.org today.
7529
7530 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7531
7532         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7533         struct stat.  Problem reported by Henning Nielsen Lund.
7534         * lib/acl.c: Include acl.h first, to check interface.  Don't
7535         bother to include sys/types.h and sys/stat.h again.
7536
7537 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7538
7539         Import the following change from libc; problem reported by
7540         Sven Verdoolaege.
7541
7542         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7543
7544         [BZ #1373]
7545         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7546
7547 2006-12-28  Jim Meyering  <jim@meyering.net>
7548
7549         * build-aux/announce-gen: Do not assume that the package
7550         builds any of tar.gz, tar.bz2, and .xdelta files.
7551         Suggestion from Simon Josefsson.
7552
7553 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7554
7555         * modules/announce-gen: New file.
7556
7557 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7558
7559         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7560         handles its gotchas now.
7561         * lib/mbswidth.c: Likewise.
7562         * lib/wcwidth.h: Likewise.
7563         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7564         and iswcntrl; the wctype module does this stuff now.
7565         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7566         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7567         * modules/mbchar (Depends-on): Add wctype.
7568         * modules/mbswidth (Depends-on): Likewise.
7569         * modules/wcwidth (Depends-on): Likewise.
7570
7571 2006-12-27  Eric Blake  <ebb9@byu.net>
7572
7573         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7574         module uses more than what <wctype.h> is required to provide.
7575
7576 2006-12-26  Eric Blake  <ebb9@byu.net>
7577
7578         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7579
7580 2006-12-26  Eric Blake  <ebb9@byu.net>
7581
7582         * modules/absolute-header: New module.
7583         * modules/fcntl (Depends-on): Depend on it.
7584         * modules/inttypes (Depends-on): Likewise.
7585         * modules/stdint (Depends-on): Likewise.
7586         * modules/sys_stat (Depends-on): Likewise.
7587         * modules/wctype (Depends-on): Likewise.
7588         * MODULES.html.sh (Support for building libraries and
7589         executables): Document it.
7590
7591 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7592
7593         * gnulib-tool (SED): Remove, undoing previous change.
7594         The problem was that it broke coreutils on Solaris, because
7595         "sed --posix" leaked into a makefile.
7596         (sed): New alias, if 'alias' and GNU sed.
7597
7598 2006-12-24  Jim Meyering  <jim@meyering.net>
7599
7600         Work around an fchownat bug in glibc-2.4:
7601         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7602         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7603         in spite of the -P option.
7604         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7605         New macros.
7606         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7607         * modules/openat (Files): Add lib/fchownat.c.
7608         * lib/openat.c (fchownat): Don't define here.  Move to...
7609         * lib/fchownat.c: ...this new file.
7610
7611 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7612
7613         Fix bug reported by Bruno Haible in
7614         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7615         where quotearg.c didn't compile on Mac OS X 10.2 because it
7616         lacks <wchar.h> and wint_t.
7617         * lib/wctype_.h (__wctype_wint_t): New type.
7618         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7619         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7620         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7621         Arg is now of type __wctype_wint_t, not wint_t.
7622         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7623         substitute HAVE_WINT_T.
7624         * modules/wctype (Files): Add m4/wint_t.m4.
7625         (wctype.h): Substitute HAVE_WINT_T.
7626
7627 2006-12-23  Bruno Haible  <bruno@clisp.org>
7628
7629         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7630
7631 2006-12-23  Bruno Haible  <bruno@clisp.org>
7632
7633         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7634         S_ISLNK.
7635         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7636         mingw.
7637
7638 2006-12-22  Bruno Haible  <bruno@clisp.org>
7639
7640         * lib/copy-file.c: Include acl.h.
7641         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7642         Close the file descriptors only after being done with copy_acl.
7643         * modules/copy-file (Depends-on): Add acl.
7644
7645 2006-12-22  Bruno Haible  <bruno@clisp.org>
7646
7647         * gnulib-tool (SED): New variable.
7648         Use $SED instead of sed everywhere.
7649
7650 2006-12-22  Bruno Haible  <bruno@clisp.org>
7651
7652         * modules/no-c++: New file.
7653         * m4/no-c++.m4: New file.
7654         * MODULES.html.sh (Support for building libraries and executables):
7655         Add no-c++.
7656
7657 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7658
7659         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7660         Include <limits.h>, and use its INT_MAX to rewrite the
7661         j loop so that it does not overflow 'int'.  Problem reported by
7662         Ralf Wildenhues in
7663         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7664         Play it safe by shifting left by 1 rather than multiplying by 2,
7665         as GCC is less likely to optimize this away when the value
7666         is signed (when it assumes overflow leads to undefined behavior).
7667         Also, don't assume time_t uses two's complement.
7668
7669 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7670
7671         * MODULES.html.sh: New module wctype.
7672         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7673         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7674         <wctype.h>, since the new wctype module should fix this.
7675         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7676         the wctype module should arrange for it.
7677         * lib/regex_internal.h: Likewise.
7678         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7679         since the wctype module should handle this now.
7680         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7681         * modules/fnmatch (Depends-on): Add wctype.
7682         * modules/quotearg (Depends-on): Likewise.
7683         * modules/regex (Depends-on): Likewise.
7684
7685 2006-12-19  Bruno Haible  <bruno@clisp.org>
7686
7687         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7688         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7689
7690 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7691
7692         * modules/savewd (Depends-on): Fix dependency on fcntl.
7693
7694 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7695
7696         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7697         conforms to C99, rather than relying on the user's environment
7698         setting of STDINT_H.
7699
7700 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7701         and Eric Blake  <ebb9@byu.net>
7702
7703         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7704         This is more consistent with the other defines here.
7705         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7706         Port to z/OS.  Problem reported by Paul Gilmartin.
7707         Change local vars to use gl_ prefix rather than ac_.
7708         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7709         with other defines.
7710         * modules/double-slash-root: New module.
7711         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7712         (Depends-on): Add double-slash-root.
7713         * MODULES.html.sh (File system functions): Mention new module.
7714
7715 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7716
7717         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7718         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7719         This is for the benefit of gzip, which doesn't do i18n.
7720
7721 2006-12-12  Jim Meyering  <jim@meyering.net>
7722
7723         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7724         Reported by Andreas Schwab <schwab@suse.de>.
7725
7726 2006-12-12  Bruno Haible  <bruno@clisp.org>
7727
7728         Merge these changes.
7729         2006-09-05  Bruno Haible  <bruno@clisp.org>
7730         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7731         iconv_alloc succeeded.
7732         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7733         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7734         test for " && dest " at the end - dest is always != NULL there. Call
7735         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7736         with 2xNULL arguments, also to flush the state storage. Handle the
7737         IRIX iconv behaviour. Realloc the final result, to throw away unused
7738         memory.
7739
7740 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7741
7742         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7743         and fchmodat unconditionally, since glibc 2.4 has them.
7744         Problem reported by Arkadiusz Miskiewicz.
7745
7746 2006-12-10  Bruno Haible  <bruno@clisp.org>
7747
7748         * gnulib-tool (func_import): Show the include files only for those
7749         modules that are copied and specified.
7750         Reported by Karl Berry.
7751
7752 2006-12-08  Jim Meyering  <jim@meyering.net>
7753
7754         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7755         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7756
7757         * build-aux/announce-gen: Add two new options, both optional:
7758         --bootstrap-tools=TOOL_LIST
7759               a comma-separated list of tools, e.g.,
7760               autoconf,automake,bison,gnulib
7761         --gnulib-snapshot-date=DATE
7762               if gnulib is in the bootstrap tool list,
7763               then report this as the snapshot date.
7764               If not specified, use the current date/time.
7765               If you specify a date here, be sure it's UTC.
7766
7767 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7768
7769         * tests/test-argp-2.sh: Fix test to match actual output.
7770         (func_compare): Fix sed script to be portable.
7771
7772 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7773
7774         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7775         workaround for this case.  It is not autoconfigured now; offhand
7776         it's hard to see how to autoconfigure it.
7777
7778 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7779
7780         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7781         a directory that is about to be chowned.  Such a directory's
7782         initial file permissions should permit the owner only and this
7783         should not be changed until after the chown, since the group and
7784         other bits would be incorrect if they granted permission before
7785         the chown.
7786
7787         Fix porting problem for iswctype reported by Georg Schwarz in:
7788         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7789         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7790         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7791         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7792         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7793
7794 2006-12-03  Jim Meyering  <jim@meyering.net>
7795
7796         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7797         p->fts_statp may not yet be defined.
7798         (fts_read): Instead, set it in the caller, once p->fts_statp is
7799         sure to be defined, and corresponds to a top-level directory.
7800         This bug made du -x fail.  Here's the coreutils test case:
7801         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7802         Reported by Mike Frysinger.
7803
7804 2006-12-01  Jim Meyering  <jim@meyering.net>
7805
7806         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7807         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7808         Reported by Simon Josefsson.
7809
7810 2006-11-30  Jim Meyering  <jim@meyering.net>
7811
7812         * m4/warning.m4: Use the all-permissive copyright notice
7813         recommended by RMS (rather than LGPL).
7814         * m4/vararrays.m4: Likewise.
7815         * m4/flexmember.m4: Likewise.
7816
7817 2006-11-29  Bruno Haible  <bruno@clisp.org>
7818
7819         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7820         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7821         using +=.
7822         Reported by Simon Josefsson <simon@josefsson.org>.
7823
7824 2006-11-28  James Youngman <jay@gnu.org>
7825
7826         * README: Advise users that they might find the bug-gnulib@gnu.org
7827         and autotools-announce@gnu.org mailing lists useful.
7828
7829 2006-11-28  Bruno Haible  <bruno@clisp.org>
7830
7831         * m4/ptrdiff_max.m4: Remove file.
7832
7833 2006-11-21  Bruno Haible  <bruno@clisp.org>
7834
7835         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7836         _AC_COMPUTE_INT.
7837         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7838         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7839         _AC_COMPUTE_INT.
7840         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7841         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7842         _AC_COMPUTE_INT.
7843         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7844
7845 2006-11-28  Jim Meyering  <jim@meyering.net>
7846
7847         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7848         warning from "gcc -Wshadow" about shadowing the builtin.
7849
7850 2006-11-27  Bruno Haible  <bruno@clisp.org>
7851
7852         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7853         _AC_COMPUTE_INT.
7854         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7855
7856 2006-11-27  Bruno Haible  <bruno@clisp.org>
7857             Paul Eggert  <eggert@cs.ucla.edu>
7858
7859         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7860
7861 2006-11-26  Bruno Haible  <bruno@clisp.org>
7862
7863         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7864         noinst_LTLIBRARIES.
7865
7866 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7867             Bruno Haible  <bruno@clisp.org>
7868
7869         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7870         if compiling with "gcc -ansi".
7871
7872 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         Fix some incompatibilities with gcc -ansi -pedantic.
7875         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7876         if compiling pedantically with GCC, unless it's C99 or later.
7877         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7878         it mishandles gcc -ansi -pedantic as well.
7879         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7880         if gcc -pedantic.
7881         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7882         initializers for struct if -pedantic, unless it's C99 or later.
7883
7884 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7885
7886         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7887         Don't close an fd more than once. Identical atimes indicate
7888         success, not failure.
7889
7890 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7891
7892         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7893
7894 2006-11-23  Jim Meyering  <jim@meyering.net>
7895
7896         * build-aux/announce-gen: New file.  From coreutils.
7897
7898 2006-11-22  Jim Meyering  <jim@meyering.net>
7899
7900         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7901         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7902         (fts_read): Use a temporary to narrow the overused st_size member
7903         before using it in a switch statement.  Reported by Matthew Woehlke.
7904
7905         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7906         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7907
7908 2006-11-20  Bruno Haible  <bruno@clisp.org>
7909
7910         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7911         changequote instead of pairs of brackets.
7912         Reported by Andreas Schwab <schwab@suse.de>.
7913
7914 2006-11-21  Jim Meyering  <jim@meyering.net>
7915
7916         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7917         so as to remain compatible with older compilers.
7918         Patch from Michael Deutschmann.
7919
7920 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7921
7922         * MODULES.html.sh (File system functions): Add openat.
7923
7924         * lib/openat.h (rpl_fstatat): New macro, if
7925         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7926         (fstatat): Define to rpl_fstatat under the same conditions,
7927         unless COMPILING_FSTATAT.
7928         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7929         seems to have the bug.
7930         * lib/fstatat.c: New file.
7931         * modules/openat (Files): Add it.
7932
7933 2006-11-20  Bruno Haible  <bruno@clisp.org>
7934
7935         * Makefile: New file.
7936
7937 2006-11-20  Jim Meyering  <jim@meyering.net>
7938
7939         The beginnings of syntax-related checks for gnulib.
7940         * lib/Makefile: New file.
7941         * lib/t-idcache: New script.  Ensure that the two halves of
7942         idcache.c stay in sync.
7943
7944         * lib/idcache.c: Adjust comments in user- and group- portions to
7945         be more accurate, and to be consistent with one another.
7946
7947 2006-11-20  Jim Meyering  <jim@meyering.net>
7948
7949         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7950         continue using the flexible array member (thus, this module performs
7951         half as many malloc calls), with the addition that...
7952         (getgroup, getuser): Consistently record a non-match via an empty
7953         "name" string, and map an empty string match to a NULL return value.
7954         * modules/idcache (Depends-on): Re-add flexmember.
7955
7956         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7957         (getuidbyname, getgroup, getgidbyname): Likewise.
7958
7959         Use cleaner syntax: NULL rather than 0.
7960         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7961
7962 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7963
7964         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7965         It mishandled the case where the group was missing.
7966         Problem reported by Greg Schafer.
7967         * modules/idcache: Likewise.
7968
7969 2006-11-18  Jim Meyering  <jim@meyering.net>
7970
7971         * check-module (%exempt_header): Add exception for some
7972         conditionally-included headers.
7973
7974         * modules/i-ring (Depends-on): Add verify.
7975         (License): Change to LGPL.
7976
7977 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7978
7979         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7980         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7981         and inttostr.h.  Use snprintf rather than uinttostr, so that
7982         LGPLed code doesn't depend on GPLed.
7983
7984 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7985
7986         * modules/inline (License): Change from GPL to LGPL.
7987
7988 2006-11-17  Jim Meyering  <jim@meyering.net>
7989
7990         * modules/d-type (License): Switch to LGPL.
7991
7992 2006-11-15  Bruno Haible  <bruno@clisp.org>
7993
7994         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7995
7996 2006-11-15  Eric Blake  <ebb9@byu.net>
7997
7998         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7999         the module dependency.
8000
8001 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8002             Bruno Haible  <bruno@clisp.org>
8003
8004         * gnulib-tool (func_create_testdir): Add license consistency check.
8005
8006 2006-11-15  Eric Blake  <ebb9@byu.net>
8007
8008         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8009         random "(cached)" in configure output.
8010
8011 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8012
8013         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8014         test for conforming inttypes.h is both announced and cached.
8015
8016         * MODULES.html.sh (seen_modules, seen_files): New variables.
8017         (func_module): Rewrite to use a few less gnulib-tool and sed
8018         invocations.  Avoid a couple of quadratic algorithms for ...
8019         (missed_modules, missed_files): ... these, with ...
8020         (func_append, func_tmpdir): ... these new functions, from
8021         gnulib-tool.  Analogously, install traps for cleanup.
8022
8023         * tests/test-gc.c (main): Remove unused variables.
8024         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8025
8026 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8027
8028         * modules/inttostr (License): Change to LGPL.
8029
8030 2006-11-14  Eric Blake  <ebb9@byu.net>
8031
8032         * modules/tempname (License): Change to LGPL.
8033
8034 2006-11-14  Eric Blake  <ebb9@byu.net>
8035
8036         * doc/functions.texi (Function Portability): *printf functions on
8037         Cygwin now understand all POSIX size specifiers.
8038
8039 2006-11-14  Bruno Haible  <bruno@clisp.org>
8040
8041         * modules/c-ctype (License): Change to LGPL.
8042
8043 2006-11-12  Bruno Haible  <bruno@clisp.org>
8044
8045         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8046         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8047         for GNOME libraries, for which the include files are installed in
8048         subdirectories of $prefix/include.
8049
8050 2006-11-12  Bruno Haible  <bruno@clisp.org>
8051
8052         * m4/lib-link.m4: Require at least autoconf-2.54.
8053         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8054         name to underscores for the --with option.
8055
8056 2006-11-13  Bruno Haible  <bruno@clisp.org>
8057
8058         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8059         the tests directory.
8060         Reported by Ralf Wildenhues.
8061
8062 2006-11-13  Bruno Haible  <bruno@clisp.org>
8063
8064         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8065         (func_emit_initmacro_end): Undo the override here.
8066         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8067         Works around the famous automake error in coreutils.
8068
8069 2006-11-13  Eric Blake  <ebb9@byu.net>
8070
8071         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8072         element, not its node.
8073
8074 2006-11-12  Bruno Haible  <bruno@clisp.org>
8075
8076         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8077         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8078
8079 2006-11-12  Bruno Haible  <bruno@clisp.org>
8080
8081         * gnulib-tool: New option --local-symlink.
8082         (func_usage): Document it.
8083         (lsymbolic): New variable.
8084         (func_import, func_create_testdir): If --symlink was not specified,
8085         test whether --local-symlink was specified and the file comes from
8086         the local_gnulib_dir.
8087
8088 2006-11-12  Bruno Haible  <bruno@clisp.org>
8089
8090         * gnulib-tool (func_ln): New function.
8091         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8092
8093 2006-11-12  Bruno Haible  <bruno@clisp.org>
8094
8095         Finish support for source files in subdirectories.
8096         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8097         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8098         AUTOMAKE_OPTIONS.
8099         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8100
8101 2006-11-12  Bruno Haible  <bruno@clisp.org>
8102
8103         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8104         EXTRA_lib_SOURCES augmentation.
8105         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8106
8107 2006-11-12  Jim Meyering  <jim@meyering.net>
8108
8109         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8110         file descriptors.  This also averts a failure on systems with
8111         native openat support when a traversed directory lacks "x" access.
8112         * lib/fts_.h: Include "i-ring.h"
8113         (struct FTS) [fts_fd_ring]: New member.
8114         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8115         (FCHDIR): Add parentheses.
8116         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8117         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8118         When descending, rather than simply closing the previous
8119         fts_cwd_fd value, push that file descriptor onto the ring.
8120         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8121         (fts_open): Initialize the new fd_ring member.
8122         (fts_close): Clear the ring.
8123         (fts_safe_changedir): When possible, use our new fd_ring to skip
8124         the diropen and fstat and dev/ino comparison that would normally
8125         accompany a virtual `chdir ("..")'.
8126
8127         * modules/fts (Depends-on): Add i-ring.
8128         * modules/i-ring: New module.
8129         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8130         * m4/i-ring.m4: New file.
8131
8132 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8133
8134         * gnulib-tool (func_create_testdir): Fix replacement of
8135         `build-aux' in configure.ac.  Run autotools in gltests
8136         subdirectory.
8137         (func_create_testdir, func_create_megatestdir, test): There is
8138         no need for '--force' in most autotool invocations in a new
8139         tree.  Actually fail the whole test if any of the tools, or the
8140         configure or make stages fail.
8141
8142         Sync from Automake.
8143         * build-aux/gnupload: Revert last change.  Add pointer to upload
8144         instructions of the GNU Maintenance Instructions.
8145         Suggestion by Karl Berry.
8146
8147 2006-11-10  Jim Meyering  <jim@meyering.net>
8148
8149         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8150
8151 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8152
8153         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8154         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8155         (bind_textdomain_codeset) [! ENABLE_NLS]:
8156         Evaluate all the arguments.  That way, callers get compatible behavior
8157         if the arguments have side effects.  Also, it avoids some GCC
8158         diagnostics in some cases; Joel E. Denny reported problems when Bison
8159         was configured with --enable-gcc-warnigs.
8160
8161 2006-11-10  Jim Meyering  <jim@meyering.net>
8162
8163         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8164         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8165         account.
8166
8167 2006-11-10  Jim Meyering  <jim@meyering.net>
8168
8169         * modules/inline: New file/module.
8170         * modules/xalloc (Files): Remove m4/inline.m4.
8171         (Depends-on): Add inline, instead.
8172         * modules/oset: Likewise.
8173         * modules/list: Likewise.
8174
8175 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8178         Problem reported by Matthew Woehlke.
8179
8180 2006-11-09  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/tempname.c (gen_tempname): Remove variant that invokes
8183         __gen_tempname.
8184         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8185         __gen_tempname.
8186
8187 2006-11-08  Bruno Haible  <bruno@clisp.org>
8188
8189         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8190         to 'yes' instead of 'cross-compiling'.
8191
8192 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8193
8194         * lib/quotearg.h (quotearg_free): New decl.
8195         * lib/quotearg.c (quotearg_free): New function.
8196         (slot0, nslots, slotvec0, slotvec):
8197         Now file-scope so that quotearg_free can get at them.
8198
8199 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8200
8201         Sync from Automake.
8202         * build-aux/gnupload: Add missing 'gnu' to example URL.
8203         Report by Karl Berry.
8204
8205 2006-11-08  Bruno Haible  <bruno@clisp.org>
8206
8207         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8208         Suggested by Paul Eggert.
8209
8210 2006-11-08  Jim Meyering  <jim@meyering.net>
8211
8212         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8213         It's already included if !_LIBC.
8214         (fts_safe_changedir): Add a comment.
8215
8216 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8217
8218         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8219         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8220         Matthew Woehlke.
8221
8222         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8223         definitions up, to avoid colliding with change below.
8224         (static_inline) [HAVE_INLINE]: New macro.
8225         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8226         Provide extern decls when !HAVE_INLINE.  Do not define unless
8227         static_inline is defined, either by us or by xmalloc.c.  Use
8228         static_inline rather than static inline.
8229         (XCALLOC): Optimize sizeof(T) = 1 case.
8230         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8231
8232 2006-11-07  Bruno Haible  <bruno@clisp.org>
8233
8234         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8235         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8236         AC_C_INLINE.
8237         * modules/xalloc (Files): Add m4/inline.m4.
8238
8239 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8240
8241         * README: Fix typo.
8242         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8243         (Miscellanous Notes): ...from this.
8244
8245 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8248         Mention that offsetof should be used instead of sizeof.
8249         From Bruno Haible.
8250
8251 2006-11-07  Bruno Haible  <bruno@clisp.org>
8252
8253         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8254
8255 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8256
8257         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8258         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8259         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8260         (gl_tree_add_before, gl_tree_add_after):
8261         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8262         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8263         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8264         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8265         (gl_linked_add_after, gl_linked_add_at): Likewise.
8266         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8267         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8268         (gl_tree_add_before, gl_tree_add_after): Likewise.
8269         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8270         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8271         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8272
8273 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8274
8275         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8276
8277 2006-11-06  Bruno Haible  <bruno@clisp.org>
8278
8279         * m4/inline.m4: New file.
8280         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8281         * modules/list (Files): Add m4/inline.m4.
8282         * modules/oset (Files): Likewise.
8283
8284 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * lib/idcache.c: Include <stddef.h>, for offsetof.
8287         (struct userid.name): Change from char * to a flexible array member.
8288         All uses changed.
8289         * modules/idcache (Depends-on): Add flexmember.
8290
8291         * MODULES.html.sh (Core language properties): New module flexmember.
8292         * modules/flexmember, m4/flexmember.m4: New files.
8293
8294         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8295         inline functions that are identical with the old xnmalloc_inline,
8296         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8297         that we can avoid some unnecessary integer multiplications and
8298         divisions in the common case where the element size is known at
8299         compile time.
8300         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8301         needed.
8302         (xnboundedmalloc): Remove.
8303         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8304         arguments, for consistency with rest of this header.
8305         (xcharalloc): Rewrite using XNMALLOC.
8306         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8307         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8308         versions have been moved to lib/xalloc.h and renamed to be the
8309         non-*_inline versions.
8310         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8311         and xnrealloc functions, since those functions are now inline and
8312         now call us.
8313         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8314         renaming described above.
8315         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8316         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8317         captures the dependency in AC_C_INLINE.
8318
8319         New module canonicalize-lgpl, proposed by Charles Wilson in
8320         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8321         with a few small changes afterwards.
8322         * MODULES.html.sh (File system functions): New module
8323         canonicalize-lgpl.
8324         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8325         and canonicalize_file_name.
8326         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8327         * modules/canonicalize-lgpl: New files.
8328
8329 2006-11-05  Bruno Haible  <bruno@clisp.org>
8330
8331         * gnulib-tool (func_import, func_create_testdir): Create directories
8332         also for files in subdirectories of lib/.
8333
8334 2006-11-05  Bruno Haible  <bruno@clisp.org>
8335
8336         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8337         ANSI C compliant.
8338
8339 2006-11-03  Bruno Haible  <bruno@clisp.org>
8340
8341         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8342         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8343         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8344         (xnboundedmalloc): New inline function.
8345         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8346         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8347         xmalloc.
8348         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8349         xmalloc.
8350         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8351         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8352         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8353         xmalloc.
8354         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8355         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8356         xmalloc.
8357         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8358         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8359         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8360         xmalloc.
8361         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8362         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8363         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8364         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8365         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8366         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8367         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8368
8369 2006-11-03  Bruno Haible  <bruno@clisp.org>
8370
8371         * lib/c-ctype.h [C++]: Define functions without name mangling.
8372         * lib/fwriteerror.h [C++]: Likewise.
8373         * lib/gcd.h [C++]: Likewise.
8374         * lib/linebreak.h [C++]: Likewise.
8375
8376 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8379         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8380         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8381         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8382         Check for functions and headers just once.
8383         Check for declaration of canonicalize_file_name.
8384         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8385
8386 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8387
8388         * gnulib-tool (func_import): Fix typo in actioncmd.
8389
8390 2006-11-02  Bruno Haible  <bruno@clisp.org>
8391
8392         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8393         newline sequence in the Makefile.am snippet as a space, like "make"
8394         does.
8395         Reported by Roger Persson <perrog@gmail.com>.
8396
8397 2006-11-01  Bruno Haible  <bruno@clisp.org>
8398
8399         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8400         already declared in <string.h>.
8401         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8402
8403 2006-11-01  Bruno Haible  <bruno@clisp.org>
8404
8405         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8406         * lib/strcase.h: Include <string.h>.
8407         (strcasecmp): Define to rpl_strcasecmp here.
8408
8409 2006-11-01  Bruno Haible  <bruno@clisp.org>
8410
8411         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8412
8413 2006-11-01  Eric Blake  <ebb9@byu.net>
8414
8415         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8416
8417         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8418
8419 2006-10-29  Bruno Haible  <bruno@clisp.org>
8420
8421         Make it compile in C++ mode.
8422         * lib/full-write.c (full_rw): Add a cast.
8423
8424 2006-11-01  Bruno Haible  <bruno@clisp.org>
8425
8426         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8427         be POSIX compliant.
8428         Reported by Roger Persson <perrog@gmail.com>.
8429
8430 2006-11-01  Eric Blake  <ebb9@byu.net>
8431
8432         * lib/getopt_.h: Fix comments.
8433
8434 2006-10-31  Eric Blake  <ebb9@byu.net>
8435
8436         * modules/tmpdir (Depends-on): Add sys_stat.
8437         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8438         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8439         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8440         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8441         tempname.
8442
8443 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8444
8445         Avoid some C++ diagnostics reported by Bruno Haible.
8446         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8447         xmalloc.
8448         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8449         (struct slotvec): Move to top level.
8450         (quotearg_n_options): Rewrite to avoid xmalloc.
8451         * lib/xalloc.h (xcharalloc): New function.
8452         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8453         [defined __cplusplus]: Add function template that provides result
8454         type propagation.  This part of the change is from Bruno Haible.
8455
8456 2006-10-29  Bruno Haible  <bruno@clisp.org>
8457
8458         Make it compile in C++ mode.
8459         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8460         * lib/strnlen1.c (strnlen1): Cast memchr result.
8461         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8462         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8463         (create_temp_dir): Rename local variable 'template'.
8464         (compile_csharp_using_sscli): Add cast.
8465         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8466         * lib/findprog.c (find_in_path): Likewise.
8467         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8468         * lib/wait-process.c (register_slave_subprocess): Likewise.
8469
8470 2006-10-22  Bruno Haible  <bruno@clisp.org>
8471
8472         * modules/tsearch: New file.
8473         * lib/tsearch.h: New file.
8474         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8475         * m4/tsearch.m4: New file.
8476         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8477
8478 2006-10-29  Eric Blake  <ebb9@byu.net>
8479
8480         * lib/arcfour.c: Assume config.h.
8481         * lib/arctwo.c: Likewise.
8482         * lib/base64.c: Likewise.
8483         * lib/check-version.c: Likewise.
8484         * lib/crc.c: Likewise.
8485         * lib/des.c: Likewise.
8486         * lib/gc-gnulib.c: Likewise.
8487         * lib/gc-libgcrypt.c: Likewise.
8488         * lib/gc-pbkdf2-sha1.c: Likewise.
8489         * lib/getaddrinfo.c: Likewise.
8490         * lib/getdelim.c: Likewise.
8491         * lib/getline.c: Likewise.
8492         * lib/hmac-md5.c: Likewise.
8493         * lib/hmac-sha1.c: Likewise.
8494         * lib/iconvme.c: Likewise.
8495         * lib/md2.c: Likewise.
8496         * lib/md4.c: Likewise.
8497         * lib/memxor.c: Likewise.
8498         * lib/read-file.c: Likewise.
8499         * lib/readline.c: Likewise.
8500         * lib/rijndael-alg-fst.c: Likewise.
8501         * lib/rijndael-api-fst.c: Likewise.
8502         * lib/xgetdomainname.c: Likewise.
8503
8504 2006-10-28  Eric Blake  <ebb9@byu.net>
8505
8506         * lib/xstrndup.c: Assume config.h.
8507
8508 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8509
8510         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8511         stat-macros.h is now for our own macros, whereas stat_h is for
8512         macros in the <sys/stat.h> name space.
8513         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8514         (STAT_MACROS_H): Remove.
8515         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8516         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8517         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8518         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8519         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8520         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8521         Move these macros to ...
8522         * lib/stat_.h: here.  Don't include stat-macros.h.
8523         * lib/canonicalize.c: Don't include stat-macros.h.
8524         * lib/chown.c: Likewise.
8525         * lib/euidaccess.c: Likewise.
8526         * lib/file-type.c: Likewise.
8527         * lib/filemode.c: Likewise.
8528         * lib/glob.c: Likewise.
8529         * lib/isapipe.c: Likewise.
8530         * lib/lchown.c: Likewise.
8531         * lib/lstat.c: Likewise.
8532         * lib/mkdir-p.c: Likewise.
8533         * lib/rmdir.c: Likewise.
8534         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8535         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8536         unless mkdir isn't declared, to speed up 'configure'.
8537         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8538         would define all the S_* symbols.
8539         * modules/canonicalize (Depends-on):
8540         Depend on sys_stat, not stat-macros.
8541         * modules/chown: Likewise.
8542         * modules/euidaccess: Likewise.
8543         * modules/filemode: Likewise.
8544         * modules/file-type: Likewise.
8545         * modules/glob: Likewise.
8546         * modules/isapipe: Likewise.
8547         * modules/lchown: Likewise.
8548         * modules/lstat: Likewise.
8549         * modules/mkancesdirs: Likewise.
8550         * modules/rmdir: Likewise.
8551         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8552         * modules/modechange: Likewise.
8553         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8554         (configure.ac): Remove gl_STAT_MACROS.
8555         * modules/sys_stat (Depends-on): Remove stat-macros.
8556
8557 2006-10-27  Bruno Haible  <bruno@clisp.org>
8558
8559         * m4/signed.m4: Remove file.
8560         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8561         invocation.
8562         * modules/vasnprintf (Files): Remove m4/signed.m4.
8563
8564 2006-10-27  Bruno Haible  <bruno@clisp.org>
8565
8566         Update to GNU gettext 0.16.
8567         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8568         m4/inttypes-h.m4, m4/signed.m4.
8569         * m4/gettext.m4: Update to GNU gettext 0.16.
8570         * m4/intl.m4: New file, from GNU gettext.
8571         * m4/intldir.m4: New file, from GNU gettext.
8572         * config/srclist.txt: Update
8573
8574 2006-10-27  Eric Blake  <ebb9@byu.net>
8575
8576         * MODULES.html.sh: Document tempname.
8577         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8578         dependencies.
8579         (Files): Move lib/tempname.c...
8580         * modules/tempname: ...to this new module.
8581         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8582         (gl_PREREQ_TEMPNAME): Move...
8583         * m4/tempname.m4: ...to this new file.
8584         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8585         * modules/sys_stat (Depends-on): Add stat-macros.
8586         * lib/stat_.h (includes): Pick up stat macros.
8587         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8588         if stat macros are broken.
8589         * lib/tempname.c (includes): No need to include "stat-macros.h".
8590         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8591         (direxists, __path_search) [!_LIBC]: Don't compile these in
8592         gnulib; the tmpdir module covers that.
8593         * lib/tempname.h: New file.
8594
8595 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8596
8597         * COPYING: Explain how gnulib-tool converts licence headers.
8598         Almost all wording by Eric Blake.
8599
8600 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         * lib/mbchar.h (is_basic_table): Make read-only.
8603         * lib/mbchar.c (is_basic_table): Likewise.
8604         Reported by John Darrington.
8605
8606 2006-10-25  Bruno Haible  <bruno@clisp.org>
8607
8608         * lib/progname.h (set_program_name): Undefine before defining.
8609
8610 2006-10-25  Bruno Haible  <bruno@clisp.org>
8611
8612         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8613         false for non-gcc C++ compilers.
8614         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8615
8616 2006-10-24  Bruno Haible  <bruno@clisp.org>
8617
8618         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8619         iconv implementations like Irix iconv.
8620
8621 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * modules/vararrays: New file.
8624         * m4/vararrays.m4: New file, taken from diffutils.
8625         * MODULES.html.sh: New module vararrays.
8626
8627 2006-10-24  Karl Berry  <karl@gnu.org>
8628
8629         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8630         Don't call GNU Unix.
8631
8632 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8633
8634         * users.txt: Add Libtool.
8635
8636         Sync from Libtool:
8637
8638         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8639
8640         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8641         to gnulib's policy of including config.h unconditionally.
8642
8643 2006-10-24  Bruno Haible  <bruno@clisp.org>
8644
8645         * modules/wcwidth (Files): Add m4/wint_t.m4.
8646         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8647         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8648
8649 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8650
8651         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8652         to pacify GCC with some -W flags enabled.  Problem reported by
8653         Bruno Haible.
8654
8655 2006-10-24  Jim Meyering  <jim@meyering.net>
8656
8657         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8658         Reported by Karl Berry.
8659
8660 2006-10-23  Bruno Haible  <bruno@clisp.org>
8661
8662         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8663
8664 2006-10-24  Bruno Haible  <bruno@clisp.org>
8665
8666         * lib/gl_list.h: Use C comment style, not C++ comment style.
8667
8668 2006-10-23  Eric Blake  <ebb9@byu.net>
8669
8670         * lib/getaddrinfo.c (includes): Add missing include.
8671
8672 2006-10-23  Bruno Haible  <bruno@clisp.org>
8673             Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         Ability to rename obstack_free.
8676         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8677         obstack_free.
8678         (obstack_free): Invoke the __obstack_free macro.
8679         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8680
8681 2006-10-23  Bruno Haible  <bruno@clisp.org>
8682             Paul Eggert  <eggert@cs.ucla.edu>
8683
8684         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8685         __argc, __argv from the declaration. (They are defined as macros on
8686         mingw.)
8687
8688 2006-10-22  Bruno Haible  <bruno@clisp.org>
8689
8690         * doc/gnulib-intro.texi: New file.
8691         * doc/gnulib.texi: Include it.
8692
8693 2006-10-21  Bruno Haible  <bruno@clisp.org>
8694
8695         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8696         "Introduction", "Miscellanous Notes", "Particular Modules".
8697
8698 2006-10-21  Bruno Haible  <bruno@clisp.org>
8699
8700         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8701         Change mostlyclean-local rule to avoid sh syntax error from bash
8702         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8703
8704 2006-10-23  Jim Meyering  <jim@meyering.net>
8705
8706         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8707         in place of snprintf.
8708
8709         * modules/inttostr (Files): Add lib/uinttostr.c.
8710         * lib/uinttostr.c (inttostr): New file/function.
8711         * lib/inttostr.h (uinttostr): Declare.
8712         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8713         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8714         Add uinttostr.
8715         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8716
8717 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * lib/canonicalize.c (ELOOP): Define if not already defined.
8720         Problem reported by Bruno Haible in
8721         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8722
8723 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8724
8725         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8726         Problem reported by Perry Smith and Ville Laurikari.
8727
8728         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8729         uses.
8730
8731 2006-10-19  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8734         for mingw.
8735
8736 2006-10-19  Bruno Haible  <bruno@clisp.org>
8737
8738         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8739         Needed for mingw.
8740
8741 2006-10-19  Bruno Haible  <bruno@clisp.org>
8742
8743         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8744
8745 2006-10-19  Bruno Haible  <bruno@clisp.org>
8746
8747         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8748         it.
8749
8750 2006-10-19  Bruno Haible  <bruno@clisp.org>
8751
8752         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8753         invocation.
8754
8755 2006-10-19  Bruno Haible  <bruno@clisp.org>
8756
8757         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8758         mountlist by default.
8759
8760 2006-10-16  Bruno Haible  <bruno@clisp.org>
8761
8762         * lib/c-strstr.c: Include c-strstr.h.
8763
8764 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8765
8766         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8767         in a slash.
8768
8769 2006-10-18  Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/lock.h [C++]: Wrap definitions in extern "C".
8772
8773 2006-10-18  Bruno Haible  <bruno@clisp.org>
8774
8775         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8776         gl_LIBOBJS list.
8777
8778 2006-10-18  Bruno Haible  <bruno@clisp.org>
8779
8780         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8781
8782 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8783
8784         * lib/xstrtol.h: Include gettext.h.
8785         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8786         Problem reported by Eric Blake.
8787         * modules/xstrtol (Depends-on): Add gettext-h.
8788
8789 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8790
8791         * lib/strftime.c (advance): New macro.
8792         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8793         incomplete type, so you can't add 0 to it.  Problem and patch
8794         reported by Eelco Dolstra for dietlibc.
8795
8796 2006-10-18  Jim Meyering  <jim@meyering.net>
8797
8798         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8799         type for a local, and rename it: s/up/user_proc/.
8800
8801 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8802
8803         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8804         READ_UTMP_USER_PROCESS.
8805         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8806
8807 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8808
8809         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8810         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8811
8812 2006-10-17  Eric Blake  <ebb9@byu.net>
8813
8814         * lib/sigprocmask.c (sigprocmask): Fix typo.
8815
8816         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8817
8818         * modules/clean-temp (Makefile.am): Don't add to make output...
8819         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8820         config.h.
8821
8822 2006-10-17  Bruno Haible  <bruno@clisp.org>
8823
8824         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8825         differently if DEFAULT_TEXT_DOMAIN is set.
8826
8827 2006-10-16  Bruno Haible  <bruno@clisp.org>
8828
8829         * lib/clean-temp.c: Include fwriteerror.h.
8830
8831 2006-10-16  Bruno Haible  <bruno@clisp.org>
8832
8833         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8834
8835 2006-10-16  Bruno Haible  <bruno@clisp.org>
8836
8837         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8838         * lib/sigprocmask.h: Include <sys/types.h>.
8839         (sigset_t): Use the system's definition if present.
8840
8841 2006-10-17  Eric Blake  <ebb9@byu.net>
8842
8843         * lib/xvasprintf.c (includes): Assume config.h.
8844         * lib/xasprintf.c (includes): Likewise.
8845
8846 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8847
8848         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8849         at least as wide as intmax_t.
8850
8851 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8852
8853         (Imported from Automake.)
8854         * build-aux/gnupload: Update to version 1.1 of directive file.
8855
8856 2006-10-16  Eric Blake  <ebb9@byu.net>
8857
8858         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8859         match Automake 1.10a.
8860
8861 2006-10-14  Bruno Haible  <bruno@clisp.org>
8862
8863         * modules/sigprocmask: New file.
8864         * lib/sigprocmask.h: New file.
8865         * lib/sigprocmask.c: New file.
8866         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8867         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8868         request sigprocmask.o.
8869         (gl_PREREQ_SIGPROCMASK): New macro.
8870         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8871         (Depends-on): Add sigprocmask.
8872         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8873         gt_SIGNALBLOCKING. Test for 'raise' only once.
8874         * lib/fatal-signal.c: Include sigprocmask.h.
8875         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8876         unblock_fatal_signals): Define always.
8877         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8878         sigprocmask.
8879
8880 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8881
8882         Sync from Automake.
8883         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8884         which incorrectly sets the mode of an existing destination
8885         directory.  In some cases the unpatched install-sh could do the
8886         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8887         system.  We hope this is rare in practice, but it's clearly worth
8888         fixing.  Problem reported by Alex Unleashed in
8889         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8890         Also, don't bother to check for -m bugs unless we're using -m;
8891         suggested by Stepan Kasal.
8892
8893 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8894
8895         Sync from Automake.
8896         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8897         `-c' flag, so they appear at the same position as in %FASTDEP%
8898         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8899         which ignores unknown options only after the first non-option.
8900         Bug report against M4 by Nelson H. F. Beebe.
8901
8902 2006-10-13  Jim Meyering  <jim@meyering.net>
8903
8904         Fix a bug in yesterday's change.
8905         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8906         p->fts_statp->st_dev would be used uninitialized.
8907         Ensures that we always call fts_stat on the very first entry.
8908         Miklos Szeredi reported that find -xdev stopped working.
8909
8910 2006-10-12  Bruno Haible  <bruno@clisp.org>
8911
8912         * gnulib-tool (func_get_automake_snippet): Append an automatically
8913         computed EXTRA_DIST augmentation.
8914         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8915         * modules/alloca-opt (Makefile.am): Likewise.
8916         * modules/allocsa (Makefile.am): Likewise.
8917         * modules/arcfour (Makefile.am): Likewise.
8918         * modules/arctwo (Makefile.am): Likewise.
8919         * modules/argmatch (Makefile.am): Likewise.
8920         * modules/argz (Makefile.am): Likewise.
8921         * modules/atexit (Makefile.am): Likewise.
8922         * modules/backupfile (Makefile.am): Likewise.
8923         * modules/byteswap (Makefile.am): Likewise.
8924         * modules/c-strtod (Makefile.am): Likewise.
8925         * modules/c-strtold (Makefile.am): Likewise.
8926         * modules/calloc (Makefile.am): Likewise.
8927         * modules/canon-host (Makefile.am): Likewise.
8928         * modules/canonicalize (Makefile.am): Likewise.
8929         * modules/chdir-long (Makefile.am): Likewise.
8930         * modules/chdir-safer (Makefile.am): Likewise.
8931         * modules/check-version (Makefile.am): Likewise.
8932         * modules/chown (Makefile.am): Likewise.
8933         * modules/cloexec (Makefile.am): Likewise.
8934         * modules/close-stream (Makefile.am): Likewise.
8935         * modules/closeout (Makefile.am): Likewise.
8936         * modules/crc (Makefile.am): Likewise.
8937         * modules/csharpexec (Makefile.am): Likewise.
8938         * modules/cycle-check (Makefile.am): Likewise.
8939         * modules/des (Makefile.am): Likewise.
8940         * modules/dev-ino (Makefile.am): Likewise.
8941         * modules/dirfd (Makefile.am): Likewise.
8942         * modules/dirname (Makefile.am): Likewise.
8943         * modules/dup2 (Makefile.am): Likewise.
8944         * modules/eealloc (Makefile.am): Likewise.
8945         * modules/error (Makefile.am): Likewise.
8946         * modules/euidaccess (Makefile.am): Likewise.
8947         * modules/exclude (Makefile.am): Likewise.
8948         * modules/exitfail (Makefile.am): Likewise.
8949         * modules/fcntl-safer (Makefile.am): Likewise.
8950         * modules/fcntl (Makefile.am): Likewise.
8951         * modules/file-type (Makefile.am): Likewise.
8952         * modules/fileblocks (Makefile.am): Likewise.
8953         * modules/filemode (Makefile.am): Likewise.
8954         * modules/filenamecat (Makefile.am): Likewise.
8955         * modules/fnmatch (Makefile.am): Likewise.
8956         * modules/fopen-safer (Makefile.am): Likewise.
8957         * modules/fpending (Makefile.am): Likewise.
8958         * modules/fprintftime (Makefile.am): Likewise.
8959         * modules/free (Makefile.am): Likewise.
8960         * modules/fsusage (Makefile.am): Likewise.
8961         * modules/ftruncate (Makefile.am): Likewise.
8962         * modules/fts (Makefile.am): Likewise.
8963         * modules/gc-arcfour (Makefile.am): Likewise.
8964         * modules/gc-des (Makefile.am): Likewise.
8965         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8966         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8967         * modules/gc-md4 (Makefile.am): Likewise.
8968         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8969         * modules/gc-sha1 (Makefile.am): Likewise.
8970         * modules/gc (Makefile.am): Likewise.
8971         * modules/getaddrinfo (Makefile.am): Likewise.
8972         * modules/getcwd (Makefile.am): Likewise.
8973         * modules/getdelim (Makefile.am): Likewise.
8974         * modules/getdomainname (Makefile.am): Likewise.
8975         * modules/getgroups (Makefile.am): Likewise.
8976         * modules/gethostname (Makefile.am): Likewise.
8977         * modules/gethrxtime (Makefile.am): Likewise.
8978         * modules/getline (Makefile.am): Likewise.
8979         * modules/getloadavg (Makefile.am): Likewise.
8980         * modules/getlogin_r (Makefile.am): Likewise.
8981         * modules/getndelim2 (Makefile.am): Likewise.
8982         * modules/getopt (Makefile.am): Likewise.
8983         * modules/getpagesize (Makefile.am): Likewise.
8984         * modules/getpass-gnu (Makefile.am): Likewise.
8985         * modules/getpass (Makefile.am): Likewise.
8986         * modules/getsubopt (Makefile.am): Likewise.
8987         * modules/gettime (Makefile.am): Likewise.
8988         * modules/gettimeofday (Makefile.am): Likewise.
8989         * modules/getugroups (Makefile.am): Likewise.
8990         * modules/getusershell (Makefile.am): Likewise.
8991         * modules/glob (Makefile.am): Likewise.
8992         * modules/group-member (Makefile.am): Likewise.
8993         * modules/hard-locale (Makefile.am): Likewise.
8994         * modules/hash (Makefile.am): Likewise.
8995         * modules/hmac-md5 (Makefile.am): Likewise.
8996         * modules/hmac-sha1 (Makefile.am): Likewise.
8997         * modules/human (Makefile.am): Likewise.
8998         * modules/idcache (Makefile.am): Likewise.
8999         * modules/imaxabs (Makefile.am): Likewise.
9000         * modules/imaxdiv (Makefile.am): Likewise.
9001         * modules/inet_ntop (Makefile.am): Likewise.
9002         * modules/inet_pton (Makefile.am): Likewise.
9003         * modules/intprops (Makefile.am): Likewise.
9004         * modules/inttostr (Makefile.am): Likewise.
9005         * modules/inttypes (Makefile.am): Likewise.
9006         * modules/isapipe (Makefile.am): Likewise.
9007         * modules/javaversion (Makefile.am): Likewise.
9008         * modules/lchmod (Makefile.am): Likewise.
9009         * modules/lchown (Makefile.am): Likewise.
9010         * modules/localcharset (Makefile.am): Likewise.
9011         * modules/long-options (Makefile.am): Likewise.
9012         * modules/lstat (Makefile.am): Likewise.
9013         * modules/malloc (Makefile.am): Likewise.
9014         * modules/mathl (Makefile.am): Likewise.
9015         * modules/mbchar (Makefile.am): Likewise.
9016         * modules/md2 (Makefile.am): Likewise.
9017         * modules/md4 (Makefile.am): Likewise.
9018         * modules/md5 (Makefile.am): Likewise.
9019         * modules/memcasecmp (Makefile.am): Likewise.
9020         * modules/memchr (Makefile.am): Likewise.
9021         * modules/memcmp (Makefile.am): Likewise.
9022         * modules/memcoll (Makefile.am): Likewise.
9023         * modules/memcpy (Makefile.am): Likewise.
9024         * modules/memmem (Makefile.am): Likewise.
9025         * modules/memmove (Makefile.am): Likewise.
9026         * modules/mempcpy (Makefile.am): Likewise.
9027         * modules/memrchr (Makefile.am): Likewise.
9028         * modules/memset (Makefile.am): Likewise.
9029         * modules/memxor (Makefile.am): Likewise.
9030         * modules/mkancesdirs (Makefile.am): Likewise.
9031         * modules/mkdir-p (Makefile.am): Likewise.
9032         * modules/mkdir (Makefile.am): Likewise.
9033         * modules/mkdtemp (Makefile.am): Likewise.
9034         * modules/mkstemp (Makefile.am): Likewise.
9035         * modules/mktime (Makefile.am): Likewise.
9036         * modules/modechange (Makefile.am): Likewise.
9037         * modules/mountlist (Makefile.am): Likewise.
9038         * modules/nanosleep (Makefile.am): Likewise.
9039         * modules/obstack (Makefile.am): Likewise.
9040         * modules/openat (Makefile.am): Likewise.
9041         * modules/pagealign_alloc (Makefile.am): Likewise.
9042         * modules/pathmax (Makefile.am): Likewise.
9043         * modules/physmem (Makefile.am): Likewise.
9044         * modules/poll (Makefile.am): Likewise.
9045         * modules/posixtm (Makefile.am): Likewise.
9046         * modules/posixver (Makefile.am): Likewise.
9047         * modules/putenv (Makefile.am): Likewise.
9048         * modules/quote (Makefile.am): Likewise.
9049         * modules/quotearg (Makefile.am): Likewise.
9050         * modules/raise (Makefile.am): Likewise.
9051         * modules/read-file (Makefile.am): Likewise.
9052         * modules/readline (Makefile.am): Likewise.
9053         * modules/readlink (Makefile.am): Likewise.
9054         * modules/readtokens (Makefile.am): Likewise.
9055         * modules/readutmp (Makefile.am): Likewise.
9056         * modules/realloc (Makefile.am): Likewise.
9057         * modules/regex (Makefile.am): Likewise.
9058         * modules/rename-dest-slash (Makefile.am): Likewise.
9059         * modules/rename (Makefile.am): Likewise.
9060         * modules/rijndael (Makefile.am): Likewise.
9061         * modules/rmdir (Makefile.am): Likewise.
9062         * modules/rpmatch (Makefile.am): Likewise.
9063         * modules/safe-read (Makefile.am): Likewise.
9064         * modules/safe-write (Makefile.am): Likewise.
9065         * modules/same-inode (Makefile.am): Likewise.
9066         * modules/same (Makefile.am): Likewise.
9067         * modules/save-cwd (Makefile.am): Likewise.
9068         * modules/savedir (Makefile.am): Likewise.
9069         * modules/setenv (Makefile.am): Likewise.
9070         * modules/settime (Makefile.am): Likewise.
9071         * modules/sha1 (Makefile.am): Likewise.
9072         * modules/sig2str (Makefile.am): Likewise.
9073         * modules/snprintf (Makefile.am): Likewise.
9074         * modules/stat-macros (Makefile.am): Likewise.
9075         * modules/stat-time (Makefile.am): Likewise.
9076         * modules/stdbool (Makefile.am): Likewise.
9077         * modules/stdint (Makefile.am): Likewise.
9078         * modules/stdlib-safer (Makefile.am): Likewise.
9079         * modules/stpcpy (Makefile.am): Likewise.
9080         * modules/stpncpy (Makefile.am): Likewise.
9081         * modules/strcase (Makefile.am): Likewise.
9082         * modules/strcasestr (Makefile.am): Likewise.
9083         * modules/strchrnul (Makefile.am): Likewise.
9084         * modules/strcspn (Makefile.am): Likewise.
9085         * modules/strdup (Makefile.am): Likewise.
9086         * modules/strerror (Makefile.am): Likewise.
9087         * modules/strftime (Makefile.am): Likewise.
9088         * modules/strndup (Makefile.am): Likewise.
9089         * modules/strnlen (Makefile.am): Likewise.
9090         * modules/strpbrk (Makefile.am): Likewise.
9091         * modules/strsep (Makefile.am): Likewise.
9092         * modules/strstr (Makefile.am): Likewise.
9093         * modules/strtod (Makefile.am): Likewise.
9094         * modules/strtoimax (Makefile.am): Likewise.
9095         * modules/strtok_r (Makefile.am): Likewise.
9096         * modules/strtol (Makefile.am): Likewise.
9097         * modules/strtoll (Makefile.am): Likewise.
9098         * modules/strtoul (Makefile.am): Likewise.
9099         * modules/strtoull (Makefile.am): Likewise.
9100         * modules/strtoumax (Makefile.am): Likewise.
9101         * modules/strverscmp (Makefile.am): Likewise.
9102         * modules/sys_socket (Makefile.am): Likewise.
9103         * modules/sys_stat (Makefile.am): Likewise.
9104         * modules/sysexits (Makefile.am): Likewise.
9105         * modules/time_r (Makefile.am): Likewise.
9106         * modules/timegm (Makefile.am): Likewise.
9107         * modules/timespec (Makefile.am): Likewise.
9108         * modules/tmpfile-safer (Makefile.am): Likewise.
9109         * modules/trim (Makefile.am): Likewise.
9110         * modules/unistd-safer (Makefile.am): Likewise.
9111         * modules/unlinkdir (Makefile.am): Likewise.
9112         * modules/unlocked-io (Makefile.am): Likewise.
9113         * modules/userspec (Makefile.am): Likewise.
9114         * modules/utime (Makefile.am): Likewise.
9115         * modules/utimecmp (Makefile.am): Likewise.
9116         * modules/utimens (Makefile.am): Likewise.
9117         * modules/vasnprintf (Makefile.am): Likewise.
9118         * modules/vasprintf (Makefile.am): Likewise.
9119         * modules/vsnprintf (Makefile.am): Likewise.
9120         * modules/xalloc (Makefile.am): Likewise.
9121         * modules/xgetcwd (Makefile.am): Likewise.
9122         * modules/xnanosleep (Makefile.am): Likewise.
9123         * modules/xreadlink (Makefile.am): Likewise.
9124         * modules/xstrtod (Makefile.am): Likewise.
9125         * modules/xstrtol (Makefile.am): Likewise.
9126         * modules/xstrtold (Makefile.am): Likewise.
9127         * modules/yesno (Makefile.am): Likewise.
9128         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9129
9130 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9131
9132         * modules/error (Makefile.am): Distribute files through
9133         EXTRA_DIST, not lib_SOURCES.
9134
9135 2006-10-12  Eric Blake  <ebb9@byu.net>
9136
9137         * modules/error (Makefile.am): Distribute files in /lib.
9138         * modules/obstack (Makefile.am): Likewise.
9139
9140 2006-10-12  Bruno Haible  <bruno@clisp.org>
9141
9142         * modules/acl (Makefile.am): Distribute all files in lib/ through
9143         EXTRA_DIST.
9144         * modules/arcfour (Makefile.am): Likewise.
9145         * modules/arctwo (Makefile.am): Likewise.
9146         * modules/argmatch (Makefile.am): Likewise.
9147         * modules/argz (Makefile.am): Likewise.
9148         * modules/atexit (Makefile.am): Likewise.
9149         * modules/backupfile (Makefile.am): Likewise.
9150         * modules/c-strtod (Makefile.am): Likewise.
9151         * modules/c-strtold (Makefile.am): Likewise.
9152         * modules/calloc (Makefile.am): Likewise.
9153         * modules/canon-host (Makefile.am): Likewise.
9154         * modules/canonicalize (Makefile.am): Likewise.
9155         * modules/chdir-long (Makefile.am): Likewise.
9156         * modules/chdir-safer (Makefile.am): Likewise.
9157         * modules/check-version (Makefile.am): Likewise.
9158         * modules/chown (Makefile.am): Likewise.
9159         * modules/cloexec (Makefile.am): Likewise.
9160         * modules/close-stream (Makefile.am): Likewise.
9161         * modules/closeout (Makefile.am): Likewise.
9162         * modules/crc (Makefile.am): Likewise.
9163         * modules/cycle-check (Makefile.am): Likewise.
9164         * modules/des (Makefile.am): Likewise.
9165         * modules/dirfd (Makefile.am): Likewise.
9166         * modules/dirname (Makefile.am): Likewise.
9167         * modules/dup2 (Makefile.am): Likewise.
9168         * modules/euidaccess (Makefile.am): Likewise.
9169         * modules/exclude (Makefile.am): Likewise.
9170         * modules/exitfail (Makefile.am): Likewise.
9171         * modules/fcntl-safer (Makefile.am): Likewise.
9172         * modules/file-type (Makefile.am): Likewise.
9173         * modules/fileblocks (Makefile.am): Likewise.
9174         * modules/filemode (Makefile.am): Likewise.
9175         * modules/filenamecat (Makefile.am): Likewise.
9176         * modules/fnmatch (Makefile.am): Likewise.
9177         * modules/fopen-safer (Makefile.am): Likewise.
9178         * modules/fpending (Makefile.am): Likewise.
9179         * modules/fprintftime (Makefile.am): Likewise.
9180         * modules/free (Makefile.am): Likewise.
9181         * modules/fsusage (Makefile.am): Likewise.
9182         * modules/ftruncate (Makefile.am): Likewise.
9183         * modules/fts (Makefile.am): Likewise.
9184         * modules/gc (Makefile.am): Likewise.
9185         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9186         * modules/getaddrinfo (Makefile.am): Likewise.
9187         * modules/getcwd (Makefile.am): Likewise.
9188         * modules/getdelim (Makefile.am): Likewise.
9189         * modules/getdomainname (Makefile.am): Likewise.
9190         * modules/getgroups (Makefile.am): Likewise.
9191         * modules/gethostname (Makefile.am): Likewise.
9192         * modules/gethrxtime (Makefile.am): Likewise.
9193         * modules/getline (Makefile.am): Likewise.
9194         * modules/getloadavg (Makefile.am): Likewise.
9195         * modules/getlogin_r (Makefile.am): Likewise.
9196         * modules/getopt (Makefile.am): Likewise.
9197         * modules/getpass (Makefile.am): Likewise.
9198         * modules/getpass-gnu (Makefile.am): Likewise.
9199         * modules/getsubopt (Makefile.am): Likewise.
9200         * modules/gettime (Makefile.am): Likewise.
9201         * modules/gettimeofday (Makefile.am): Likewise.
9202         * modules/getugroups (Makefile.am): Likewise.
9203         * modules/getusershell (Makefile.am): Likewise.
9204         * modules/glob (Makefile.am): Likewise.
9205         * modules/group-member (Makefile.am): Likewise.
9206         * modules/hard-locale (Makefile.am): Likewise.
9207         * modules/hash (Makefile.am): Likewise.
9208         * modules/hmac-md5 (Makefile.am): Likewise.
9209         * modules/hmac-sha1 (Makefile.am): Likewise.
9210         * modules/human (Makefile.am): Likewise.
9211         * modules/idcache (Makefile.am): Likewise.
9212         * modules/imaxabs (Makefile.am): Likewise.
9213         * modules/imaxdiv (Makefile.am): Likewise.
9214         * modules/inet_ntop (Makefile.am): Likewise.
9215         * modules/inet_pton (Makefile.am): Likewise.
9216         * modules/inttostr (Makefile.am): Likewise.
9217         * modules/isapipe (Makefile.am): Likewise.
9218         * modules/lchown (Makefile.am): Likewise.
9219         * modules/long-options (Makefile.am): Likewise.
9220         * modules/lstat (Makefile.am): Likewise.
9221         * modules/malloc (Makefile.am): Likewise.
9222         * modules/mathl (Makefile.am): Likewise.
9223         * modules/mbchar (Makefile.am): Likewise.
9224         * modules/md2 (Makefile.am): Likewise.
9225         * modules/md4 (Makefile.am): Likewise.
9226         * modules/md5 (Makefile.am): Likewise.
9227         * modules/memcasecmp (Makefile.am): Likewise.
9228         * modules/memchr (Makefile.am): Likewise.
9229         * modules/memcmp (Makefile.am): Likewise.
9230         * modules/memcoll (Makefile.am): Likewise.
9231         * modules/memcpy (Makefile.am): Likewise.
9232         * modules/memmem (Makefile.am): Likewise.
9233         * modules/memmove (Makefile.am): Likewise.
9234         * modules/mempcpy (Makefile.am): Likewise.
9235         * modules/memrchr (Makefile.am): Likewise.
9236         * modules/memset (Makefile.am): Likewise.
9237         * modules/memxor (Makefile.am): Likewise.
9238         * modules/mkancesdirs (Makefile.am): Likewise.
9239         * modules/mkdir (Makefile.am): Likewise.
9240         * modules/mkdir-p (Makefile.am): Likewise.
9241         * modules/mkdtemp (Makefile.am): Likewise.
9242         * modules/mkstemp (Makefile.am): Likewise.
9243         * modules/mktime (Makefile.am): Likewise.
9244         * modules/modechange (Makefile.am): Likewise.
9245         * modules/mountlist (Makefile.am): Likewise.
9246         * modules/nanosleep (Makefile.am): Likewise.
9247         * modules/openat (Makefile.am): Likewise.
9248         * modules/pagealign_alloc (Makefile.am): Likewise.
9249         * modules/physmem (Makefile.am): Likewise.
9250         * modules/poll (Makefile.am): Likewise.
9251         * modules/posixtm (Makefile.am): Likewise.
9252         * modules/posixver (Makefile.am): Likewise.
9253         * modules/putenv (Makefile.am): Likewise.
9254         * modules/quote (Makefile.am): Likewise.
9255         * modules/quotearg (Makefile.am): Likewise.
9256         * modules/raise (Makefile.am): Likewise.
9257         * modules/read-file (Makefile.am): Likewise.
9258         * modules/readline (Makefile.am): Likewise.
9259         * modules/readlink (Makefile.am): Likewise.
9260         * modules/readtokens (Makefile.am): Likewise.
9261         * modules/readutmp (Makefile.am): Likewise.
9262         * modules/realloc (Makefile.am): Likewise.
9263         * modules/regex (Makefile.am): Likewise.
9264         * modules/rename (Makefile.am): Likewise.
9265         * modules/rename-dest-slash (Makefile.am): Likewise.
9266         * modules/rijndael (Makefile.am): Likewise.
9267         * modules/rmdir (Makefile.am): Likewise.
9268         * modules/rpmatch (Makefile.am): Likewise.
9269         * modules/safe-read (Makefile.am): Likewise.
9270         * modules/safe-write (Makefile.am): Likewise.
9271         * modules/same (Makefile.am): Likewise.
9272         * modules/save-cwd (Makefile.am): Likewise.
9273         * modules/savedir (Makefile.am): Likewise.
9274         * modules/setenv (Makefile.am): Likewise.
9275         * modules/settime (Makefile.am): Likewise.
9276         * modules/sha1 (Makefile.am): Likewise.
9277         * modules/sig2str (Makefile.am): Likewise.
9278         * modules/snprintf (Makefile.am): Likewise.
9279         * modules/stdlib-safer (Makefile.am): Likewise.
9280         * modules/stpcpy (Makefile.am): Likewise.
9281         * modules/stpncpy (Makefile.am): Likewise.
9282         * modules/strcase (Makefile.am): Likewise.
9283         * modules/strcasestr (Makefile.am): Likewise.
9284         * modules/strchrnul (Makefile.am): Likewise.
9285         * modules/strcspn (Makefile.am): Likewise.
9286         * modules/strdup (Makefile.am): Likewise.
9287         * modules/strerror (Makefile.am): Likewise.
9288         * modules/strftime (Makefile.am): Likewise.
9289         * modules/strndup (Makefile.am): Likewise.
9290         * modules/strnlen (Makefile.am): Likewise.
9291         * modules/strpbrk (Makefile.am): Likewise.
9292         * modules/strsep (Makefile.am): Likewise.
9293         * modules/strstr (Makefile.am): Likewise.
9294         * modules/strtod (Makefile.am): Likewise.
9295         * modules/strtoimax (Makefile.am): Likewise.
9296         * modules/strtok_r (Makefile.am): Likewise.
9297         * modules/strtol (Makefile.am): Likewise.
9298         * modules/strtoll (Makefile.am): Likewise.
9299         * modules/strtoul (Makefile.am): Likewise.
9300         * modules/strtoull (Makefile.am): Likewise.
9301         * modules/strtoumax (Makefile.am): Likewise.
9302         * modules/strverscmp (Makefile.am): Likewise.
9303         * modules/time_r (Makefile.am): Likewise.
9304         * modules/timegm (Makefile.am): Likewise.
9305         * modules/tmpfile-safer (Makefile.am): Likewise.
9306         * modules/unistd-safer (Makefile.am): Likewise.
9307         * modules/unlinkdir (Makefile.am): Likewise.
9308         * modules/userspec (Makefile.am): Likewise.
9309         * modules/utime (Makefile.am): Likewise.
9310         * modules/utimecmp (Makefile.am): Likewise.
9311         * modules/utimens (Makefile.am): Likewise.
9312         * modules/vasnprintf (Makefile.am): Likewise.
9313         * modules/vasprintf (Makefile.am): Likewise.
9314         * modules/vsnprintf (Makefile.am): Likewise.
9315         * modules/xalloc (Makefile.am): Likewise.
9316         * modules/xgetcwd (Makefile.am): Likewise.
9317         * modules/xnanosleep (Makefile.am): Likewise.
9318         * modules/xreadlink (Makefile.am): Likewise.
9319         * modules/xstrtod (Makefile.am): Likewise.
9320         * modules/xstrtol (Makefile.am): Likewise.
9321         * modules/xstrtold (Makefile.am): Likewise.
9322         * modules/yesno (Makefile.am): Likewise.
9323
9324 2006-10-12  Jim Meyering  <jim@meyering.net>
9325
9326         * m4/getloadavg.m4: Revert the change below.
9327
9328         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9329         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9330         fail with a symlink, which is what coreutils' ./bootstrap now
9331         creates by default.
9332
9333 2006-10-12  Bruno Haible  <bruno@clisp.org>
9334
9335         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9336         mingw.
9337         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9338         MSVC and mingw explicitly.
9339
9340 2006-10-11  Simon Josefsson  <jas@extundo.com>
9341             Bruno Haible  <bruno@clisp.org>
9342
9343         Add support for multiple gnulib-tool invocations in the scope of a
9344         single configure.ac file.
9345         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9346         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9347         with the same contents as the _LIBADD variable.
9348         (func_emit_initmacro_start, func_emit_initmacro_end,
9349         func_emit_initmacro_done): New functions.
9350         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9351         gl_LIBOBJS and gl_LTLIBOBJS.
9352
9353 2006-10-11  Bruno Haible  <bruno@clisp.org>
9354
9355         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9356         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9357         autoreconf. Instead, invoke autopoint explicitly but move back the
9358         *.m4 files from gnulib.
9359
9360 2006-10-11  Bruno Haible  <bruno@clisp.org>
9361
9362         * gnulib-tool (func_usage): Make module names after --create-testdir
9363         optional.
9364         (func_create_testdir): If no module was specified, use nearly all
9365         modules.
9366
9367 2006-10-12  Jim Meyering  <jim@meyering.net>
9368
9369         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9370         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9371         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9372         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9373         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9374         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9375         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9376         (fts_set_stat_required): New function.
9377         (fts_open): Defer the calls to fts_stat, if possible or requested.
9378         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9379         into fts_stat itself.
9380         (fts_read): Perform any required (deferred) fts_stat call.
9381         (fts_build): Likewise, for the directory we're about to open and read.
9382         In the readdir loop, carefully decide whether each entry will require
9383         an eventual call to fts_stat, using dirent.d_type info if available.
9384         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9385         a command line argument into this function.  Update all callers.
9386         Map a return value of FTS_DOT to FTS_D for a command line argument.
9387         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9388         Thanks to Miklos Szeredi for his tenacity and for the initial
9389         bug report about "find" failing on a FUSE-based file system.
9390
9391         * lib/fts.c (fts_open): Use consistent indentation.
9392
9393 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9394
9395         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9396         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9397         reported by Jim Meyering.  All uses of cache variables renamed
9398         to match Autoconf's.
9399         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9400         the other one.
9401
9402         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9403         Fix misspelling in diagnostic.
9404
9405 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9406
9407         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9408         defined.  Problem reported by Matthew Woehlke.
9409
9410         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9411         Add support for Tandem NonStop R series.
9412         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9413         Use new macro.
9414
9415         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9416         (has_trailing_slash): Omit size arg; all callers changed.
9417         Omit 'inline', since it doesn't help performance and we'd
9418         need to configure it.
9419         Don't count //, ///, etc. as having a trailing slash.
9420         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9421         (rpl_rename_dest_slash): On failure, use rename's errno rather
9422         than (in some cases) an incorrect or junk errno.
9423         Simplify code by removing need to compute length; this does
9424         cause it to make two passes instead of one over the file name,
9425         but it's worth it.
9426
9427         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9428         change, since Autoconf's version may no longer be appropriate now
9429         that we are using CVS Autoconf's version.  Add support for Tandem.
9430
9431 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9432             Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9435         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9436         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9437         gl_AC_TYPE_LONG_LONG.
9438
9439         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9440         instead of HAVE_LONG_LONG.
9441         * lib/printf-args.c (printf_fetchargs): Likewise.
9442         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9443         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9444         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9445         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9446         gl_AC_TYPE_LONG_LONG.
9447
9448 2006-10-11  Bruno Haible  <bruno@clisp.org>
9449
9450         * m4/longlong.m4: Add comments.
9451         * m4/ulonglong.m4: Likewise.
9452
9453 2006-10-10  Bruno Haible  <bruno@clisp.org>
9454
9455         Make it possible to #define stpcpy, strdup to aliases.
9456         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9457         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9458
9459 2006-10-10  Bruno Haible  <bruno@clisp.org>
9460
9461         Make it possible to #define gcd to an alias.
9462         * lib/gcd.c: Include config.h.
9463
9464 2006-10-10  Bruno Haible  <bruno@clisp.org>
9465
9466         Make it possible to #define c_isascii to an alias.
9467         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9468         defined. Undefine the macros before defining them, to avoid gcc
9469         warnings.
9470         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9471         define NO_C_CTYPE_MACROS early.
9472
9473 2006-10-10  Bruno Haible  <bruno@clisp.org>
9474
9475         Make it possible to #define set_program_name to an alias.
9476         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9477         ENABLE_RELOCATABLE early.
9478
9479 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9480
9481         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9482         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9483         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9484         More generally, don't assume that 64-bit signed int is available
9485         if unsigned int is, and vice versa.
9486         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9487         unsigned symbols, not on their signed counterparts.
9488         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9489         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9490         (UINT64_C, UINTMAX_C):
9491         Likewise.
9492         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9493         unsigned counterparts.
9494         (Have_long_long, Unsigned): New macros.
9495         (Int): Renamed from INT.
9496         (strtoimax): Use the new macros.
9497         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9498         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9499         * modules/inttypes (inttypes.h): Substitute
9500         HAVE_UNSIGNED_LONG_LONG_INT.
9501         * modules/stdint (stdint.h): Likewise.
9502         (Files): Add m4/ulonglong.m4.
9503
9504 2006-10-10  Bruno Haible  <bruno@clisp.org>
9505
9506         Fix a gcc -Wshadow warning.
9507         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9508         to 'bucket'.
9509         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9510         gl_linked_indexof_from_to): Likewise.
9511         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9512         Likewise.
9513         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9514         Likewise.
9515         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9516         Reported by Eric Blake.
9517
9518 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9519
9520         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9521         for NetBSD.  Problem reported by Bruno Haible.
9522
9523 2006-10-09  Jim Meyering  <jim@meyering.net>
9524
9525         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9526         Patch from Bruno Haible.
9527
9528 2006-10-09  Jim Meyering  <jim@meyering.net>
9529
9530         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9531         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9532         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9533
9534 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         Don't include <config.h> twice; this doesn't work in some cases,
9537         e.g., when config.h has "#define intmax_t long long int" and
9538         we include <config.h>, <inttypes.h>, <config.h> in that order.
9539         Problem reported by Matthew Woehlke in:
9540         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9541         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9542         * lib/fts-cycle.c: Don't include config.h.
9543         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9544         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9545         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9546         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9547         inttypes.h.
9548         * lib/xstrtoumax.c: Likewise.
9549         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9550         __strtol and the like, so that this module is more like its siblings.
9551         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9552         Remove; no longer needed now that we assume gnulib inttypes.h.
9553
9554 2006-10-08  Bruno Haible  <bruno@clisp.org>
9555
9556         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9557         option.
9558
9559 2006-10-07  Jim Meyering  <jim@meyering.net>
9560
9561         * modules/inttypes (inttypes.h): Revert what seems to have been
9562         an inadvertent part of today's change: use "|", not "/" in the
9563         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9564
9565 2006-10-07  Bruno Haible  <bruno@clisp.org>
9566
9567         * modules/sublist: New file.
9568
9569 2006-10-07  Bruno Haible  <bruno@clisp.org>
9570
9571         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9572         * modules/argz (argz.h): Likewise.
9573         * modules/arpa_inet (arpa/inet.h): Likewise.
9574         * modules/byteswap (byteswap.h): Likewise.
9575         * modules/configmake (configmake.h): Likewise.
9576         * modules/fcntl (fcntl.h): Likewise.
9577         * modules/fnmatch (fnmatch.h): Likewise.
9578         * modules/getopt (getopt.h): Likewise.
9579         * modules/glob (glob.h): Likewise.
9580         * modules/inttypes (inttypes.h): Likewise.
9581         * modules/netinet_in (netinet/in.h): Likewise.
9582         * modules/poll (poll.h): Likewise.
9583         * modules/stdbool (stdbool.h): Likewise.
9584         * modules/stdint (stdint.h): Likewise.
9585         * modules/sys_select (sys/select.h): Likewise.
9586         * modules/sys_socket (sys/socket.h): Likewise.
9587         * modules/sys_stat (sys/stat.h): Likewise.
9588         * modules/sysexits (sysexits.h): Likewise.
9589         * modules/unistd (unistd.h): Likewise.
9590         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9591         Add a "DO NOT EDIT" comment to the generated file.
9592         (func_import): Likewise for gnulib-comp.m4.
9593
9594 2006-10-07  Bruno Haible  <bruno@clisp.org>
9595
9596         * lib/gl_sublist.h: New file.
9597         * lib/gl_sublist.c: New file.
9598
9599 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9600
9601         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9602         name (relative to the original working directory) and the file
9603         name component (relative to the temporary working directory).  All
9604         callers changed.
9605         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9606         * lib/mkdir-p.c (make_dir_parents): Likewise.
9607         * lib/mkdir-p.h (make_dir_parents): Likewise.
9608
9609 2006-10-06  Eric Blake  <ebb9@byu.net>
9610
9611         Define several macros for use by the clean-temp module.
9612         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9613         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9614         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9615
9616         * lib/clean-temp.h (close_stream_temp): New declaration.
9617         * lib/clean-temp.c (includes): Pull in headers according to what
9618         other modules are in use.
9619         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9620
9621 2006-10-06  Bruno Haible  <bruno@clisp.org>
9622
9623         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9624         instead of fopen, fwriteerror.
9625
9626 2006-10-06  Bruno Haible  <bruno@clisp.org>
9627
9628         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9629         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9630         int.
9631         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9632         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9633         Return an error indicator.
9634         Suggested by Eric Blake.
9635
9636 2006-10-06  Bruno Haible  <bruno@clisp.org>
9637
9638         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9639         Reported by Eric Blake.
9640
9641 2006-10-06  Bruno Haible  <bruno@clisp.org>
9642
9643         * modules/closeout (Description): Mention stderr too.
9644
9645 2006-10-06  Bruno Haible  <bruno@clisp.org>
9646         and Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * lib/closeout.c (close_stdout): Also close stderr.
9649         * lib/closeout.h: Update comment.
9650
9651 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9654         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9655         * lib/dirchownmod.c: Include lchown.h.
9656         * lib/lchown.c: Don't include files that lchown.h now includes.
9657         Don't declare chown, since lchown.h now does that.
9658         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9659         (lchown): Define to rpl_chown if lchown is declared but
9660         does not exist.  Declare using a prototype if lchown is not
9661         declared.  Add a copyright notice.
9662         * lib/mkstemp.h: Include <unistd.h>.
9663         * lib/openat.c: Include lchown.h.
9664
9665         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9666         we now test for that separately.
9667         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9668         rather than O_NOFOLLOW, when testing whether it's possible to
9669         avoid a race condition reliably.
9670         * lib/savewd.c (savewd_chdir): Likewise.
9671
9672         Remove macros that are no longer needed now that stdint.h is
9673         reliable.
9674         * lib/fsusage.c (UINTMAX_MAX): Remove.
9675         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9676         * lib/utimecmp.c (SIZE_MAX): Remove.
9677
9678         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9679
9680         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9681         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9682         O_NOATIME works.
9683
9684 2006-10-05  Bruno Haible  <bruno@clisp.org>
9685
9686         * lib/gl_list.h (gl_sortedlist_search_from_to,
9687         gl_sortedlist_indexof_from_to): New declarations.
9688         (gl_list_implementation): New fields sortedlist_search_from_to,
9689         sortedlist_indexof_from_to.
9690         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9691         inline functions.
9692         * lib/gl_list.c (gl_sortedlist_search_from_to,
9693         gl_sortedlist_indexof_from_to): New functions.
9694         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9695         function.
9696         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9697         (gl_array_sortedlist_search_from_to): New function.
9698         (gl_array_list_implementation): Update.
9699         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9700         function.
9701         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9702         (gl_carray_sortedlist_search_from_to): New function.
9703         (gl_carray_list_implementation): Update.
9704         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9705         gl_linked_sortedlist_indexof_from_to): New functions.
9706         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9707         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9708         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9709         gl_tree_sortedlist_indexof_from_to): New functions.
9710         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9711         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9712         Update.
9713         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9714         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9715         Update.
9716
9717 2006-10-05  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9720         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9721         (struct gl_list_implementation): Add fields search_from_to,
9722         indexof_from_to. Remove fields search, indexof.
9723         (gl_list_search): Use the search_from_to method.
9724         (gl_list_search_from, gl_list_search_from_to): New functions.
9725         (gl_list_indexof): Use the indexof_from_to method.
9726         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9727         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9728         (gl_list_search_from, gl_list_search_from_to): New functions.
9729         (gl_list_indexof): Use the indexof_from_to method.
9730         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9731         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9732         gl_array_indexof. Add start_index, end_index arguments.
9733         (gl_array_search_from_to): Renamed from gl_array_search. Add
9734         start_index, end_index arguments.
9735         (gl_array_remove, gl_array_list_implementation): Update.
9736         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9737         gl_carray_indexof. Add start_index, end_index arguments.
9738         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9739         start_index, end_index arguments.
9740         (gl_carray_remove, gl_carray_list_implementation): Update.
9741         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9742         gl_linked_search. Add start_index, end_index arguments.
9743         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9744         start_index, end_index arguments.
9745         (gl_linked_remove): Update.
9746         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9747         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9748         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9749         field to 'size_t'.
9750         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9751         gl_tree_search. Add start_index, end_index arguments.
9752         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9753         start_index, end_index arguments.
9754         (gl_tree_remove): Update.
9755         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9756         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9757         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9758         function.
9759         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9760         gl_tree_search. Add start_index, end_index arguments.
9761         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9762         start_index, end_index arguments.
9763         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9764         Update.
9765         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9766
9767 2006-10-05  Bruno Haible  <bruno@clisp.org>
9768
9769         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9770
9771         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9772         fwriteerror_temp): New declarations.
9773         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9774         (descriptors): New variable.
9775         (cleanup): First, close the descriptors.
9776         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9777         fclose_temp, fwriteerror_temp): New functions.
9778
9779 2006-10-04  Jim Meyering  <jim@meyering.net>
9780
9781         * lib/fts.c (fts_open): Tiny comment change.
9782
9783 2006-10-04  Bruno Haible  <bruno@clisp.org>
9784
9785         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9786         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9787         gl_LOCK_BODY.
9788         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9789         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9790         gl_LOCK_EARLY_BODY.
9791         (gl_LOCK): Require gl_LOCK_BODY.
9792
9793 2006-10-04  Bruno Haible  <bruno@clisp.org>
9794
9795         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9796         (gl_oset_search_atleast): New declaration.
9797         (struct gl_oset_implementation): Add field 'search_atleast'.
9798         (gl_oset_search_atleast): New inline function.
9799         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9800         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9801         (gl_array_oset_implementation): Update.
9802         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9803         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9804         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9805
9806 2006-10-04  Bruno Haible  <bruno@clisp.org>
9807
9808         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9809
9810 2006-10-03  Bruno Haible  <bruno@clisp.org>
9811
9812         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9813         from gl_avltreehash_list_implementation.
9814
9815 2006-10-03  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/gl_oset.c (gl_oset_add): Fix return type.
9818
9819 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9820
9821         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9822
9823 2006-10-02  Eric Blake  <ebb9@byu.net>
9824
9825         * modules/strnlen (Depends-on): Add extensions.
9826
9827 2006-10-02  Eric Blake  <ebb9@byu.net>
9828
9829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9830         definition in 2.60+.
9831
9832 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9833
9834         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9835         checks.
9836
9837 2006-10-02  Bruno Haible  <bruno@clisp.org>
9838
9839         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9840         to the AUTOMAKE_OPTIONS.
9841         Reported by Jim Meyering.
9842
9843 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9844
9845         Work around bug in Solaris 10 /proc file system:
9846         /proc/self/fd/NNN/.. isn't the parent directory of
9847         the directory whose file descriptor is NNN.  This needs to
9848         be worked around at run time, not compile time, since a
9849         program might be built on Solaris 8, where things work, and
9850         run on Solaris 10.
9851         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9852         to use the following interface instead:
9853         (OPENAT_BUFFER_SIZE): New macro.
9854         (openat_proc_name): New function.
9855         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9856         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9857         Likewise.
9858         * lib/openat-proc.c: New file.
9859         * modules/openat (Files): Add lib/openat-proc.c.
9860         (Depends-on): Add same-inode, stdbool.
9861         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9862
9863 2006-09-29  Bruno Haible  <bruno@clisp.org>
9864
9865         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9866         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9867         argument. Set stdout_closed before testing for ferror, not after.
9868         (fwriteerror, fwriteerror_no_ebadf): New functions.
9869
9870 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9871
9872         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9873
9874 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9875
9876         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9877         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9878
9879 2006-09-28  Jim Meyering  <jim@meyering.net>
9880
9881         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9882         Include <unistd.h>.
9883
9884 2006-09-28  Bruno Haible  <bruno@clisp.org>
9885
9886         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9887         * modules/linkedhash-list (Depends-on): Likewise.
9888         * modules/rbtreehash-list (Depends-on): Likewise.
9889
9890 2006-09-28  Bruno Haible  <bruno@clisp.org>
9891
9892         * lib/strndup.h: Simplify the redefinition of strndup.
9893         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9894         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9895
9896 2006-09-28  Bruno Haible  <bruno@clisp.org>
9897
9898         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9899         * lib/gl_linkedhash_list.c: Likewise.
9900         * lib/gl_rbtreehash_list.c: Likewise.
9901
9902 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9903
9904         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9905         getaddrinfo.
9906
9907         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9908         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9909         it causes <stdio_ext.h> to cause a compile-time error.
9910         Problem reported by Nelson H. F. Beebe.
9911         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9912         of HAVE_DECL___PENDING.
9913
9914         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9915         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9916         declaration.
9917
9918 2006-09-27  Jim Meyering  <jim@meyering.net>
9919
9920         This file could end up with a definition for a function
9921         named __strndup, rather than rpl_strndup on a system with
9922         incomplete weak_alias support.
9923         * lib/strndup.c (strndup): Rename from __strndup.
9924         Remove #defines that used to map __strndup to strndup.
9925         Don't use K&R prototypes.
9926         Remove LIBC-related code, since this file is not sync'd with glibc.
9927         * lib/strndup.h: Revamp, accordingly.
9928         * m4/strndup.m4: Modernize.
9929
9930 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         * modules/savewd (Depends-on): Add 'raise'.
9933         * lib/savewd.c: Include <signal.h>, for 'raise'.
9934
9935 2006-09-26  Jim Meyering  <jim@meyering.net>
9936
9937         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9938         when we detect Darwin 8.7.0's acl_get_file bug.
9939         Rearrange to perform the new (below) run-test while $LIBS
9940         contains any acl-related library.  Set USE_ACL at the end.
9941         (gl_ACL_GET_FILE): New function.
9942
9943 2006-09-26  Eric Blake  <ebb9@byu.net>
9944
9945         * lib/verror.c: Include <config.h> unconditionally.
9946
9947 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * modules/clock-time (Maintainer): Add self.
9950         * modules/getlogin_r (Depends-on): Add extensions.
9951
9952 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9953
9954         * modules/clock-time: New module.
9955         * modules/nanosleep (Depends-on): Add clock-time.
9956         * modules/gethrxtime (Depends-on): Likewise.
9957         * modules/gettime (Depends-on): Likewise.
9958         * modules/settime (Depends-on): Likewise.
9959
9960         * modules/fts-lgpl: Depend on openat.
9961         * modules/mkancesdirs: Depend on savewd.
9962         * modules/mkdir-p: Likewise.
9963
9964 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9965
9966         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9967
9968         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9969         `gl_have_arbitrary_file_name_length_limit' to
9970         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9971         actually works between configure runs.
9972
9973 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9974             Bruno Haible  <bruno@clisp.org>
9975
9976         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9977
9978 2006-09-25  Jim Meyering  <jim@meyering.net>
9979
9980         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9981         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9982
9983 2006-09-25  Eric Blake  <ebb9@byu.net>
9984
9985         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9986         exec's in 2006-09-18 patch when shuffling fds.
9987
9988 2006-09-25  Bruno Haible  <bruno@clisp.org>
9989
9990         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9991         Reported by Jim Meyering.
9992
9993 2006-09-24  Jim Meyering  <jim@meyering.net>
9994
9995         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9996         compare a pointer against a literal "0".  That caused failures with
9997         at least HP-UX's hpcc.
9998
9999 2006-09-22  Simon Josefsson  <jas@extundo.com>
10000
10001         * modules/gc-sha1:
10002         * modules/gc-md4:
10003         * modules/gc-hmac-sha1:
10004         * modules/gc-hmac-md5:
10005         * modules/gc-des:
10006         * modules/gc-arcfour: Distribute more files.
10007
10008 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10009
10010         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10011         (gl_linked_iterator_from_to): Initialize struct completely.
10012         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10013         (gl_tree_iterator_from_to): Likewise
10014         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10015         * lib/gl_array_list.c [lint] (gl_array_iterator)
10016         (gl_array_iterator_from_to): Likewise.
10017         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10018         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10019         (gl_carray_iterator_from_to): Likewise.
10020
10021         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10022         * lib/md4.c (md4_process_block): Remove unused variable.
10023         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10024         parentheses for clarity.
10025
10026 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10027
10028         * modules/bison-i18n (Depends-on): Add gettext.
10029
10030 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10031
10032         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10033         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10034         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10035         also add missing comma that caused broken test.
10036         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10037         stdlib.h, for `abort'.
10038         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10039         variables.
10040         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10041         include unistd.h if present, for `rmdir'.
10042         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10043         variables.
10044         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10045         in the process include standard headers for prototypes.
10046         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10047         gets declared on GNU/Linux.
10048         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10049         unistd.h, for `rmdir'.
10050         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10051
10052         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10053         always true.
10054         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10055
10056         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10057
10058 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10059
10060         * gnulib-tool (func_version): Create output all at once.  This
10061         may help avoid triggering unnecessary SIGPIPEs, and at any
10062         rate it doesn't hurt.
10063
10064 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10065             Bruno Haible  <bruno@clisp.org>
10066
10067         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10068         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10069         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10070
10071         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10072         (gl_FUNC_VASPRINTF): Invoke it.
10073
10074 2006-09-22  Bruno Haible  <bruno@clisp.org>
10075
10076         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10077         getloadavg.c as first argument.
10078
10079 2006-09-22  Bruno Haible  <bruno@clisp.org>
10080
10081         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10082         at the beginning of the gl_INIT macro.
10083         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10084         gl_GETLOADAVG.
10085
10086 2006-09-22  Bruno Haible  <bruno@clisp.org>
10087
10088         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10089         module.
10090         Suggested by Ralf Wildenhues.
10091
10092 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10093
10094         Import this patch from libc:
10095
10096         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10097
10098         * lib/regex_internal.c (re_string_reconstruct): Handle
10099         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10100         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10101         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10102         re_string_context_at.
10103
10104         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10105         now requires it.
10106         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10107         gl_REGEX now does it for us.
10108         (gl_REGEX): Add test taken from
10109         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10110
10111         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10112         Check that large offsets work.  Modernize Autoconf usages.
10113         Prefer "yes" to mean a good thing rather than a bad.
10114         Don't put "#define mkstemp" in config.h, as this might interfere
10115         with standard system headers that "#define mkstemp mkstemp64".
10116
10117         * modules/mkstemp (Depends-on): Add extensions, so that
10118         mkstemp is visible on some platforms.
10119         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10120         (Include): Change to "mkstemp.h" from <stdlib.h>.
10121         (Files): Add mkstemp.h.
10122
10123         * lib/mkstemp.h: New file, since some standard headers
10124         #define mkstemp.
10125         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10126         Include "mkstemp.h".
10127         Make the _LIBC code resemble glibc original more,
10128         e.g., use K&R style.
10129         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10130         (mkstemp): Remove, since mkstemp.h does this for us.
10131         * lib/stdlib--.h: Include mkstemp.h.
10132
10133         Import this patch from libc:
10134
10135         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10136
10137         * lib/tempname.c (__gen_tempname): Change attempts_min
10138         into a macro.  Use preprocessor to decide how to initialize
10139         attempts [Coverity CID 67].
10140
10141 2006-09-20  Bruno Haible  <bruno@clisp.org>
10142
10143         * lib/mkdtemp.c: Import from libc.
10144         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10145                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10146                 attempts_min into a macro.  Use preprocessor to decide how to
10147                 initialize attempts [Coverity CID 67].
10148         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10149                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10150                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10151
10152 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10153
10154         * gnulib-tool (func_exit): New function, to allow to pass the
10155         exit status portably through the trap.  Use everywhere.
10156         (--help, --version): Signal a write error.
10157         (trap): catch SIGPIPE, for write errors.
10158         Exit at the end of the trap, with the correct exit status.
10159
10160 2006-09-19  Karl Berry  <karl@gnu.org>
10161
10162         * doc/gnulib.texi: note about the license texinfo files.
10163
10164 2006-09-19  Eric Blake  <ebb9@byu.net>
10165
10166         * gnulib-tool: Avoid space-tab.
10167
10168 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10171         that prevented coreutils 6.1 from building.  Problem reported
10172         by Petter Reinholdtsen.
10173
10174 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * gnulib-tool (avoidlist): Fix typo that broke options like
10177         --avoid=lock that are used by coreutils bootstrap.
10178
10179 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10180
10181         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10182         more systematically.
10183
10184 2006-09-18  Jim Meyering  <jim@meyering.net>
10185
10186         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10187
10188 2006-09-18  Bruno Haible  <bruno@clisp.org>
10189
10190         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10191
10192 2006-09-18  Bruno Haible  <bruno@clisp.org>
10193
10194         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10195         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10196         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10197         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10198         * m4/gettext.m4: Require autoconf >= 2.52.
10199         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10200         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10201         of gl_cv_header_inttypes_h.
10202
10203 2006-09-18  Bruno Haible  <bruno@clisp.org>
10204
10205         * lib/javaversion.c: Include configmake.h.
10206
10207 2006-09-18  Bruno Haible  <bruno@clisp.org>
10208
10209         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10210         avoid that the while loops be executed in a subshell.
10211
10212 2006-09-18  Bruno Haible  <bruno@clisp.org>
10213
10214         * MODULES.html.sh (func_module): Break long lines.
10215         Suggested by Bruce Korb <bkorb@gnu.org>.
10216
10217 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10218
10219         Speed up by a factor of 1.12.
10220         * gnulib-tool (nl): New variable.
10221         (func_import): Rewrite include directive extraction to only read each
10222         directive once.
10223
10224 2006-09-17  Bruno Haible  <bruno@clisp.org>
10225
10226         * modules/javaversion (Makefile.am): Remove DEFS setting.
10227         (Depends-on): Add configmake, for PKGDATADIR definition.
10228
10229 2006-09-17  Bruno Haible  <bruno@clisp.org>
10230
10231         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10232
10233 2006-09-17  Bruno Haible  <bruno@clisp.org>
10234
10235         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10236         (func_modules_transitive_closure, func_modules_add_dummy,
10237         func_modules_to_filelist, func_import, func_create_testdir,
10238         func_create_megatestdir, ...): Use it wherever possible.
10239         Suggested by Ralf Wildenhues.
10240
10241 2006-09-16  Karl Berry  <karl@gnu.org>
10242
10243         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10244         to avoid sectioning errors.
10245         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10246         [ifinfo]: blank line after @center-ed titles.
10247         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10248         Spell FSF address consistently with others.
10249         (These changes approved by rms.)
10250
10251 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10252
10253         Speed up by a factor of 1.61.
10254         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10255         already checked module names again.
10256
10257 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10258
10259         Speed up by a factor of 1.13.
10260         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10261         for new_files, and the input to func_add_or_update.
10262
10263 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10264
10265         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10266         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10267
10268 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * modules/mkancesdirs (Depends-on): Add fcntl.
10271         * modules/savewd: New file.
10272         * MODULES.html.sh (File system functions): Add savewd.
10273
10274         * modules/configmake (Makefile.am): Add support for the
10275         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10276
10277 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10278
10279         * m4/savewd.m4: New file.
10280
10281 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10284         (dirchownmod): New arg FD.  All callers changed.
10285         Use FD rather than opening the directory ourself, as opening is
10286         now the caller's responsibility.
10287         * lib/dirchownmod.h: Likewise.
10288         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10289         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10290         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10291         (test_dir): Remove.
10292         (mkancesdirs): Return length of prefix of FILE that has already
10293         been made, or -2 if there is a child doing the work.  Redo
10294         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10295         ".", and treat ".." specially since it might stray back into
10296         already-created areas.  Use a subprocess if necessary.  New arg
10297         WD; all users changed.  MAKE_DIR function should now return 1
10298         if it creates a directory that is not readable.  Return -2 if
10299         a child process is spun off.
10300         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10301         Adjust signature to match code.
10302         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10303         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10304         all users changed.
10305         * lib/savewd.c, lib/savewd.h: New files.
10306
10307 2006-09-15  Jim Meyering  <jim@meyering.net>
10308
10309         * modules/rename-dest-slash: New module.
10310         * MODULES.html.sh (posix_compat): Add it here.
10311
10312         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10313
10314 2006-09-15  Jim Meyering  <jim@meyering.net>
10315
10316         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10317         file.
10318
10319         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10320
10321 2006-09-15  Jim Meyering  <jim@meyering.net>
10322
10323         * lib/rename-dest-slash.c (has_trailing_slash): Use
10324         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10325         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10326         test before testing whether SRC is a directory.
10327         Suggestions from Bruno Haible.
10328
10329         Avoid a warning about an unused variable.
10330         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10331         into the #ifdef block where it's used.
10332
10333         * lib/rename-dest-slash.c: New file.
10334
10335 2006-09-14  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/allocsa.c: Include <config.h> unconditionally.
10338         * lib/asnprintf.c: Likewise.
10339         * lib/asprintf.c: Likewise.
10340         * lib/c-strcasecmp.c: Likewise.
10341         * lib/c-strcasestr.c: Likewise.
10342         * lib/c-strncasecmp.c: Likewise.
10343         * lib/c-strstr.c: Likewise.
10344         * lib/classpath.c: Likewise.
10345         * lib/clean-temp.c: Likewise.
10346         * lib/concatpath.c: Likewise.
10347         * lib/copy-file.c: Likewise.
10348         * lib/csharpcomp.c: Likewise.
10349         * lib/csharpexec.c: Likewise.
10350         * lib/execute.c: Likewise.
10351         * lib/fatal-signal.c: Likewise.
10352         * lib/findprog.c: Likewise.
10353         * lib/fwriteerror.c: Likewise.
10354         * lib/gl_array_list.c: Likewise.
10355         * lib/gl_array_oset.c: Likewise.
10356         * lib/gl_avltree_list.c: Likewise.
10357         * lib/gl_avltree_oset.c: Likewise.
10358         * lib/gl_avltreehash_list.c: Likewise.
10359         * lib/gl_carray_list.c: Likewise.
10360         * lib/gl_linked_list.c: Likewise.
10361         * lib/gl_linkedhash_list.c: Likewise.
10362         * lib/gl_list.c: Likewise.
10363         * lib/gl_oset.c: Likewise.
10364         * lib/gl_rbtree_list.c: Likewise.
10365         * lib/gl_rbtree_oset.c: Likewise.
10366         * lib/gl_rbtreehash_list.c: Likewise.
10367         * lib/imaxabs.c: Likewise.
10368         * lib/imaxdiv.c: Likewise.
10369         * lib/javacomp.c: Likewise.
10370         * lib/javaexec.c: Likewise.
10371         * lib/javaversion.c: Likewise.
10372         * lib/linebreak.c: Likewise.
10373         * lib/localcharset.c: Likewise.
10374         * lib/lock.c: Likewise.
10375         * lib/mbchar.c: Likewise.
10376         * lib/mbswidth.c: Likewise.
10377         * lib/mkdtemp.c: Likewise.
10378         * lib/pipe.c: Likewise.
10379         * lib/printf-args.c: Likewise.
10380         * lib/printf-parse.c: Likewise.
10381         * lib/progname.c: Likewise.
10382         * lib/progreloc.c: Likewise.
10383         * lib/readlink.c: Likewise.
10384         * lib/sh-quote.c: Likewise.
10385         * lib/stpcpy.c: Likewise.
10386         * lib/stpncpy.c: Likewise.
10387         * lib/strcasecmp.c: Likewise.
10388         * lib/strcasestr.c: Likewise.
10389         * lib/strcspn.c: Likewise.
10390         * lib/striconv.c: Likewise.
10391         * lib/strncasecmp.c: Likewise.
10392         * lib/strnlen1.c: Likewise.
10393         * lib/strstr.c: Likewise.
10394         * lib/strtok_r.c: Likewise.
10395         * lib/tls.c: Likewise.
10396         * lib/tmpdir.c: Likewise.
10397         * lib/unicodeio.c: Likewise.
10398         * lib/unsetenv.c: Likewise.
10399         * lib/vasnprintf.c: Likewise.
10400         * lib/vasprintf.c: Likewise.
10401         * lib/wait-process.c: Likewise.
10402         * lib/xallocsa.c: Likewise.
10403         * lib/xsetenv.c: Likewise.
10404         * lib/xstriconv.c: Likewise.
10405
10406 2006-09-13  Simon Josefsson  <jas@extundo.com>
10407
10408         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10409         that internally, suggested by Ralf Wildenhues
10410         <Ralf.Wildenhues@gmx.de>.
10411
10412 2006-09-13  Simon Josefsson  <jas@extundo.com>
10413
10414         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10415         @LIBOBJS@.
10416         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10417
10418 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10419
10420         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10421         longer worry about uses that don't define HAVE_CONFIG_H.
10422         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10423         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10424         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10425         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10426         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10427         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10428         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10429         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10430         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10431         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10432         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10433         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10434         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10435         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10436         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10437         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10438         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10439         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10440         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10441         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10442         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10443         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10444         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10445         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10446         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10447         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10448         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10449         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10450         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10451         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10452         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10453         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10454         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10455         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10456         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10457         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10458         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10459         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10460         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10461         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10462         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10463         Likewise.
10464
10465 2006-09-13  Eric Blake  <ebb9@byu.net>
10466
10467         * lib/getopt.c: Fix typo in last commit.
10468
10469 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10470
10471         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10472         dgettext.
10473
10474 2006-09-12  Jim Meyering  <jim@meyering.net>
10475
10476         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10477         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10478         Reported by Nelson H. F. Beebe.
10479
10480 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10481
10482         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10483         program_invocation_name and program_invocation_short_name are
10484         initialized.
10485         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10486         and program_invocation_short_name to argp.h, so they are visible
10487         to user programs.
10488         * lib/argp.h: Likewise
10489
10490 2006-09-10  Bruno Haible  <bruno@clisp.org>
10491
10492         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10493         m4/inttypes_h.m4, m4/uintmax_t.m4.
10494
10495 2006-09-10  Bruno Haible  <bruno@clisp.org>
10496
10497         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10498         gl_AC_TYPE_UINTMAX_T.
10499
10500 2006-09-10  Bruno Haible  <bruno@clisp.org>
10501
10502         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10503
10504 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10505
10506         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10507         convention.  Text proposed by Bruno Haible.
10508         (struct argp_option): Document the use of N_() wrappers.
10509
10510         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10511         '\v', and translate the two parts separately, instead of feeding
10512         the whole string to gettext.  This allows to exclude
10513         '\v' from the strings visible to the translator by writing doc
10514         strings as N_("..") "\v" N_("..").
10515
10516 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10517
10518         * config/srclist.txt: Undo latest change; the bug was fixed.
10519
10520 2006-09-09  Bruno Haible  <bruno@clisp.org>
10521
10522         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10523         assignments if building a library without libtool.
10524         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10525         in func_emit_lib_Makefile_am.
10526         (func_import): When building a static library libfoo.a, arrange to
10527         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10528         (func_create_testdir): Likewise.
10529         * modules/gc (configure.ac, Makefile.am): If building statically,
10530         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10531         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10532         * modules/striconv (configure.ac, Makefile.am): Likewise.
10533         Based on a suggestion by Ralf Wildenhues.
10534
10535 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10536
10537         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10538         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10539         Also:
10540
10541         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10542         Add year_2050_test to catch glibc bug 2821
10543         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10544
10545         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10546         Prefer #ifdef to #if.
10547
10548         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10549         Return from 'main' instead of calling 'exit'.
10550
10551 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10552
10553         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10554         returned the maximum time_t value rather than (time_t) -1.
10555         Problem originally reported by William Bardwell
10556         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10557
10558         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10559         Moved to here ...
10560         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10561         ... from here.
10562
10563 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10564
10565         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10566         2821 is fixed.
10567
10568 2006-09-08  Jim Meyering  <jim@meyering.net>
10569
10570         Don't make generated files read-only.  That would bother too many
10571         people.  However, do retain the ability to work when targets are
10572         read-only: remove the destination and temporary files before writing
10573         them (when generated via sed or echo), or by using the -f option for
10574         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10575         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10576         * modules/byteswap, modules/configmake, modules/fcntl:
10577         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10578         * modules/localcharset, modules/netinet_in, modules/poll:
10579         * modules/stdbool, modules/stdint, modules/sys_select:
10580         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10581
10582 2006-09-08  Jim Meyering  <jim@meyering.net>
10583
10584         Avoid new build failure on FreeBSD 6.0.
10585         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10586         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10587         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10588
10589 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10590
10591         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10592
10593 2006-09-07  Jim Meyering  <jim@meyering.net>
10594
10595         Fix global typo in last change: use chmod u-w, not chmod u-x.
10596         Spotted by Paul Eggert and Bruce Korb.
10597         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10598         * modules/byteswap, modules/configmake, modules/fcntl:
10599         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10600         * modules/localcharset, modules/netinet_in, modules/poll:
10601         * modules/stdbool, modules/stdint, modules/sys_select:
10602         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10603
10604 2006-09-06  Jim Meyering  <jim@meyering.net>
10605
10606         Make generated files be read-only.
10607         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10608         Ensure that each generated file is now read-only.
10609         * modules/argz: Likewise.
10610         * modules/arpa_inet: Likewise.
10611         * modules/byteswap: Likewise.
10612         * modules/configmake: Likewise.
10613         * modules/fcntl: Likewise.
10614         * modules/fnmatch: Likewise.
10615         * modules/getopt: Likewise.
10616         * modules/glob: Likewise.
10617         * modules/inttypes: Likewise.
10618         * modules/netinet_in: Likewise.
10619         * modules/poll: Likewise.
10620         * modules/stdbool: Likewise.
10621         * modules/stdint: Likewise.
10622         * modules/sys_select: Likewise.
10623         * modules/sys_socket: Likewise.
10624         * modules/sys_stat: Likewise.
10625         * modules/sysexits: Likewise.
10626         * modules/localcharset: Same as above, but continue using temporary
10627         file named "t-$@" (why different?) rather than the "$@-t" used
10628         everywhere else.
10629
10630         * modules/sysexits (Makefile.am): Replace literal occurrences
10631         of "sysexit.h" more readable, and more consistent, "$@".
10632
10633 2006-09-06  Bruno Haible  <bruno@clisp.org>
10634
10635         * modules/striconv: New file.
10636         * modules/xstriconv: New file.
10637         * MODULES.html.sh (Internationalization functions): Add striconv,
10638         xstriconv.
10639
10640 2006-09-06  Bruno Haible  <bruno@clisp.org>
10641
10642         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10643         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10644         not using libtool correctly.
10645
10646 2006-09-06  Bruno Haible  <bruno@clisp.org>
10647
10648         * lib/striconv.h: New file.
10649         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10650         iconvstring.c.
10651         * lib/xstriconv.h: New file.
10652         * lib/xstriconv.c: New file.
10653
10654 2006-09-06  Bruno Haible  <bruno@clisp.org>
10655
10656         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10657         lib_..._LDFLAGS.
10658
10659 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10660
10661         * lib/argz_.h: Sync from Libtool.
10662
10663         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10664                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10665
10666         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10667
10668 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10669
10670         * modules/trim: New file.
10671
10672 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10673
10674         * lib/trim.h: New file.
10675         * lib/trim.c: New file.
10676
10677 2006-09-05  Bruno Haible  <bruno@clisp.org>
10678
10679         * MODULES.html.sh (String handling): Add trim.
10680
10681 2006-09-04  Karl Berry  <karl@gnu.org>
10682
10683         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10684         until next release.
10685
10686 2006-09-03  Bruno Haible  <bruno@clisp.org>
10687
10688         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10689         correctly.
10690
10691 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10694         not gl_GETLOADAVG.  Omit unneeded semicolons.
10695         Problems reported by Ralf Wildenhues in
10696         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10697         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10698         at the end, which is the usual gnulib style.
10699
10700         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10701         of doing all the work ourselves.
10702         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10703         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10704
10705 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10706
10707         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10708         Problem reported by Ralf Wildenhues in
10709         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10710
10711         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10712         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10713
10714 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10717         yesterday's patch by changing test -n to test -z.
10718
10719 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10722         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10723         the former is now obsolescent.
10724
10725         * modules/chdir-long (Depends-on): Add fcntl.
10726
10727 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10728
10729         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10730         obsolescent, and programs should use gnulib instead.
10731         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10732         but with prefixes changed.
10733
10734 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10737         or stdbool.h, because they might not exist while configuring.
10738
10739         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10740         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10741         does that for us.
10742         (O_DIRECTORY): Remove.
10743
10744 2006-08-31  Eric Blake  <ebb9@byu.net>
10745
10746         * gnulib-tool: Don't let emacs change spaces to TAB.
10747
10748 2006-08-31  Bruno Haible  <bruno@clisp.org>
10749
10750         * gnulib-tool: When calling func_import more than once, do it in a
10751         subshell.
10752         Reported by Eric Blake <ebb9@byu.net>.
10753
10754 2006-08-31  Bruno Haible  <bruno@clisp.org>
10755
10756         * gnulib-tool (nl): Remove variable.
10757         (sed_transform_lib_file): Use more robust test for config-h module.
10758         (func_import): Fix typo in 2006-08-25 patch.
10759
10760 2006-08-31  Bruno Haible  <bruno@clisp.org>
10761
10762         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10763         specified, augment Makefile.am variables instead of assigning them.
10764
10765 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10766
10767         Work around a bug in both the Linux and SunOS 64-bit kernels:
10768         nanosleep mishandles sleeps for longer than 2**31 seconds.
10769         Problem reported by Frank v Waveren in
10770         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10771         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10772         Check for nanosleep bug.
10773         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10774
10775 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10776
10777         Work around a bug in both the Linux and SunOS 64-bit kernels:
10778         nanosleep mishandles sleeps for longer than 2**31 seconds.
10779         Problem reported by Frank v Waveren in
10780         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10781         * lib/nanosleep.c (BILLION): New constant.
10782         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10783         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10784         implementation.
10785
10786 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10787
10788         * modules/nanosleep (Depends-on): Add gettime.
10789
10790 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10791         and Simon Josefsson  <jas@extundo.com>
10792         and Oskar Liljeblad  <oskar@osk.mine.nu>
10793
10794         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10795         * gnulib-tool (func_import): New license type 'unmodifiable license
10796         text'.
10797         * modules/fdl: Use it.  Longer description.
10798         * module/gpl, module/lgpl: New files.
10799
10800 2006-08-30  Jim Meyering  <jim@meyering.net>
10801
10802         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10803         shadowing the parameter.
10804
10805 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10806
10807         Sync from Libtool:
10808
10809         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10810
10811         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10812         sharing with gnulib.  Report by Eric Blake.
10813
10814 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10815
10816         * modules/isapipe: New file.
10817         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10818
10819 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10820
10821         * modules/configmake (Makefile.am): Add a comment, and omit
10822         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10823         by Bruno Haible.
10824
10825 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10826
10827         * m4/isapipe.m4: New file.
10828
10829 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * lib/isapipe.c, lib/isapipe.h: New files.
10832
10833 2006-08-29  Jim Meyering  <jim@meyering.net>
10834
10835         * modules/configmake (Makefile.am): Make configmake.h depend on
10836         Makefile.  Otherwise, a stale configmake.h could hang around.
10837
10838 2006-08-29  Eric Blake  <ebb9@byu.net>
10839
10840         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10841         resolution of upstream bug 3044.
10842
10843 2006-08-29  Bruno Haible  <bruno@clisp.org>
10844
10845         * modules/localcharset (Depends-on): Add configmake.
10846         (Makefile.am): Remove setting of LIBDIR through DEFS.
10847
10848 2006-08-29  Bruno Haible  <bruno@clisp.org>
10849
10850         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10851         defined.
10852
10853 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * modules/fcntl: New file.
10856         * modules/chdir-safer (Depends-on): Add fcntl.
10857         * modules/fts: Likewise.
10858         * modules/mkdir-p: Likewise.
10859
10860         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10861         This undoes the most recent change, since we're now addressing the
10862         problem in a different way.
10863
10864         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10865         into output, since the output might be called Makefile.am even
10866         if $makefile_name is something different.
10867         (func_import): Use $makefile_am rather than
10868         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10869         empty.
10870
10871         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10872
10873 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10874
10875         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10876         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10877         recent change to stdint.m4, since we're now addressing the problem in a
10878         different way.
10879
10880 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * m4/fcntl_h.m4: New file.
10883
10884 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10885
10886         * lib/fcntl_.h: New file.
10887         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10888         the fcntl module.
10889         * lib/dirchownmod.c: Likewise.
10890         * lib/fts.c: Likewise.
10891
10892         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10893         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10894         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10895         just before including <inttypes.h>, to avoid circular inclusion.
10896
10897 2006-08-28  Jim Meyering  <jim@meyering.net>
10898
10899         * doc/visibility.texi: Actually read and correct the grammar of the
10900         sentence affected by yesterday's change.
10901
10902 2006-08-28  Eric Blake  <ebb9@byu.net>
10903
10904         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10905         needs wrapper.
10906
10907 2006-08-28  Eric Blake  <ebb9@byu.net>
10908
10909         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10910
10911 2006-08-28  Eric Blake  <ebb9@byu.net>
10912
10913         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10914
10915 2006-08-28  Bruno Haible  <bruno@clisp.org>
10916
10917         * modules/c-strstr: New file, from GNU gettext.
10918         * MODULES.html.sh (String handling): Add c-strstr.
10919
10920 2006-08-28  Bruno Haible  <bruno@clisp.org>
10921
10922         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10923         macros.
10924         Reported by Eric Blake.
10925
10926 2006-08-28  Bruno Haible  <bruno@clisp.org>
10927
10928         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10929         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10930         * lib/vasprintf.c: Include errno.h, limits.h.
10931         (EOVERFLOW): New fallback definition.
10932         (vasprintf): Test here whether the string length is > INT_MAX.
10933         * lib/vsnprintf.c: Include errno.h, limits.h.
10934         (EOVERFLOW): New fallback definition.
10935         (vsnprintf): Fix bug when generated string was too long for the buffer.
10936         Test here whether the string length is > INT_MAX.
10937
10938 2006-08-28  Bruno Haible  <bruno@clisp.org>
10939
10940         * lib/inttypes_.h (SCNX*): Remove definitions.
10941         Reported by Eric Blake.
10942
10943 2006-08-28  Bruno Haible  <bruno@clisp.org>
10944
10945         * lib/c-strstr.h: New file, from GNU gettext.
10946         * lib/c-strstr.c: New file, from GNU gettext.
10947
10948 2006-08-28  Bruno Haible  <bruno@clisp.org>
10949
10950         * gnulib-tool: Reorder some statements.
10951
10952 2006-08-28  Bruno Haible  <bruno@clisp.org>
10953
10954         * gnulib-tool: New option --makefile-name.
10955         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10956         $makefile_name.
10957         (func_import): Write $makefile_name to the cache file, and read it from
10958         there unless explicitly specified. Use $makefile_name as file name
10959         instead of Makefile.am. Adjust the recommendations accordingly.
10960
10961 2006-08-28  Bruno Haible  <bruno@clisp.org>
10962
10963         * gnulib-tool (func_verify_module): Check against misapplying patch.
10964
10965 2006-08-28  Bruno Haible  <bruno@clisp.org>
10966
10967         * gnulib-tool (func_relativize, func_relconcat): New functions.
10968         Give an error if --local-dir is given with --update.
10969         Remove trailing slashes from $local_gnulib_dir.
10970         (func_import): Store the relativized $local_gnulib_dir in
10971         gnulib-cache.m4, and read it from there if not specified explicitly.
10972
10973 2006-08-28  Bruno Haible  <bruno@clisp.org>
10974
10975         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10976         is the current directory. Respect also $local_gnulib_dir.
10977
10978 2006-08-28  Bruno Haible  <bruno@clisp.org>
10979             Simon Josefsson  <jas@extundo.com>
10980
10981         BeOS portability.
10982         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10983
10984 2006-08-27  Jim Meyering  <jim@meyering.net>
10985
10986         * doc/visibility.texi: Remove duplicate word: "pointer".
10987
10988 2006-08-26  Bruno Haible  <bruno@clisp.org>
10989
10990         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10991         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10992         (Makefile.am): Create inttypes.h from inttypes_.h.
10993         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10994
10995         * modules/imaxabs: New file.
10996
10997         * modules/imaxdiv: New file.
10998
10999 2006-08-26  Bruno Haible  <bruno@clisp.org>
11000
11001         * m4/inttypes.m4: New file.
11002         * m4/_inttypes_h.m4: Remove file.
11003         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11004         PRI_MACROS_BROKEN.
11005         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11006
11007         * m4/imaxabs.m4: New file.
11008
11009         * m4/imaxdiv.m4: New file.
11010
11011 2006-08-26  Bruno Haible  <bruno@clisp.org>
11012
11013         * lib/inttypes_.h: New file.
11014         * lib/inttypes.h: Remove file.
11015         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11016
11017         * lib/imaxabs.c: New file.
11018
11019         * lib/imaxdiv.c: New file.
11020
11021 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         New config-h module, so that "make" output needn't be cluttered
11024         by -DHAVE_CONFIG_H.
11025         * MODULES.html.sh (Support for building libraries and executables):
11026         Add config-h.
11027         * modules/config-h: New file.
11028         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11029         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11030         the config-h module is used.
11031
11032         New configmake module, so that "make" output needn't be cluttered
11033         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11034         * MODULES.html.sh (Support for building libraries and executables):
11035         Add configmake.
11036         * modules/configmake: New file.
11037
11038 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11039
11040         * m4/config-h.m4: New file.
11041
11042 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11043
11044         * config/srclist.txt: Add elisp-comp.
11045
11046 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11047
11048         * MODULES.html.sh (Support for building libraries and executables):
11049         Add elisp-comp.
11050         * build-aux/elisp-comp: New file.
11051         * modules/elisp-comp: New file.
11052
11053 2006-08-24  Bruno Haible  <bruno@clisp.org>
11054
11055         * gnulib-tool (func_create_testdir): Use non-default values of
11056         sourcebase and m4base.
11057
11058 2006-08-24  Bruno Haible  <bruno@clisp.org>
11059
11060         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11061         HTML structure.
11062
11063 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * modules/openat (Depends-on): Add lchown.
11066
11067 2006-08-23  Bruno Haible  <bruno@clisp.org>
11068
11069         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11070         of gl_LOCK_EARLY instead of gl_LOCK.
11071
11072 2006-08-23  Bruno Haible  <bruno@clisp.org>
11073
11074         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11075         on OSF/1 to no.
11076         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11077
11078 2006-08-23  Bruno Haible  <bruno@clisp.org>
11079
11080         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11081         as unusable.
11082
11083         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11084         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11085         (gl_LOCK): New macro.
11086
11087 2006-08-22  Simon Josefsson  <jas@extundo.com>
11088
11089         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11090         to md5 module.
11091
11092 2006-08-22  Simon Josefsson  <jas@extundo.com>
11093
11094         * MODULES.html.sh: Add "Support for maintaining and release
11095         projects".
11096
11097         * build-aux/gnupload: New file, from coreutils.
11098
11099 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11100
11101         Avoid the need for AC_LIBSOURCES in m4 macros.
11102         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11103         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11104         * modules/check-version (EXTRA_DIST): Add check-version.h.
11105         * modules/crc (EXTRA_DIST): Add crc.h.
11106         * modules/des (EXTRA_DIST): Add des.h.
11107         * modules/gc (EXTRA_DIST): Add gc.h.
11108         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11109         * modules/getline (EXTRA_DIST): Add getline.h.
11110         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11111         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11112         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11113         * modules/md2 (EXTRA_DIST): Add md2.h.
11114         * modules/md4 (EXTRA_DIST): Add md4.h.
11115         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11116         * modules/read-file (EXTRA_DIST): Add read-file.h.
11117         * modules/readline (EXTRA_DIST): Add readline.h.
11118         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11119         rijndael-api-fst.h.
11120
11121 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * m4/rijndael.m4 (gl_ARCFOUR):
11124         * m4/arctwo.m4 (gl_ARCTWO):
11125         * m4/check-version.m4 (gl_CHECK_VERSION):
11126         * m4/crc.m4 (gl_CRC):
11127         * m4/des.m4 (gl_DES):
11128         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11129         * m4/gc.m4 (gl_GC):
11130         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11131         * m4/getline.m4 (gl_FUNC_GETLINE):
11132         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11133         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11134         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11135         * m4/md2.m4 (gl_MD2):
11136         * m4/md4.m4 (gl_MD4):
11137         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11138         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11139         * m4/readline.m4 (gl_FUNC_READLINE):
11140         * m4/rijndael.m4 (gl_RIJNDAEL):
11141         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11142         to get the necessary .h files and whatnot.
11143
11144 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11147         gnulib rather than the other way around.
11148         * config/srclistvars.sh (COREUTILS): Remove.
11149
11150 2006-08-22  Jim Meyering  <jim@meyering.net>
11151
11152         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11153
11154         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11155
11156 2006-08-22  Eric Blake  <ebb9@byu.net>
11157
11158         * modules/regexprops-generic: New file.
11159         * MODULES.html.sh (Support for building documentation): List it.
11160
11161 2006-08-22  Eric Blake  <ebb9@byu.net>
11162
11163         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11164         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11165         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11166         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11167
11168 2006-08-22  Bruno Haible  <bruno@clisp.org>
11169
11170         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11171         and lib_LTLIBRARIES like the other lib_* variables.
11172
11173 2006-08-22  Bruno Haible  <bruno@clisp.org>
11174
11175         * build-aux/x-to-1.in: New file, from GNU gettext.
11176
11177 2006-08-22  Bruno Haible  <bruno@clisp.org>
11178
11179         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11180         <utmpx.h> exists.
11181
11182 2006-08-22  Bruno Haible  <bruno@clisp.org>
11183
11184         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11185         <utmpx.h> exists.
11186
11187 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11188
11189         BeOS portability.
11190         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11191         exist.
11192         Problem reported by Bruno Haible.
11193
11194 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         Avoid the need for AC_LIBSOURCES in m4 macros.
11197         * modules/acl (EXTRA_DIST): Add acl.h.
11198         * modules/argmatch (Files): Add m4/argmatch.m4.
11199         (configure.ac): Add gl_ARGMATCH.
11200         (EXTRA_DIST): Renamed from lib_SOURCES, for
11201         consistency with the other modules.  Remove argmatch.c.
11202         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11203         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11204         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11205         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11206         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11207         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11208         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11209         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11210         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11211         * modules/closeout (EXTRA_DIST): Add closeout.h.
11212         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11213         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11214         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11215         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11216         dirname.h; remove basename.c and stripslash.c.
11217         * modules/exclude (EXTRA_DIST): Add exclude.h.
11218         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11219         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11220         * modules/file-type (EXTRA_DIST): Add file-type.h.
11221         * modules/filemode (EXTRA_DIST): Add filemode.h.
11222         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11223         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11224         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11225         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11226         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11227         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11228         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11229         * modules/getdate (EXTRA_DIST): Add getdate.c.
11230         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11231         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11232         * modules/getpass (EXTRA_DIST): Add getpass.h.
11233         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11234         * modules/group-member (EXTRA_DIST): Add group-member.h.
11235         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11236         * modules/hash (EXTRA_DIST): Add hash.h.
11237         * modules/human (EXTRA_DIST): Add human.h.
11238         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11239         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11240         * modules/lchown (EXTRA_DIST): Add lchown.h.
11241         * modules/long-options (EXTRA_DIST): Add long-options.h.
11242         * modules/lstat (EXTRA_DIST): Add lstat.h.
11243         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11244         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11245         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11246         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11247         * modules/memxor (EXTRA_DIST): Add memxor.h.
11248         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11249         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11250         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11251         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11252         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11253         * modules/physmem (EXTRA_DIST): Add physmem.h.
11254         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11255         * modules/posixver (EXTRA_DIST): Add posixver.h.
11256         * modules/quote (EXTRA_DIST): Add quote.h.
11257         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11258         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11259         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11260         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11261         regex_internal.h regexec.c.
11262         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11263         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11264         * modules/same (EXTRA_DIST): Add same.h.
11265         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11266         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11267         * modules/savedir (EXTRA_DIST): Add savedir.h.
11268         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11269         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11270         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11271         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11272         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11273         * modules/strdup (EXTRA_DIST): Add strdup.h.
11274         * modules/strftime (EXTRA_DIST): Add strftime.h.
11275         * modules/strndup (EXTRA_DIST): Add strndup.h.
11276         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11277         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11278         * modules/time_r (EXTRA_DIST): Add time_r.h.
11279         * modules/timespec (EXTRA_DIST): Add timespec.h.
11280         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11281         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11282         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11283         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11284         * modules/userspec (EXTRA_DIST): Add userspec.h.
11285         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11286         * modules/utimens (EXTRA_DIST): Add utimens.h.
11287         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11288         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11289         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11290         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11291         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11292         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11293         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11294         * modules/yesno (EXTRA_DIST): Add yesno.h.
11295
11296 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11297
11298         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11299
11300         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11301         * m4/dev-ino.m4, same-inode.m4: Remove.
11302
11303         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11304         * m4/acl.m4 (AC_FUNC_ACL):
11305         * m4/backupfile.m4 (gl_BACKUPFILE):
11306         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11307         * m4/canon-host.m4 (gl_CANON_HOST):
11308         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11309         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11310         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11311         * m4/cloexec.m4 (gl_CLOEXEC):
11312         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11313         * m4/closeout.m4 (gl_CLOSEOUT):
11314         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11315         * m4/dirname.m4 (gl_DIRNAME):
11316         * m4/exclude.m4 (gl_EXCLUDE):
11317         * m4/exitfail.m4 (gl_EXITFAIL):
11318         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11319         * m4/file-type.m4 (gl_FILE_TYPE):
11320         * m4/filemode.m4 (gl_FILEMODE):
11321         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11322         * m4/fpending.m4 (gl_FUNC_FPENDING):
11323         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11324         * m4/fts.m4 (gl_FUNC_FTS):
11325         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11326         * m4/getdate.m4 (gl_GETDATE):
11327         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11328         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11329         * m4/getpass.m4 (gl_FUNC_GETPASS):
11330         * m4/gettime.m4 (gl_GETTIME):
11331         * m4/getugroups.m4 (gl_GETUGROUPS):
11332         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11333         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11334         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11335         * m4/hash.m4 (gl_HASH):
11336         * m4/idcache.m4 (gl_IDCACHE):
11337         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11338         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11339         * m4/long-options.m4 (gl_LONG_OPTIONS):
11340         * m4/lstat.m4 (gl_FUNC_LSTAT):
11341         * m4/md5.m4 (gl_MD5):
11342         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11343         * m4/memcoll.m4 (gl_MEMCOLL):
11344         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11345         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11346         * m4/memxor.m4 (gl_MEMXOR):
11347         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11348         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11349         * m4/modechange.m4 (gl_MODECHANGE):
11350         * m4/mountlist.m4 (gl_MOUNTLIST):
11351         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11352         * m4/openat.m4 (gl_FUNC_OPENAT):
11353         * m4/pathmax.m4 (gl_PATHMAX):
11354         * m4/physmem.m4 (gl_PHYSMEM):
11355         * m4/posixtm.m4 (gl_POSIXTM):
11356         * m4/posixver.m4 (gl_POSIXVER):
11357         * m4/quote.m4 (gl_QUOTE):
11358         * m4/quotearg.m4 (gl_QUOTEARG):
11359         * m4/readtokens.m4 (gl_READTOKENS):
11360         * m4/readutmp.m4 (gl_READUTMP):
11361         * m4/regex.m4 (gl_REGEX):
11362         * m4/safe-read.m4 (gl_SAFE_READ):
11363         * m4/safe-write.m4 (gl_SAFE_WRITE):
11364         * m4/same.m4 (gl_SAME):
11365         * m4/save-cwd.m4 (gl_SAVE_CWD):
11366         * m4/savedir.m4 (gl_SAVEDIR):
11367         * m4/settime.m4 (gl_SETTIME):
11368         * m4/sha1.m4 (gl_SHA1):
11369         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11370         * m4/stat-macros.m4 (gl_STAT_MACROS):
11371         * m4/stat-time.m4 (gl_STAT_TIME):
11372         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11373         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11374         * m4/strdup.m4 (gl_FUNC_STRDUP):
11375         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11376         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11377         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11378         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11379         * m4/time_r.m4 (gl_TIME_R):
11380         * m4/timespec.m4 (gl_TIMESPEC):
11381         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11382         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11383         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11384         * m4/userspec.m4 (gl_USERSPEC):
11385         * m4/utimecmp.m4 (gl_UTIMECMP):
11386         * m4/utimens.m4 (gl_UTIMENS):
11387         * m4/xalloc.m4 (gl_XALLOC):
11388         * m4/xgetcwd.m4 (gl_XGETCWD):
11389         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11390         * m4/xreadlink.m4 (gl_XREADLINK):
11391         * m4/xstrtod.m4 (gl_XSTRTOD):
11392         * m4/yesno.m4 (gl_YESNO):
11393         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11394         to get the necessary .h files and whatnot.
11395
11396 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11397             Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11400         /bin/sh understanding of '!' conditional negation.
11401
11402 2006-08-21  Jim Meyering  <jim@meyering.net>
11403
11404         * modules/openat (Depends-on): Really alphabetize.
11405
11406         * modules/acl (Depends-on): Add error and quote.
11407
11408         * check-module (find_included_lib_files): Add at-func.c to the
11409         ok-to-include-more-than-once white list.
11410
11411         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11412
11413 2006-08-21  Bruno Haible  <bruno@clisp.org>
11414
11415         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11416         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11417         Reported by Martin Lambers <marlam@marlam.de>.
11418
11419 2006-08-21  Bruno Haible  <bruno@clisp.org>
11420
11421         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11422         specify an installation location, don't emit a noinst_LIBRARIES or
11423         noinst_LTLIBRARIES assignment.
11424
11425 2006-08-21  Bruno Haible  <bruno@clisp.org>
11426
11427         BeOS portability.
11428         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11429         BeOS has mbrtowc() but no <wctype.h>.
11430
11431 2006-08-21  Bruno Haible  <bruno@clisp.org>
11432
11433         BeOS portability.
11434         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11435         exist.
11436
11437 2006-08-21  Bruno Haible  <bruno@clisp.org>
11438
11439         BeOS portability.
11440         * lib/mbchar.h: Include <wctype.h> only if it exists.
11441
11442 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11443
11444         Remove files that are no longer needed by their respective modules.
11445         * m4/obstack.m4: Remove.
11446         * m4/strerror_r.m4: Remove.
11447         * m4/uint32_t.m4: Remove.
11448         * m4/uintptr_t.m4: Remove.
11449         * m4/ullong_max.m4: Remove.
11450         * m4/xstrtoimax.m4: Remove.
11451         * m4/xstrtoumax.m4: Remove.
11452
11453         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11454         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11455         dependencies now capture this.
11456
11457         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11458         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11459         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11460         * m4/human.m4 (gl_HUMAN): Likewise.
11461         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11462         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11463
11464         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11465
11466         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11467         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11468         stdint.
11469         * m4/human.m4 (gl_HUMAN): Likewise.
11470         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11471         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11472         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11473         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11474         * m4/xstrtol (gl_XSTRTOL): Likewise.
11475
11476         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11477         AC_TYPE_LONG_LONG_INT.
11478         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11479         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11480         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11481         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11482
11483         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11484         on stdbool.
11485
11486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11487         (gl_PREREQ_XSTRTOUL): Remove.
11488
11489         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11490
11491         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11492         mode.
11493
11494 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11495
11496         Add and change modules to make it easier for coreutils to use
11497         gnulib-tool.
11498         * modules/backupfile (Files): Remove m4/d-ino.m4.
11499         (Depends-on): Add d-ino.
11500         * modules/cycle-check (Depends-on): Add stdint.
11501         (lib_SOURCES): Add cycle-check.h.
11502         * modules/d-ino: New module.
11503         * modules/d-type: New module.
11504         * modules/error (Files): Remove m4/strerror_r.m4.
11505         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11506         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11507         m4/inttypes_h.m4, m4/uintmax_t.m4.
11508         (Depends-on): Add stdint.
11509         (lib_SOURCES): Add fsusage.h.
11510         * modules/getcwd (Files): Remove d-ino.m4.
11511         (Depends-on): Add d-ino.
11512         * modules/getndelim2 (Depends-on): Add stdint.
11513         * modules/glob (Files): Remove m4/d-type.m4.
11514         (Depends-on): Add d-type.
11515         * modules/host-os: New module.
11516         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11517         m4/inttypes_h.m4, m4/uintmax_t.m4.
11518         * Depends-on: Add stdint.
11519         (lib_SOURCES): Add human.h.
11520         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11521         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11522         m4/uintmax_t.m4, m4/ulonglong.m4.
11523         (Depends-on): Add stdint.
11524         (EXTRA_DIST): Add inttostr.h.
11525         * modules/lchmod: New module.
11526         * modules/link-follow: New module.
11527         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11528         (Depends-on): Add lchmod.
11529         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11530         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11531         (Depends-on): Add stdint.
11532         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11533         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11534         (Depends-on): Add stdint.
11535         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11536         * modules/perl: New module.
11537         * modules/regex (Depends-on): Add stdint.
11538         * modules/rmdir-errno: New module.
11539         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11540         m4/intmax_t.m4.
11541         (Depends-on): Add stdint.
11542         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11543         m4/uintmax_t.m4.
11544         (Depends-on): Add stdint.
11545         * modules/unlink-busy: New module.
11546         * modules/utimecmp (Depends-on): Add stdint.
11547         * modules/uptime: New module.
11548         * modules/winsz-ioctl: New module.
11549         * modules/winsz-termios: New module.
11550         * modules/xnanosleep (Depends-on): Add nanosleep.
11551         * modules/ullong_max: Remove.
11552         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11553         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11554         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11555         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11556         (Depends-on): Add inttypes.
11557         (lib_SOURCES): Add xstrtol.h.
11558         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11559         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11560         * MODULES.html.sh: Move 'assert' into the assert section.
11561         Move 'dummy' into the linking section.
11562         Remove ullong_max.
11563         Add section for compatibility checks for POSIX:2001 functions,
11564         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11565         winsz-ioctl, and winsz-termios into it.
11566         Add lchmod.
11567         Add top-level Misc section and put host-os, perl, and uptime
11568         into it.
11569
11570 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11571
11572         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11573         now assume the stdint module.  Do not include inttypes.h.
11574         * lib/fsusage.h: Likewise.
11575         * lib/getndelim2.c: Likewise.
11576         * lib/human.h: Likewise.
11577         * lib/inttostr.h: Likewise.
11578         * lib/obstack.c: Likewise.
11579         * lib/regex_internal.h: Likewise.
11580         * lib/tempname.c: Likewise.
11581         * lib/utimecmp.c: Likewise.
11582         * lib/xstrtol.h: Likewise.
11583
11584         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11585
11586         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11587         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11588         * lib/xtime.h: Likewise.
11589
11590 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11591
11592         * modules/openat (Files): Add lib/fchmodat.c.
11593         Fixes problem reported by Jay Youngman.
11594
11595 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11596
11597         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11598         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11599
11600 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11601             Bruno Haible  <bruno@clisp.org>
11602
11603         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11604         and is a script that invokes bison. Tighten the code. Add comments.
11605
11606 2006-08-18  Jim Meyering  <jim@meyering.net>
11607
11608         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11609         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11610         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11611         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11612
11613 2006-08-18  Bruno Haible  <bruno@clisp.org>
11614
11615         * modules/bison-i18n: New file.
11616         * MODULES.html.sh (Internationalization functions): Add it.
11617
11618 2006-08-18  Bruno Haible  <bruno@clisp.org>
11619
11620         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11621         sys/statvfs.h. When getmntinfo was found, check its declaration and
11622         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11623
11624 2006-08-18  Bruno Haible  <bruno@clisp.org>
11625
11626         * m4/bison-i18n.m4: New file, from bison.
11627
11628 2006-08-18  Bruno Haible  <bruno@clisp.org>
11629
11630         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11631         (ME_DUMMY): Treat "kernfs" as a dummy.
11632         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11633
11634 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         Update from coreutils.
11637
11638         2006-08-15  Jim Meyering  <jim@meyering.net>
11639
11640         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11641
11642         2006-01-17  Jim Meyering  <jim@meyering.net>
11643
11644         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11645
11646         2006-01-11  Jim Meyering  <jim@meyering.net>
11647
11648         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11649         Check for the lchmod function.
11650
11651 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         Update from coreutils.
11654
11655         * lib/__fpending.h: Add copyright notice.
11656         * lib/fprintftime.h: Likewise.
11657         * lib/savedir.c: Use (C) in copyright notice.
11658         * lib/savedir.h: Likewise.
11659
11660         2006-08-15  Jim Meyering  <jim@meyering.net>
11661
11662         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11663         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11664         in support of the EXPECTED_ERRNO macro.
11665         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11666         definitions.  Instead, define the appropriate symbols and include
11667         "at-func.c".
11668         * lib/mkdirat.c (mkdirat): Likewise.
11669         * lib/fchmodat.c (fchmodat): Likewise.
11670         (ENOSYS): Remove definition.
11671         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11672         it.  Don't include "unistd--.h" -- it wasn't ever used.
11673
11674         2006-01-17  Jim Meyering  <jim@meyering.net>
11675
11676         Rewrite fts.c not to change the current working directory,
11677         by using openat, fstatat, fdopendir, etc..
11678
11679         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11680         (HAVE_OPENAT_SUPPORT): Define.
11681         [_LIBC] (fchdir): Don't undef or define; no longer used.
11682         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11683         Now, this `function' always succeeds, and consumes its file descriptor
11684         parameter -- so callers must not close such FDs.  Update callers.
11685         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11686         (diropen): Add parameter, SP.  Adjust all callers.
11687         Implement using diropen_fd, rather than open.
11688         (fts_open): Initialize new member, fts_cwd_fd.
11689         Remove fts_rft-setting code.
11690         (fts_close): Close fts_cwd_fd, if necessary.
11691         (__opendir2): Define in terms of opendir or opendirat,
11692         depending on whether the FST_NOCHDIR flag is set.
11693         (fts_build): Since fts_safe_changedir consumes its FD, and since
11694         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11695         and close the dup'd file descriptor upon failure.
11696         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11697         (fts_safe_changedir): Tweak semantics to reflect that this function
11698         now calls cwd_advance_fd and hence consumes its FD argument.
11699         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11700         [struct FTS] (fts_rft): Remove now-unused member.
11701         [struct FTS] (fts_cycle.state): Improve comment.
11702
11703         * lib/openat.c (openat_needs_fchdir): New function.
11704         * lib/openat.h (openat_needs_fchdir): Declare it.
11705
11706 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11709         Problem and fix reported by Pádraig Brady in
11710         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11711
11712 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11713
11714         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11715
11716 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11717
11718         * lib/memcoll.c (memcoll): Optimize for the common case where the
11719         arguments are bytewise equal.
11720
11721 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * doc/regexprops-generic.texi: Add a copyright notice.
11724
11725 2006-08-15  Bruno Haible  <bruno@clisp.org>
11726
11727         * modules/tmpdir (License): Change to LGPL.
11728
11729 2006-08-15  Bruno Haible  <bruno@clisp.org>
11730
11731         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11732         module.
11733
11734 2006-08-14  Simon Josefsson  <jas@extundo.com>
11735
11736         * config/srclist.txt: Add gnupload.
11737
11738 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11739
11740         Change copyright notice from LGPL 2 to GPL 2, since that's the
11741         standard form used in the gnulib repository.
11742         * tests/test-lock.c: Likewise.
11743         * tests/test-stdint.c: Likewise.
11744         * tests/test-tls.c: Likewise.
11745
11746         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11747         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11748         Add copyright notice.
11749
11750         * check-module: Add copyright notice.  Output a copyright
11751         notice if "--version" is specified.
11752         * modules/COPYING: New file.
11753         * tests/test-getaddrinfo.c: Add copyright notice.
11754         * tests/test-verify.c: Likewise.
11755
11756 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         Change copyright notice from LGPL 2 to GPL 2, since that's the
11759         standard form used in the gnulib repository.
11760         * lib/lock.c: LGPL -> GPL.
11761         * lib/lock.h: Likewise.
11762         * lib/strnlen1.c: Likewise.
11763         * lib/strnlen1.h: Likewise.
11764         * lib/tls.c: Likewise.
11765         * lib/tls.h: Likewise.
11766         * lib/tmpdir.c: Likewise.
11767
11768         * lib/TODO: Remove; this belongs only in coreutils.
11769
11770 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11771
11772         Add copyright notices to long-enough files that lack them, since
11773         otherwise the files aren't clearly free.  Use the same notice that
11774         getdate.texi already uses.
11775         * doc/alloca-opt.texi: Add copyright notice.
11776         * doc/alloca.texi: Likewise.
11777         * doc/ctime.texi: Likewise.
11778         * doc/functions.texi: Likewise.
11779         * doc/gcd.texi: Likewise.
11780         * doc/gnulib-tool.texi: Likewise.
11781         * doc/inet_ntoa.texi: Likewise.
11782         * doc/visibility.texi: Likewise.
11783
11784         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11785         * doc/quote.texi: Add copyright notice.
11786
11787         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11788         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11789         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11790         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11791         is now obsolete, and give a pointer to the Sun list.
11792         Add copyright notice.
11793
11794 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11795
11796         * config/srclistvars.sh: Add copyright notice.
11797
11798 2006-08-14  Eric Blake  <ebb9@byu.net>
11799
11800         Import the following change from libc:
11801
11802         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11803
11804         Upstream bug 2997.
11805         * lib/misc/error.c: Add space between program name and message if file
11806         name is missing.
11807
11808 2006-08-12  Karl Berry  <karl@gnu.org>
11809
11810         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11811         remove, these originate in gnulib now.
11812
11813 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11814
11815         * doc/Makefile (standards.info standards.html standards.dvi):
11816         Also depend on make-stds.texi.
11817
11818 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11821         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11822
11823         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11824         in wchar_t.  Problem reported by Eric Blake.
11825
11826         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11827         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11828         Also, help the compiler to keep LEN in a register.
11829
11830 2006-08-11  Eric Blake  <ebb9@byu.net>
11831
11832         * users.txt: Sort.  Add tar.
11833
11834 2006-08-11  Bruno Haible  <bruno@clisp.org>
11835
11836         * users.txt: New file.
11837
11838 2006-08-11  Bruno Haible  <bruno@clisp.org>
11839
11840         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11841         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11842
11843 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11844
11845         * modules/snprintf (Depends-on): Remove minmax.
11846         (Maintainer): Add self and Bruno.
11847
11848 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11849
11850         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11851         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11852         (EOVERFLOW): Define if the system does not.
11853         Do not include "minmax.h"; it wasn't used.
11854         (snprintf): Don't assume size_t promotes to an unsigned type.
11855         Fix bug when generated string was too long for the buffer: the
11856         buffer's contents are supposed to be the initial prefix of the
11857         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11858         exceeds INT_MAX; do the check ourselves.
11859
11860         Import the following changes from libc:
11861
11862         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11863
11864         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11865         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11866         set wc to the byte which couldn't be converted.
11867         (re_string_reconstruct): Don't clear valid_raw_len before calling
11868         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11869         tip_context using re_string_context_at.
11870
11871         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11872
11873         * lib/posix/regex.h: g++ still cannot handled [restrict].
11874
11875         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11876
11877         * lib/posix/regex.h: Remove special handling for VMS.
11878
11879 2006-08-10  Jim Meyering  <jim@meyering.net>
11880
11881         * modules/same-inode: New module.
11882         * modules/dev-ino: New module.
11883         * modules/cycle-check: Depend on these modules, rather than simply
11884         including their .h files.
11885         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11886         required via m4/cycle-check.m4.
11887         * modules/same: Depend on new same-inode module, rather than
11888         including same-inode.h.
11889         * modules/chdir-safer: New file.
11890
11891         * modules/chown (Depends-on): Add stat-macros.
11892
11893 2006-08-10  Jim Meyering  <jim@meyering.net>
11894
11895         * m4/cycle-check.m4: New file.
11896         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11897         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11898
11899 2006-08-10  Eric Blake  <ebb9@byu.net>
11900
11901         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11902         in from original proposal.
11903
11904 2006-08-10  Eric Blake  <ebb9@byu.net>
11905         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11906
11907         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11908         namespace.
11909
11910 2006-08-10  Bruno Haible  <bruno@clisp.org>
11911
11912         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11913         as well.
11914
11915 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11916
11917         Sync from coreutils.
11918
11919         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11920
11921         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11922         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11923
11924 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11925
11926         * modules/restrict: Remove; no longer needed now that we assume
11927         Autoconf 2.59 or later.
11928         * MODULES.html.sh: Remove 'restrict'.
11929         * modules/argp (Depends-on): Remove 'restrict'.
11930         * modules/base64 (Depends-on): Likewise.
11931         * modules/gc (Depends-on): Likewise.
11932         * modules/getaddrinfo (Depends-on): Likewise.
11933         * modules/glob (Depends-on): Likewise.
11934         * modules/inet_ntop (Depends-on): Likewise.
11935         * modules/inet_pton (Depends-on): Likewise.
11936         * modules/memxor (Depends-on): Likewise.
11937         * modules/regex (Depends-on): Likewise.
11938         * modules/strtok_r (Depends-on): Likewise.
11939         * modules/time_r (Depends-on): Likewise.
11940
11941 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11942
11943         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11944         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11945         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11946         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11947         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11948         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11949         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11950         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11951
11952         Merge from coreutils.
11953         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11954         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11955         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11956         * m4/time_r.m4 (gl_TIME_R): Likewise.
11957
11958 2006-08-09  Karl Berry  <karl@gnu.org>
11959
11960         * config/srclist.txt: no more gettext-tools, per Bruno.
11961
11962 2006-08-08  Eric Blake  <ebb9@byu.net>
11963
11964         * modules/verror: New module.
11965         * MODULES.html.sh: Document it.
11966
11967 2006-08-08  Eric Blake  <ebb9@byu.net>
11968
11969         * lib/verror.h, lib/verror.c: New files.
11970
11971 2006-08-08  Eric Blake  <ebb9@byu.net>
11972
11973         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11974         verror_at_line output complies with GNU Coding Standards even when
11975         file is NULL.
11976
11977 2006-08-07  Bruno Haible  <bruno@clisp.org>
11978
11979         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11980         versions of AIX.
11981         Reported by Ralf Wildenhues.
11982
11983 2006-08-07  Bruno Haible  <bruno@clisp.org>
11984
11985         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11986         in an AC_DEFUN. Needed so that the autoconf snippets can use
11987         AC_REQUIRE.
11988
11989 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11990
11991         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11992         Initialize pkgdata_DATA.
11993         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11994         overriding it.
11995
11996 2006-08-06  Eric Blake  <ebb9@byu.net>
11997
11998         * lib/error.h: Fold in some upstream changes from glibc.
11999         * lib/error.c: Likewise.
12000
12001 2006-08-04  Bruno Haible  <bruno@clisp.org>
12002
12003         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12004         Make the mostlyclean-local rule depend on mostlyclean-generic.
12005         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12006
12007 2006-07-31  Bruno Haible  <bruno@clisp.org>
12008
12009         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12010         <stdlib.h>, <string.h>.
12011
12012 2006-07-30  Bruno Haible  <bruno@clisp.org>
12013
12014         * modules/readlink (License): Change to LGPL.
12015
12016 2006-07-30  Bruno Haible  <bruno@clisp.org>
12017
12018         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12019         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12020         set PKGDATADIR to point to it.
12021
12022 2006-07-30  Bruno Haible  <bruno@clisp.org>
12023
12024         * modules/csharpexec (configure.ac): Comment out macro invocation.
12025         * modules/javaexec (configure.ac): Likewise.
12026         * modules/javacomp-script (configure.ac): Likewise.
12027
12028         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12029
12030 2006-07-30  Bruno Haible  <bruno@clisp.org>
12031
12032         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12033         linked-list.
12034
12035 2006-07-30  Bruno Haible  <bruno@clisp.org>
12036
12037         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12038
12039 2006-07-30  Bruno Haible  <bruno@clisp.org>
12040
12041         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12042         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12043         get removed.
12044
12045 2006-07-29  Bruno Haible  <bruno@clisp.org>
12046
12047         Make it possible for gnulib-tool to work with locally modified or
12048         augmented gnulib repositories.
12049         * gnulib-tool (func_usage): Document --local-dir option.
12050         (local_gnulib_dir): New variable.
12051         Handle --local-dir option.
12052         (func_lookup_file): New function.
12053         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12054         (func_get_description, func_get_filelist, func_get_description,
12055         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12056         func_get_automake_snippet, func_get_include_directive,
12057         func_get_license, func_get_maintainer): Use func_lookup_file.
12058         (func_import, func_create_testdir): Use func_lookup_file.
12059
12060 2006-07-29  Bruno Haible  <bruno@clisp.org>
12061
12062         * modules/setenv (Depends-on): Add unistd.
12063
12064 2006-07-29  Bruno Haible  <bruno@clisp.org>
12065
12066         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12067
12068 2006-07-29  Bruno Haible  <bruno@clisp.org>
12069
12070         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12071
12072 2006-07-29  Bruno Haible  <bruno@clisp.org>
12073
12074         * gnulib-tool (import, update): If there is no Makefile.am, look at
12075         aclocal.m4, instead of bailing out.
12076
12077 2006-07-29  Bruno Haible  <bruno@clisp.org>
12078
12079         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12080         Categorize the options by when they are useful.
12081
12082 2006-07-29  Bruno Haible  <bruno@clisp.org>
12083
12084         * gnulib-tool (func_usage): Document option --no-libtool.
12085         Handle option --no-libtool.
12086         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12087         for changed semantics of $libtool variable.
12088         (func_import): Likewise. If libtool is not used, show this through
12089         an option --no-libtool.
12090         (func_create_testdir): Update.
12091
12092 2006-07-29  Bruno Haible  <bruno@clisp.org>
12093
12094         * gnulib-tool (func_import): Extend error message about missing
12095         --doc-base.
12096
12097 2006-07-29  Bruno Haible  <bruno@clisp.org>
12098
12099         * gnulib-tool (func_import): Don't create the $docbase directory if
12100         there is no file to store there.
12101
12102 2006-07-29  Bruno Haible  <bruno@clisp.org>
12103
12104         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12105         relevant, look for configure.ac there, not in the current directory.
12106         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12107
12108 2006-07-29  Bruno Haible  <bruno@clisp.org>
12109
12110         * gnulib-tool (SORT): New variable.
12111         (func_usage): Undocument --assume-autoconf option.
12112         Remove --assume-autoconf option handling.
12113         (autoconf_minversion): Determine from the contents of configure.ac.
12114         (func_import): Remove autoconf_minversion handling.
12115         Suggested by Eric Blake.
12116
12117 2006-07-29  Bruno Haible  <bruno@clisp.org>
12118
12119         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12120
12121 2006-07-29  Bruno Haible  <bruno@clisp.org>
12122
12123         * config/srclist.txt (*setenv.[ch]): Remove rules.
12124
12125 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12126
12127         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12128
12129 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12130
12131         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12132         arpa/inet.h.
12133
12134 2006-07-28  Simon Josefsson  <jas@extundo.com>
12135
12136         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12137         * modules/inet_pton (Depends-on): Likewise.
12138
12139 2006-07-28  Simon Josefsson  <jas@extundo.com>
12140
12141         * m4/netinet_in_h.m4: New file.
12142
12143 2006-07-28  Simon Josefsson  <jas@extundo.com>
12144
12145         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12146         #include's.
12147
12148 2006-07-28  Simon Josefsson  <jas@extundo.com>
12149
12150         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12151         #include's.
12152
12153 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12156         setgid on directories only if they set these bits.
12157         * lib/modechange.h: Remove obsolete comment about masks.
12158
12159 2006-07-28  Eric Blake  <ebb9@byu.net>
12160
12161         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12162         macro expansion.
12163
12164 2006-07-28  Bruno Haible  <bruno@clisp.org>
12165
12166         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12167
12168 2006-07-28  Bruno Haible  <bruno@clisp.org>
12169
12170         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12171
12172 2006-07-28  Bruno Haible  <bruno@clisp.org>
12173
12174         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12175         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12176         Define fallbacks.
12177         Avoids link error on FreeBSD 4.x.
12178         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12179
12180         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12181         encoding.
12182         * lib/mbswidth.c (iswcntrl): Likewise.
12183
12184 2006-07-27  Bruno Haible  <bruno@clisp.org>
12185
12186         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12187         test.
12188
12189 2006-07-27  Bruno Haible  <bruno@clisp.org>
12190
12191         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12192         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12193         defined.
12194
12195 2006-07-26  Eric Blake  <ebb9@byu.net>
12196
12197         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12198
12199 2006-07-26  Eric Blake  <ebb9@byu.net>
12200
12201         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12202         like mingw that lack mkstemp.
12203         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12204         avoid compilation warning on mingw.
12205
12206 2006-07-26  Bruno Haible  <bruno@clisp.org>
12207
12208         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12209         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12210         INT_FAST*_MIN, INTPTR_MIN.
12211
12212 2006-07-25  Bruno Haible  <bruno@clisp.org>
12213
12214         * modules/version-etc (Depends-on): Add stdarg.
12215
12216 2006-07-25  Bruno Haible  <bruno@clisp.org>
12217
12218         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12219         complex commands.
12220
12221 2006-07-25  Bruno Haible  <bruno@clisp.org>
12222
12223         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12224         defined in <stdarg.h> or config.h.
12225
12226 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12229         (gl_STDIO_SAFER): Remove.
12230
12231 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12232
12233         * MODULES.html.sh (File stream based Input/Output):
12234         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12235         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12236         * modules/fopen-safer, modules/tmpfile-safer: New files.
12237         * modules/stdio-safer: Remove.
12238
12239 2006-07-24  Bruno Haible  <bruno@clisp.org>
12240
12241         * modules/tmpdir: New file.
12242         * MODULES.html.sh (File system functions): Add it.
12243
12244 2006-07-24  Bruno Haible  <bruno@clisp.org>
12245
12246         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12247         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12248
12249 2006-07-24  Bruno Haible  <bruno@clisp.org>
12250
12251         * modules/clean-temp: New file.
12252
12253 2006-07-24  Bruno Haible  <bruno@clisp.org>
12254
12255         * m4/tmpdir.m4: New file, from GNU gettext.
12256
12257 2006-07-24  Bruno Haible  <bruno@clisp.org>
12258
12259         * lib/tmpdir.h: New file, from GNU gettext.
12260         * lib/tmpdir.c: New file, from GNU gettext.
12261
12262 2006-07-24  Bruno Haible  <bruno@clisp.org>
12263
12264         * lib/clean-temp.h: New file, from GNU gettext.
12265         * lib/clean-temp.c: New file, from GNU gettext.
12266
12267 2006-07-23  Eric Blake  <ebb9@byu.net>
12268
12269         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12270         (Depends-on): Add binary-io.
12271
12272 2006-07-23  Eric Blake  <ebb9@byu.net>
12273
12274         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12275
12276 2006-07-23  Eric Blake  <ebb9@byu.net>
12277
12278         * lib/tmpfile-safer.c: New file.
12279         * lib/stdio-safer.h (fopen_safer): Add prototype.
12280         * lib/stdio--.h (tmpfile): Make safer.
12281
12282 2006-07-23  Bruno Haible  <bruno@clisp.org>
12283
12284         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12285         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12286         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12287         gl_linked_remove_at): Use it.
12288
12289 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12290         and Simon Josefsson <jas@extundo.com>
12291
12292         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12293
12294         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12295
12296 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12297
12298         * modules/close-stream: New file.
12299         * modules/closeout (Description): Make it clear that it exits
12300         with a diagnostic on error.
12301         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12302         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12303
12304 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * m4/close-stream.m4: New file.
12307
12308 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12309
12310         * lib/close-stream.c, lib/close-stream.h: New files.
12311
12312 2006-07-22  Bruno Haible  <bruno@clisp.org>
12313
12314         Merge from GNU gettext 0.15.
12315
12316         2006-05-01  Bruno Haible  <bruno@clisp.org>
12317
12318                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12319
12320         2006-07-22  Bruno Haible  <bruno@clisp.org>
12321
12322                 * modules/javaversion: New file.
12323                 * MODULES.html.sh (Java): Add javaversion.
12324
12325         2006-03-12  Bruno Haible  <bruno@clisp.org>
12326
12327                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12328
12329         2005-12-04  Bruno Haible  <bruno@clisp.org>
12330
12331                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12332                 (untested).
12333
12334         2006-06-21  Bruno Haible  <bruno@clisp.org>
12335
12336                 Avoid warnings from recent versions of mcs.
12337                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12338                 -o, -L, -r any more. Use options documented since mcs-1.0
12339                 instead. Similarly for -g.
12340
12341         2005-12-04  Bruno Haible  <bruno@clisp.org>
12342
12343                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12344                 .resources, not .resource.
12345
12346         2005-07-09  Bruno Haible  <bruno@clisp.org>
12347
12348                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12349                 add a .dll suffix.
12350                 Reported by Mark Junker <mjscod@gmx.de>.
12351
12352         2006-07-22  Bruno Haible  <bruno@clisp.org>
12353
12354                 * modules/gettext: Upgrade to gettext-0.15.
12355                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12356                 m4/visibility.m4.
12357                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12358
12359 2006-07-22  Bruno Haible  <bruno@clisp.org>
12360
12361         Merge from GNU gettext 0.15.
12362
12363         2006-03-25  Bruno Haible  <bruno@clisp.org>
12364
12365                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12366
12367         2006-07-21  Bruno Haible  <bruno@clisp.org>
12368
12369                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12370                 "1.1".
12371
12372         2006-05-09  Bruno Haible  <bruno@clisp.org>
12373
12374                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12375                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12376                 for the conftestver execution.
12377
12378         2006-05-01  Bruno Haible  <bruno@clisp.org>
12379
12380                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12381                 optional target-version argument. Verify that the compiler
12382                 groks source of the specified source-version, or add -source
12383                 option as necessary. Verify that the compiler produces
12384                 bytecode in the specified target-version, or add -target and
12385                 -source options as necessary. Make the result of the test
12386                 available as variable CONF_JAVAC. Also log error output in
12387                 config.log.
12388
12389         2006-03-11  Bruno Haible  <bruno@clisp.org>
12390
12391                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12392
12393         2006-05-09  Bruno Haible  <bruno@clisp.org>
12394
12395                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12396                 CLASSPATH_SEPARATOR to a semicolon.
12397
12398         2006-03-12  Bruno Haible  <bruno@clisp.org>
12399
12400                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12401                 available as variable CONF_JAVA, for subsequent autoconf
12402                 tests. Also log error output in config.log.
12403
12404         2006-07-19  Bruno Haible  <bruno@clisp.org>
12405
12406                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12407                 that getline works on glibc2 systems. Needed to avoid trouble
12408                 in relocatable.c.
12409                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12410
12411         2005-12-04  Bruno Haible  <bruno@clisp.org>
12412
12413                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12414                 launcher (untested).
12415
12416         2005-12-04  Bruno Haible  <bruno@clisp.org>
12417
12418                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12419
12420         2006-07-22  Bruno Haible  <bruno@clisp.org>
12421
12422                 * gettext.m4: Update from GNU gettext-0.15.
12423                 * nls.m4: Likewise.
12424                 * po.m4: Likewise.
12425                 * inttypes-pri.m4: Likewise.
12426                 * inttypes-h.m4: Renamed from inttypes.m4.
12427                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12428
12429 2006-07-22  Bruno Haible  <bruno@clisp.org>
12430
12431         Merge from GNU gettext 0.15.
12432
12433         2005-07-05  Bruno Haible  <bruno@clisp.org>
12434
12435                 * printf-args.c (printf_fetchargs): Work around broken
12436                 definition of wint_t on mingw.
12437
12438         2005-02-12  Bruno Haible  <bruno@clisp.org>
12439
12440                 * xallocsa.h: Add extern "C" for C++.
12441
12442         2006-05-17  Bruno Haible  <bruno@clisp.org>
12443
12444                 Cygwin portability.
12445                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12446
12447         2006-04-30  Bruno Haible  <bruno@clisp.org>
12448
12449                 * progreloc.c: Include <mach-o/dyld.h> if available.
12450                 (find_executable): Use _NSGetExecutablePath when possible.
12451
12452         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12453
12454                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12455                 function.
12456
12457         2005-12-29  Bruno Haible  <bruno@clisp.org>
12458
12459                 * progreloc.c (set_program_name_and_installdir): Fix
12460                 compilation error.
12461
12462         2005-12-04  Bruno Haible  <bruno@clisp.org>
12463
12464                 Cygwin portability.
12465                 * progreloc.c: Include <windows.h> also on Cygwin.
12466                 (find_executable): Add support for Cygwin.
12467                 (set_program_name_and_installdir): Handle also platforms with
12468                 nonempty EXEEXT.
12469
12470         2006-07-11  Bruno Haible  <bruno@clisp.org>
12471
12472                 * javacomp.c: Fix a comment.
12473                 Reported by Jim Meyering.
12474
12475         2006-04-30  Bruno Haible  <bruno@clisp.org>
12476
12477                 * javacomp.h (compile_java_class): Add source_version,
12478                 target_version arguments.
12479                 * javacomp.c: Rewritten to choose only a compiler that
12480                 respects the specified source_version and target_version.
12481
12482         2006-06-27  Bruno Haible  <bruno@clisp.org>
12483
12484                 Assume correct S_ISDIR macro.
12485                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12486
12487         2006-07-22  Bruno Haible  <bruno@clisp.org>
12488
12489                 * javaversion.h: New file, from GNU gettext.
12490                 * javaversion.c: New file, from GNU gettext.
12491                 * javaversion.java: New file, from GNU gettext.
12492                 * javaversion.class: New file, from GNU gettext.
12493
12494         2006-05-17  Bruno Haible  <bruno@clisp.org>
12495
12496                 Cygwin portability.
12497                 * javaexec.c (execute_java_class): Test for jview program
12498                 also on Cygwin.
12499
12500         2006-04-09  Bruno Haible  <bruno@clisp.org>
12501
12502                 * fatal-signal.c: Don't include string.h.
12503                 (at_fatal_signal): Use a copying loop instead of memcpy.
12504
12505         2005-12-04  Bruno Haible  <bruno@clisp.org>
12506
12507                 * csharpexec.c: Add support for 'clix' launcher (untested).
12508                 (execute_csharp_using_sscli): New function.
12509                 (execute_csharp_program): Call it.
12510
12511         2006-06-21  Bruno Haible  <bruno@clisp.org>
12512
12513                 Avoid warnings from recent versions of mcs.
12514                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12515                 -o, -L, -r any more. Use options documented since mcs-1.0
12516                 instead. Similarly for -g.
12517
12518         2005-07-09  Bruno Haible  <bruno@clisp.org>
12519
12520                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12521                 add a .dll suffix.
12522                 Reported by Mark Junker <mjscod@gmx.de>.
12523
12524         2006-06-17  Bruno Haible  <bruno@clisp.org>
12525
12526                 * config.charset: Update for NetBSD 3.0.
12527
12528         2006-05-17  Bruno Haible  <bruno@clisp.org>
12529
12530                 Cygwin portability.
12531                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12532
12533         2006-05-16  Bruno Haible  <bruno@clisp.org>
12534
12535                 * localcharset.c [CYGWIN]: Include <windows.h>.
12536                 (get_charset_aliases): For Cygwin, return the same CPxxx
12537                 aliases list as under WIN32.
12538                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12539                 the environment variables. Fall back to GetACP().
12540
12541         2006-04-05  Bruno Haible  <bruno@clisp.org>
12542
12543                 * config.charset: Update Juan Manuel Guerrero's address.
12544
12545         2005-02-12  Bruno Haible  <bruno@clisp.org>
12546
12547                 * allocsa.h: Add extern "C" for C++.
12548
12549         2005-02-10  Bruno Haible  <bruno@clisp.org>
12550
12551                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12552                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12553
12554         2006-07-22  Bruno Haible  <bruno@clisp.org>
12555
12556                 * gettext.h: Update to GNU gettext-0.15.
12557
12558 2006-07-22  Bruno Haible  <bruno@clisp.org>
12559
12560         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12561         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12562         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12563
12564 2006-07-21  Eric Blake  <ebb9@byu.net>
12565
12566         * modules/stdlib-safer: New file.
12567         * MODULES.html.sh (File stream based Input/Output): Add
12568         stdlib-safer.
12569
12570 2006-07-21  Eric Blake  <ebb9@byu.net>
12571
12572         * lib/stdlib-safer.h: New file from coreutils, required by
12573         stdlib--.h.
12574
12575 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12576
12577         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12578
12579 2006-07-20  Bruno Haible  <bruno@clisp.org>
12580
12581         * gnulib-tool: Recognize new option --assume-autoconf.
12582         (autoconf_minversion): New variable.
12583         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12584
12585 2006-07-20  Bruno Haible  <bruno@clisp.org>
12586
12587         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12588
12589 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12590
12591         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12592         Reindent and repaginate.
12593
12594 2006-07-19  Derek Price  <derek@ximbiot.com>
12595
12596         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12597         Correct grammar.
12598
12599 2006-07-17  Bruno Haible  <bruno@clisp.org>
12600
12601         * modules/list: New file.
12602         * modules/array-list: New file.
12603         * modules/carray-list, modules/carray-list-tests: New files.
12604         * modules/linked-list, modules/linked-list-tests: New files.
12605         * modules/avltree-list, modules/avltree-list-tests: New files.
12606         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12607         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12608         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12609         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12610         * modules/oset: New file.
12611         * modules/array-oset: New file.
12612         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12613         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12614         * tests/test-carray_list.c: New file.
12615         * tests/test-linked_list.c: New file.
12616         * tests/test-avltree_list.c: New file.
12617         * tests/test-rbtree_list.c: New file.
12618         * tests/test-linkedhash_list.c: New file.
12619         * tests/test-avltreehash_list.c: New file.
12620         * tests/test-rbtreehash_list.c: New file.
12621         * tests/test-avltree_oset.c: New file.
12622         * tests/test-rbtree_oset.c: New file.
12623         * MODULES.html.sh (Container data structures): New section.
12624
12625 2006-07-17  Bruno Haible  <bruno@clisp.org>
12626
12627         * m4/gl_list.m4: New file.
12628
12629 2006-07-17  Bruno Haible  <bruno@clisp.org>
12630
12631         * lib/gl_list.h: New file.
12632         * lib/gl_list.c: New file.
12633         * lib/gl_array_list.h: New file.
12634         * lib/gl_array_list.c: New file.
12635         * lib/gl_carray_list.h: New file.
12636         * lib/gl_carray_list.c: New file.
12637         * lib/gl_linked_list.h: New file.
12638         * lib/gl_linked_list.c: New file.
12639         * lib/gl_anylinked_list1.h: New file.
12640         * lib/gl_anylinked_list2.h: New file.
12641         * lib/gl_avltree_list.h: New file.
12642         * lib/gl_avltree_list.c: New file.
12643         * lib/gl_anyavltree_list1.h: New file.
12644         * lib/gl_anyavltree_list2.h: New file.
12645         * lib/gl_rbtree_list.h: New file.
12646         * lib/gl_rbtree_list.c: New file.
12647         * lib/gl_anyrbtree_list1.h: New file.
12648         * lib/gl_anyrbtree_list2.h: New file.
12649         * lib/gl_anytree_list1.h: New file.
12650         * lib/gl_anytree_list2.h: New file.
12651         * lib/gl_linkedhash_list.h: New file.
12652         * lib/gl_linkedhash_list.c: New file.
12653         * lib/gl_anyhash_list1.h: New file.
12654         * lib/gl_anyhash_list2.h: New file.
12655         * lib/gl_avltreehash_list.h: New file.
12656         * lib/gl_avltreehash_list.c: New file.
12657         * lib/gl_rbtreehash_list.h: New file.
12658         * lib/gl_rbtreehash_list.c: New file.
12659         * lib/gl_anytreehash_list1.h: New file.
12660         * lib/gl_anytreehash_list2.h: New file.
12661
12662         * lib/gl_oset.h: New file.
12663         * lib/gl_oset.c: New file.
12664         * lib/gl_array_oset.h: New file.
12665         * lib/gl_array_oset.c: New file.
12666         * lib/gl_avltree_oset.h: New file.
12667         * lib/gl_avltree_oset.c: New file.
12668         * lib/gl_rbtree_oset.h: New file.
12669         * lib/gl_rbtree_oset.c: New file.
12670         * lib/gl_anytree_oset.h: New file.
12671
12672 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12673
12674         * m4/mkancesdirs.m4: New file.
12675         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12676         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12677         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12678         it.
12679
12680 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12683         * lib/mkancesdirs.h: New files.
12684         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12685         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12686         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12687         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12688         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12689         callers changed.  Revamp internals significantly, by not
12690         attempting to create directories that are temporarily more
12691         permissive than the final results.  Do not attempt to use
12692         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12693         This removes some race conditions, fixes some bugs, and simplifies
12694         things.  Use new dirchownmod function to do owner and mode changes.
12695         * lib/mkdir-p.h: Likewise.
12696         * lib/modechange.c (octal_to_mode): New function.
12697         (struct mode_change): New member mentioned.
12698         (make_node_op_equals): New arg mentioned.  All callers changed.
12699         (mode_compile): Keep track of which mode bits the user has explicitly
12700         mentioned.
12701         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12702         New arg PMODE_BITS, to keep track of which mode bits the user
12703         mentioned; it treats S_ISUID and S_ISGID speciall.
12704         All callers changed.
12705         * lib/modechange.h: Likewise.
12706
12707 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * MODULES.html.sh: Add mkancestors.
12710         * modules/mkancesdirs: New module.
12711         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12712         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12713         The chdir-safer and afs files are now orphans; I'll remove them
12714         unless someone speaks up.
12715         Add lib/dirchownmod.c, lib/dirchownmod.h.
12716         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12717         Add lchown, mkancesdirs.
12718         (Maintainer): Add self.
12719
12720 2006-07-15  Karl Berry  <karl@gnu.org>
12721
12722         * gnulib-tool: help message wording/arrangement.
12723
12724 2006-07-14  Simon Josefsson  <jas@extundo.com>
12725
12726         * doc/gnulib.texi (Libtool and Windows): New section.
12727
12728 2006-07-12  Simon Josefsson  <jas@extundo.com>
12729
12730         * modules/gendocs (License): Fix license, approved by Karl.
12731
12732 2006-07-12  Eric Blake  <ebb9@byu.net>
12733
12734         * MODULES.html.sh: Add gendocs.
12735
12736 2006-07-11  Eric Blake  <ebb9@byu.net>
12737
12738         * modules/fdl: New module, to install doc/fdl.texi.
12739         * MODULES.html.sh: Add new section for documentation modules.
12740         * gnulib-tool: Avoid space-tab.
12741         (--doc-base): New option, to manage files from doc.
12742
12743 2006-07-11  Eric Blake  <ebb9@byu.net>
12744
12745         * m4/absolute-header.m4: Fix comments to match recent change.
12746
12747 2006-07-11  Eric Blake  <ebb9@byu.net>
12748
12749         * gnulib-tool: List --doc-base before --tests-base.
12750
12751 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12752
12753         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12754
12755 2006-07-11  Bruno Haible  <bruno@clisp.org>
12756
12757         * README: Mention where to put documentation.
12758
12759 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12760
12761         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12762
12763 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12764
12765         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12766         to stdint.m4.
12767
12768 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12771         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12772         "no/such/file/stdint.h" when there is no such file, so that
12773         the resulting C code can be parsed by dodgy compilers.
12774         Problems reported by Bob Proulx.
12775
12776 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12777
12778         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12779         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12780         macros into the GNU _D_EXACT_NAMLEN.
12781         * lib/savedir.c:  Likewise.
12782         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12783
12784 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12785         and Paul Eggert  <eggert@cs.ucla.edu>
12786
12787         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12788         * m4/savedir.m4:
12789         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12790         macros into the GNU _D_EXACT_NAMLEN.
12791
12792 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12793
12794         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12795         around the absolute name, to work around a problem with the HP-UX
12796         11.23 native C compiler, reported by Bob Proulx.
12797
12798 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12799
12800         * doc/maintain.texi, make-stds.texi: Sync from
12801         <http://savannah.gnu.org/projects/gnustandards>.
12802
12803 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12804
12805         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12806
12807 2006-07-09  Jim Meyering  <jim@meyering.net>
12808
12809         * m4/glob.m4: Remove a doubled word in a comment.
12810
12811 2006-07-09  Jim Meyering  <jim@meyering.net>
12812
12813         * lib/argp-pv.c: Remove a doubled word in a comment.
12814         * lib/check-version.c (check_version): Likewise.
12815         * lib/javacomp.c (compile_java_class): Likewise.
12816
12817 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12818
12819         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12820         for the benefit of people using Autoconf 2.60.  If you want to
12821         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12822         (or m4/onceonly.m4, if pre-2.57) manually.
12823
12824 2006-07-08  Jim Meyering  <jim@meyering.net>
12825
12826         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12827         comment.
12828         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12829         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12830         comment.
12831
12832 2006-07-08  Jim Meyering  <jim@meyering.net>
12833
12834         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12835
12836 2006-07-07  Simon Josefsson  <jas@extundo.com>
12837
12838         * tests/test-crc.c: Change expected crc value, the test vector
12839         were probably computed using the old broken crc.c?
12840
12841 2006-07-06  Simon Josefsson  <jas@extundo.com>
12842
12843         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12844         now the canonical place for the M4 file).
12845
12846         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12847         from the sys_socket dependency now.
12848
12849         * modules/inet_pton (Files): Ditto.
12850
12851         * modules/inet_ntop (Files): Ditto.
12852
12853 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12854
12855         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12856         not gl_PREREQ_GETUSERSHELL.
12857
12858 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12859
12860         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12861         with only one argument, for Autoconf 2.60.
12862         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12863         expand to nothing, so add a shell command to avoid syntax error.
12864         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12865
12866 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12867
12868         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12869
12870 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12871
12872         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12873         no longer needed.  Check for isblank decl.
12874         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12875         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12876         of existence.
12877
12878 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12879
12880         * lib/getloadavg.c: Use __VMS, not VMS.
12881         * lib/getopt.c: Likewise.
12882         * lib/getpagesize.h: Likewise.
12883         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12884         and probably does not work.
12885
12886 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12887
12888         * lib/.cppi-disable: Add wcwidth.
12889         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12890         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12891         (ISGRAPH): Remove.  All uses changed to isgraph.
12892         (FOLD) [!defined _LIBC]: Remove special case.
12893         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12894         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12895         HAVE_ISBLANK.
12896         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12897         case.
12898
12899 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12900
12901         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12902         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12903         brackets.  Other minor changes to suppress some compiler
12904         warnings.
12905
12906 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12907         and Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12910         of invoking obsolescent AC_HEADER_DIRENT macro.
12911         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12912         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12913         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12914         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12915         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12916         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12917         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12918         * m4/readdir.m4: Remove; no longer needed.
12919
12920 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12921         and Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12924         Don't worry about this obsolete case any more.
12925         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12926         directories.
12927         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12928         worry about this obsolete case any more.
12929         * lib/fts.c: Likewise.
12930         * lib/getcwd.c: Likewise.
12931         * lib/glob.h: Likewise.
12932         * lib/savedir.c: Likewise.
12933
12934 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12935
12936         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12937         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12938         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12939         needed.
12940         All uses removed.
12941         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12942         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12943         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12944         needed.
12945         * m4/getdate.m4 (gl_GETDATE): Likewise.
12946         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12947         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12948         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12949         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12950         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12951         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12952         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12953         needed.
12954
12955 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12956
12957         * lib/memcasecmp.c: Include <limits.h>.
12958         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12959         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12960         Don't assume isdigit succeeds only on '0' through '9'.
12961
12962 2006-07-05  Eric Blake  <ebb9@byu.net>
12963
12964         * modules/getaddrinfo (Depends-on): Add snprintf.
12965
12966 2006-07-05  Eric Blake  <ebb9@byu.net>
12967
12968         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12969         to avoid 'header present but could not be compiled' on cygwin.
12970
12971 2006-07-05  Eric Blake  <ebb9@byu.net>
12972
12973         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12974         missing from netdb.h.
12975         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12976
12977 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12978
12979         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12980         no longer needed.
12981         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12982         * m4/getdate.m4 (gl_GETDATE): Likewise.
12983         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12984         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12985         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12986         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12987         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12988
12989 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12990
12991         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12992         All uses of is_space replaced by isspace.
12993         * lib/exit.h: Don't talk about STDC_HEADERS.
12994         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12995         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12996         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12997         replaced by isprint etc.
12998         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12999         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13000         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13001         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13002         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13003         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13004
13005 2006-07-05  Bruno Haible  <bruno@clisp.org>
13006
13007         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13008         the function exists, before testing against AIX.
13009         Reported by Martin Lambers <marlam@marlam.de>.
13010
13011 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13012
13013         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13014         From Mark D. Baushke.
13015
13016 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13017
13018         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13019         to the absolute name, not just one, to bypass Sun C 5.8's
13020         "warning: #include of /usr/include/... may be non-portable".
13021
13022 2006-07-04  Eric Blake  <ebb9@byu.net>
13023
13024         * modules/dirname-tests: New test module.
13025         * tests/test-dirname.c: New file, replacing dirname.c
13026         TEST_DIRNAME section that was recently deleted.
13027
13028 2006-07-04  Bruno Haible  <bruno@clisp.org>
13029
13030         Assume ANSI C header files and <ctype.h> functions.
13031         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13032         (mbsnwidth): Use isprint, iscntrl instead.
13033
13034 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         Merge from coreutils.
13037         * MODULES.html.sh: Add xstrtold.
13038         * modules/xstrtold: New file.
13039         * modules/cycle-check (Files): Add lib/same-inode.h.
13040         * modules/dirname (Files): Add m4/double-slash-root.m4.
13041         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13042         * modules/mkdir-p (Files): Add lib/same-inode.h.
13043         * modules/same (Files): Add lib/same-inode.h.
13044
13045 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13048         This is to keep the terminology clean; POSIX talks about
13049         "absolute pathnames", not "full pathnames", but the GNU
13050         Coding Standards say to use "path" for something else;
13051         so use "absolute" to keep both sides happy.
13052         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13053         Set gl_absolute_header, not gl_full_header_path.
13054         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13055         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13056         All uses changed.
13057
13058         Merge from coreutils.
13059
13060         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13063         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13064         want to require the building of c-strtod.o.
13065         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13066         needs -lm directly.
13067         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13068
13069         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13072         --as-needed option if available.  Problem reported by Albert Chin in
13073         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13074         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13075         cc merely issues a bunch of annoying warnings for --as-needed
13076         (this problem was reported by Bob Proulx).  Also, try linking with
13077         -lm to detect a bug in binutils 2.16 (this problem was reported
13078         by Ralf Wildenhues).
13079
13080         2006-06-18  Jim Meyering  <jim@meyering.net>
13081
13082         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13083         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13084         macro.
13085         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13086         also check for glibc-2.4's abort-inducing bug.
13087
13088         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13089         Low-probability clean-up should be to use rmdir to get rid of
13090         the just-created directory, not unlink.
13091
13092         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13093         configure fail, and request a bug report to inform us about it.
13094         Add a comment that, barring reports to the contrary, in 2007 we'll
13095         assume ftruncate is universally available.
13096
13097         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13100
13101         2006-03-12  Jim Meyering  <jim@meyering.net>
13102
13103         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13104         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13105         * m4/same.m4 (gl_SAME): Likewise.
13106         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13107
13108         2006-03-11  Eric Blake  <ebb9@byu.net>
13109
13110         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13111         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13112         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13113         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13114
13115 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13118         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13119         reported by Mark D. Baushke, one in
13120         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13121
13122         Merge from coreutils.
13123
13124         * lib/.cppi-disable: Add stdint_.h.
13125         * lib/.cvsignore: Add stdint.h.
13126
13127         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13128
13129         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13130         both double and long double versions.
13131         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13132         * lib/xstrtold.c: New file.
13133         * lib/xstrtod.h (xstrtold): New decl.
13134
13135         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13136
13137         * lib/filemode.c (setst): Remove.
13138         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13139         (arguably) clearer, and the generated code is a bit smaller on my
13140         Debian GNU/Linux stable x86 host.
13141
13142         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13143
13144         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13145         Assume that filemode.h includes sys/types.h and sys/stat.h.
13146         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13147         (ftypelet): Reorder to put common cases first, for efficiency.
13148         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13149         to do 'M'.
13150         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13151         of 10, for compatibility with FreeBSD.  All callers changed.
13152         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13153         types that can't be deduced solely from st_mode.  First arg is now a
13154         const pointer.
13155         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13156         (strmode): Renamed from mode_string.
13157         (filemodestring): New decl.
13158         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13159         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13160         needed.
13161         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13162
13163         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13166         fsusage.h now does that.  Include fsusage.h first, to test interface.
13167         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13168         at most one method (the old code could have generated decls that
13169         didn't conform to C89, not that this was ever exercised).
13170         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13171
13172         2006-03-19  Jim Meyering  <jim@meyering.net>
13173
13174         Work even in a chroot where d_ino values for entries in "/"
13175         don't match the stat.st_ino values for the same names.
13176         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13177         number, iterate through all entries again, using lstat instead.
13178         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13179         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13180
13181         * lib/getcwd.c (__getcwd): Clarify a comment.
13182         Use memcpy in place of a call to strcpy.
13183
13184         2006-03-12  Jim Meyering  <jim@meyering.net>
13185
13186         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13187         matches that of the current directory (which we're about to chdir ".."
13188         out of), then save the dev-ino of the parent, instead.
13189
13190         * lib/same-inode.h (SAME_INODE): New file/macro.
13191         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13192         Include "same-inode.h", instead.
13193         * lib/same.c: Likewise.
13194         * lib/cycle-check.h: Include "same-inode.h".
13195         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13196         * lib/cycle-check.c (SAME_INODE): Remove definition.
13197         * lib/root-dev-ino.h: Include "same-inode.h".
13198
13199         2006-03-11  Eric Blake  <ebb9@byu.net>
13200
13201         * lib/same.c (same_name): s/base_name/last_component/
13202         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13203         * lib/filenamecat.c (file_name_concat): Likewise.
13204
13205         2006-03-11  Eric Blake  <ebb9@byu.net>,
13206                     Paul Eggert  <eggert@cs.ucla.edu>
13207
13208         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13209         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13210         drive prefix.
13211         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13212         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13213         (last_component): New method.
13214         * lib/dirname.c (dir_len): Determine when drive letters need a
13215         subsequent slash.  Preserve // when it is special.
13216         (dir_name): Don't append dot when drive letter is absolute.
13217         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13218         * lib/basename.c (base_name): New semantics - malloc the result.
13219         Preserve // when it is special.  Preserve relative files that look
13220         like drive letters.
13221         (base_len): Preserve // when it is special.
13222         (last_component): New method, similar to old base_name semantics.
13223         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13224         base_name.  Strip redundant slashes from ///.
13225
13226 2006-07-03  Jim Meyering  <jim@meyering.net>
13227
13228         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13229         macro is used before the first cycle_check call.
13230
13231 2006-07-03  Eric Blake  <ebb9@byu.net>
13232
13233         * modules/dirname (Depends-on): Add xstrndup.
13234
13235 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13238         test cases, so that config.log is a bit easier to follow.
13239
13240 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13241
13242         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13243         both are 64 bits, since this seems to be the tradition, and this
13244         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13245         we ever run into a host that prefers long long to long in this
13246         case, we'll need another configure-time test.  Problem reported by
13247         Jim Meyering.
13248
13249 2006-07-02  Eric Blake  <ebb9@byu.net>
13250
13251         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13252
13253 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * modules/inttypes (Depends-on): No longer depends on stdint.
13256         * modules/stdint (Description): Say more about assumptions.
13257         Say that the fast types might differ.  Say macros are used.
13258         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13259         (Makefile.am): Revise list of substituted symbols to match
13260         new stdint.m4.
13261         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13262         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13263         * tests/test-stdint.c (verify_same_types)
13264         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13265         the code conforms to C99/C89.
13266         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13267         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13268
13269 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13272         but fix a bug, by requiring at least 64 bits.
13273         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13274         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13275         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13276         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13277
13278         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13279         changes.  Make 2.59 a prerequisite.  Check and substitute for
13280         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13281         inttypes.h.  Do not use special include files; just use the
13282         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13283         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13284         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13285         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13286         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13287         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13288         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13289         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13290         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13291         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13292         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13293         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13294         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13295         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13296         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13297         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13298         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13299         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13300         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13301         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13302         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13303         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13304         not check for things that C99 does not require, e.g., int8_t.  If
13305         a test isn't needed unless <stdint.h> isn't working, and is
13306         unlikely to be needed for any other reason, then don't do it
13307         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13308         size_t, since we assume C89 freestanding at least.  Do not check
13309         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13310         the right thing even if the types are not defined.  Instead use:
13311         (gl_STDINT_TYPE_PROPERTIES): New macro.
13312         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13313         testing whether <sys/types.h> clashes, as Autoconf does this for
13314         us now.  All uses removed.
13315         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13316         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13317         (gl_CHECK_TYPE_SAME):
13318         Remove; no longer needed.
13319         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13320         exists, since we'll return 0 anyway in that case.
13321         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13322
13323 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13324
13325         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13326         possible collision with system files.
13327         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13328         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13329         WCHAR_MIN and WCHAR_MAX in this case.
13330         (<stddef.h>): Do not include; no longer needed.
13331         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13332         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13333         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13334         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13335         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13336         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13337         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13338         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13339         !defined(__c99))]: Include in this case too, since it's harmless
13340         now.
13341         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13342         dangerous to do so.
13343         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13344         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13345         (_STDINT_MIN, _STDINT_MAX): New macros.
13346         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13347         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13348         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13349         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13350         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13351         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13352         macros, not typedefs; this simplifies things quite a bit.
13353         Use long int for all types narrower than int64_t.
13354         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13355         Define in terms of long long int or int64_t or long int,
13356         not int64_t or int32_t.  This saves some compile-time testing.
13357         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13358         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13359         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13360         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13361         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13362         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13363         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13364         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13365         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13366         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13367         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13368         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13369         undef any previous version and define our own version, for
13370         simplicity and consistency with the new macros for types.
13371         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13372         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13373         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13374         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13375         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13376         @WINT_T_SUFFIX@ to keep things simple here.
13377         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13378         Simplify by assuming typical 8/16/32/64 host, since we're
13379         already doing that elsewhere anyway.
13380         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13381         and assume long long int is 64 bits if available.  This
13382         speeds up 'configure'.
13383
13384 2006-07-01  Eric Blake  <ebb9@byu.net>
13385
13386         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13387         Reported by Andreas Buening.
13388
13389 2006-07-01  Eric Blake  <ebb9@byu.net>
13390
13391         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13392
13393 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13394
13395         * lib/getaddrinfo.c: fixed typo
13396
13397 2006-06-29  Jim Meyering  <jim@meyering.net>
13398
13399         * modules/strftime (Maintainer): Add my name, since with the
13400         FPRINTFTIME changes strftime.c has forked from glibc.
13401
13402 2006-06-29  Eric Blake  <ebb9@byu.net>
13403
13404         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13405
13406 2006-06-29  Eric Blake  <ebb9@byu.net>
13407
13408         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13409
13410 2006-06-29  Eric Blake  <ebb9@byu.net>
13411
13412         * lib/stat_.h: New file.
13413
13414 2006-06-29  Eric Blake  <ebb9@byu.net>
13415
13416         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13417         unused static function.
13418
13419 2006-06-29  Eric Blake  <ebb9@byu.net>
13420
13421         * doc/functions.texi (Function Portability): Document missing lstat
13422         on mingw.
13423
13424 2006-06-29  Eric Blake  <ebb9@byu.net>
13425
13426         * MODULES.html.sh: Add sys_stat.
13427         * modules/sys_stat: New module.
13428         * modules/mkstemp (Depends-on): Add sys_stat.
13429
13430 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13431
13432         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13433
13434 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13435
13436         * m4/c-bs-a.m4: Removed.
13437
13438 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13439
13440         * lib/strftime.c: Assume strftime() exists.
13441
13442 2006-06-29  Derek Price  <derek@ximbiot.com>
13443
13444         * modules/c-bs-a: Removed - \a is C89.
13445         * MODULES.html.sh: Remove c-bs-a.
13446
13447 2006-06-29  Bruno Haible  <bruno@clisp.org>
13448
13449         * modules/wcwidth (License): Change to LGPL.
13450
13451 2006-06-28  Simon Josefsson  <jas@extundo.com>
13452
13453         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13454         on _WIN32.
13455
13456         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13457         getnameinfo.
13458
13459 2006-06-28  Simon Josefsson  <jas@extundo.com>
13460
13461         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13462
13463 2006-06-28  Simon Josefsson  <jas@extundo.com>
13464
13465         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13466         functions there.  It will succeed on Windows XP, but on Windows
13467         2000 and (presumably) earlier, it will fail, and use the internal
13468         re-implementation.
13469         (use_win32_p): New function.
13470         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13471         Support AI_NUMERICSERV to disable getservbyname.
13472         (getnameinfo): New function, only supports
13473         NI_NUMERICHOST|NI_NUMERICSERV for now.
13474
13475         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13476         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13477         getnameinfo.
13478
13479 2006-06-28  Eric Blake  <ebb9@byu.net>
13480
13481         * modules/wcwidth: New file.
13482         * modules/mbchar (Depends-on): Add wcwidth.
13483         * modules/mbswidth (Depends-on): Add wcwidth.
13484         * MODULES.html.sh: Add wcwidth.
13485
13486 2006-06-28  Eric Blake  <ebb9@byu.net>
13487
13488         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13489         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13490
13491 2006-06-28  Eric Blake  <ebb9@byu.net>
13492
13493         * lib/xvasprintf.h: Fix comments.
13494
13495 2006-06-28  Eric Blake  <ebb9@byu.net>
13496
13497         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13498         * lib/mbswidth.c (wcwidth): Move from here...
13499         * lib/wcwidth.h: ...to this new file.
13500
13501 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13502
13503         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13504
13505         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13506         it's obsolete.
13507         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13508
13509 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13510
13511         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13512         Autoconf 2.60 says this stuff was obsolete.
13513
13514 2006-06-28  Bruno Haible  <bruno@clisp.org>
13515
13516         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13517
13518 2006-06-28  Bruno Haible  <bruno@clisp.org>
13519
13520         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13521         gt_TYPE_WCHAR_T.
13522
13523 2006-06-28  Bruno Haible  <bruno@clisp.org>
13524
13525         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13526         declaration for wcwidth.
13527         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13528
13529 2006-06-28  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13532         (mkdir): Define using _mkdir.
13533
13534 2006-06-28  Bruno Haible  <bruno@clisp.org>
13535
13536         * lib/getaddrinfo.h: Fix POSIX URL.
13537         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13538         _WIN32.
13539         (use_win32_p): Make static.
13540         (getaddrinfo): Reject service name if it is empty or does not consist
13541         solely of decimal digits, or if its value is > 65535.
13542         (getnameinfo): Remove useless casts.
13543
13544 2006-06-27  Simon Josefsson  <jas@extundo.com>
13545
13546         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13547         Eggert and Martin Lambers.
13548
13549 2006-06-27  Simon Josefsson  <jas@extundo.com>
13550
13551         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13552         Eggert and Martin Lambers.
13553
13554 2006-06-27  Bruno Haible  <bruno@clisp.org>
13555
13556         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13557         result to 0, not to empty.
13558         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13559
13560 2006-06-27  Bruno Haible  <bruno@clisp.org>
13561
13562         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13563
13564 2006-06-26  Simon Josefsson  <jas@extundo.com>
13565
13566         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13567         present.
13568
13569 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13572         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13573         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13574
13575 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13576
13577         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13578
13579 2006-06-26  Bruno Haible  <bruno@clisp.org>
13580
13581         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13582
13583 2006-06-26  Bruno Haible  <bruno@clisp.org>
13584
13585         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13586
13587 2006-06-26  Bruno Haible  <bruno@clisp.org>
13588
13589         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13590         SGI C compiler in pre-C99 mode.
13591         Suggested by Mark D. Baushke and Larry Jones.
13592
13593 2006-06-26  Bruno Haible  <bruno@clisp.org>
13594
13595         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13596         WCHAR_MAX.
13597         Reported by Mark D. Baushke and Larry Jones.
13598
13599 2006-06-26  Bruno Haible  <bruno@clisp.org>
13600
13601         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13602         in pre-C99 mode.
13603         Suggested by Mark D. Baushke and Larry Jones.
13604
13605 2006-06-23  Simon Josefsson  <jas@extundo.com>
13606             Bruno Haible  <bruno@clisp.org>
13607
13608         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13609         Emit mostlyclean-local rule.
13610         (func_emit_tests_Makefile_am): Likewise.
13611         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13612
13613 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13614
13615         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13616
13617 2006-06-23  Bruno Haible  <bruno@clisp.org>
13618
13619         * tests/test-stdint.c: Update to match ISO C 99 Technical
13620         Corrigendum 1.
13621
13622 2006-06-23  Bruno Haible  <bruno@clisp.org>
13623
13624         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13625
13626 2006-06-23  Bruno Haible  <bruno@clisp.org>
13627
13628         * lib/stdint_.h: Treat IRIX like OpenBSD.
13629
13630 2006-06-23  Bruno Haible  <bruno@clisp.org>
13631
13632         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13633         ISO C 99 Technical Corrigendum 1.
13634
13635 2006-06-22  Simon Josefsson  <jas@extundo.com>
13636
13637         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13638         MinGW.
13639
13640 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13643         needed.  Some compiler complained about some of them.  Problem reported
13644         by Larry Jones in
13645         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13646
13647 2006-06-21  Simon Josefsson  <jas@extundo.com>
13648
13649         * tests/test-getaddrinfo.c: New file.
13650
13651         * modules/getaddrinfo-tests: New file.
13652
13653         * MODULES.html.sh: Add inet_pton.
13654
13655         * modules/inet_pton: New file.
13656
13657 2006-06-21  Simon Josefsson  <jas@extundo.com>
13658
13659         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13660         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13661         of using the (limited) gnulib implementation on Windows XP.
13662
13663         * m4/inet_pton.m4: New file.
13664
13665 2006-06-21  Simon Josefsson  <jas@extundo.com>
13666
13667         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13668         variable.
13669
13670         * lib/socket_.h: Don't define WINVER.
13671
13672         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13673         slightly modified to work in gnulib.
13674
13675 2006-06-21  Simon Josefsson  <jas@extundo.com>
13676
13677         * doc/gnulib.texi (Windows sockets): Add.
13678
13679 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13680
13681         * lib/read-file.c (fread_file): Start with buffer allocation of
13682         0 bytes rather than 1 byte; this simplifies the code.
13683         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13684         code to free buffer and save/restore errno.
13685         (internal_read_file): Remove unused local.
13686
13687 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13688
13689         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13690         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13691         Problem reported by Denis Excoffier in
13692         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13693
13694 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13695
13696         * modules/sys_socket, modules/socklen: Include sys/types since
13697         FreeBSD 4.x's sys/socket.h needs it.
13698
13699 2006-06-19  Simon Josefsson  <jas@extundo.com>
13700
13701         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13702
13703 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13706
13707 2006-06-19  Bruno Haible  <bruno@clisp.org>
13708
13709         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13710         and FULL_PATH_INTTYPES_H in angle brackets.
13711         Reported by Mark D. Baushke <mdb@gnu.org>.
13712
13713 2006-06-17  Eric Blake  <ebb9@byu.net>
13714
13715         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13716         errno.
13717
13718 2006-06-17  Bruno Haible  <bruno@clisp.org>
13719
13720         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13721         <sys/inttypes.h>.
13722
13723 2006-06-17  Bruno Haible  <bruno@clisp.org>
13724
13725         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13726         whether errno is declared. Assume <errno.h> declares errno.
13727
13728 2006-06-17  Bruno Haible  <bruno@clisp.org>
13729
13730         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13731
13732 2006-06-17  Bruno Haible  <bruno@clisp.org>
13733
13734         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13735         problem on Solaris 2.5.1.
13736
13737 2006-06-16  Eric Blake  <ebb9@byu.net>
13738
13739         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13740         * lib/unicodeio.c [!defined errno]: Likewise.
13741         * lib/strtol.c [!defined errno]: Likewise.
13742         * lib/strtod.c [!defined errno]: Likewise.
13743
13744 2006-06-15  Eric Blake  <ebb9@byu.net>
13745
13746         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13747
13748 2006-06-15  Eric Blake  <ebb9@byu.net>
13749
13750         * config/srclist.txt (ssize_t.m4): Lose sync.
13751
13752 2006-06-15  Bruno Haible  <bruno@clisp.org>
13753
13754         * modules/stdint (Files): Include m4/full-header-path.m4,
13755         m4/size_max.m4, m4/wchar_t.m4.
13756         (Makefile.am): Many more substitutions.
13757         * modules/stdint-tests: New file.
13758         * tests/test-stdint.c: New file.
13759
13760 2006-06-15  Bruno Haible  <bruno@clisp.org>
13761
13762         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13763         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13764         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13765         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13766         gl_CHECK_TYPE_SAME): New macros.
13767
13768 2006-06-15  Bruno Haible  <bruno@clisp.org>
13769
13770         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13771
13772 2006-06-15  Bruno Haible  <bruno@clisp.org>
13773
13774         * lib/stdint_.h: Rewritten to be fully auto-configured.
13775         Fixes bug on HP-UX/IA64.
13776
13777 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13778
13779         * lib/getdate.y (__attribute__): Don't define if already defined.
13780         Problem reported by Larry Jones.
13781         * lib/utimens.c (__attribute__): Likewise.
13782
13783 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13786         reported by Andreas Schwab.
13787
13788 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13789             Bruno Haible  <bruno@clisp.org>
13790
13791         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13792         check for the declaration of strnlen and a run test that exposes the
13793         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13794         rpl_strndup.
13795
13796 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13797             Bruno Haible  <bruno@clisp.org>
13798
13799         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13800
13801 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13802
13803         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13804         compile test, for Tru64 4.0D.
13805
13806 2006-05-28  Karl Berry  <karl@gnu.org>
13807
13808         * config/srclist.txt (printf-args.c): lose sync.
13809
13810 2006-05-26  Martin Lambers  <marlam@marlam.de>
13811
13812         * lib/getpass.c: Updates the test for the native W32 API, and adds
13813         missing includes, thus fixing compilation warnings.
13814
13815 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13816
13817         * lib/exclude.c (exclude_fnmatch): New function.
13818         (excluded_file_name): Call exclude_fnmatch.
13819         * lib/exclude.h (excluded_file_name): New prototype
13820
13821 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13822
13823         * lib/tempname.c (small_open, large_open): New macros.
13824         (__open, __open64) [!_LIBC]: Remove.
13825         (__gen_tempname): Use small_open and large_open instead of __open
13826         and __open64.  This fixes a portability bug on HP-UX 11.11i
13827         reported by Simon Wing-Tang in
13828         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13829
13830 2006-05-24  Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13833         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13834         Reported by Thorsten Maerz <torte@netztorte.de> via
13835         Aaron Stone <aaron@serendipity.cx>.
13836
13837 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13840         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13841         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13842         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13843         not really conditional on the cache.
13844         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13845
13846 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13847
13848         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13849         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13850         (my_usleep): Don't mishandle maximum value.
13851
13852 2006-05-19  Jim Meyering  <jim@meyering.net>
13853
13854         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13855
13856 2006-05-17  Bruno Haible  <bruno@clisp.org>
13857
13858         Cygwin portability.
13859         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13860
13861 2006-05-17  Bruno Haible  <bruno@clisp.org>
13862
13863         * lib/stdint_.h: Fix recognition of Cygwin.
13864
13865 2006-05-15  Bruno Haible  <bruno@clisp.org>
13866
13867         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13868         on libtool patch by Ralf Wildenhues.
13869
13870 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13871
13872         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13873         test for C99 conformance; (bool) 0.5 is an integer constant
13874         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13875         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13876
13877 2006-05-11  Simon Josefsson  <jas@extundo.com>
13878
13879         * m4/xvasprintf.m4: Fix obvious typo.
13880
13881 2006-05-11  Jim Meyering  <jim@meyering.net>
13882
13883         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13884         James Lemley.
13885
13886 2006-05-10  Simon Josefsson  <jas@extundo.com>
13887
13888         * lib/md4.c: Typo fix, update copyright years.
13889         (K1, K2): Don't use L because it turn computations into 64-bit on
13890         64-bit platforms.
13891
13892 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13893
13894         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13895         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13896         unwanted sign propagation, e.g., on hosts with 64-bit int.
13897         There still are some problems with reeelly weird theoretical hosts
13898         (e.g., 33-bit int) but it's not worth worrying about now.
13899         * lib/sha1.c (rol): Likewise.
13900         (K1, K2, K3, K4): Remove unnecessary L suffix.
13901
13902 2006-05-10  Bruno Haible  <bruno@clisp.org>
13903
13904         * lib/des.c: Cast to avoid warnings.
13905
13906 2006-05-09  Bruno Haible  <bruno@clisp.org>
13907
13908         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13909         (Depends-on): Depend also on xsize, stdarg.
13910         (configure.ac): Add gl_XVASPRINTF.
13911
13912 2006-05-09  Bruno Haible  <bruno@clisp.org>
13913
13914         * m4/xvasprintf.m4: New file.
13915
13916 2006-05-09  Bruno Haible  <bruno@clisp.org>
13917
13918         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13919         (EOVERFLOW): Define fallback value.
13920         (xstrcat): New function.
13921         (xvasprintf): Recognize the special case of a string concatenation.
13922
13923 2006-05-08  Eric Blake  <ebb9@byu.net>
13924
13925         * gnulib-tool (func_version): Base copyright year on CVS date.
13926         (func_emit_copyright_notice): New function.
13927         (func_emit_lib_Makefile_am): Use it.
13928         (func_emit_tests_Makefile_am): Likewise.
13929         (func_import): Likewise.
13930
13931 2006-05-08  Bruno Haible  <bruno@clisp.org>
13932
13933         * modules/stdarg: New file.
13934         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13935
13936 2006-05-08  Bruno Haible  <bruno@clisp.org>
13937
13938         * m4/stdarg.m4: New file, from GNU gettext.
13939
13940 2006-05-08  Bruno Haible  <bruno@clisp.org>
13941
13942         * config/srclist.txt (build-aux/config.rpath): different from latest
13943         release.
13944
13945 2006-05-08  Bruno Haible  <bruno@clisp.org>
13946
13947         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13948
13949 2006-05-05  Jim Meyering  <jim@meyering.net>
13950
13951         * m4/warning.m4: New file, derived from bison's file by the same name.
13952
13953 2006-05-03  Bruno Haible  <bruno@clisp.org>
13954
13955         * lib/stdint_.h: Shorter URL.
13956         * lib/inttypes.h: Likewise.
13957
13958 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13959
13960         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13961
13962 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13963
13964         * lib/verify.h: Document the internals better.  Most of this change
13965         was written by Bruno Haible.
13966
13967 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13968
13969         * doc/verify.texi: New file, partly based on a proposal by
13970         Bruno Haible.
13971
13972 2006-05-02  Bruno Haible  <bruno@clisp.org>
13973
13974         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13975         test from here...
13976         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13977
13978 2006-04-29  Bruno Haible  <bruno@clisp.org>
13979
13980         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13981         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13982
13983 2006-04-29  Bruno Haible  <bruno@clisp.org>
13984
13985         * gnulib-tool: Make --update option actually work.
13986
13987 2006-04-29  Bruno Haible  <bruno@clisp.org>
13988
13989         * doc/gcd.texi: New file.
13990         * doc/gnulib.texi: Include it.
13991
13992 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13993
13994         * lib/getdate.y (get_date): When adding relative date, start with the
13995         initial time, not with the result of the first mktime call.
13996
13997 2006-04-25  Bruno Haible  <bruno@clisp.org>
13998
13999         * gnulib-tool (func_import): Output the include directives in three
14000         blocks, sorted separately.
14001         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14002
14003 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14006         to define main with arguments, for C++.  Reported by Eric Blake.
14007         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14008         Prefer 'int main ()' to 'int main (void)', for C++.
14009         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14010         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14011         for 'main', for C99 and C++.
14012
14013 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14014
14015         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14016         Don't assume that exit status -1 is valid.
14017         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14018         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14019         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14020         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14021         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14022         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14023         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14024         functions can be used without declaring them, or that you can
14025         exit with status -1.
14026         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14027
14028 2006-04-24  Karl Berry  <karl@gnu.org>
14029
14030         * config/srclist.txt (longdouble.m4): sync lost.
14031
14032 2006-04-24  Eric Blake  <ebb9@byu.net>
14033
14034         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14035
14036 2006-04-24  Bruno Haible  <bruno@clisp.org>
14037
14038         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14039         poll() implementation in AIX.
14040         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14041
14042 2006-04-24  Bruno Haible  <bruno@clisp.org>
14043
14044         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14045         assigned exactly once.
14046
14047 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14048             Bruno Haible  <bruno@clisp.org>
14049
14050         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14051         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14052         for AM_CPPFLAGS.
14053
14054 2006-04-23  Bruno Haible  <bruno@clisp.org>
14055
14056         * modules/copy-file: Depend on unistd.
14057         * modules/execute: Likewise.
14058         * modules/fatal-signal: Likewise.
14059         * modules/findprog: Likewise.
14060         * modules/mkdtemp : Likewise.
14061         * modules/pipe: Likewise.
14062         * modules/wait-process: Likewise.
14063
14064 2006-04-23  Bruno Haible  <bruno@clisp.org>
14065
14066         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14067         condition was already detected.
14068         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14069
14070 2006-04-23  Bruno Haible  <bruno@clisp.org>
14071
14072         * lib/copy-file.c: Include <unistd.h> unconditionally.
14073         * lib/execute.c: Likewise.
14074         * lib/fatal-signal.c: Likewise.
14075         * lib/findprog.c: Likewise.
14076         * lib/mkdtemp.c: Likewise.
14077         * lib/pipe.h: Likewise.
14078         * lib/pipe.c: Likewise.
14079         * lib/wait-process.h: Likewise.
14080
14081 2006-04-23  Bruno Haible  <bruno@clisp.org>
14082
14083         * gnulib-tool (func_usage): Fix --import description. Document
14084         --update.
14085         (func_import): Create temporary file in a temporary directory, if
14086         --dry-run is specified. Silence errors from 'grep' when there are no
14087         m4 files in $m4dir.
14088         (func_create_testdir): Silence errors from 'grep' when there are no
14089         m4 files in $m4dir.
14090         Reported by Karl Berry <karl@freefriends.org>.
14091
14092 2006-04-20  Bruno Haible  <bruno@clisp.org>
14093
14094         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14095         one argument, so that the code will be portable to Autoconf 2.60.
14096         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14097         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14098         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14099
14100 2006-04-19  Derek Price  <derek@ximbiot.com>
14101             Eric Blake  <ebb9@byu.net>
14102
14103         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14104         rather than "/full/path.h".  Update comment to match.  Shorten &
14105         generalize m4_translit call via AS_TR_CPP.
14106
14107 2006-04-19  Derek Price  <derek@ximbiot.com>
14108             Eric Blake  <ebb9@byu.net>
14109
14110         * lib/inttypes.h: Correct grammar in comment.
14111
14112 2006-04-18  Derek Price  <derek@ximbiot.com>
14113             Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         * modules/inttypes: New file.
14116         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14117
14118 2006-04-18  Derek Price  <derek@ximbiot.com>
14119             Paul Eggert  <eggert@cs.ucla.edu>
14120
14121         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14122         New files.
14123
14124 2006-04-18  Derek Price  <derek@ximbiot.com>
14125             Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * lib/inttypes.h: New file.
14128         * lib/strtoimax.c: Assume <inttypes.h>.
14129
14130 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14133         isn't mounted.  Problem reported by Kir Kolyshkin.
14134
14135 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14138         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14139         Derek R. Price.
14140         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14141         implementation.
14142
14143 2006-04-12  Eric Blake  <ebb9@byu.net>
14144
14145         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14146         is now done automatically by the corresponding Autoconf macro.
14147
14148 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14149
14150         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14151         time_r.h.
14152
14153 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         Merge regex changes from libc, removing some of our
14156         POSIX-conformance changes that were rejected and redoing them in a
14157         less-intrusive way.
14158
14159         * lib/regcomp.c (re_compile_internal, init_dfa):
14160         Length arg is now size_t, not Idx.  All uses changed.
14161         (peek_token): Forward decl now says internal_function.
14162         (__re_error_msgid, __re_error_msgid_idx):
14163         Now static rather than extern with attribute_hidden.
14164         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14165         For some reason libc prefers K&R style defns for external functions.
14166         (regerror) [!defined _LIBC]: Likewise.
14167         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14168         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14169         (build_range_exp, build_collating_symbol):
14170         Use K&R-style defn.
14171         (re_compile_fastmap): Use '\0' to memset, not 0.
14172         (utf8_sb_map): Make the calculations more obvious.
14173         (init_dfa, parse_bracket_exp, build_charclass_op):
14174         Call calloc and cast result, as glibc does.
14175         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14176         (build_range_exp, build_collating_symbol):
14177         Now internal functions.
14178
14179         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14180
14181         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14182         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14183         Don't depend on VMS; depend on __VMS instead, for POSIX
14184         namespace cleanness.
14185         (regoff_t): Define to ssize_t, not long int.
14186
14187         Remove the REG_ macros named below.  Instead, make the old names
14188         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14189         __USE_GNU_REGEX.
14190         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14191         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14192         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14193         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14194         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14195         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14196         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14197         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14198         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14199         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14200         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14201         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14202         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14203         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14204         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14205         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14206         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14207         (REG_NREGS):
14208         Remove.  All uses replaced by the old RE_* names.
14209         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14210         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14211         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14212         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14213         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14214         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14215         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14216         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14217         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14218         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14219         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14220         Don't bother having these macros be independent of each others'
14221         values, since they no longer exist in the POSIX name space.
14222
14223         Rename the following member names back to their old names,
14224         unless !__USE_GNU_REGEX.  All uses changed back.
14225         (buffer): Renamed from re_buffer.
14226         (allocated): Renamed from re_allocated.
14227         (used): Renamed from re_used.
14228         (syntax): Renamed from re_syntax.
14229         (fastmap): Renamed from re_fastmap.
14230         (translate): Renamed from re_translate.
14231         (can_be_null): Renamed from re_can_be_null.
14232         (regs_allocated): Renamed from re_regs_allocated.
14233         (fastmap_accurate): Renamed from re_fastmap_accurate.
14234         (no_sub): Renamed from re_no_sub.
14235         (not_bol): Renamed from re_not_bol.
14236         (not_eol): Renamed from re_not_eol.
14237         (newline_anchor): Renamed from re_newline_anchor.
14238         (num_regs): Renamed from rm_num_regs.
14239         (start): Renamed from rm_start.
14240         (end): Renamed from rm_end.
14241
14242         (free_state): Move up a bit.
14243
14244         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14245         #define to be empty.
14246         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14247         when that is what is intended.
14248         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14249         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14250         (MAX): New macro.
14251         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14252         All uses changed back to re_malloc, etc.  It's now the caller's
14253         responsibility to check for overflow; all callers changed.
14254         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14255         (re_x2nrealloc): Remove.
14256         (free_state): Remove decl.
14257
14258         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14259         (re_set_registers, re_exec):
14260         Use K&R-style defn.
14261
14262         2006-01-31  Roland McGrath  <roland@redhat.com>
14263
14264         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14265         Reported by Mike Frysinger <vapier@gentoo.org>.
14266
14267         2006-01-15  Andreas Jaeger  <aj@suse.de>
14268
14269         [BZ #1950]
14270         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14271         build_wcs_upper_buffer change.
14272         (build_wcs_upper_buffer): Change return type.
14273
14274         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14275
14276         * lib/regex_internal.h: Include <stdint.h> if available.
14277
14278         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14279
14280         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14281
14282         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14283
14284         * lib/regcomp.c: Adjust for changed secondary hash function.
14285
14286         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14287
14288         * lib/regex.h: Pretty printing.
14289         Clean up namespace a bit.
14290
14291         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14292
14293         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14294         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14295
14296         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14297                     Ulrich Drepper  <drepper@redhat.com>
14298
14299         [BZ #1302]
14300         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14301         changed.
14302         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14303
14304         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14305
14306         [BZ #281]
14307         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14308         * lib/regcomp.c: Remove unnecessary uses of
14309         unsigned RE_TRANSLATE_TYPE.
14310         * lib/regex_internal.h: Likewise.
14311         * lib/regex_internal.c: Likewise.
14312         * lib/regexec.c: Likewise.
14313         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14314
14315         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14316
14317         * lib/regexec.c (find_recover_state): Remove unnecessary
14318         initialization.
14319         (transit_state_bkref): Make DFA a const pointer.
14320         (get_subexp): Likewise.
14321         (check_arrival): Likewise.
14322         (update_cur_sifted_state): Likewise.
14323         (re_search_internal): Likewise.
14324         (prune_impossible_nodes): Likewise.
14325         (acquire_init_state_context): Likewise.
14326         (proceed_next_node): Likewise.
14327         (set_regs): Likewise.
14328         (free_fail_stack_return): Likewise.
14329         (check_arrival_expand_ecl): Mark DFA parameter as const.
14330         (check_arrival_expand_ecl_sub): Likewise.
14331         (check_subexp_limits): Likewise.
14332         (sub_epsilon_src_nodes):  Likewise.
14333         (add_epsilon_src_nodes):  Likewise.
14334         (merge_state_array): Likewise.
14335         (update_regs): Likewise.
14336         (build_trtable): Likewise.
14337         (sift_states_backward): Mark MCTX parameter as const.
14338         (build_sifted_states): Likewise.
14339         (update_cur_sifted_state): Likewise.
14340         (sift_states_mkref): Likewise.
14341         (check_arrival_expand_ecl): Mark eclosure as const.
14342         (check_dst_limits_calc_pos_1): Likewise.
14343         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14344         pointer.
14345
14346         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14347
14348         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14349         (transit_state_sb): Likewise.
14350         (transit_state_mb): Likewise.
14351         (sift_states_iter_mb): Likewise.
14352         (check_arrival_add_next_nodes): Likewise.
14353         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14354         [_LIBC] (re_search_2_stub): Use mempcpy.
14355
14356         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14357         mbrtowc for very simple UTF-8 case.
14358
14359         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14360         a pointer-to-const.
14361         (re_acquire_state_context): Likewise.
14362         * lib/regex_internal.h: Adjust prototypes.
14363
14364         * lib/regex.c: Prevent using C++ compilers.
14365
14366         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14367         (re_acquire_state_context): Likewise.
14368
14369 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         * modules/regex (Depends-on): Add ssize_t.
14372
14373 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14374
14375         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14376         translation table.
14377
14378 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14381
14382 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14383             Bruno Haible  <bruno@clisp.org>
14384
14385         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14386         <sys/types.h> and <inttypes.h>.
14387
14388 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14389
14390         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14391         `__error_t_defined', so argp.h will not typedef the former.
14392
14393 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14396         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14397         glibc names.  Even if glibc is changed to conform to POSIX, the
14398         traditional names will be available anyway, since regex depends on
14399         the extensions module.  Also, fix a longstanding typo in the
14400         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14401         reported by Emanuele Giaquinta.  Also, change sense of cached
14402         variable, so that the message makes sense.
14403
14404 2006-03-24  Simon Josefsson  <jas@extundo.com>
14405
14406         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14407         including some doc fixes.
14408         (base64_encode_alloc): Fix +1 bug on allocation failures.
14409
14410 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14411
14412         * lib/base64.c (base64_encode): Do not read past end of array with
14413         unsanitized input on systems with CHAR_BIT > 8.
14414
14415 2006-03-24  Eric Blake  <ebb9@byu.net>
14416
14417         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14418
14419 2006-03-22  Karl Berry  <karl@gnu.org>
14420
14421         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14422         * config/srclistvars.sh (COREUTILS): new var.
14423
14424 2006-03-17  Jim Meyering  <jim@meyering.net>
14425
14426         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14427         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14428
14429 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14430
14431         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14432         no longer needs it.  Instead, check that regoff_t is as least
14433         as wide as ptrdiff_t.
14434
14435         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14436         so that our regex.h stays compatible with the installed regex.
14437         This is helpful for installers who configure --without-included-regex.
14438         Problem reported by Emanuele Giaquinta.
14439
14440 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14443         Typedef to long int, not to off_, as POSIX will likely change
14444         in that direction.
14445
14446 2006-03-15  Eric Blake  <ebb9@byu.net>
14447
14448         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14449
14450 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14451
14452         * lib/argp-help.c (validate_uparams): Fix typo
14453         * lib/argp-parse.c (argp_default_options): Consistently begin help
14454         messages with a lowercase letter.
14455
14456 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14459         overrun buffers and shouldn't be used (much as gets shouldn't be
14460         used).
14461         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14462
14463 2006-03-08  Simon Josefsson  <jas@extundo.com>
14464
14465         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14466         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14467
14468 2006-03-08  Simon Josefsson  <jas@extundo.com>
14469
14470         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14471         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14472
14473 2006-03-08  Simon Josefsson  <jas@extundo.com>
14474
14475         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14476         signal that configure disabled the device.
14477
14478 2006-03-08  Simon Josefsson  <jas@extundo.com>
14479
14480         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14481         languages.
14482
14483 2006-03-07  Simon Josefsson  <jas@extundo.com>
14484
14485         * modules/getopt (Depends-on): Add unistd.
14486
14487         * modules/unistd: New file.
14488
14489 2006-03-07  Simon Josefsson  <jas@extundo.com>
14490
14491         * modules/gc-random: New file.
14492
14493 2006-03-07  Simon Josefsson  <jas@extundo.com>
14494
14495         * m4/unistd_h.m4: New file.
14496
14497 2006-03-07  Simon Josefsson  <jas@extundo.com>
14498
14499         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14500         test to be side-effect free by storing the result in the cache
14501         variable gl_cv_lib_readline, and moving the assignment of
14502         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14503         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14504
14505 2006-03-07  Simon Josefsson  <jas@extundo.com>
14506
14507         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14508         error on missing devices (the functions will return an error).
14509
14510         * m4/gc.m4: Move random stuff to gc-random.m4
14511
14512 2006-03-07  Simon Josefsson  <jas@extundo.com>
14513
14514         * lib/unistd_.h: New file.
14515
14516 2006-03-07  Simon Josefsson  <jas@extundo.com>
14517
14518         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14519
14520 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14523         Problem reported by Juan Manuel Guerrero.
14524
14525 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14526
14527         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14528         the unistd module.
14529         * lib/getlogin_r.c: Likewise.
14530         * lib/getlogin_r.h: Likewise.
14531         * lib/glob.c: Likewise.
14532         * lib/pagealign_alloc.c: Likewise.
14533         * lib/unistd_.h: Remove; no longer needed.
14534
14535 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14538         Add unistd.
14539         * modules/c-stack (Depends-on): Add unistd.
14540         * modules/getlogin_r: Likewise.
14541         * modules/glob: Likewise.
14542         * modules/pagealign_alloc: Likewise.
14543         * modules/unistd (Files): Remove lib/unistd_.h.
14544         (EXTRA_DIST): Remove.
14545         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14546         need unistd_.h.
14547         (MOSTLYCLEANFILES): Remove unistd.h-t.
14548
14549 2006-03-03  Simon Josefsson  <jas@extundo.com>
14550
14551         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14552
14553 2006-03-03  Simon Josefsson  <jas@extundo.com>
14554
14555         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14556         libidn and bison.
14557
14558 2006-03-03  Simon Josefsson  <jas@extundo.com>
14559
14560         * build-aux/maint.mk: Add indent target.
14561
14562 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14563
14564         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14565         our replacement poll.h in any case, to avoid a differing
14566         declaration from a system header.  Seen on AIX.
14567
14568 2006-03-01  Simon Josefsson  <jas@extundo.com>
14569
14570         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14571         <kasal@ucw.cz>.
14572
14573 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         * modules/gettime (Depends-on): Add extensions module.
14576         * modules/nanosleep (Depends-on): Likewise.
14577         * modules/settime (Depends-on): Likewise.
14578
14579 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14582         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14583         pedantically.
14584         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14585         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14586
14587         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14588         not "==".  Reported by Ralf Wildenhues.
14589
14590 2006-03-01  Karl Berry  <karl@gnu.org>
14591
14592         * doc/Copyright/request-*: new files, synced from gnuorg.
14593
14594 2006-03-01  Karl Berry  <karl@gnu.org>
14595
14596         * config/srclist.txt (Copyright/*): new entries.
14597
14598 2006-02-28  Simon Josefsson  <jas@extundo.com>
14599
14600         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14601
14602 2006-02-27  Simon Josefsson  <jas@extundo.com>
14603
14604         * lib/base64.h: Indent #define's.  From Jim Meyering
14605         <jim@meyering.net>.
14606
14607 2006-02-27  Jim Meyering  <jim@meyering.net>
14608
14609         Revert the change of 2006-02-24, so these files can continue
14610         to be sync'd from gettext.
14611         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14612         of `config.h'.
14613
14614 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * modules/intprops: New file.
14617         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14618         Add intprops.
14619         * modules/getloadavg (Files): Remove lib/intprops.h.
14620         (Depends-on): Add intprops.
14621         * modules/human: Likewise.
14622         * modules/inttostr: Likewise.
14623         * modules/openat: Likewise.
14624         * modules/sig2str: Likewise.
14625         * modules/userspec: Likewise.
14626         * modules/utimecmp: Likewise.
14627         * modules/xnanosleep: Likewise.
14628         * modules/xstrtol: Likewise.
14629
14630 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14631
14632         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14633         * modules/lock-tests (TESTS): Use $(EXEEXT).
14634         * modules/tls-tests: Likewise.
14635         * modules/argp-tests: Likewise.
14636         (check_PROGRAMS): New var, replacing...
14637         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14638
14639 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14640
14641         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14642         `config.h'.
14643
14644 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14647
14648 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14649
14650         Sync from coreutils.
14651         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14652         gl_CHDIR_SAFER.
14653
14654 2006-02-22  Jim Meyering  <jim@meyering.net>
14655
14656         Sync from coreutils.
14657         * m4/chdir-safer.m4: New file.
14658
14659 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14660
14661         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14662         AT_FDCWD exceeds INT_MAX.
14663         * lib/openat.h (AT_FDCWD): Likewise.
14664
14665 2006-02-17  Eric Blake  <address@hidden>
14666
14667         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14668
14669 2006-02-16  Simon Josefsson  <jas@extundo.com>
14670
14671         * modules/getaddrinfo (Depends-on): Add sys_socket.
14672
14673 2006-02-15  Simon Josefsson  <jas@extundo.com>
14674
14675         * build-aux/maint.mk: Add dsyntax-check rule.
14676
14677 2006-02-15  Eric Blake  <ebb9@byu.net>
14678
14679         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14680         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14681         'present but cannot compile' warnings on cygwin.
14682         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14683         use ws2tcpip.h if sys/socket.h works.
14684         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14685         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14686
14687 2006-02-14  Simon Josefsson  <jas@extundo.com>
14688
14689         * modules/maintainer-makefile (Files): Rename.
14690
14691         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14692         and (the local) Makefile.cfg to maint-cfg.mk.
14693
14694         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14695         to the latter.
14696
14697         * modules/maintainer-makefile: New module.
14698
14699         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14700         severaly stripped to make it possible to build it up from scratch
14701         with reliable tests.
14702
14703         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14704         fixes to permit overriding the default actions when configure and
14705         makefile are not available.
14706
14707 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14708
14709         Sync from coreutils.
14710         * modules/lstat (Depends-on): Don't depend on xalloc.
14711         (License): Change from GPL to LGPL, since this is now simply a
14712         replacement for a libc function.
14713
14714 2006-02-14  Jim Meyering  <jim@meyering.net>
14715
14716         Sync from coreutils.
14717
14718         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14719         failure on deficient systems, and simplify gnulib lgpl dependencies.
14720         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14721         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14722
14723         * lib/xalloc-die.c: Remove unused definition of N_.
14724
14725 2006-02-14  Jim Meyering  <jim@meyering.net>
14726
14727         Sync from coreutils.
14728         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14729         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14730         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14731         double-quote uses of that variable, to accommodate the rare case in
14732         which getmntent is available in none of the libraries checked.  This
14733         happens at least on FreeBSD 5.0.
14734
14735 2006-02-13  Simon Josefsson  <jas@extundo.com>
14736
14737         * gnulib-tool (Usage): Fix --import, from
14738         karl@freefriends.org (Karl Berry).
14739
14740 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14741
14742         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14743
14744 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14745
14746         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14747         "autoupdate" on 2005-12-12.
14748
14749 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * modules/closeout (Depends-on): Remove atexit.
14752
14753 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14754
14755         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14756         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14757
14758 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14761         __EXTENSIONS__ if this causes compilation to fail.  Problem
14762         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14763         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14764
14765 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14766
14767         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14768         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14769         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14770         All uses changed.
14771
14772 2006-01-26  Simon Josefsson  <jas@extundo.com>
14773
14774         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14775         prototype is visible on mingw32.
14776
14777         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14778         for mingw32.
14779
14780         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14781         mingw32).
14782
14783 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14786         attempt to open for write; this always fails, at least on POSIX
14787         hosts.  This reinstates the 2006-01-09 change, which was
14788         inadvertently removed.
14789
14790 2006-01-26  Bruno Haible  <bruno@clisp.org>
14791
14792         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14793         Reported by Paul Eggert.
14794
14795 2006-01-26  Bruno Haible  <bruno@clisp.org>
14796             Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * lib/stdbool_.h (_Bool)
14799         [(! (defined __cplusplus || defined __BEOS__)
14800           && !defined __GNUC__
14801           && !(defined __HP_cc || defined __xlc__
14802                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14803                || defined __sgi))]:
14804         #define to signed char in these cases too; this simplifies
14805         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14806         etc., separately) and makes it more conservative.
14807
14808 2006-01-25  Simon Josefsson  <jas@extundo.com>
14809
14810         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14811         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14812         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14813
14814 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14815
14816         * lib/argp-namefrob.h: Bugfix. Remove stray #
14817
14818 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14821         so that we test the test.
14822         Check for yet another HP-UX cc bug involving *bool |= bool.
14823
14824 2006-01-25  Karl Berry  <karl@gnu.org>
14825
14826         * config/srclist.txt (vasnprintf.c): sync lost.
14827
14828 2006-01-25  Jim Meyering  <jim@meyering.net>
14829
14830         Sync from the stable (b5) branch of coreutils:
14831
14832         * lib/fts.c (fts_children): Don't let close() clobber errno from
14833         failed fchdir().
14834
14835         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14836         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14837         a dangling symlink.  That can also happen at least for ELOOP.
14838         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14839         FYI, this bug predates the inclusion of fts.c in coreutils.
14840
14841         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14842         in their own block, so pre-c99 compilers don't object.
14843
14844         Avoid the double-free (first in fts_read, second in fts_close) that
14845         would occur when an `active' directory is made inaccessible (e.g.,
14846         via chmod a-x) during a traversal.
14847         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14848         before returning.  Reproduce this failure by
14849         mkdir -p a/b; cd a; chmod a-x . b
14850         Reported by Stavros Passas.
14851
14852 2006-01-25  Jim Meyering  <jim@meyering.net>
14853
14854         * lib/fileblocks.c: Remove more useless parentheses.
14855         * lib/readutmp.h: Likewise.
14856
14857 2006-01-25  Bruno Haible  <bruno@clisp.org>
14858
14859         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14860         warnings.
14861         Reported by Paul Eggert.
14862
14863 2006-01-25  Bruno Haible  <bruno@clisp.org>
14864
14865         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14866         rid of a trap command. For Solaris sh.
14867         Reported by Mark D. Baushke <mdb@gnu.org>.
14868
14869 2006-01-24  Simon Josefsson  <jas@extundo.com>
14870
14871         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14872         Bruno.
14873
14874 2006-01-24  Karl Berry  <karl@gnu.org>
14875
14876         * config/srclist.txt (argp-namefrob.h): sync lost.
14877
14878 2006-01-24  Jim Meyering  <jim@meyering.net>
14879
14880         * modules/openat (Files): Add lib/intprops.h.
14881         From Mark D. Baushke.
14882
14883 2006-01-24  Jim Meyering  <jim@meyering.net>
14884
14885         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14886         Reported by Mark D. Baushke.
14887
14888 2006-01-24  Jim Meyering  <jim@meyering.net>
14889
14890         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14891
14892 2006-01-24  Bruno Haible  <bruno@clisp.org>
14893
14894         * modules/strnlen (Maintainer): Change from glibc to all.
14895
14896 2006-01-24  Bruno Haible  <bruno@clisp.org>
14897
14898         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14899         Patch by Paul Eggert.
14900
14901 2006-01-24  Bruno Haible  <bruno@clisp.org>
14902
14903         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14904         already has it.
14905         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14906         2005-11-26.
14907
14908         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14909         'signed char' to avoid problems with the built-in _Bool type.
14910         Reported by Paul Eggert on 2005-11-26.
14911
14912 2006-01-24  Bruno Haible  <bruno@clisp.org>
14913
14914         * gnulib-tool (func_import): Avoid constructing complicated sed
14915         expressions inside backquote.
14916         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14917
14918 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14919
14920         These changes imported from libc.
14921         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14922         test and two separate function calls.
14923         * lib/strndup.c (__strndup): Add libc_hidden_def.
14924
14925 2006-01-23  Simon Josefsson  <jas@extundo.com>
14926
14927         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14928         Remove the test_*_SOURCES variable: automake infers it by default.
14929         * modules/tls-tests: Likewise.
14930
14931 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         Work around porting bugs reported by Dieter in
14934         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14935         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14936         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14937         Include "getopt.h" first, to check interface.
14938         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14939         !HAVE_DECL_GETENV.
14940         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14941         (__strndup): Revert to K&R-style function dfns, the glibc style.
14942         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14943         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14944         Include strnlen.h first, to get prototype properly.
14945         (strnlen): Renamed from __strnlen.
14946         Remove weak alias.
14947
14948 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14949
14950         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14951
14952 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14953
14954         * config/srclist.txt: Adjust to reflect glibc reorganization.
14955         This affects only comments.
14956
14957 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14958
14959          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14960          Reported by Bruce Korb <bkorb@gnu.org>.
14961
14962 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14963
14964         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14965         to pacify gcc -Wswitch-default.
14966
14967 2006-01-22  Bruno Haible  <bruno@clisp.org>
14968
14969         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14970         temporary buffer for sprintf, take into account the precision also
14971         for 'd', 'i', 'u', 'o', 'x', 'X'.
14972
14973 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14974
14975         * modules/argp-tests: New module
14976         * tests/test-argp.c: New file
14977         * tests/test-argp-2.sh: New file
14978
14979 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14980
14981         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14982         (__argp_base_name): Removed
14983         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14984         typo.
14985         (__argp_base_name): Provide macro definition or extern declaration
14986         depending on the configuration
14987
14988 2006-01-20  Simon Josefsson  <jas@extundo.com>
14989
14990         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14991
14992 2006-01-20  Simon Josefsson  <jas@extundo.com>
14993
14994         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14995
14996 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14997
14998         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14999         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15000         Suggested by Bruno Haible.
15001
15002 2006-01-20  Karl Berry  <karl@gnu.org>
15003
15004         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15005         until changes propagate, I guess.
15006
15007 2006-01-19  Simon Josefsson  <jas@extundo.com>
15008
15009         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15010
15011 2006-01-19  Simon Josefsson  <jas@extundo.com>
15012
15013         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15014
15015 2006-01-19  Simon Josefsson  <jas@extundo.com>
15016
15017         * gnulib-tool: Set check_PROGRAMS.
15018
15019         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15020         modules/des-tests, modules/gc-arcfour-tests,
15021         modules/gc-arctwo-tests, modules/gc-des-tests,
15022         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15023         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15024         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15025         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15026         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15027         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15028         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15029         test_*_SOURCES.
15030
15031 2006-01-18  Simon Josefsson  <jas@extundo.com>
15032
15033         * modules/socklen (Depends-on): Depend on sys_socket.
15034
15035 2006-01-18  Simon Josefsson  <jas@extundo.com>
15036
15037         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15038         modules/des-tests, modules/gc-arcfour-tests,
15039         modules/gc-arctwo-tests, modules/gc-des-tests,
15040         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15041         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15042         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15043         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15044         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15045         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15046         $(EXEEXT) to automake TESTS variable, for mingw32.
15047
15048 2006-01-17  Simon Josefsson  <jas@extundo.com>
15049
15050         * modules/socklen (Include): Need sys/socket.h.
15051
15052 2006-01-17  Bruno Haible  <bruno@clisp.org>
15053
15054         * modules/ssize_t (Include): Add <sys/types.h>.
15055
15056 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15057
15058         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15059         it's not portable and it doesn't work with cross-compiles.
15060         Problem reported by Bruno Haible.  Fix missing-$ typo in
15061         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15062         -zignore from being used with Sun's C compiler.
15063
15064 2006-01-12  Simon Josefsson  <jas@extundo.com>
15065
15066         * lib/base64.c: Fix warning, reported by Bruno Haible
15067         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15068
15069 2006-01-12  Bruno Haible  <bruno@clisp.org>
15070
15071         * modules/ldd: New file.
15072         * build-aux/ldd.sh.in: New file.
15073         * MODULES.html.sh (Support for building libraries and executables): Add
15074         ldd.
15075
15076 2006-01-12  Bruno Haible  <bruno@clisp.org>
15077
15078         * m4/ldd.m4: New file.
15079
15080 2006-01-12  Bruno Haible  <bruno@clisp.org>
15081
15082         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15083         endless loop while replacing $auxdir with build-aux.
15084
15085 2006-01-11  Simon Josefsson  <jas@extundo.com>
15086
15087         * lib/stdint_.h (SIZE_MAX): Add missing (.
15088
15089 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         Sync from coreutils.
15092         * lib/md5.c: Fix commentary typos.
15093         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15094         * lib/md5.h (__attribute__): Remove; unused.
15095         * lib/sha1.c: Fix commentary to match md5 better.
15096         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15097         so that we don't need to worry about alignment.  All uses changed.
15098         This merges the 2005-10-28 md5 change into sha1.
15099
15100 2006-01-11  Jim Meyering  <jim@meyering.net>
15101
15102         Sync from coreutils.
15103         * lib/md5.c (OP): Fix spacing.
15104
15105 2006-01-11  Bruno Haible  <bruno@clisp.org>
15106
15107         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15108         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15109         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15110
15111 2006-01-11  Bruno Haible  <bruno@clisp.org>
15112
15113         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15114         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15115         the "early" section as well.
15116
15117 2006-01-11  Bruno Haible  <bruno@clisp.org>
15118
15119         Avoid "ar: no archive members specified" error on MacOS X.
15120         * gnulib-tool (func_modules_add_dummy): New function.
15121         (func_import, func_create_testdir): Invoke it.
15122
15123 2006-01-11  Bruno Haible  <bruno@clisp.org>
15124
15125         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15126         with $auxdir in AC_CONFIG_FILES statements.
15127
15128 2006-01-11  Bruno Haible  <bruno@clisp.org>
15129
15130         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15131         Initialize also noinst_HEADERS to empty.
15132
15133 2006-01-11  Bruno Haible  <bruno@clisp.org>
15134
15135         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15136         variables.
15137         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15138         autoreconf.
15139
15140 2006-01-11  Bruno Haible  <bruno@clisp.org>
15141
15142         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15143         overridable by the user.
15144         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15145
15146 2006-01-10  Simon Josefsson  <jas@extundo.com>
15147
15148         * modules/sys_socket: New file.
15149
15150 2006-01-10  Simon Josefsson  <jas@extundo.com>
15151
15152         * m4/sys_socket_h.m4: New file.
15153
15154 2006-01-10  Simon Josefsson  <jas@extundo.com>
15155
15156         * lib/socket_.h: New file.
15157
15158 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15159
15160         * modules/readutmp (Maintainer): Add myself.
15161
15162 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15163
15164         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15165         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15166         People who are still concerned with buggy memcmp implementations
15167         can invoke gl_FUNC_MEMCMP themselves.
15168
15169 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15170
15171         * lib/regex_internal.h (BITSET_WORD_BITS):
15172         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15173         preprocessor mishandles large unsigned values as if they were signed.
15174         Problem reported by Claudio Fontana in
15175         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15176
15177 2006-01-10  Jim Meyering  <jim@meyering.net>
15178
15179         Avoid the double-free (first in fts_read, second in fts_close) that
15180         would occur when an `active' directory is made inaccessible (e.g.,
15181         via chmod a-x) during a traversal.
15182         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15183         before returning.  Reproduce this failure by
15184         mkdir -p a/b; cd a; chmod a-x . b
15185         Reported by Stavros Passas.
15186
15187         Sync from coreutils.
15188         * lib/sha1.c: Tweak grammar in a comment.
15189
15190 2006-01-10  Jim Meyering  <jim@meyering.net>
15191
15192         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15193         Patch by Joerg Sonnenberger.
15194
15195 2006-01-10  Bruno Haible  <bruno@clisp.org>
15196
15197         * modules/readutmp: Depend on module free.
15198         * modules/strtok_r: Depend on module restrict.
15199
15200 2006-01-10  Bruno Haible  <bruno@clisp.org>
15201
15202         * modules/gettext (configure.ac): Add an invocation of
15203         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15204
15205 2006-01-10  Bruno Haible  <bruno@clisp.org>
15206
15207         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15208         Reported by Werner Lemberg <wl@gnu.org>.
15209
15210 2006-01-10  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/localcharset.c: Update from GNU gettext.
15213
15214 2006-01-10  Bruno Haible  <bruno@clisp.org>
15215
15216         * lib/argp.h (__const): Remove macro. Use const instead.
15217         * lib/argp-fmtstream.h (__const): Likewise.
15218         * lib/glob_.h (__const): Remove macro.
15219         * lib/glob-libc.h: Use const instead of __const.
15220
15221 2006-01-10  Bruno Haible  <bruno@clisp.org>
15222
15223         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15224         variable.
15225         Needed to avoid an automake error regarding the 'gettext' module.
15226
15227 2006-01-09  Simon Josefsson  <jas@extundo.com>
15228
15229         * modules/inet_ntop (Depends-on): Add restrict.
15230
15231 2006-01-09  Simon Josefsson  <jas@extundo.com>
15232
15233         * modules/gc-rijndael-tests (License): Put under LGPL.
15234
15235         * modules/gc-des-tests (License): Likewise.
15236
15237         * modules/gc-arcfour-tests (License): Likewise.
15238
15239         * modules/gc-arctwo-tests (License): Likewise.
15240
15241         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15242
15243         * modules/gc-hmac-sha1-tests (Files): Likewise.
15244
15245         * modules/gc-hmac-md5-tests (License): Likewise.
15246
15247         * modules/gc-sha1-tests (License): Likewise.
15248
15249         * modules/gc-md5-tests (License): Likewise.
15250
15251         * modules/gc-md4-tests (License): Likewise.
15252
15253         * modules/gc-md2-tests (License): Likewise.
15254
15255         * modules/gc-tests (License): Likewise.
15256
15257         * modules/des-tests (License): Likewise.
15258
15259         * modules/md4-tests (License): Likewise.
15260
15261         * modules/md2-tests (License): Likewise.
15262
15263 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         Sync from coreutils:
15266
15267         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15268         * modules/lib-ignore: New file.
15269         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15270         chdir-safer.m4, lchmod.m4.
15271         * modules/openat: Add mkdirat.c, openat-priv.h.
15272
15273 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         Sync from coreutils.
15276         * m4/lib-ignore.m4: New file.
15277         * m4/lchmod.m4: New file.
15278
15279 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15280
15281         Sync from coreutils.
15282         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15283         for write access: POSIX says that must fail.
15284         * lib/fts.c (diropen): Likewise.
15285         * lib/save-cwd.c (save_cwd): Likewise.
15286         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15287         well, for minor improvements on hosts that lack O_DIRECTORY.
15288         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15289         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15290         Fall back on chown if open failed with EACCES.
15291
15292         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15293         Report an error at compile-time if only a 1-second nominal clock
15294         resolution is found.
15295
15296         * lib/lchmod.h: New file.
15297         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15298         (make_dir_parents): Use lchown rather than chown, and
15299         lchmod rather than chmod.
15300
15301         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15302         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15303         "proc" reported by n0dalus.
15304
15305         * lib/mountlist.c: Include <limits.h>.
15306         (dev_from_mount_options)
15307         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15308         New function.  It no longer assumes "dev=" has the System V meaning
15309         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15310         (read_file_system_list)
15311         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15312         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15313         dev= in that case.
15314
15315         * lib/posixtm.h (PDS_PRE_2000): New macro.
15316         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15317         allow_century.  All usages changed.  Reject dates outside the range
15318         1969-1999 if PDS_PRE_2000 is used.
15319
15320 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         Sync from coreutils.
15323         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15324         (Time of day items): Mention the possibility of leap seconds.
15325         Problem reported by Dr. David Alan Gilbert.
15326
15327 2006-01-09  Jim Meyering  <jim@meyering.net>
15328
15329         Sync from coreutils.
15330
15331         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15332
15333         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15334
15335         * lib/modechange.c (mode_compile): Reject an invalid mode string
15336         that starts with an octal digit.  From Andreas Gruenbacher.
15337
15338         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15339         and dup to open_safer and dup_safer, respectively.
15340         (openat_permissive): Fix typo in comment.
15341
15342         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15343         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15344         (_): Remove; no longer needed.
15345         (openat): Renamed from rpl_openat; no need for rpl_openat
15346         since openat.h renames openat for us.
15347         Replace most of the body with a call to openat_permissive,
15348         to avoid duplicate code.
15349         Port to (probably hypothetical) environments were mode_t is
15350         wider than int.
15351         (openat_permissive): Require mode arg, so that we can check
15352         types better.  Put it just after flags.  Change cwd failure
15353         indicator from pointer-to-bool to pointer-to-errno-value.
15354         All callers changed.
15355         Invoke openat_save_fail and/or openat_restore_fail if
15356         cwd_errno is null, so that openat can call us.
15357         (openat_permissive, fdopendir, fstatat, unlinkat):
15358         Simplify errno handling to avoid some duplicate code,
15359         as it's OK to set errno on success.
15360         * lib/openat.h: Revamp code so that function macros depend on
15361         __OPENAT_PREFIX only, not also on AT_FDCWD.
15362         (openat_ro): Remove.  Caller changed to use openat_permissive.
15363         (openat_permissive): Now a macro, if not a function.
15364         (openat_restore_fail, openat_save_fail): Now always functions,
15365         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15366
15367         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15368         and openat.c.
15369         * lib/mkdirat.c: Include openat-priv.h.
15370         Remove definitions of macros defined therein.
15371         * lib/openat.c: Likewise.
15372
15373         * lib/mkdirat.c (mkdirat): New file and function.
15374         * lib/openat.h (mkdirat): Declare.
15375
15376         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15377
15378         * lib/openat.h (openat_permissive): Declare.
15379         (openat_ro): Define.
15380
15381         * lib/openat.c (EXPECTED_ERRNO): New macro.
15382         (openat_permissive): New function -- used in remove.c rewrite.
15383         (all functions): Set errno just before returning, only if there
15384         was an actual failure.
15385         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15386
15387         Emulate openat-family functions using Linux's procfs, if possible.
15388         Idea and some code based on Ulrich Drepper's glibc changes.
15389
15390         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15391         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15392         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15393         before falling back on save_cwd and restore_cwd.
15394         (fdopendir, fstatat, unlinkat): Likewise.
15395
15396         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15397         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15398
15399         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15400         as second argument to va_arg.  Otherwise, some versions of gcc
15401         warn that `if this code is reached, the program will abort'.
15402
15403 2006-01-09  Jim Meyering  <jim@meyering.net>
15404
15405         Sync from coreutils.
15406         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15407         Require openat-priv.h.
15408
15409 2006-01-09  Bruno Haible  <bruno@clisp.org>
15410
15411         * modules/strnlen (Include): Use strnlen.h.
15412
15413 2006-01-09  Bruno Haible  <bruno@clisp.org>
15414
15415         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15416
15417 2006-01-09  Bruno Haible  <bruno@clisp.org>
15418
15419         * lib/sysexit_.h (EX_OK): New macro.
15420         Suggested by Martin Lambers <marlam@marlam.de>.
15421
15422 2006-01-09  Bruno Haible  <bruno@clisp.org>
15423
15424         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15425         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15426
15427 2006-01-09  Bruno Haible  <bruno@clisp.org>
15428
15429         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15430         numbers.
15431
15432 2006-01-09  Bruno Haible  <bruno@clisp.org>
15433
15434         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15435         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15436         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15437         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15438
15439 2006-01-09  Bruno Haible  <bruno@clisp.org>
15440
15441         * build-aux/javacomp.sh.in: New file, moved from lib/.
15442         * modules/javacomp-script (Files): Update.
15443         (configure.ac): Add AC_CONFIG_FILES invocation.
15444         (EXTRA_DIST): Remove variable.
15445
15446         * build-aux/javaexec.sh.in: New file, moved from lib/.
15447         * modules/javaexec (Files): Update.
15448         (configure.ac): Add AC_CONFIG_FILES invocation.
15449         (EXTRA_DIST): Remove javaexec.sh.in.
15450
15451         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15452         * modules/csharpcomp-script (Files): Update.
15453         (configure.ac): Add AC_CONFIG_FILES invocation.
15454         (EXTRA_DIST): Remove variable.
15455
15456         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15457         * modules/csharpexec (Files): Update.
15458         (configure.ac): Add AC_CONFIG_FILES invocation.
15459         (EXTRA_DIST): Remove csharpexec.sh.in.
15460
15461 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15462
15463         Sync from coreutils.
15464
15465         Add POSIX ACL support
15466         * lib/acl.h (copy_acl, set_acl): Add declarations.
15467         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15468         systems other than Linux.
15469         (chmod_or_fchmod): New function: use fchmod when possible,
15470         and chmod otherwise.
15471         (file_has_acl): Add a POSIX ACL implementation, with a
15472         Linux-specific subcase.
15473         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15474         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15475         acls are unsupported.
15476         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15477         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15478         are unsupported.
15479
15480 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15481
15482         Sync from coreutils.
15483         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15484
15485 2006-01-07  Bruno Haible  <bruno@clisp.org>
15486
15487         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15488         gl_EARLY.
15489
15490 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15493         Problem reported for Mingw by Mark Junker.
15494
15495 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15496
15497         * README: Gnulib normally doesn't generate a tarball.
15498
15499 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15500
15501         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15502         long int, not int, for nanosecond counts, so that people who are
15503         used to POSIX struct timespec won't be surprised.  Reported by Jim
15504         Meyering.
15505
15506 2005-12-28  Bruno Haible  <bruno@clisp.org>
15507
15508         * build-aux/config.rpath: Update from GNU gettext.
15509
15510 2005-12-16  Jim Meyering  <jim@meyering.net>
15511
15512         * modules/fprintftime: New module.
15513         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15514
15515 2005-12-16  Jim Meyering  <jim@meyering.net>
15516
15517         * m4/fprintftime.m4: New file.
15518
15519 2005-12-16  Jim Meyering  <jim@meyering.net>
15520
15521         * lib/fprintftime.c, lib/fprintftime.h: New files.
15522
15523 2005-12-15  Simon Josefsson  <jas@extundo.com>
15524
15525         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15526         new m4/socklen.m4.
15527
15528 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15529
15530         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15531         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15532
15533 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15534
15535         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15536         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15537         struct uparams is valid. Fall back to the default values if it is
15538         not.
15539
15540 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15541
15542         * modules/argp (Files): Add argp-pin.c
15543         (Depends-on): dirname
15544         (lib_SOURCES): Add argp-pin.c
15545
15546 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15547
15548         * m4/argp.m4:  Check if program_invocation_name and
15549         program_invocation_short_name are declared and define appropriate
15550         macros if they are not.
15551
15552 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15553
15554         * lib/argp-help.c (__argp_base_name): New function
15555         (__argp_short_program_name): Rewrite using __argp_base_name
15556         * lib/argp-namefrob.h: Define program_invocation_name and
15557         program_invocation_short_name if requested
15558         (__argp_base_name): Add prototype
15559         * lib/argp-parse.c (argp_def): Use gettext wrappers
15560         (argp_default_parser): Use __argp_base_name
15561         * lib/argp-pin.c: New file. Defines program_invocation_name and
15562         program_invocation_short_name on systems that lack them.
15563
15564 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15567         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15568         porting problem reported by Georg Schwarz in
15569         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15570
15571 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15574         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15575         porting problem reported by Georg Schwarz in
15576         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15577
15578 2005-12-05  Bruno Haible  <bruno@clisp.org>
15579
15580         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15581         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15582         Reported by Mark Junker <mjscod@gmx.de>.
15583
15584 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15587         Use implementation from Albert Chin, with some
15588         comments/corrections by Stepan Kasal and myself.
15589
15590 2005-12-02  Bruno Haible  <bruno@clisp.org>
15591
15592         * gnulib-tool (func_import): Accept GPLed build tool modules when
15593         --lgpl is given.
15594         * modules/csharpcomp-script: New file.
15595         * modules/csharpcomp: Depend on it.
15596         * modules/javacomp-script: New file.
15597         * modules/javacomp: Depend on it.
15598         Suggested by Simon Josefsson.
15599
15600 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15603         statement, to work around an HP-UX 10.20 compiler bug reported by
15604         Peter O'Gorman.
15605
15606 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * modules/savedir (Depends-on): Add openat.
15609
15610 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15613         (uintmax_t) [defined uintmax_t]: Do not declare.
15614         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15615         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15616         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15617         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15618         sake of portability to weird hosts that C allows (though we don't
15619         know of any practical examples).
15620
15621         * lib/savedir.h (fdsavedir): New decl.
15622         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15623         contains most of the former guts of savedir.
15624         (savedir): Use savedirstream.
15625         Include "openat.h".
15626
15627 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * modules/obstack (Files): Add m4/ulonglong.m4.
15630         Problem reported by Davide Angelocola.
15631
15632 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15635         coreutils no longer futzes with rounding modes.
15636
15637 2005-11-14  Jim Meyering  <jim@meyering.net>
15638
15639         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15640         replacement of mkstemp.
15641
15642 2005-11-10  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/readline.c: Remove EOL.
15645
15646 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15647
15648         * modules/gethrxtime (Depends-on): Add gettime.
15649
15650 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15651
15652         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15653         or gettimeofday; no longer needed.
15654
15655 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15658         time business.
15659         (gethrxtime) [! (HAVE_NANOUPTIME
15660         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15661         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15662         our own approximation.
15663
15664 2005-11-08  Eric Blake  <ebb9@byu.net>
15665
15666         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15667
15668 2005-11-08  Eric Blake  <ebb9@byu.net>
15669
15670         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15671
15672 2005-11-04  Bruno Haible  <bruno@clisp.org>
15673
15674         * gnulib-tool: Implement --update mode.
15675
15676 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         Fix porting problem reported by Theodoros V. Kalamatianos.
15679         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15680         Don't assume that futimes failing means we must fail.
15681
15682 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15685         variables to suggest the intended function of the PATH_MAX check.
15686
15687 2005-10-30  Kean Johnston  <jkj@sco.com>
15688
15689         Trivial changes to support SCO systems.
15690         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15691         as PATH_MAX.
15692         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15693         where __ptr is null when no I/O is pending.
15694
15695 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15696
15697         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15698         leave errno alone.  Problem reported by Dmitry V. Levin.
15699
15700 2005-10-28  Simon Josefsson  <jas@extundo.com>
15701
15702         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15703         Test more.
15704
15705         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15706
15707         * modules/md2, modules/md2-tests: New files.
15708
15709 2005-10-28  Simon Josefsson  <jas@extundo.com>
15710
15711         * m4/inet_ntop.m4: More tests.
15712
15713         * m4/gc-md2.m4, md2.m4: New file.
15714
15715 2005-10-28  Simon Josefsson  <jas@extundo.com>
15716
15717         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15718         "restrict" keywords, as per POSIX.  Protect the function
15719         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15720         Don't use K&R prototypes.  Check the sprintf return values.
15721         Re-define EAFNOSUPPORT if not present.  Indent.
15722
15723         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15724         suggested by Bruno Haible <bruno@clisp.org>.
15725
15726         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15727
15728         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15729
15730         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15731         libgcrypt).
15732
15733         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15734
15735         * lib/md2.h, lib/md2.c: New files.
15736
15737 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15740         errno alone.  Problem reported by Frederic Jolliton.
15741
15742 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * modules/verify (License): Change from GPL to LGPL.  This is a
15745         tiny module and there are apparently near-equivalents that are
15746         under the BSD license.
15747
15748 2005-10-24  Simon Josefsson  <jas@extundo.com>
15749
15750         * modules/sha1: Relicense to LGPL.
15751
15752 2005-10-24  Simon Josefsson  <jas@extundo.com>
15753
15754         * lib/md4.h: Shrink buffer size, now that we changed the type.
15755
15756 2005-10-23  Simon Josefsson  <jas@extundo.com>
15757
15758         * gnulib-tool (func_import): Fix --tests-base.
15759
15760 2005-10-22  Simon Josefsson  <jas@extundo.com>
15761
15762         * modules/arcfour (Depends-on): Need stdint.
15763
15764 2005-10-22  Simon Josefsson  <jas@extundo.com>
15765
15766         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15767         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15768
15769 2005-10-22  Simon Josefsson  <jas@extundo.com>
15770
15771         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15772         suggested by Bruno Haible <bruno@clisp.org>.
15773
15774 2005-10-22  Simon Josefsson  <jas@extundo.com>
15775
15776         * lib/crc.h: Include stddef.h, for size_t.
15777
15778 2005-10-22  Simon Josefsson  <jas@extundo.com>
15779
15780         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15781         arcfour_context struct (simplify test vector testing in GNU
15782         Shishi).
15783
15784 2005-10-21  Simon Josefsson  <jas@extundo.com>
15785
15786         * modules/des, modules/des-tests: New files.
15787
15788         * modules/gc-des, modules/gc-des-tests: New files.
15789
15790         * tests/test-des.c, tests/test-gc-des.c: New file.
15791
15792 2005-10-21  Simon Josefsson  <jas@extundo.com>
15793
15794         * modules/arctwo, modules/arctwo-tests: New files.
15795
15796         * tests/test-arctwo.c: New file.
15797
15798         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15799
15800         * tests/test-gc-arctwo.c: New file.
15801
15802 2005-10-21  Simon Josefsson  <jas@extundo.com>
15803
15804         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15805         Bruno Haible <bruno@clisp.org>.
15806
15807         * m4/gc-des.m4: New file.
15808
15809 2005-10-21  Simon Josefsson  <jas@extundo.com>
15810
15811         * m4/arctwo.m4: New file.
15812
15813         * m4/gc-arctwo.m4: New file.
15814
15815 2005-10-21  Simon Josefsson  <jas@extundo.com>
15816
15817         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15818         block.
15819
15820 2005-10-21  Simon Josefsson  <jas@extundo.com>
15821
15822         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15823         <bruno@clisp.org>.
15824
15825         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15826
15827         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15828         Bruno Haible <bruno@clisp.org>.
15829
15830         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15831         <bruno@clisp.org>.
15832
15833 2005-10-21  Simon Josefsson  <jas@extundo.com>
15834
15835         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15836
15837 2005-10-21  Simon Josefsson  <jas@extundo.com>
15838
15839         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15840
15841 2005-10-21  Simon Josefsson  <jas@extundo.com>
15842
15843         * lib/des.h, lib/des.c: New files.
15844
15845         * lib/gc-gnulib.c: Support DES.c
15846
15847 2005-10-21  Simon Josefsson  <jas@extundo.com>
15848
15849         * lib/arctwo.h, lib/arctwo.c: New files.
15850
15851         * lib/gc-gnulib.c: Support ARCTWO.
15852
15853 2005-10-21  Simon Josefsson  <jas@extundo.com>
15854
15855         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15856         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15857
15858 2005-10-21  Simon Josefsson  <jas@extundo.com>
15859
15860         * gnulib-tool (func_import, func_create_testdir): Define automake
15861         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15862         Makefile.am snippet),
15863         suggested by Bruno Haible <bruno@clisp.org>.
15864
15865         * modules/gc (Makefile.am): Use it.
15866
15867 2005-10-21  Bruno Haible  <bruno@clisp.org>
15868
15869         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15870         patch.
15871
15872 2005-10-19  Simon Josefsson  <jas@extundo.com>
15873
15874         * tests/test-gc-rijndael.c: New file.
15875
15876         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15877
15878 2005-10-19  Simon Josefsson  <jas@extundo.com>
15879
15880         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15881         interface too.
15882
15883 2005-10-19  Simon Josefsson  <jas@extundo.com>
15884
15885         * tests/test-gc-arcfour.c: New file.
15886
15887         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15888
15889 2005-10-19  Simon Josefsson  <jas@extundo.com>
15890
15891         * modules/gc-md4, modules/gc-md4-tests: New file.
15892
15893         * tests/test-gc-md4.c: New file.
15894
15895 2005-10-19  Simon Josefsson  <jas@extundo.com>
15896
15897         * m4/gc-md4.m4: New file.
15898
15899 2005-10-19  Simon Josefsson  <jas@extundo.com>
15900
15901         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15902         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15903         <kasal@ucw.cz>.
15904
15905 2005-10-19  Simon Josefsson  <jas@extundo.com>
15906
15907         * m4/gc-arcfour.m4: New file.
15908
15909         * m4/gc-rijndael.m4: New file.
15910
15911 2005-10-19  Simon Josefsson  <jas@extundo.com>
15912
15913         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15914
15915 2005-10-19  Simon Josefsson  <jas@extundo.com>
15916
15917         * lib/gc-gnulib.c: Support ARCFOUR.
15918
15919 2005-10-19  Simon Josefsson  <jas@extundo.com>
15920
15921         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15922         support.
15923
15924         * lib/gc.h: Add ECB enum type.
15925
15926         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15927
15928 2005-10-18  Simon Josefsson  <jas@extundo.com>
15929
15930         * tests/test-md5.c: New file.
15931
15932         * modules/md5-tests: New file.
15933
15934 2005-10-18  Simon Josefsson  <jas@extundo.com>
15935
15936         * tests/test-md4.c: New file.
15937
15938         * modules/md4, modules/md4-tests: New files.
15939
15940 2005-10-18  Simon Josefsson  <jas@extundo.com>
15941
15942         * m4/md4.m4: New file.
15943
15944 2005-10-18  Simon Josefsson  <jas@extundo.com>
15945
15946         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15947
15948 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15949
15950         * gnulib-tool (func_create_testdir): Omit the second check whether
15951         BUILT_SOURCES in nonempty.
15952
15953 2005-10-17  Simon Josefsson  <jas@extundo.com>
15954
15955         * tests/test-rijndael.c: New file.
15956
15957 2005-10-17  Simon Josefsson  <jas@extundo.com>
15958
15959         * modules/sha1: Depend on stdint instead of md5.
15960
15961         * modules/md5: Depend on stdint, remove uint32_t.
15962
15963 2005-10-17  Simon Josefsson  <jas@extundo.com>
15964
15965         * modules/gc-sha1-tests: New file.
15966
15967         * tests/test-gc-sha1.c: New file.
15968
15969 2005-10-17  Simon Josefsson  <jas@extundo.com>
15970
15971         * m4/md5.m4: Remove call to uint32_t.m4.
15972
15973 2005-10-17  Simon Josefsson  <jas@extundo.com>
15974
15975         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15976
15977         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15978         md5.h.
15979
15980         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15981
15982         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15983
15984 2005-10-17  Simon Josefsson  <jas@extundo.com>
15985
15986         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15987
15988 2005-10-17  Simon Josefsson  <jas@extundo.com>
15989
15990         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15991
15992 2005-10-17  Simon Josefsson  <jas@extundo.com>
15993
15994         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15995
15996         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15997
15998 2005-10-17  Bruno Haible  <bruno@clisp.org>
15999
16000         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16001         that it can also be used in a test.
16002
16003 2005-10-16  Bruno Haible  <bruno@clisp.org>
16004
16005         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16006         TESTS_ENVIRONMENT, so that individual tests can augment it.
16007
16008         * gnulib-tool (func_create_testdir): Use an intermediate target for
16009         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16010         macros, like $(ALLOCA_H), which cannot be passed through the command
16011         line.
16012
16013 2005-10-15  Simon Josefsson  <jas@extundo.com>
16014
16015         * modules/rijndael-tests: New file.
16016
16017         * modules/rijndael: New file.
16018
16019 2005-10-15  Simon Josefsson  <jas@extundo.com>
16020
16021         * m4/rijndael.m4: New file.
16022
16023 2005-10-15  Simon Josefsson  <jas@extundo.com>
16024
16025         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16026
16027         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16028
16029 2005-10-14  Simon Josefsson  <jas@extundo.com>
16030
16031         * tests/test-arcfour.c: New file.
16032
16033         * modules/arcfour, modules/arcfour-tests: New files.
16034
16035 2005-10-14  Simon Josefsson  <jas@extundo.com>
16036
16037         * m4/arcfour.m4: New file.
16038
16039 2005-10-14  Simon Josefsson  <jas@extundo.com>
16040
16041         * lib/arcfour.h, lib/arcfour.c: New files.
16042
16043 2005-10-14  Roland McGrath  <roland@redhat.com>
16044
16045         Import from libc.  [BZ #1331]
16046         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16047         macro argument.
16048         Reported by Matej Vela <vela@debian.org>.
16049
16050 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16051
16052         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16053         include <wchar.h>; no longer needed.
16054
16055 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16058
16059 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16060         and  Ulrich Drepper  <drepper@redhat.com>
16061
16062         Import from libc.
16063         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16064         instead of inline stream orientation test and two separate
16065         function calls.  Pay no attention to USE_IN_LIBIO.
16066
16067 2005-10-13  Simon Josefsson  <jas@extundo.com>
16068
16069         * modules/gc-hmac-md5-tests: New file.
16070
16071         * tests/test-gc-hmac-sha1.c: New file.
16072
16073         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16074
16075         * modules/gc-hmac-md5-tests: New file.
16076
16077         * tests/test-gc-md5.c: New file.
16078
16079         * modules/gc-md5-tests: New file.
16080
16081 2005-10-13  Simon Josefsson  <jas@extundo.com>
16082
16083         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16084         Move memory allocation outside of loop.
16085
16086 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16089         intermediate directory is in a read-only file system.  Problem
16090         reported by Eric Blake.
16091
16092 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16093
16094         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16095
16096 2005-10-12  Simon Josefsson  <jas@extundo.com>
16097
16098         * tests/test-hmac-sha1.c: New file.
16099
16100         * modules/hmac-sha1-tests: New file.
16101
16102         * modules/hmac-sha1: New file.
16103
16104 2005-10-12  Simon Josefsson  <jas@extundo.com>
16105
16106         * modules/gc-sha1: New file.
16107
16108 2005-10-12  Simon Josefsson  <jas@extundo.com>
16109
16110         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16111
16112         * tests/test-gc-pbkdf2-sha1.c: New file.
16113
16114 2005-10-12  Simon Josefsson  <jas@extundo.com>
16115
16116         * modules/gc-md5, modules/gc-hmac-md5: New files.
16117
16118         * modules/gc (Files): Remove md5, memxor and hmac files.
16119
16120 2005-10-12  Simon Josefsson  <jas@extundo.com>
16121
16122         * m4/gc-pbkdf2-sha1.m4: New file.
16123
16124         * m4/gc-hmac-sha1.m4: New file.
16125
16126         * m4/gc-sha1: New file.
16127
16128         * m4/hmac-sha1.m4: New file.
16129
16130 2005-10-12  Simon Josefsson  <jas@extundo.com>
16131
16132         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16133
16134         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16135
16136 2005-10-12  Simon Josefsson  <jas@extundo.com>
16137
16138         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16139         suggested by Bruno Haible <bruno@clisp.org>.
16140
16141 2005-10-12  Simon Josefsson  <jas@extundo.com>
16142
16143         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16144
16145 2005-10-12  Simon Josefsson  <jas@extundo.com>
16146
16147         * lib/gc-pbkdf2-sha1.c: New file.
16148
16149         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16150
16151 2005-10-12  Simon Josefsson  <jas@extundo.com>
16152
16153         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16154
16155         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16156
16157 2005-10-12  Simon Josefsson  <jas@extundo.com>
16158
16159         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16160         GC_USE_HMAC_MD5, respectively.
16161
16162         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16163         (gc_md5): Fix typo.
16164
16165         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16166
16167         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16168
16169         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16170
16171 2005-10-12  Bruno Haible  <bruno@clisp.org>
16172
16173         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16174         Reported by Stepan Kasal <kasal@ucw.cz>.
16175
16176 2005-10-11  Simon Josefsson  <jas@extundo.com>
16177
16178         * tests/test-crc.c: New file.
16179
16180         * modules/crc, modules/crc-tests: New files.
16181
16182 2005-10-11  Simon Josefsson  <jas@extundo.com>
16183
16184         * m4/crc.m4: New file.
16185
16186 2005-10-11  Simon Josefsson  <jas@extundo.com>
16187
16188         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16189
16190         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16191
16192         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16193
16194 2005-10-11  Simon Josefsson  <jas@extundo.com>
16195
16196         * lib/crc.h, lib/crc.c: New files.
16197
16198         * lib/gc.h (gc_hash_buffer): Add doc.
16199
16200 2005-10-11  Bruno Haible  <bruno@clisp.org>
16201
16202         * modules/c-strcasestr: New file.
16203         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16204
16205 2005-10-11  Bruno Haible  <bruno@clisp.org>
16206
16207         * modules/c-strcase: New file.
16208         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16209
16210 2005-10-11  Bruno Haible  <bruno@clisp.org>
16211
16212         * lib/strcasecmp.c: Include limits.h.
16213         (strcasecmp): Avoid integer overflow on exotic platforms.
16214         * lib/strncasecmp.c: Include limits.h.
16215         (strncasecmp): Avoid integer overflow on exotic platforms.
16216         Reported by Paul Eggert.
16217
16218 2005-10-11  Bruno Haible  <bruno@clisp.org>
16219
16220         * lib/c-strcasestr.h: New file, from GNU gettext.
16221         * lib/c-strcasestr.c: New file, from GNU gettext.
16222
16223 2005-10-11  Bruno Haible  <bruno@clisp.org>
16224
16225         * lib/c-strcase.h: New file, from GNU gettext.
16226         * lib/c-strcasecmp.c: New file, from GNU gettext.
16227         * lib/c-strncasecmp.c: New file, from GNU gettext.
16228
16229 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16230
16231         * modules/mempcpy (License): GPL -> LGPL.
16232         * modules/strchrnul (License): Likewise.
16233         * modules/sysexits (License): Likewise.
16234
16235 2005-10-08  Simon Josefsson  <jas@extundo.com>
16236
16237         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16238
16239 2005-10-07  Simon Josefsson  <jas@extundo.com>
16240
16241         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16242
16243 2005-10-06  Simon Josefsson  <jas@extundo.com>
16244
16245         * tests/test-hmac-md5.c: New file.
16246
16247         * modules/hmac-md5-tests: New file.
16248
16249         * modules/hmac-md5: New file.
16250
16251 2005-10-06  Simon Josefsson  <jas@extundo.com>
16252
16253         * m4/hmac-md5.m4: New file.
16254
16255         * m4/memxor.m4: Require gl_C_RESTRICT.
16256
16257 2005-10-06  Simon Josefsson  <jas@extundo.com>
16258
16259         * lib/memxor.c (memxor): Avoid casts and warnings.
16260
16261 2005-10-06  Simon Josefsson  <jas@extundo.com>
16262
16263         * lib/hmac-md5.c: New file.
16264
16265         * lib/hmac.h: New file.
16266
16267 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16270         promotes to int, not unsigned int, to catch the AIX 5.3
16271         compiler bug.
16272
16273 2005-10-05  Simon Josefsson  <jas@extundo.com>
16274
16275         * modules/memxor: New file.
16276
16277         * modules/iconv (Files): Move config.rpath to havelib, it is used
16278         there.
16279
16280         * modules/havelib (Files): Add config.rpath.
16281
16282 2005-10-05  Simon Josefsson  <jas@extundo.com>
16283
16284         * m4/memxor.m4: New file.
16285
16286 2005-10-05  Simon Josefsson  <jas@extundo.com>
16287
16288         * lib/memxor.c (memxor): Fix compiler error.
16289
16290         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16291         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16292
16293         * lib/memxor.h, lib/memxor.c: New files.
16294
16295         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16296         we assume all systems have it, suggested by Jim Meyering
16297         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16298         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16299         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16300         same reasons.
16301
16302 2005-10-05  Simon Josefsson  <jas@extundo.com>
16303
16304         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16305
16306 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16307
16308         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16309         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16310         needed, since the source code now assumes these .h files.
16311
16312 2005-10-05  Derek Price  <derek@ximbiot.com>
16313
16314         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16315
16316 2005-10-05  Bruno Haible  <bruno@clisp.org>
16317
16318         * modules/stdint (License): Change to LGPL.
16319
16320 2005-10-04  Simon Josefsson  <jas@extundo.com>
16321
16322         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16323         D. Baushke" <mdb@gnu.org>.
16324
16325 2005-10-04  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/verify.h (verify_true): Provide alternative definition for C++.
16328
16329 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16330
16331         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16332         (SSIZE_MAX): New macro, if not already defined.
16333         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16334         than 2 GiB.
16335
16336 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         Sync from coreutils.
16339         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16340         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16341         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16342         ULLONG_MAX doesn't work with 2.7.2.1.
16343
16344 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16347         From Ben Pfaff.
16348
16349         * modules/exclude (Depends-on): Depend on verify.
16350         * modules/strtoimax (Depends-on): Likewise.
16351         * modules/utimecmp (Depends-on): Likewise.
16352
16353 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16354
16355         * lib/exclude.c: Include verify.h.
16356         (verify): Remove.  All callers changed to use verify.h's version.
16357         * lib/strtoimax.c: Likewise.
16358         * lib/utimecmp.c: Likewis.e
16359
16360         Sync from coreutils.
16361         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16362         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16363         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16364         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16365         bother returning ENOSYS if settimeofday or stime fails; just let
16366         them return whatever errno they want to return.
16367         * lib/utimens.c: Include unistd.h, for dup2.
16368         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16369         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16370
16371 2005-10-02  Jim Meyering  <jim@meyering.net>
16372
16373         Sync from coreutils.
16374         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16375         from glibc-2.2.5 that fails for read-only files.
16376
16377 2005-10-02  Jim Meyering  <jim@meyering.net>
16378
16379         Sync from coreutils.
16380         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16381         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16382         `#if HAVE_CONFIG_H'.
16383         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16384         Remove AT_FDCWD test.
16385         Do not consume the fd unless successful.
16386         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16387         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16388         block, so that we don't even try to compile it if settimeofday is
16389         available.  This works around a compilation failure on OSF1 V5.1,
16390         due to stime requiring a `long int*' while tv_sec is `int'.
16391
16392 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16393
16394         Sync from coreutils.
16395         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16396         against `yes', rather than just testing for nonempty.
16397
16398 2005-10-01  Simon Josefsson  <jas@extundo.com>
16399
16400         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16401         and Darwin.
16402
16403         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16404         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16405         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16406         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16407         Check if struct addrinfo is declared.
16408
16409 2005-10-01  Simon Josefsson  <jas@extundo.com>
16410
16411         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16412         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16413         AI_* and EAI_* definitions.  Protect function declarations.
16414
16415 2005-10-01  Jim Meyering  <jim@meyering.net>
16416
16417         Sync from coreutils.
16418
16419         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16420         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16421         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16422         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16423         in the inet and nsl libraries.  Required on Solaris 5.7.
16424
16425 2005-10-01  Jim Meyering  <jim@meyering.net>
16426
16427         Sync from coreutils.
16428         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16429         in the inet and nsl libraries.  Required on Solaris 5.7.
16430
16431 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16432
16433         * lib/getdelim.c (getdelim): Remove unused variables.
16434
16435 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16438         so that the code works even with ancient cpp.  Portability problem
16439         with GCC 2.7.2.1 reported by Thomas M.Ott.
16440
16441 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * modules/regex (Depends-on): Add strcase.
16444
16445         * modules/gethostname (Licence): Change from GPL to LGPL, since
16446         gethostname.c is a trivial implementation of a standard library
16447         function.
16448         * modules/poll (License): Change from GPL to LGPL, since it's
16449         derived from LGPL code.
16450
16451 2005-09-27  Jim Meyering  <jim@meyering.net>
16452
16453         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16454         HAVE_CONFIG_H.
16455
16456         * lib/intprops.h (signed_type_or_expr__): Define.
16457         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16458         for unsigned types.
16459
16460 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16461
16462         * lib/verify.h (verify_expr): Remove, replacing with:
16463         (verify_true): New macro that returns true instead of void.
16464         (verify_type__): Remove.
16465         (verify): Use verify_true rather than verify_type__.
16466
16467 2005-09-26  Bruno Haible  <bruno@clisp.org>
16468
16469         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16470         is necessary.
16471         (lib_SOURCES): Remove mbchar.c.
16472         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16473         (Files): Add m4/mbrtowc.m4.
16474         * modules/mbiter: Likewise.
16475         * modules/mbuiter: Likewise.
16476
16477 2005-09-26  Bruno Haible  <bruno@clisp.org>
16478
16479         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16480         compile mbchar.c if they are not both present.
16481         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16482         * m4/mbiter.m4 (gl_MBITER): Likewise.
16483         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16484         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16485         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16486
16487 2005-09-25  Jim Meyering  <jim@meyering.net>
16488
16489         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16490         also uses socklen_t.
16491
16492 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         * lib/utimens.c (ENOSYS): Define if not already defined.
16495         (futimens): Support having a null PATH if the file descriptor
16496         is nonnegative.
16497
16498         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16499         Remove.
16500         (__attribute): Define to empty unless GCC 3.1 or later.
16501         This works around a core dump on OpenBSD 3.4, which has GCC
16502         2.95.3, which dumps core when given __attribute__(()).  It also
16503         simplifies other tests, since we really don't want to bother with
16504         worrying about which ancient version of GCC supported what.
16505         Original problem reported by Yoann Vandoorselaere, with part of
16506         the fix suggested by Derek Price.
16507
16508 2005-09-24  Jim Meyering  <jim@meyering.net>
16509
16510         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16511         so we can once again use a positive bitfield width of 1 -- now we
16512         don't have to explain why we were using a bitfield width of 2.
16513
16514 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16515
16516         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16517         and similarly for the other external symbols.  Problem reported
16518         by James Gallager.
16519
16520         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16521         bug reported by Jim Meyering.
16522
16523         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16525         not needed, since socklen is a prerequisite module.
16526
16527 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16528
16529         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16530         Problem reported by Eric Blake.
16531         (getaddrinfo): Initialize se so that it's not garbage.
16532         Redo internal storage allocation so that it doesn't make unportable
16533         assumptions about alignment.
16534         Fix a memory leak.
16535
16536         * lib/utimens.c (futimens): Use futimesat if available.
16537         Prefer it to futimes since it doesn't have the futimes bug.
16538
16539         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16540         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16541         Instead, declare a function that returns a pointer to an array,
16542         and use verify_type__ to declare the size of the array.
16543         Problem and germ of a solution reported by Bruno Haible.
16544         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16545         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16546
16547 2005-09-23  Jim Meyering  <jim@meyering.net>
16548
16549         Sync from coreutils.
16550         Correct build failure (socklen_t not defined) on at least
16551         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16552         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16553
16554 2005-09-23  Jim Meyering  <jim@meyering.net>
16555
16556         * modules/getaddrinfo (Depends-on): Add socklen.
16557
16558 2005-09-23  Bruno Haible  <bruno@clisp.org>
16559
16560         * tests/test-verify.c: New file.
16561
16562 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         Sync from coreutils.
16565
16566         * modules/argmatch (Depends-on): Add verify.
16567         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16568         unistd-safer.
16569         * modules/save-cwd (Depends-on): Likewise.
16570
16571         * modules/openat (Files): Add lib/openat-die.c.
16572         (Depends-on): Remove error, exitfail.
16573         Add dirname.
16574
16575         * modules/verify: New file.
16576         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16577         with "verify" module.
16578
16579 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16580
16581         Sync from coreutils.
16582
16583         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16584         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16585         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16586         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16587         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16588         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16589         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16590         Don't bother checking for string.h, stdlib.h, unistd.h.
16591         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16592         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16593         module's job.
16594         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16595         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16596
16597         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16598         (gl_GETDATE): Use it.
16599
16600         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16601
16602 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16603
16604         Sync from coreutils.
16605
16606         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16607         stat-time.h.
16608         * lib/argmatch.h: Include verify.h
16609         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16610         (ARGMATCH_ASSERT): Remove; unused.
16611         * lib/canonicalize.c: Assume STDC_HEADERS.
16612         * lib/exclude.c: Include "strcase.h".
16613         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16614         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16615         and stdio-safer.h.
16616         (getusershell): Call fopen, not fopen_safer.
16617         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16618         Do not include unistd-safer.h.
16619         (save_cwd): Don't call fd_safer; no longer needed
16620         now that we include fcntl--.h.
16621
16622         * lib/getdate.y (relative_time): New type.
16623         (RELATIVE_TIME_0): New constant.
16624         (parser_control): Use relative_time instead of doing it ourselves.
16625         (%union): Add new relative_time rel member.
16626         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16627         Now typeless.
16628         (relunit, relunit_snumber): Now of type rel.
16629         (zone, rel, relunit, get_date): Adjust to above changes.
16630
16631         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16632         Do not include unistd-safer.h.
16633         (getloadavg): Don't call fd_safer; no longer needed
16634         now that we include fcntl--.h.
16635
16636         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16637         (make_dir_parents): Treat ENOSYS like EEXIST.
16638
16639         Improve quality of diagnostics on restore_cwd failure.
16640         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16641         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16642         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16643         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16644         each time through the loop.  Do not diagnose restore_cwd failure;
16645         that is the caller's job (and perhaps the caller does not care).
16646
16647         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16648         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16649         If the file already exists but is not a directory, don't bother
16650         to try to make its parents.
16651         Close potential file descriptor leak if we can't chdir("/") (!).
16652         Don't always return true if chdir($PWD) fails; return true only
16653         if the requested action was done successfully (except for the
16654         chdir($PWD)).
16655         Don't log final directory unless we actually made it.
16656         Refactor to avoid duplicate code to fix up permissions.
16657         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16658
16659         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16660         to make it a bit faster and (I hope) clearer.
16661         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16662         Fix bug in formats like %2N.
16663
16664         * lib/verify.h: New file.
16665
16666 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         Sync from coreutils.
16669         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16670
16671 2005-09-22  Jim Meyering  <jim@meyering.net>
16672
16673         Sync from coreutils.
16674
16675         * m4/lstat.m4 (gl_FUNC_LSTAT):
16676         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16677         Remove obsolete comment.
16678         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16679         * m4/xstrtod.m4: Likewise.
16680
16681         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16682
16683 2005-09-22  Jim Meyering  <jim@meyering.net>
16684
16685         Sync from coreutils.
16686
16687         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16688
16689         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16690         the .tm_year member, since otherwise gcc-4.0 would now warn about
16691         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16692
16693         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16694         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16695
16696         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16697         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16698         when run in a time zone for which daylight savings time is in effect
16699         for the starting date.
16700
16701         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16702         stop us from restricting permissions of just-created absolute-named
16703         directories.
16704         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16705         to restore initial working directory.
16706         * lib/mkdir-p.c (make_dir_parents): New parameter:
16707         different_working_dir, to tell caller if/when we change the working
16708         directory and are unable to return to the initial one.
16709         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16710         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16711         `return false'.  This fixes a bug introduced on 2004-07-30.
16712
16713         * lib/openat.c (fdopendir): Be sure to close the supplied
16714         file descriptor before returning.  This makes our replacement
16715         implementation a little closer to Solaris's, where fdopendir
16716         ties the file descriptor to the returned DIR* pointer.
16717         * lib/openat.c (unlinkat): New function.
16718         * lib/openat.h (unlinkat): Add prototype.
16719         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16720         (openat_restore_fail): Rename from openat_restore_die.
16721         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16722
16723         Provide an alternative to exiting immediately upon save_cwd or
16724         restore_cwd failure.  Now, an application can arrange e.g.,
16725         to perform a longjump in that case.
16726         * lib/openat.c: Include dirname.h.
16727         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16728         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16729         and openat_restore_die rather than calling error directly.
16730         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16731
16732         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16733         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16734         define.
16735
16736         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16737         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16738                             int utc, int nanoseconds);
16739         Background:
16740         date should not have to allocate a megabyte of virtual memory to
16741         handle a format argument like +%1048575T.  When implemented with
16742         strftime, it must allocate such a buffer, use strftime to fill it
16743         in, print it, then free it.
16744         With fprintftime, it simply prints everything and exits.
16745         With no need for memory allocation, that's one fewer way to fail.
16746         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16747         optional field width, not before, so we accept %9:z, not %:9z.
16748         (my_strftime): Be sure to use L_('x') for literals.
16749
16750         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16751         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16752         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16753         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16754         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16755         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16756         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16757         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16758         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16759         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16760         * lib/xgethostname.c, lib/xreadlink.c:
16761         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16762
16763         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16764         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16765         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16766         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16767         and don't include <sys/file.h>).
16768
16769 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16770
16771         Sync from coreutils.
16772
16773         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16774         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16775         [!LDAV_DONE]: Avoid unused variable warning.
16776
16777 2005-09-21  Bruno Haible  <bruno@clisp.org>
16778
16779         * lib/unicodeio.h (unicode_to_mb): New declaration.
16780
16781 2005-09-20  Derek Price  <derek@ximbiot.com>
16782
16783         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16784         getaddrinfo.h.
16785
16786 2005-09-20  Bruno Haible  <bruno@clisp.org>
16787
16788         * gnulib-tool: Remove trailing slashes from the values specified for
16789         --source-base, --m4-base, --tests-base, --aux-dir.
16790         Suggested by Simon Josefsson <jas@extundo.com>.
16791
16792 2005-09-20  Bruno Haible  <bruno@clisp.org>
16793
16794         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16795         func_modules_to_filelist, func_import, func_create_testdir): Make all
16796         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16797         change when gnulib-tool is invoked in a different locale.
16798
16799 2005-09-19  Simon Josefsson  <jas@extundo.com>
16800
16801         * m4/socklen.m4: Fix typo.
16802
16803 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16804
16805         Use a consistent style for including <config.h>.
16806         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16807         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16808         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16809         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16810         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16811         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16812         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16813         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16814         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16815         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16816         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16817         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16818         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16819         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16820         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16821         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16822         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16823         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16824         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16825         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16826         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16827         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16828         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16829         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16830         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16831         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16832         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16833         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16834         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16835         lib/xstrtoumax.c, lib/yesno.c:
16836         Standardize inclusion of config.h.
16837         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16838         lib/inttostr.h:  Removed inclusion of config.h from header files.
16839         * lib/inttostr.c:  Adjusted in-tree users.
16840         * lib/timespec.h: Remove superfluous warning to include config.h.
16841         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16842         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16843         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16844         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16845         config.h with HAVE_CONFIG_H.
16846
16847 2005-09-19  Jim Meyering  <jim@meyering.net>
16848
16849         * modules/pathmax (License): Change to LGPL.
16850
16851 2005-09-19  Derek Price  <derek@ximbiot.com>
16852
16853         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16854
16855 2005-09-19  Bruno Haible  <bruno@clisp.org>
16856
16857         * gnulib-tool (import): Provide default for --tests-base.
16858
16859 2005-09-19  Bruno Haible  <bruno@clisp.org>
16860
16861         * doc/quote.texi: New file, extracted from gnulib.texi.
16862         * doc/ctime.texi: New file, extracted from gnulib.texi.
16863         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16864         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16865         * doc/gnulib.texi: Include them.
16866
16867 2005-09-18  Bruno Haible  <bruno@clisp.org>
16868
16869         Portability fix.
16870         * gnulib-tool (func_readlink): New function.
16871         (func_ln_if_changed): Use it.
16872
16873 2005-09-18  Bruno Haible  <bruno@clisp.org>
16874
16875         * gnulib-tool: Support --with-tests also with --import.
16876         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16877         (func_import): Use variables $testsbase and $inctests. Emit a
16878         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16879         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16880         SUBDIRS += $testsdir.
16881         (func_create_testdir): Update.
16882
16883 2005-09-18  Bruno Haible  <bruno@clisp.org>
16884
16885         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16886         instead of $dry_run.
16887         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16888         (func_ln_if_changed): Don't handle dry-run here.
16889         (func_import): In dry-run mode, detect more precisely which actions
16890         would be performed, and don't use "...ing" verbs.
16891
16892 2005-09-18  Bruno Haible  <bruno@clisp.org>
16893
16894         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16895         (func_import): Use join on two temporary files instead of three nested
16896         loops, in order to determine which files are new or old.
16897
16898 2005-09-18  Bruno Haible  <bruno@clisp.org>
16899
16900         * gnulib-tool (func_import): Comment out code that spits out the
16901         new files with --dry-run.
16902
16903 2005-09-18  Bruno Haible  <bruno@clisp.org>
16904
16905         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16906
16907 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/stat-time.h: New file.
16910         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16911         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16912         in a different way.
16913         (timespec_cmp): New function.
16914         * lib/utimecmp.c: Include stat-time.h.
16915         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16916         members exist, not on the obsolescent ST_MTIM_NSEC.
16917         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16918
16919 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16920
16921         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16922
16923 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16924
16925         * MODULES.html.sh (File system functions): Add stat-time.
16926         * modules/stat-time: New file.
16927         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16928         is now done in a different way, by the stat-time module.
16929         * modules/utimecmp (Depends-on): Add stat-time.
16930
16931 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         * m4/st_mtim.m4: Remove.  Superseded by...
16934         * m4/stat-time.m4: New file.
16935         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16936         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16937
16938 2005-09-15  Derek Price  <derek@ximbiot.com>
16939
16940         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16941
16942 2005-09-15  Derek Price  <derek@ximbiot.com>
16943
16944         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16945         * lib/regex_internal.c: Ditto, using this...
16946         (__GNUC_PREREQ): ...new macro.
16947         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16948         using...
16949         (__GNUC_PREREQ): ...this new macro.
16950
16951         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16952
16953 2005-09-15  Derek Price  <derek@ximbiot.com>
16954             Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16957         changes, consolidating in...
16958         * lib/regex_internal.h: ...this file.
16959
16960 2005-09-13  Jim Meyering  <jim@meyering.net>
16961
16962         * lib/canon-host.c: Filter through gnu indent and reword comments
16963         slightly.
16964         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16965
16966 2005-09-13  Derek Price  <derek@ximbiot.com>
16967
16968         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16969         failure.
16970         Reported by Jim Meyering  <jim@meyering.net>.
16971
16972 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16973
16974         * lib/base64.c: Typo.
16975         (base64_encode): Put b64str in initialized data section.
16976
16977 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         Merge glibc and coreutils changes into gnulib, plus a few
16980         extra fixes.
16981         * lib/md5.c: Use #error rather than a string.
16982         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16983         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16984         (__attribute__): Define to empty for non recent-GCC.
16985         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16986         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16987         Renamed from their non-__ counterparts, with new macros replacing
16988         them if not _LIBC.  Add __THROW attribute.
16989         (rol): Remove.
16990         (struct md5_ctx): Align buffer if using GCC.
16991         * lib/sha1.h (struct sha1_ctx): Likewise.
16992         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16993         The old name was backwards.
16994         (NOTSWAP): Remove; not used.
16995         (rol): New macro, moved here from md5.h.
16996         (sha1_process_block): Remove a FIXME that doesn't make sense.
16997
16998 2005-09-12  Derek Price  <derek@ximbiot.com>
16999
17000         Return usable errors from canon-host.
17001         * lib/canon-host.h: New file.
17002         * lib/canon-host.c (canon_host): Wrap...
17003         (canon_host_r): ...this new function, which now relies exclusively on
17004         getaddrinfo.
17005         (ch_strerror): New function.
17006         (last_cherror): New global.
17007         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17008         interface.
17009         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17010         void *.
17011         (freeaddrinfo): Free ai->ai_canonname when set.
17012
17013 2005-09-12  Derek Price  <derek@ximbiot.com>
17014
17015         Make canon-host require getaddrinfo.
17016         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17017         AC_LIBSOURCE canon-host.h.  Call...
17018         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17019         gl_GETADDRINFO.
17020         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17021
17022 2005-09-12  Derek Price  <derek@ximbiot.com>
17023
17024         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17025         LGPL.
17026         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17027
17028 2005-09-12  Derek Price  <derek@ximbiot.com>
17029
17030         * lib/gai_strerror.c: Include config.h when available.  Include
17031         getaddrinfo.h before other headers to test interface.
17032         Reported by Larry Jones <lawrence.jones@ugs.com>.
17033
17034 2005-09-12  Derek Price  <derek@ximbiot.com>
17035             Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * modules/glob (Files): Add glob-libc.h.
17038
17039 2005-09-12  Derek Price  <derek@ximbiot.com>
17040             Paul Eggert  <eggert@cs.ucla.edu>
17041
17042         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17043         glob_.h, glob-libc.h.
17044         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17045
17046 2005-09-12  Derek Price  <derek@ximbiot.com>
17047             Paul Eggert  <eggert@cs.ucla.edu>
17048
17049         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17050         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17051         protecting things that should be done only in gnulib contexts.
17052         * lib/glob_.h: New file, containing only the glob things needed for
17053         gnulib.
17054         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17055         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17056         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17057         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17058         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17059         and to respect the namespace rules better.
17060
17061 2005-09-08  Simon Josefsson  <jas@extundo.com>
17062
17063         * modules/socklen: New file.
17064
17065 2005-09-08  Simon Josefsson  <jas@extundo.com>
17066
17067         * m4/socklen.m4: New file.
17068
17069 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17070
17071         * modules/utimens (Files): Add m4/utimbuf.m4, since
17072         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17073         Reported by Sergey Poznyakoff.
17074
17075 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17078         definitions, since that's the preferred style in glibc.
17079         Fix a minor spacing issue, and update copyright notice to match
17080         glibc's.
17081
17082 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17085
17086 2005-09-06  Simon Josefsson  <jas@extundo.com>
17087
17088         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17089         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17090
17091 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17094         warning.
17095
17096 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * config/srclist.txt: Add glibc bug 1302.
17099
17100 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17101
17102         Change bitset word type from unsigned int to unsigned long int,
17103         as this has better performance on typical 64-bit hosts.
17104         Port bitset code to hosts with unusual word sizes.
17105         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17106         (build_collating_symbol):
17107         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17108         argument is a bitset.  This is merely a style issue, but it makes
17109         it clearer that an entire array is expected.
17110         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17111         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17112         Port to the case where bitset_word is not the same as unsigned int.
17113         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17114         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17115         Likewise.
17116         * lib/regexec.c (check_dst_limits_calc_pos_1,
17117         check_subexp_matching_top):
17118         (build_trtable, group_nodes_into_DFAstates):
17119         Likewise.
17120         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17121         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17122         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17123         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17124         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17125         * lib/regcomp.c (optimize_subexps, lower_subexp):
17126         Work even if bitset_word has holes in its bitwise representation.
17127         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17128         * lib/regexec.c (check_dst_limits_calc_pos_1,
17129         check_subexp_matching_top):
17130         Likewise.
17131         * lib/regex_internal.c (re_string_reconstruct):
17132         Don't assume UCHAR_MAX == 255.
17133         * lib/regex_internal.h (bitset_set_all): Likewise.
17134         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17135         All uses changed.
17136         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17137         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17138         All uses changed.
17139         (BITSET_WORD_MAX): New macro.
17140         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17141         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17142         (bitset_empty, bitset_copy):
17143         Prefer sizeof (bitset) to multiplying it out ourselves.
17144         (bitset_not_merge): Remove; unused.
17145         (bitset_contain): Return bool, not unsigned int with one bit on.
17146         All callers changed.
17147         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17148         alignment than re_node_set; do this by defining a new internal
17149         type struct dests_alloc and using it to allocate memory.
17150
17151 2005-09-05  Bruno Haible  <bruno@clisp.org>
17152
17153         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17154         links.
17155
17156 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17157
17158         * modules/size_max (Makefile.am): Add size_max.h
17159
17160 2005-09-04  Derek Price  <derek@ximbiot.com>
17161
17162         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17163
17164 2005-09-03  Simon Josefsson  <jas@extundo.com>
17165
17166         * gnulib-tool: Fix typo.
17167
17168 2005-09-03  Simon Josefsson  <jas@extundo.com>
17169
17170         * config/srclist.txt: Add glibc bug 1293.
17171
17172 2005-09-03  Derek Price  <derek@ximbiot.com>
17173
17174         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17175         From Larry Jones <lawrence.jones@ugs.com>.
17176
17177 2005-09-02  Simon Josefsson  <jas@extundo.com>
17178
17179         * modules/socklen: New file.
17180
17181 2005-09-02  Simon Josefsson  <jas@extundo.com>
17182
17183         * modules/havelib: New module.
17184
17185         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17186         Use havelib.
17187
17188 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17189
17190         Check for arithmetic overflow when calculating sizes, to prevent
17191         some buffer-overflow issues.  These patches are conservative, in the
17192         sense that when I couldn't determine whether an overflow was possible,
17193         I inserted a run-time check.
17194         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17195         macros.
17196         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17197         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17198         (re_xnrealloc, re_x2nrealloc): New inline functions.
17199         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17200         parse_bracket_exp):
17201         (build_equiv_class, build_charclass): Check for arithmetic overflow
17202         in size expression calculations.
17203         * lib/regex_internal.c (re_string_realloc_buffers):
17204         (build_wcs_upper_buffer, re_node_set_add_intersect):
17205         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17206         (re_dfa_add_node, register_state): Likewise.
17207         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17208         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17209         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17210         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17211
17212 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17213
17214         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17215         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17216
17217 2005-09-02  Bruno Haible  <bruno@clisp.org>
17218
17219         Support for lib vs. lib64 distinction on biarch platforms.
17220         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17221         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17222         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17223
17224 2005-09-02  Bruno Haible  <bruno@clisp.org>
17225
17226         * gnulib-tool (import): In the other first-use case, provide defaults
17227         as well.
17228
17229 2005-09-02  Bruno Haible  <bruno@clisp.org>
17230
17231         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17232         patches not yet found in the latest gettext release.
17233
17234 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17237         to avoid a collision with bits/local_lim.h in glibc.
17238         All uses changed.  Problem reported by Dmitry V. Levin in
17239         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17240
17241         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17242         bugs in int versus size_t comparisons.
17243         (re_string_context_at): Fix bug where the code assumed that
17244         Idx is signed.
17245
17246         Use bool where appropriate.
17247         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17248         All callers changed.
17249         (calc_eclosure_iter): Likewise, for ROOT arg.
17250         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17251         (build_charclass_op): Likewise, for NON_MATCH arg.
17252         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17253         (re_string_construct_common): Likewise, for ICASE arg.
17254         * lib/regexec.c (re_search_2_stub, re_search_stub):
17255         Likewise, for RET_LEN arg.
17256         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17257         (set_regs): Likewise, for FL_BACKTRACK arg.
17258         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17259         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17260         (calc_eclosure_iter, parse_bracket_exp):
17261         Use bool for internal variables that are booleans.
17262         * lib/regexec.c (re_search_internal, check_matching,
17263         proceed_next_node):
17264         (set_regs, build_sifted_states, sift_states_bkref):
17265         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17266         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17267         (find_collation_sequence_value):
17268         Likewise.
17269         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17270         (re_node_set_compare):
17271         Return bool, not int. All callers changed.
17272         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17273         (build_trtable, check_node_accept): Likewise.
17274         * lib/regex_internal.h: Include stdbool.h.
17275
17276         Fix bugs uncovered when converting to bool.
17277         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17278         failure instead of charging ahead blindly.
17279         * lib/regex_internal.c (register_state): Likewise.
17280         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17281         for freeing internal storage.
17282         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17283         bitset pieces used as boolean, to avoid undefined behavior
17284         on hosts that do int overflow checking.
17285
17286 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17287
17288         * config/srclist.txt: Add glibc bugs 1285-1287.
17289
17290 2005-09-01  Jim Meyering  <jim@meyering.net>
17291
17292         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17293         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17294         Require gl_STAT_MACROS, too.
17295
17296 2005-09-01  Bruno Haible  <bruno@clisp.org>
17297
17298         * gnulib-tool (import): In the first-use case, provide defaults.
17299
17300 2005-09-01  Bruno Haible  <bruno@clisp.org>
17301
17302         * gnulib-tool (func_import): Remove the .tmp files.
17303
17304 2005-09-01  Bruno Haible  <bruno@clisp.org>
17305
17306         * gnulib-tool (func_import): Fix handling of symbolic links.
17307
17308 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17309
17310         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17311         old glibc regex code mishandles strings longer than 2**31 bytes.
17312         This patch fixes this when the regex code is used in gnulib
17313         (i.e., outside glibc).
17314
17315         This patch should not affect the use of the regex code inside
17316         glibc.  No doubt this problem also needs to be handled for glibc
17317         as well, but the result will be an incompatible change to the
17318         glibc ABI, and the old ABI will have to be supported too.  That
17319         can be the the subject for another patch.
17320
17321         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17322         governing whether the rest of this patch is active.  By default,
17323         the macro is disabled and the patch has no effect.
17324         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17325         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17326         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17327         (re_match_2, re_set_registers): Use the new types.
17328         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17329         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17330         New macros.
17331         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17332         (re_string_context_at, bin_tree_t, re_dfastate_t):
17333         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17334         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17335         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17336         (re_string_char_size_at, re_string_wchar_at):
17337         (re_string_elem_size_at):
17338         Use the new types and macros to port to 64-bit hosts.
17339         Use unsigned types for internal values, so that the code
17340         mostly works even for arrays larger than SSIZE_MAX.
17341         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17342         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17343         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17344         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17345         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17346         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17347         (calc_inveclosure, parse_dup_op, build_range_exp):
17348         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17349         (fetch_number, create_token_tree, mark_opt_subexp):
17350         Likewise.
17351         * lib/regex_internal.c (re_string_construct_common,
17352         create_ci_newstate):
17353         (create_cd_newstate, re_string_allocate, re_string_construct):
17354         (re_string_realloc_buffers, build_wcs_upper_buffer):
17355         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17356         (re_string_reconstruct, re_string_peek_byte_case):
17357         (re_string_fetch_byte_case, re_string_context_at):
17358         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17359         (re_node_set_init_copy, re_node_set_add_intersect):
17360         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17361         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17362         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17363         (re_acquire_state, re_acquire_state_context, register_state):
17364         Likewise.
17365         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17366         search_cur_bkref_entry):
17367         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17368         (re_search_internal, re_search_2_stub, re_search_stub)
17369         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17370         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17371         (update_cur_sifted_state, check_dst_limits):
17372         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17373         (check_subexp_limits, sift_states_bkref, merge_state_array):
17374         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17375         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17376         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17377         (expand_bkref_cache, check_node_accept_bytes):
17378         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17379         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17380         (acquire_init_state_context, check_halt_node_context):
17381         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17382         (sift_states_backward, clean_state_log_if_needed):
17383         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17384         (find_recover_state, transit_state_sb, transit_state_mb):
17385         (transit_state_bkref, build_trtable, match_ctx_clean):
17386         Likewise.
17387         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17388         to work around an assumption that REG_MISSING is negative.
17389
17390         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17391         (seek_collating_symbol_entry) [defined _LIBC]:
17392         (lookup_collation_sequence_value) [defined _LIBC]:
17393         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17394         Use prototypes rather than old-style function definitions.
17395         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17396         (transit_state_sb) [0]:
17397         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17398
17399         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17400         rm_eo.
17401
17402         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17403         (optimize_subexps, lower_subexp):
17404         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17405         since the signed shift might overflow.  Use 1u<<31 instead.
17406         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17407         Likewise.
17408         * lib/regexec.c (check_dst_limits_calc_pos_1,
17409         check_subexp_matching_top): Likewise.
17410
17411         * lib/regcomp.c (optimize_subexps, lower_subexp):
17412         Use CHAR_BIT rather than 8, for clarity.
17413         * lib/regexec.c (check_dst_limits_calc_pos_1):
17414         (check_subexp_matching_top): Likewise.
17415         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17416         have to worry about portability issues when shifting it left.
17417         Remove no-longer-needed test for table_size > 0.
17418         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17419         in a word, as the resulting behavior is undefined.
17420         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17421         in one case, a <= should have been an <, and in another case the
17422         whole test was missing.
17423         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17424         the standard name CHAR_BIT.
17425         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17426         this is not true on one's complement and signed-magnitude hosts.
17427
17428         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17429         next_last_offset.
17430         (struct re_dfa_t): Remove unused member states_alloc.
17431         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17432
17433 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17436         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17437         and large-file glibc and in 32-bit large-file Solaris.
17438
17439 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17442         lengths fit in regoff_t; this isn't true if regoff_t is the same
17443         width as size_t.
17444         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17445         (= START + RANGE) instead of RANGE.  This avoids overflow
17446         problems when regoff_t is the same width as size_t.
17447         All callers changed.
17448         (re_search_2_stub): Check for overflow when adding the
17449         sizes of the two strings.
17450         (re_search_stub): Check for overflow when adding START
17451         to RANGE; if it occurs, substitute the extreme value.
17452
17453 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17454
17455         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17456
17457 2005-08-31  Jim Meyering  <jim@meyering.net>
17458
17459         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17460         a pointer-to-const.
17461         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17462         (register_state): Likewise.
17463         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17464         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17465         (group_nodes_into_DFAstates): Likewise.
17466
17467 2005-08-31  Jim Meyering  <jim@meyering.net>
17468
17469         * check-module: Add a FIXME comment.
17470
17471 2005-08-31  Eric Blake  <ebb9@byu.net>
17472
17473         * modules/unistd-safer (Files): Add unistd--.h.
17474         * modules/stdio-safer (Files): Add stdio--.h.
17475
17476 2005-08-31  Derek Price  <derek@ximbiot.com>
17477
17478         * lib/getdelim.c (getdelim): Return EOF on EOF.
17479         Reported by Larry Jones <lawrence.jones@ugs.com>.
17480
17481 2005-08-31  Bruno Haible  <bruno@clisp.org>
17482
17483         Avoid unnecessary diffs in the generated lib/Makefile.am.
17484         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17485         the generated files.
17486         (func_import): Don't set cmd.
17487
17488 2005-08-31  Bruno Haible  <bruno@clisp.org>
17489
17490         * lib/strstr.c: Include <stddef.h>, for NULL.
17491         * lib/strcasestr.c: Likewise.
17492         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17493
17494 2005-08-31  Bruno Haible  <bruno@clisp.org>
17495
17496         * gnulib-tool: New option --macro-prefix.
17497         (func_import): Use macro_prefix.
17498         (import): Handle option --macro-prefix.
17499
17500 2005-08-31  Bruno Haible  <bruno@clisp.org>
17501
17502         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17503         Also use new variables cached_lgpl, cached_libtool.
17504
17505 2005-08-31  Bruno Haible  <bruno@clisp.org>
17506
17507         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17508         always instantiating them.
17509
17510 2005-08-31  Bruno Haible  <bruno@clisp.org>
17511
17512         * gnulib-tool (func_import): Read the previous cached settings
17513         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17514         earlier added by gnulib but are now dropped. Warn when a gnulib file
17515         overwrites a non-gnulib file.
17516
17517 2005-08-31  Bruno Haible  <bruno@clisp.org>
17518
17519         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17520         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17521         projects that don't keep autogenerated files in CVS. Put into
17522         actioncmd only the specified modules, not the transitive closure.
17523
17524 2005-08-31  Bruno Haible  <bruno@clisp.org>
17525
17526         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17527         Create directories that shall be filled.
17528         (import): Don't look for gl_* macros in configure.ac. Recurse across
17529         all directories containing a gnulib-cache.m4 files, if meaningful.
17530
17531 2005-08-31  Bruno Haible  <bruno@clisp.org>
17532
17533         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17534         (import): Set seen_libtool when we see gl_LIBTOOL.
17535
17536 2005-08-31  Bruno Haible  <bruno@clisp.org>
17537
17538         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17539         declaration macro definitions from generated gnulib.m4.
17540
17541 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17542
17543         * lib/iconvme.h: Add prototype for iconv_alloc.
17544
17545 2005-08-29  Simon Josefsson  <jas@extundo.com>
17546
17547         * lib/iconvme.c: Fix errno.
17548
17549 2005-08-29  Bruno Haible  <bruno@clisp.org>
17550
17551         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17552         that it works when the directory contains spaces.
17553
17554 2005-08-29  Bruno Haible  <bruno@clisp.org>
17555
17556         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17557
17558 2005-08-29  Bruno Haible  <bruno@clisp.org>
17559
17560         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17561         Emit more advice.
17562
17563 2005-08-29  Bruno Haible  <bruno@clisp.org>
17564         and Stepan Kasal  <kasal@ucw.cz>
17565
17566         * check-module: If more parameters are given, check each of them
17567         separately; add more exceptions, as noted by Jim Meyering.
17568         (check_module): New procedure.
17569         (%exempt_header): Now contains all exceptions.
17570
17571 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17572
17573         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17574
17575 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17576
17577         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17578
17579 2005-08-28  Bruno Haible  <bruno@clisp.org>
17580
17581         * m4/gnulib-tool.m4: New file.
17582
17583 2005-08-27  Jim Meyering  <jim@meyering.net>
17584
17585         * modules/unistd-safer (Files): Add pipe-safer.c.
17586         * modules/fcntl-safer (Files): Add creat-safer.c.
17587
17588 2005-08-27  Jim Meyering  <jim@meyering.net>
17589
17590         * m4/stdlib-safer.m4: New file.  From coreutils.
17591         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17592         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17593         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17594         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17595         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17596
17597 2005-08-27  Jim Meyering  <jim@meyering.net>
17598
17599         * lib/fopen-safer.c: Merge minor changes from coreutils.
17600         * lib/dup-safer.c: Likewise.
17601         * lib/fd-safer.c: Likewise.
17602
17603         Merge from coreutils.
17604         * lib/stdio--.h: New file.
17605         * lib/stdlib--.h: New file.
17606         * lib/mkstemp-safer.c: New file.
17607
17608         GNU tar needs these.
17609         * lib/pipe-safer.c: New file.
17610         * lib/creat-safer.c: New file.
17611         * lib/fcntl--.h (creat): Define to creat_safer.
17612         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17613         * lib/unistd--.h (pipe): Define to pipe_safer.
17614         * lib/unistd-safer.h: Declare pipe_safer.
17615
17616 2005-08-26  Simon Josefsson  <jas@extundo.com>
17617
17618         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17619         Haible <bruno@clisp.org>.
17620
17621 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * lib/regex_internal.h: Remove all references to
17624         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17625         or better.
17626         (bitset_not, bitset_merge, bitset_not_merge):
17627         (bitset_mask, re_string_allocate, re_string_construct):
17628         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17629         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17630         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17631         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17632         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17633         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17634         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17635         (re_acquire_state_context):
17636         Remove unnecessary forward decls.
17637         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17638         Put __attribute at function definition,
17639         now that the function decl has been removed.
17640         * lib/regex_internal.c (re_string_peek_byte_case):
17641         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17642         Likewise.
17643
17644 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17645
17646         * m4/regex.m4: Add AC_PREREQ(2.50).
17647         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17648
17649 2005-08-25  Simon Josefsson  <jas@extundo.com>
17650
17651         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17652         __fsetlocking.
17653
17654 2005-08-25  Simon Josefsson  <jas@extundo.com>
17655
17656         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17657         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17658         GLIBC specific code.
17659
17660 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17661
17662         Make regex safe for g++.  This fixes one real bug (an "err"
17663         that should have been "*err").  g++ problem reported by
17664         Sam Steingold.
17665         * lib/regex_internal.h (re_calloc): New macro, consistent with
17666         re_malloc etc.  All callers of calloc changed to use re_calloc.
17667         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17668         not int.  All callers changed.
17669         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17670         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17671         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17672         (find_recover_state): Change "err" to "*err"; this fixes what
17673         appears to be a real bug.
17674         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17675         versus int.
17676
17677 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17678
17679         * modules/regex (Depends-on): Add malloc, since the code
17680         assumes that !malloc(0) means failure.
17681
17682 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17683
17684         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17685
17686         alloca modernization/simplification for regex.
17687         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17688         needs to be at the start of the file, and can be moved into
17689         regex_internal.h and simplified.
17690         * lib/regex_internal.h: Include <alloca.h>.
17691         (__libc_use_alloca) [!defined _LIBC]: New macro.
17692         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17693         now works outside glibc.
17694
17695 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17696
17697         * config/srclist.txt: Add glibc bugs 1241, 1245.
17698
17699 2005-08-25  Jim Meyering  <jim@meyering.net>
17700
17701         * lib/open-safer.c: Include <config.h>.
17702         Otherwise, we'd lose LARGEFILE support in any file using
17703         e.g. "fcntl--.h"
17704
17705 2005-08-25  Bruno Haible  <bruno@clisp.org>
17706
17707         * m4/minmax.m4: Require autoconf 2.52.
17708         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17709         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17710         alternatives of translit over the alphabet.
17711         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17712
17713 2005-08-24  Simon Josefsson  <jas@extundo.com>
17714
17715         * tests/test-getpass.c: New file.
17716
17717 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17720         for GNU regex features.
17721
17722 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17723
17724         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17725         * lib/regex.h (regerror): Likewise.
17726
17727         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17728         requires this.  (The code never needed it.)
17729
17730         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17731         All uses of recently-renamed identifiers changed to use the new,
17732         POSIX-compliant names.  The code will build and run just fine
17733         without these changes, but it's better to eat our own dog food
17734         and use the standard-conforming names.
17735
17736         * lib/regex.h: Fix a multitude of POSIX name space violations.
17737         These changes have an effect only for programs that define
17738         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17739         do not change anything for programs compiled in the normal way.
17740         Also, there is no effect on the ABI.
17741
17742         (_REGEX_SOURCE): New macro.
17743         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17744         defined and _GNU_SOURCE is not; this fixes a name space violation.
17745
17746         Rename the following macros to obey POSIX requirements.
17747         The old names are still visible as macros if _REGEX_SOURCE is defined.
17748         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17749         RE_BACKSLASH_ESCAPE_IN_LISTS.
17750         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17751         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17752         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17753         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17754         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17755         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17756         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17757         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17758         (REG_INTERVALS): renamed from RE_INTERVALS.
17759         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17760         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17761         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17762         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17763         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17764         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17765         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17766         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17767         RE_UNMATCHED_RIGHT_PAREN_ORD.
17768         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17769         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17770         (REG_DEBUG): renamed from RE_DEBUG.
17771         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17772         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17773         unusual, since we can't clash with the POSIX REG_ICASE.
17774         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17775         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17776         (REG_NO_SUB): renamed from RE_NO_SUB.
17777         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17778         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17779         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17780         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17781         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17782         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17783         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17784         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17785         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17786         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17787         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17788         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17789         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17790         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17791         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17792         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17793         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17794         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17795         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17796         (REG_FIXED): Renamed from REGS_FIXED.
17797         (REG_NREGS): Renamed from RE_NREGS.
17798
17799         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17800         of other REG_* macros, since POSIX says the user is allowed to
17801         #undef these macros selectively.
17802
17803         (reg_errcode_t): Update comment stating what other tables need
17804         to be consistent.
17805
17806         Rename the following enum values to obey POSIX requirements.
17807         The old names are still visible as macros.
17808         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17809         is not defined, since GNU is supposed to be a superset of POSIX as
17810         much as possible, and since we want reg_errcode_t to be a signed
17811         type for implementation consistency.
17812         (_REG_NOERROR): Renamed from REG_NOERROR.
17813         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17814         (_REG_BADPAT): Renamed from REG_BADPAT.
17815         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17816         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17817         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17818         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17819         (_REG_EBRACK): Renamed from REG_EBRACK.
17820         (_REG_EPAREN): Renamed from REG_EPAREN.
17821         (_REG_EBRACE): Renamed from REG_EBRACE.
17822         (_REG_BADBR): Renamed from REG_BADBR.
17823         (_REG_ERANGE): Renamed from REG_ERANGE.
17824         (_REG_ESPACE): Renamed from REG_ESPACE.
17825         (_REG_BADRPT): Renamed from REG_BADRPT.
17826         (_REG_EEND): Renamed from REG_EEND.
17827         (_REG_ESIZE): Renamed from REG_ESIZE.
17828         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17829         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17830         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17831         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17832         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17833
17834         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17835         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17836         changed.  But support the old name if the new one is not defined
17837         and if _REGEX_SOURCE.
17838
17839         Change the following member names in struct re_pattern_buffer.
17840         The old names are still supported if !_REGEX_SOURCE.
17841         The new names are always supported, regardless of _REGEX_SOURCE.
17842         (re_buffer): Renamed from buffer.
17843         (re_allocated): Renamed from allocated.
17844         (re_used): Renamed from used.
17845         (re_syntax): Renamed from syntax.
17846         (re_fastmap): Renamed from fastmap.
17847         (re_translate): Renamed from translate.
17848         (re_can_be_null): Renamed from can_be_null.
17849         (re_regs_allocated): Renamed from regs_allocated.
17850         (re_fastmap_accurate): Renamed from fastmap_accurate.
17851         (re_no_sub): Renamed from no_sub.
17852         (re_not_bol): Renamed from not_bol.
17853         (re_not_eol): Renamed from not_eol.
17854         (re_newline_anchor): Renamed from newline_anchor.
17855
17856         Change the following member names in struct re_registers.
17857         The old names are still supported if !_REGEX_SOURCE.
17858         The new names are always supported, regardless of _REGEX_SOURCE.
17859         (rm_num_regs): Renamed from num_regs.
17860         (rm_start): Renamed from start.
17861         (rm_end): Renamed from end.
17862
17863         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17864         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17865         Prepend __ to parameter names.
17866
17867         Undo yesterday's changes.
17868
17869 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17872         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17873         lib/regex.c.
17874
17875 2005-08-24  Jim Meyering  <jim@meyering.net>
17876
17877         Sync from coreutils.
17878         * m4/fcntl-safer.m4: New file.
17879
17880         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17881         and object files for this module.
17882
17883 2005-08-24  Jim Meyering  <jim@meyering.net>
17884
17885         Sync from coreutils.
17886         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17887
17888 2005-08-24  Jim Meyering  <jim@meyering.net>
17889
17890         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17891         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17892
17893 2005-08-24  Jim Meyering  <jim@meyering.net>
17894
17895         * modules/fcntl-safer: New module.
17896         * modules/fts (Depends-on): Add fcntl-safer.
17897         * MODULES.html.sh (File descriptor based Input/Output):
17898         Add fcntl-safer.
17899
17900 2005-08-24  Bruno Haible  <bruno@clisp.org>
17901
17902         Support for unit test modules.
17903         * modules/README: Mention tests modules.
17904         * modules/TEMPLATE-TESTS: New file.
17905         * gnulib-tool: New options --extract-tests-module, --with-tests and
17906         --tests-base (unused for the moment).
17907         (testsbase, inctests): New variables.
17908         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17909         (func_verify_module): Exclude TEMPLATE-TESTS.
17910         (func_verify_nontests_module, func_verify_tests_module): New functions.
17911         (func_get_dependencies): Add implicit dependency for tests modules.
17912         (func_get_tests_module): New function.
17913         (func_modules_transitive_closure): When --with-tests was specified,
17914         include the unit tests as well, unless explicitly avoided.
17915         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17916         (func_emit_tests_Makefile_am): New function.
17917         (func_create_testdir): When --with-tests was specified, emit a
17918         tests/ directory.
17919         * MODULES.html.sh (Future developments): Update.
17920
17921 2005-08-24  Bruno Haible  <bruno@clisp.org>
17922
17923         * modules/tls-tests: New file.
17924         * tests/test-tls.c: New file, from GNU gettext.
17925
17926 2005-08-24  Bruno Haible  <bruno@clisp.org>
17927
17928         * modules/lock-tests: New file.
17929         * tests/test-lock.c: New file, from GNU gettext.
17930
17931 2005-08-24  Bruno Haible  <bruno@clisp.org>
17932
17933         * lib/lock.h: Add multiple inclusion guard.
17934         * lib/tls.h: Add multiple inclusion guard.
17935
17936 2005-08-24  Bruno Haible  <bruno@clisp.org>
17937
17938         * gnulib-tool: Add support for the --aux-dir option to
17939         --create-testdir, --create-megatestdir, --test, --megatest.
17940         (func_create_testdir, func_create_megatestdir): Optionally emit a
17941         AC_CONFIG_AUX_DIR directive.
17942         (create-testdir, create-megatestdir, test, megatest): Provide a
17943         default value for $auxdir.
17944
17945 2005-08-24  Bruno Haible  <bruno@clisp.org>
17946
17947         * gnulib-tool (import): Use compound statement instead of subshell
17948         where possible.
17949
17950 2005-08-24  Bruno Haible  <bruno@clisp.org>
17951
17952         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17953
17954 2005-08-24  Bruno Haible  <bruno@clisp.org>
17955
17956         * gnulib-tool (func_version): Update.
17957
17958 2005-08-24  Bruno Haible  <bruno@clisp.org>
17959
17960         * gnulib-tool (func_import, func_create_testdir,
17961         func_create_megatestdir): Quote all autoconf macro arguments.
17962
17963 2005-08-24  Bruno Haible  <bruno@clisp.org>
17964
17965         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17966         option --force, because --force causes the aclocal.m4 of each
17967         subdirectory to be newer than the corresponding config.h.in.
17968
17969 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17972         All contents moved to gl_REGEX.
17973         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17974         assume that it does.
17975
17976 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * lib/regex.h (REG_NOSYS)
17979         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17980         Define, since POSIX requires it as of 2001.
17981         (_REG_ENOSYS)
17982         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17983         New private symbol, used to keep the enum signed in all cases.
17984         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17985         Youngman in
17986         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17987
17988         * lib/regex_internal.c (re_string_skip_chars, register_state):
17989         (calc_state_hash):
17990         Remove forward decls; no longer needed now that we use prototypes.
17991         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17992         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17993         (clean_state_log_if_needed): Likewise.
17994
17995 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         * config/srclist.txt: Add glibc bugs 1231-1233.
17998
17999 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18000
18001         Fix problems reported by Sam Steingold in
18002         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18003         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18004         assumed that reg_errcode_t is a signed type, which is not
18005         necessarily true if _XOPEN_SOURCE is not defined.
18006         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18007         since some compilers warn about it otherwise.
18008
18009 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18012         (init_word_char, create_initial_state, duplicate_node_closure):
18013         (fetch_token, peek_token_bracket, build_range_exp):
18014         (build_collating_symbol): Remove forward decls; no longer needed
18015         now that we use prototypes.
18016
18017         * lib/regcomp.c:
18018         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18019         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18020         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18021         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18022         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18023         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18024         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18025         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18026         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18027         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18028         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18029         (build_charclass, build_charclass_op, fetch_number, create_tree):
18030         (create_token_tree, mark_opt_subexp, duplicate_tree):
18031         Use prototypes rather than old-style definitions.
18032
18033         * lib/regex_internal.c:
18034         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18035         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18036         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18037         (re_string_reconstruct, re_string_peek_byte_case):
18038         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18039         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18040         (re_node_set_init_copy, re_node_set_add_intersect):
18041         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18042         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18043         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18044         (re_acquire_state, re_acquire_state_context, register_state):
18045         (create_ci_newstate, create_cd_newstate, free_state):
18046         Likewise.
18047         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18048         re_search_2):
18049         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18050         (re_search_internal, prune_impossible_nodes):
18051         (acquire_init_state_context, check_matching, static):
18052         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18053         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18054         (update_regs, sift_states_backward, build_sifted_states):
18055         (clean_state_log_if_needed, merge_state_array):
18056         (update_cur_sifted_state, add_epsilon_src_nodes):
18057         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18058         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18059         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18060         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18061         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18062         (check_arrival, check_arrival_add_next_nodes):
18063         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18064         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18065         (check_node_accept_bytes, check_node_accept, extend_buffers):
18066         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18067         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18068         (sift_ctx_init):
18069         Likewise.
18070
18071         * lib/regex_internal.h:
18072         (re_string_allocate, re_string_construct, re_string_reconstruct):
18073         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18074         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18075         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18076         (re_string_context_at, re_string_peek_byte_case):
18077         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18078         is defined, since we now use prototypes always.
18079
18080         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18081         C89 or better.  All uses removed.
18082
18083 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18084
18085         * config/srclist.txt: Add glibc bugs 1220-1227.
18086
18087 2005-08-20  Jim Meyering  <jim@meyering.net>
18088
18089         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18090         of unused local, dfa.
18091
18092 2005-08-20  Bruno Haible  <bruno@clisp.org>
18093
18094         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18095
18096 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18097
18098         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18099         (re_node_set_insert_last, re_dfa_add_node):
18100         Rename local variables to avoid GCC shadowing warnings.
18101
18102 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18103
18104         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18105         [defined lint]: Suppress bogus uninitialized-variable warnings.
18106
18107         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18108         and let the caller return REG_ESPACE if out of space.  This
18109         removes an uninitialied-variable warning with GCC 4.0.1, and also
18110         avoids taking the address of a local variable.  All callers
18111         changed.
18112
18113 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18116         $LIBCSRC/posix/regexec.c.
18117         Add glibc bug 1217 for regcomp.c.
18118
18119 2005-08-19  Jim Meyering  <jim@meyering.net>
18120
18121         * lib/regexec.c (proceed_next_node): Redo local variables to
18122         avoid GCC shadowing warnings.
18123
18124 2005-08-18  Bruno Haible  <bruno@clisp.org>
18125
18126         * lib/strstr.c (strstr): Fix return value in multibyte case.
18127         * lib/strcasestr.c (strcasestr): Likewise.
18128
18129 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18130
18131         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18132
18133 2005-08-17  Jim Meyering  <jim@meyering.net>
18134
18135         Make the %s format (seconds since the epoch) work for a negative
18136         number and when used with a zero-padded field width, e.g. %015s.
18137
18138         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18139         label so that it precedes the code to set `digits'.  Otherwise,
18140         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18141         print `00-22'.  Now, it prints `-0022', as it should.
18142
18143 2005-08-17  Bruno Haible  <bruno@clisp.org>
18144
18145         * modules/strstr (Files): Add m4/mbrtowc.m4.
18146         (Depends-on): Add mbuiter.
18147
18148 2005-08-17  Bruno Haible  <bruno@clisp.org>
18149
18150         * modules/strcasestr: New file.
18151         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18152         strcasestr.
18153
18154 2005-08-17  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18157
18158 2005-08-17  Bruno Haible  <bruno@clisp.org>
18159
18160         * modules/mbuiter: New file.
18161         * MODULES.html.sh (Extended multibyte and wide character utilities):
18162         Add mbuiter.
18163
18164 2005-08-17  Bruno Haible  <bruno@clisp.org>
18165
18166         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18167         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18168
18169 2005-08-17  Bruno Haible  <bruno@clisp.org>
18170
18171         * m4/strcasestr.m4: New file.
18172
18173 2005-08-17  Bruno Haible  <bruno@clisp.org>
18174
18175         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18176         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18177
18178 2005-08-17  Bruno Haible  <bruno@clisp.org>
18179
18180         * lib/strcasestr.h: New file.
18181         * lib/strcasestr.c: New file.
18182
18183 2005-08-17  Bruno Haible  <bruno@clisp.org>
18184
18185         * lib/strcasecmp.c: Use mbuiter.h.
18186
18187 2005-08-17  Bruno Haible  <bruno@clisp.org>
18188
18189         * lib/mbuiter.h: New file.
18190
18191 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18194         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18195         and gl_GETOPT are both invoked via different paths (as happens
18196         with GNU tar CVS because it uses both argp and getopt), the former
18197         wins.
18198
18199 2005-08-16  Bruno Haible  <bruno@clisp.org>
18200
18201         * modules/tls: New file.
18202         * MODULES.html.sh (Multithreading): Add tls.
18203
18204 2005-08-16  Bruno Haible  <bruno@clisp.org>
18205
18206         * modules/strnlen1: New file.
18207         * MODULES.html.sh (String handling): Add strnlen1.
18208
18209 2005-08-16  Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/strcase (Files): Add m4/mbrtowc.m4.
18212         (Depends-on): Add strnlen1, mbchar.
18213
18214 2005-08-16  Bruno Haible  <bruno@clisp.org>
18215
18216         * modules/mbiter: New file.
18217         * MODULES.html.sh (Extended multibyte and wide character utilities):
18218         Add mbiter.
18219
18220 2005-08-16  Bruno Haible  <bruno@clisp.org>
18221
18222         * modules/mbfile: New file.
18223         * MODULES.html.sh (Extended multibyte and wide character utilities):
18224         Add mbfile.
18225
18226 2005-08-16  Bruno Haible  <bruno@clisp.org>
18227
18228         * modules/mbchar: New file.
18229         * MODULES.html.sh (Extended multibyte and wide character utilities):
18230         New section.
18231
18232 2005-08-16  Bruno Haible  <bruno@clisp.org>
18233
18234         * m4/tls.m4: New file, from GNU gettext.
18235
18236 2005-08-16  Bruno Haible  <bruno@clisp.org>
18237
18238         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18239         always.
18240         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18241
18242 2005-08-16  Bruno Haible  <bruno@clisp.org>
18243
18244         * m4/mbiter.m4: New file.
18245
18246 2005-08-16  Bruno Haible  <bruno@clisp.org>
18247
18248         * m4/mbfile.m4: New file.
18249
18250 2005-08-16  Bruno Haible  <bruno@clisp.org>
18251
18252         * m4/mbchar.m4: New file.
18253
18254 2005-08-16  Bruno Haible  <bruno@clisp.org>
18255
18256         * lib/tls.h: New file, from GNU gettext.
18257         * lib/tls.c: New file, from GNU gettext.
18258
18259 2005-08-16  Bruno Haible  <bruno@clisp.org>
18260
18261         * lib/strnlen1.h: New file.
18262         * lib/strnlen1.c: New file.
18263
18264 2005-08-16  Bruno Haible  <bruno@clisp.org>
18265
18266         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18267         (mbi_init): Update.
18268         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18269         NUL byte, not after it.
18270
18271 2005-08-16  Bruno Haible  <bruno@clisp.org>
18272
18273         * lib/strcase.h (strcasecmp): Add note in comments.
18274         * lib/strncasecmp.c: Use code from strcasecmp.c.
18275         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18276         (strcasecmp): Work correctly in multibyte locales.
18277
18278 2005-08-16  Bruno Haible  <bruno@clisp.org>
18279
18280         * lib/mbiter.h: New file.
18281
18282 2005-08-16  Bruno Haible  <bruno@clisp.org>
18283
18284         * lib/mbfile.h: New file.
18285
18286 2005-08-16  Bruno Haible  <bruno@clisp.org>
18287
18288         * lib/mbchar.h: New file.
18289         * lib/mbchar.c: New file.
18290
18291 2005-08-16  Bruno Haible  <bruno@clisp.org>
18292
18293         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18294         the valid ones. Makes the comparison operations transitive:
18295         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18296         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18297
18298 2005-08-15  Simon Josefsson  <jas@extundo.com>
18299
18300         * modules/ssize_t (License): Change to 'unlimited'.
18301
18302         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18303
18304 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18305
18306         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18307         Add comments for each pending glibc patch.
18308
18309 2005-08-15  Bruno Haible  <bruno@clisp.org>
18310
18311         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18312         __cplusplus is defined.
18313
18314 2005-08-14  Jim Meyering  <jim@meyering.net>
18315
18316         Sync from coreutils.
18317
18318         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18319         Use the hash-table-based cycle-detection code not just when
18320         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18321         Reported by James Youngman in
18322         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18323         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18324         FTS_TIGHT_CYCLE_CHECK.
18325         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18326         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18327         once again.
18328         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18329         * lib/fts.c (fd_safer): Remove decl.
18330         Include fcntl--.h rather than unistd-safer.h
18331         (fts_safe_changedir): Don't call fd_safer; no longer needed
18332         now that we include fcntl--.h.
18333
18334 2005-08-12  Simon Josefsson  <jas@extundo.com>
18335
18336         * modules/getndelim2: Use ssize_t module.
18337         * modules/getnline: Likewise.
18338         * modules/safe-read: Likewise.
18339         * modules/xreadlink: Likewise.
18340
18341         * modules/ssize_t: New file.
18342
18343 2005-08-12  Simon Josefsson  <jas@extundo.com>
18344
18345         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18346
18347 2005-08-12  Simon Josefsson  <jas@extundo.com>
18348
18349         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18350         ssize_t.
18351
18352 2005-08-12  Simon Josefsson  <jas@extundo.com>
18353
18354         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18355         readline, getdelim and check_version.
18356         (Support for systems lacking ISO C 99: Sizes of integer types):
18357         Add size_max.
18358
18359 2005-08-12  Bruno Haible  <bruno@clisp.org>
18360
18361         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18362
18363 2005-08-11  Simon Josefsson  <jas@extundo.com>
18364
18365         * modules/readline: New file.
18366
18367         * modules/strnlen (Files): Add strnlen.h.
18368
18369 2005-08-11  Simon Josefsson  <jas@extundo.com>
18370
18371         * m4/readline.m4: New file.
18372
18373 2005-08-11  Simon Josefsson  <jas@extundo.com>
18374
18375         * lib/readline.h, readline.c: New file.
18376
18377 2005-08-11  Simon Josefsson  <jas@extundo.com>
18378
18379         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18380         gl_AVOID.
18381
18382 2005-08-11  Bruno Haible  <bruno@clisp.org>
18383
18384         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18385
18386 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18387
18388         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18389
18390 2005-08-10  Simon Josefsson  <jas@extundo.com>
18391
18392         * tests/test-iconvme.c: New file.
18393
18394 2005-08-10  Simon Josefsson  <jas@extundo.com>
18395
18396         * m4/strnlen.m4: New file.
18397
18398         * m4/strndup.m4: Don't check for strnlen declaration, done in
18399         strnlen.m4.
18400
18401 2005-08-10  Simon Josefsson  <jas@extundo.com>
18402
18403         * lib/strndup.c: Use strnlen.h.
18404
18405         * lib/strnlen.h: New file.
18406
18407 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18408
18409         * README: Typos.
18410
18411 2005-08-02  Simon Josefsson  <jas@extundo.com>
18412
18413         * modules/readline: New file.
18414
18415 2005-08-02  Simon Josefsson  <jas@extundo.com>
18416
18417         * modules/getdelim: New file.
18418
18419         * modules/getline: Rewrite, don't use getndelim2.
18420
18421 2005-08-02  Simon Josefsson  <jas@extundo.com>
18422
18423         * m4/getline.m4: Separate out getdelim stuff into separate module.
18424
18425         * m4/getdelim.m4: New file.
18426
18427 2005-08-02  Simon Josefsson  <jas@extundo.com>
18428
18429         * lib/getline.h, getline.c: Rewrite.
18430
18431         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18432
18433 2005-07-31  Bruno Haible  <bruno@clisp.org>
18434
18435         * lib/lock.h (gl_lock_initializer): New macro.
18436         (gl_lock_define_initialized): Use it.
18437         (gl_rwlock_initializer): New macro.
18438         (gl_rwlock_define_initialized): Use it.
18439         (gl_recursive_lock_initializer): New macro.
18440         (gl_recursive_lock_define_initialized): Use it.
18441
18442 2005-07-30  Karl Berry  <karl@gnu.org>
18443
18444         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18445         Report from Ben Pfaff, regarding getopt.
18446
18447 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18450         normal way.
18451         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18452         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18453         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18454         (gl_GETOPT): Use the new macros.  Most of the implementation
18455         is moved to the new macros.  This is for programs like Emacs
18456         that don't want all the functionality of gl_GETOPT.
18457
18458 2005-07-26  Bruno Haible  <bruno@clisp.org>
18459
18460         * m4/lock.m4: Update from GNU gettext.
18461
18462 2005-07-26  Bruno Haible  <bruno@clisp.org>
18463
18464         * lib/lock.h: Update from GNU gettext.
18465         * lib/lock.c: Update from GNU gettext.
18466
18467 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18468
18469         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18470         obsolescent AC_TRY_RUN.  Include the default includes files, for
18471         'exit'.
18472
18473 2005-07-24  Bruno Haible  <bruno@clisp.org>
18474
18475         * modules/visibility: New file.
18476         * MODULES.html.sh (Misc): Add visibility.
18477
18478 2005-07-24  Bruno Haible  <bruno@clisp.org>
18479
18480         * m4/visibility.m4: New file.
18481
18482 2005-07-24  Bruno Haible  <bruno@clisp.org>
18483
18484         * doc/visibility.texi: New file.
18485
18486 2005-07-22  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18489         $(ALLOCA_H), redundant through BUILT_SOURCES.
18490         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18491         redundant through BUILT_SOURCES.
18492         * modules/byteswap (Makefile.am): Remove explicit dependency on
18493         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18494         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18495         $(FNMATCH_H), redundant through BUILT_SOURCES.
18496         * modules/getopt (Makefile.am): Remove explicit dependency on
18497         $(GETOPT_H), redundant through BUILT_SOURCES.
18498         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18499         redundant through BUILT_SOURCES.
18500         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18501         redundant through BUILT_SOURCES.
18502         * modules/stdbool (Makefile.am): Remove explicit dependency on
18503         $(STDBOOL_H), redundant through BUILT_SOURCES.
18504         * modules/stdint (Makefile.am): Remove explicit dependency on
18505         $(STDINT_H), redundant through BUILT_SOURCES.
18506         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18507         Remove explicit dependency on $(SYSEXITS_H).
18508         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18509
18510 2005-07-18  Simon Josefsson  <jas@extundo.com>
18511
18512         * lib/check-version.c (check_version): Accept identical versions too.
18513
18514 2005-07-18  Bruno Haible  <bruno@clisp.org>
18515
18516         * modules/lock: New file.
18517         * MODULES.html.sh (Multithreading): New section.
18518
18519 2005-07-18  Bruno Haible  <bruno@clisp.org>
18520
18521         * m4/lock.m4: New file, from GNU gettext.
18522
18523 2005-07-18  Bruno Haible  <bruno@clisp.org>
18524
18525         * lib/lock.h: New file, from GNU gettext.
18526         * lib/lock.c: New file, from GNU gettext.
18527
18528 2005-07-18  Bruno Haible  <bruno@clisp.org>
18529
18530         * lib/lock.h (gl_once_t): New type.
18531         (gl_once_define, gl_once): New macros.
18532         * lib/lock.c (fresh_once): New variable.
18533         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18534         functions.
18535
18536 2005-07-16  Simon Josefsson  <jas@extundo.com>
18537
18538         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18539         workaround, suggested by Bruno.
18540
18541 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18542
18543         * modules/xalloc (Depends-on): Add xalloc-die.
18544         * modules/xvasprintf (Depends-on): Add xalloc-die.
18545
18546 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18547
18548         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18549         with a minor change.
18550
18551 2005-07-15  Bruno Haible  <bruno@clisp.org>
18552
18553         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18554         When using lib/poll.c, define poll as rpl_poll.
18555
18556 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18557
18558         * modules/argp (Depends-on): Remove unlocked-io.
18559
18560 2005-07-14  Derek Price  <derek@ximbiot.com>
18561
18562         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18563         for glob symlink bug.
18564
18565 2005-07-14  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18568         Instead, test for *_unlocked function declarations directly.
18569
18570 2005-07-11  Simon Josefsson  <jas@extundo.com>
18571
18572         * modules/size_max: New file.
18573
18574         * modules/xsize: Depend on size_max module for size_max.m4.
18575
18576 2005-07-11  Simon Josefsson  <jas@extundo.com>
18577
18578         * lib/size_max.h: New file.
18579
18580 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18583         copyright symbol and the year.
18584         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18585         (version_etc_va): Use parameterized copyright notice.
18586         Reword to conform to the current GNU coding standards.
18587
18588 2005-07-11  Karl Berry  <karl@gnu.org>
18589
18590         * doc/gnulib.texi (Quoting): new node.
18591         (Initial import): more info, from Patrice.
18592
18593 2005-07-11  Bruno Haible  <bruno@clisp.org>
18594
18595         * gnulib-tool (func_usage): Document option --avoid.
18596         (Command line options): Handle --avoid.
18597         (func_acceptable): New function.
18598         (func_modules_transitive_closure): Use it.
18599
18600 2005-07-11  Bruno Haible  <bruno@clisp.org>
18601
18602         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18603         Reported by Jim Meyering.
18604
18605 2005-07-10  Bruno Haible  <bruno@clisp.org>
18606
18607         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18608         Needed when size_t is smaller than 'unsigned int'.
18609         Reported by Paul Eggert.
18610
18611 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18612
18613         * modules/argp (Depends-on): Add unlocked-io
18614
18615 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18616
18617         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18618         block of defines.
18619
18620 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18623         fix now.
18624
18625 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18626         and Paul Eggert  <eggert@cs.ucla.edu>
18627
18628         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18629         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18630
18631 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18632
18633         * modules/regex (Files): Add lib/regex_internal.c,
18634         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18635         (Depends-on): Add extensions.
18636         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18637
18638 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18639
18640         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18641         pathconf.
18642         * m4/same.m4 (gl_SAME): Likewise.
18643         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18644
18645         * m4/regex.m4: Adjust to new libc regex implementation.
18646         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18647         all the .c and .h parts of (the new) regex.
18648         Quote the m4 stuff better.
18649         Check for RE_ICASE bug of old gnulib.
18650         Check for REG_STARTEND of recent libc.
18651         Rename local variables from jm_* to gl_*.
18652         Quote operand of "test -f".
18653         Say "recent enough" version of libc, not "version 2".
18654         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18655         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18656         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18657         Remove check for btowc, isascii.
18658         Require AM_LANGINFO_CODESET.
18659
18660 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18661
18662         * lib/regex.c, regex.h: Sync from libc.
18663         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18664         * lib/regexec.c:
18665         New files, synced from libc, except that regex_internal.h
18666         currently has a small porting fix.
18667
18668 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18671         regex_internal.c, regexec.c.
18672         Add regex_internal.h too, but as a comment, since the libc version
18673         is currently broken in gnulib mode.
18674
18675 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         Support programs like Emacs that use gnulib but not gettext.
18678         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18679         * modules/gettext-h: New file.
18680         * modules/gettext (Files): Remove lib/gettext.h.
18681         (Depends-on): Add gettext-h.
18682         (Makefile.am): Remove lib_SOURCES.
18683         * modules/argmatch, modules/c-stack, modules/closeout:
18684         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18685         * modules/execute, modules/file-type, modules/getaddrinfo:
18686         * modules/getopt, modules/human, modules/javacomp:
18687         * modules/javaexec, modules/mkdir-p, modules/obstack:
18688         * modules/openat, modules/pagealign_alloc, modules/pipe:
18689         * modules/quotearg, modules/regex, modules/rpmatch:
18690         * modules/unicodeio, modules/userspec, modules/version-etc:
18691         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18692         * modules/xsetenv:
18693         Depend on gettext-h, not gettext.
18694
18695 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18696
18697         * gnulib-tool (func_import): Add support for 'public domain' license.
18698         * modules/alloca, modules/atexit, modules/memmove:
18699         Now public domain, not GPL.
18700         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18701         * modules/realloc, modules/strerror, modules/strtod:
18702         Now LGPL, not GPL.
18703
18704 2005-07-05  Bruno Haible  <bruno@clisp.org>
18705
18706         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18707         autoconf CVS. Needed for mingw.
18708
18709 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         Remove the dependency of the strftime module on the tzset module.
18712         * modules/strftime (Depends-on): Remove dependency on tzset.
18713
18714 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18715
18716         Remove the dependency of the strftime module on the tzset module.
18717         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18718         gl_FUNC_TZSET_CLOBBER.
18719
18720 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18721
18722         Remove the dependency of the strftime module on the tzset module.
18723         * lib/strftime.c (my_strftime)
18724         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18725         Copy the input structure, to work around some of the bug with
18726         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18727         Solaris releases, you should also use the tzset module, but we won't
18728         require it as a dependency any more since we don't want LGPLed code
18729         to depend on GPLed code.
18730
18731 2005-07-02  Jim Meyering  <jim@meyering.net>
18732
18733         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18734         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18735         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18736         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18737
18738 2005-07-02  Jim Meyering  <jim@meyering.net>
18739
18740         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18741
18742 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18743
18744         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18745         declares only 'struct timespec;' (!).
18746
18747 2005-07-01  Jim Meyering  <jim@meyering.net>
18748
18749         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18750         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18751         * lib/save-cwd.c, tempname.c:
18752         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18753         and don't include <sys/file.h>).
18754
18755 2005-06-29  Jim Meyering  <jim@meyering.net>
18756
18757         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18758         type name.  Use the variable name instead.
18759         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18760         Likewise.
18761
18762 2005-06-28  Simon Josefsson  <jas@extundo.com>
18763
18764         * modules/check-version (Files): Add check-version.m4.
18765
18766 2005-06-28  Simon Josefsson  <jas@extundo.com>
18767
18768         * m4/check-version.m4: New file, suggested by Jim Meyering
18769         <jim@meyering.net>.
18770
18771 2005-06-28  Simon Josefsson  <jas@extundo.com>
18772
18773         * lib/check-version.h, lib/check-version.c: New files.
18774
18775 2005-06-28  Simon Josefsson  <jas@extundo.com>
18776
18777         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18778         collision with global variable.  Better indentation.  Don't
18779         increment buffer pointer beyond buffer end.  Based on comments
18780         from Paul Eggert <eggert@cs.ucla.edu>.
18781
18782         * lib/base64.h: Indent.
18783
18784 2005-06-28  Simon Josefsson  <jas@extundo.com>
18785
18786         * doc/gnulib.texi (Library version handling): New section.
18787
18788 2005-06-28  Jim Meyering  <jim@meyering.net>
18789
18790         * check-module (find_included_lib_files): Hard-code another
18791         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18792         but modules/fts-lgpl (correctly) does not list those files.
18793
18794         * modules/canonicalize (Files): Add lib/pathmax.h.
18795
18796 2005-06-25  Simon Josefsson  <jas@extundo.com>
18797
18798         * modules/check-version: New file.
18799
18800 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18803         initializer of struct addrinfo, as an indication that we don't
18804         care how many members the structure has.
18805
18806 2005-06-24  Derek Price  <derek@ximbiot.com>
18807         and Bruno Haible  <bruno@clisp.org>
18808
18809         Remove stat module & update lstat.
18810         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18811         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18812         * m4/stat.m4: Remove this file.
18813
18814 2005-06-24  Derek Price  <derek@ximbiot.com>
18815         and Bruno Haible  <bruno@clisp.org>
18816
18817         Remove stat module & update lstat.
18818         * lib/stat.c: Remove this file...
18819         (slash_aware_lstat): ...moving this content and its support...
18820         * lib/lstat.c (rpl_lstat): ...into here.
18821         * lib/lstat.h: New file.
18822
18823 2005-06-24  Derek Price  <derek@ximbiot.com>
18824         and Bruno Haible  <bruno@clisp.org>
18825
18826         Remove stat module & update lstat.
18827         * config/srclist.txt (libc sources): Remove stat.
18828
18829 2005-06-24  Derek Price  <derek@ximbiot.com>
18830         and Bruno Haible  <bruno@clisp.org>
18831
18832         Remove stat module & update lstat.
18833         * MODULES.html.sh (stat): Remove.
18834         * MODULES.html: Regenerated.
18835         * modules/lstat (Description): Correct function name.
18836         (Files): Add "lstat.h".
18837         (Depends-on): Remove stat, add xalloc, stat-macros.
18838         * modules/stat: Remove this file.
18839         (Include): Add "lstat.h", remove <sys/stat.h>.
18840
18841 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18844         (ranged_convert): Don't save conversion in a temporary struct.
18845         This causes a warning with GCC 4.0.0, and anyway in the typical
18846         case it's not worth the extra 100 bytes or so of code.
18847         (ranged_convert, __mktime_internal): When calling a function via a
18848         pointer P, use P () rather than (*P) (), as we now assume C89 or
18849         better.
18850
18851 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18852
18853         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18854         "who -r" failed to give output.  Problem reported by Tim Waugh.
18855
18856         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18857         (xcalloc): Use it to avoid needless tests.
18858         Problem reported by Jim Meyering.
18859
18860 2005-06-20  Derek Price  <derek@ximbiot.com>
18861
18862         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18863         unnecessary for Autoconfs > 2.59c.
18864
18865 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18866
18867         * lib/argp.h (__option_is_short): Check upper limit of
18868         __key. Isprint() requires its argument to have the value
18869         of an unsigned char or EOF.
18870
18871 2005-06-16  Jim Meyering  <jim@meyering.net>
18872
18873         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18874         when either N or S is zero.
18875
18876 2005-06-16  Derek Price  <derek@ximbiot.com>
18877
18878         * m4/bison.m4: Declare YACC & YFLAGS precious.
18879
18880 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18881
18882         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18883         multibyte string or pattern, fall back on unibyte matching.
18884         Problem reported by James Youngman.
18885
18886 2005-06-08  Bruno Haible  <bruno@clisp.org>
18887
18888         * modules/csharpcomp: New file.
18889         * MODULES.html.sh (C#): Add csharpcomp.
18890
18891 2005-06-08  Bruno Haible  <bruno@clisp.org>
18892
18893         * m4/csharpcomp.m4: New file, from GNU gettext.
18894
18895 2005-06-08  Bruno Haible  <bruno@clisp.org>
18896
18897         * lib/csharpcomp.h: New file, from GNU gettext.
18898         * lib/csharpcomp.c: New file, from GNU gettext.
18899         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18900
18901 2005-06-08  Bruno Haible  <bruno@clisp.org>
18902
18903         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18904         warning on mingw.
18905
18906 2005-06-07  Derek Price  <derek@ximbiot.com>
18907
18908         Sync from CVS.
18909         * lib/glob_.h: Indent nested #ifdef.
18910
18911 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18912
18913         Sync from coreutils.
18914         Use "file name" when talking about file names, instead of "filename"
18915         or "path", as per the GNU coding standards.
18916         * lib/mkdir-p.c: Renamed from makepath.c.
18917         (make_dir_parents): Renamed from make_path.  All callers changed.
18918         * lib/mkdir-p.h: Likewise.  All includers changed.
18919         * lib/filenamecat.c: Renamed from path-concat.c.
18920         (file_name_concat): Renamed from path_concat.  All callers changed.
18921         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18922         * lib/filenamecat.h: Likewise.  All includers changed.
18923         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18924         in comments or local variable names.
18925         * lib/basename.c: Likewise.
18926         * lib/canonicalize.c, canonicalize.h: Likewise.
18927         * lib/dirname.c, dirname.h: Likewise.
18928         * lib/euidaccess.c: Likewise.
18929         * lib/exclude.c: Likewise
18930         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18931         * lib/fsusage.c, fsuage.h: Likewise.
18932         * lib/fts.c, fts_.h: Likewise.
18933         * lib/getcwd.c: Likewise.
18934         * lib/getloadavg.c: Likewise.
18935         * lib/mkstemp.c: Likewise.
18936         * lib/mountlist.c, mountlist.h: Likewise.
18937         * lib/openat.c, openat.h: Likewise.
18938         * lib/readlink-stub.c: Likewise.
18939         * lib/readutmp.c, readutmp.h: Likewise.
18940         * lib/rename.c: Likewise.
18941         * lib/rmdir.c: Likewise.
18942         * lib/same.c: Likewise.
18943         * lib/savedir.c: Likewise.
18944         * lib/stripslash.c: Likewise.
18945         * lib/tempname.c: Likewise.
18946         * lib/xreadlink.c: Likewise.
18947         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18948         All uses changed.
18949         * lib/exclude.h: Likewise.
18950
18951         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18952         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18953         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18954         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18955         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18956         files have been getting away with it for years (MORE/BSD 4.3
18957         is extinct now).
18958         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18959         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18960
18961         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18962         Define to 256, not 255, as per modern POSIX.
18963
18964 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18965
18966         Sync from coreutils.
18967         Use "file name" when talking about file names, instead of "filename"
18968         or "path", as per the GNU coding standards.
18969         * MODULES.html.sh: mkdir-p renamed from makepath.
18970         filenamecat renamed from path-concat.
18971         * modules/filenamecat: Renamed from modules/path-concat.
18972         (Files): filenamecat.h and filenamecat.c renamed from
18973         path-concat.h and path-concat.c.
18974         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18975         (Include): filenamecat.h, not path-concat.h.
18976         * modules/mkdir-p: Renamed from modules/makepath.
18977         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18978         makepath.c.
18979         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18980         (Include): mkdir-p.h, not makepath.h.
18981
18982 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         Sync from coreutils.
18985         * m4/mkdir-p.m4: Renamed from makepath.m4.
18986         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18987         Rename files from makepath.c to mkdir-p.c, and from
18988         makepath.h to mkdir-p.h.
18989         * m4/filenamecat.m4: Renamed from path-concat.m4.
18990         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18991         Rename files from path-concat.c to filenamecat.c,
18992         and from path-concat.h to filenamecat.h.
18993         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18994         "file name" in local variables or comments.
18995         * m4/rename.m4: Likewise.
18996
18997 2005-06-01  Bruno Haible  <bruno@clisp.org>
18998
18999         * modules/csharpexec: New file.
19000         * MODULES.html.sh (C#): New section.
19001
19002 2005-06-01  Bruno Haible  <bruno@clisp.org>
19003
19004         * m4/csharp.m4: New file, from GNU gettext.
19005         * m4/csharpexec.m4: New file, from GNU gettext.
19006
19007 2005-06-01  Bruno Haible  <bruno@clisp.org>
19008
19009         * lib/csharpexec.h: New file, from GNU gettext.
19010         * lib/csharpexec.c: New file, from GNU gettext.
19011         * lib/csharpexec.sh.in: New file, from GNU gettext.
19012
19013 2005-05-31  Derek Price  <derek@ximbiot.com>
19014             Paul Eggert  <eggert@cs.ucla.edu>
19015
19016         Sync from cvs.
19017         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19018
19019 2005-05-31  Derek Price  <derek@ximbiot.com>
19020             Paul Eggert  <eggert@cs.ucla.edu>
19021
19022         Sync from cvs.
19023         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19024
19025 2005-05-29  Derek Price  <derek@ximbiot.com>
19026
19027         * config/srclist.txt (glob_.h, glob.c): Add these files.
19028
19029 2005-05-29  Derek Price  <derek@ximbiot.com>
19030
19031         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19032         * modules/glob: New file.
19033         * modules/getlogin_r: Add link to POSIX spec in description.
19034
19035 2005-05-29  Derek Price  <derek@ximbiot.com>
19036             Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         * m4/glob.m4: New file.
19039
19040 2005-05-29  Derek Price  <derek@ximbiot.com>
19041             Paul Eggert  <eggert@cs.ucla.edu>
19042
19043         * lib/glob_.h, lib/glob.c: New files.
19044
19045 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19046
19047         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19048         * modules/fts-lgpl (Depends-on): Remove gettext.
19049
19050 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19053         and don't require gt_INTTYPES_PRI.
19054
19055 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19058
19059         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19060         the configuration hassle isn't worth it.
19061         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19062         (LONGEST_MODIFIER, PRIuMAX): Remove.
19063
19064 2005-05-27  Bruno Haible  <bruno@clisp.org>
19065
19066         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19067
19068 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19071         _POSIX_PTHREAD_SEMANTICS for Solaris.
19072
19073 2005-05-25  Derek Price  <derek@ximbiot.com>
19074
19075         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19076
19077 2005-05-25  Derek Price  <derek@ximbiot.com>
19078             Paul Eggert  <eggert@cs.ucla.edu>
19079
19080         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19081         * lib/getlogin_r.c, getlogin_r.h: New files.
19082
19083 2005-05-25  Bruno Haible  <bruno@clisp.org>
19084             Derek Price  <derek@ximbiot.com>
19085
19086         * lib/getlogin_r.h: Simplify API documentation.
19087
19088 2005-05-23  Derek Price  <derek@ximbiot.com>
19089
19090         * modules/minmax (Files): Add m4/minmax.m4.
19091         (configure.ac): Add gl_MINMAX.
19092
19093 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19094
19095         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19096         so that unistd-safer.h (GPL'ed code) need not be included.
19097
19098 2005-05-22  Bruno Haible  <bruno@clisp.org>
19099
19100         * m4/minmax.m4: New file.
19101         Based on a patch by Derek Price <derek@ximbiot.com>.
19102
19103 2005-05-22  Bruno Haible  <bruno@clisp.org>
19104
19105         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19106         (INT64_MIN): Fix definition.
19107         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19108
19109         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19110         NEED_SIGNED_INT_TYPES.
19111
19112         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19113         HAVE_SYSTEM_INTTYPES.
19114
19115 2005-05-22  Bruno Haible  <bruno@clisp.org>
19116
19117         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19118         Also include <sys/param.h> if it defines MIN, MAX.
19119         Based on a patch by Derek Price <derek@ximbiot.com>.
19120
19121 2005-05-21  Jim Meyering  <jim@meyering.net>
19122
19123         * modules/fts (Files): Add m4/inttypes-pri.m4.
19124         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19125
19126 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         New fts module.
19129         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19130         (setup_dir, free_dir): New functions.
19131         (enter_dir, leave_dir): Define trivial
19132         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19133         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19134         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19135         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19136         Move to fts-cycle.c.
19137         (fts_open): Use setup_dir.
19138         (fts_close): Use free_dir.
19139         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19140         This adds a label and some gotos, but the alternatives were messier.
19141         Check for memory allocation failure when entering a dir.
19142         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19143         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19144         (FTS): New member fts_cycle, that is a union that contains the
19145         old active_dir_ht and cycle_state.  All uses changed to mention
19146         fts_cycle.ht and fts_cycle.state.
19147         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19148         fts.c, with the following changes:
19149         (setup_dir, free_dir): New functions.
19150         (enter_dir): Now returns bool.  Return true if successful, false
19151         if memory exhausted.  All callers changed.
19152         Do not bother partly cleaning up on
19153         memory allocation failure; that is free_dir's job.
19154         However, free ad if hash_insert fails, to avoid memory leak.
19155         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19156         fts->fts_options to see which union member to use.
19157
19158 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19159
19160         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19161         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19162
19163 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19164
19165         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19166
19167 2005-05-20  Jim Meyering  <jim@meyering.net>
19168
19169         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19170         Now a macro, to pacify GCC.
19171
19172 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19173
19174         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19175         of -1.
19176
19177 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19178
19179         * lib/chown.c (rpl_chown): Return -1 on failure.
19180
19181 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19184         Don't check for stddef.h.
19185         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19186         don't use its results.
19187         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19188         since we include them unconditionally.  Don't require
19189         AM_STDBOOL_H, since stdbool is a prerequisite.
19190         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19191         since we assume C89 or better.
19192         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19193         as we don't use their results.
19194         Don't check for fchdir, memmove, memset, strrchr, as we use
19195         them unconditionally.
19196         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19197         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19198
19199 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19202         Include <stddef.h> unconditionally, since we assume C89 now.
19203         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19204         * lib/fts.c: Include fts_.h first, to check interface.
19205         Do not include intprops.h; no longer needed.
19206         Include cycle-check.h and hash.h, since fts_.h no longer does.
19207         Remove unnecessary casts of closedir to void.
19208         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19209         decide whether to decrement nlinks.
19210         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19211         (FTS): Use struct hash_table * instead of Hash_table, so that
19212         we no longer need to include hash.h here.
19213
19214 2005-05-18  Jim Meyering  <jim@meyering.net>
19215
19216         * modules/dirfd (License): Change to LGPL.  Most of the code
19217         is already in the public domain.
19218
19219 2005-05-18  Jim Meyering  <jim@meyering.net>
19220
19221         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19222         Reported by Yoann Vandoorselaere.
19223
19224 2005-05-17  Jim Meyering  <jim@meyering.net>
19225
19226         * m4/fts.m4: New file, from coreutils.
19227
19228 2005-05-17  Jim Meyering  <jim@meyering.net>
19229
19230         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19231
19232 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         Sync from coreutils.
19235         * m4/unlinkdir.m4: New file.
19236
19237 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19238
19239         Sync from coreutils.
19240         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19241         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19242         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19243         White space changes only.
19244         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19245         special.
19246         * lib/yesno.c: Include getline.h, not ctype.h.
19247         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19248         Use getline to remove arbitrary restriction on response length.
19249
19250 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19251
19252         * config/srclist-update: Spell out "Street" in FSF postal
19253         mail address; this is the style the FSF seems to prefer.
19254
19255         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19256         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19257         this updates FSF postal mail address.
19258
19259         Sync from coreutils.
19260         * modules/unlinkdir: New file.
19261         * modules/yesno (Depends-on): Add getline.
19262         * MODULES.html.sh (File system functions): Add unlinkdir.
19263
19264 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19267         lib/strsep.h:
19268         Change the initial comment to refer to GPL, not LGPL.
19269         gnulib-tool will change it to LGPL as needed.
19270
19271         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19272         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19273         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19274         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19275         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19276         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19277         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19278         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19279         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19280         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19281         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19282         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19283         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19284         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19285         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19286         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19287         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19288         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19289         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19290         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19291         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19292         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19293         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19294         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19295         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19296         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19297         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19298         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19299         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19300         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19301         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19302         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19303         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19304         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19305         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19306         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19307         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19308         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19309         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19310         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19311         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19312         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19313         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19314         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19315         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19316         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19317         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19318         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19319         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19320         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19321         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19322         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19323         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19324         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19325         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19326         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19327         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19328         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19329         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19330         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19331         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19332         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19333         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19334         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19335         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19336         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19337         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19338         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19339         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19340         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19341         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19342         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19343         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19344         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19345         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19346         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19347         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19348         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19349         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19350         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19351         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19352         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19353         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19354         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19355         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19356         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19357         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19358         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19359         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19360         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19361         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19362         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19363         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19364         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19365         lib/yesno.c, lib/yesno.h:
19366         Update FSF postal mail address.
19367
19368 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19369
19370         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19371         tests/test-memmem.c, tests/test-stpncpy.c:
19372         Update FSF postal mail address.
19373
19374 2005-05-13  Bruno Haible  <bruno@clisp.org>
19375
19376         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19377         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19378         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19379         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19380         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19381         Add support for 64-bit integers in the MSVC compiler.
19382
19383 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19384
19385         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19386
19387 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19388
19389         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19390
19391 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19392
19393         * doc/getdate.texi (General date syntax): Don't say that date
19394         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19395         Problem reported by Nic Ferrier.
19396
19397 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19398
19399         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19400         specified in ai_socktype. Fix invalid ai_protocol
19401         check. ai_protocol is usually set to 0 or depending on
19402         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19403         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19404         ai_socktype / ai_protocol in the returned addrinfo structure.
19405
19406 2005-05-10  Simon Josefsson  <jas@extundo.com>
19407
19408         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19409         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19410
19411 2005-05-10  Karl Berry  <karl@gnu.org>
19412
19413         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19414         (from http://www.gnu.org/licenses).
19415         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19416         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19417         fdl.texi suffices.
19418
19419 2005-05-10  Karl Berry  <karl@gnu.org>
19420
19421         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19422         (COPYING.DOC): remove.
19423
19424         * config/srclist-update: new FSF address.
19425
19426 2005-05-10  Derek Price  <derek@ximbiot.com>
19427
19428         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19429         possible.
19430
19431 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19432             Bruno Haible  <bruno@clisp.org>
19433
19434         * modules/inet_ntop: New file.
19435         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19436         inet_ntop.
19437
19438 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19439             Bruno Haible  <bruno@clisp.org>
19440
19441         * m4/inet_ntop.m4: New file.
19442
19443 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19444             Bruno Haible  <bruno@clisp.org>
19445
19446         * lib/inet_ntop.h: New file.
19447         * lib/inet_ntop.c: New file, from glibc with modifications.
19448
19449 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19450
19451         * modules/time_r (License): Change to LGPL.
19452         * modules/extensions (License): Change to LGPL.  Actually,
19453         the license is more permissive than that, but currently gnulib-tool
19454         doesn't know how to handle more-permissive licenses.
19455
19456         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19457         Problem reported by Dave Love.
19458
19459 2005-05-08  Jim Meyering  <jim@meyering.net>
19460
19461         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19462         blank.
19463
19464 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19465
19466         * modules/argmatch (Depends-on): Add stdbool.
19467         * modules/backupfile (Depends-on): Likewise.
19468         * modules/chdir-long (Depends-on): Likewise.
19469         * modules/closeout (Depends-on): Likewise.
19470         * modules/cycle-check (Depends-on): Likewise.
19471         * modules/dirname (Depends-on): Likewise.
19472         * modules/fnmatch (Depends-on): Likewise.
19473         * modules/fsusage (Depends-on): Likewise.
19474         * modules/fwriteerror (Depends-on): Likewise.
19475         * modules/getcwd (Depends-on): Likewise.
19476         * modules/getloadavg (Depends-on): Likewise.
19477         * modules/hard-locale (Depends-on): Likewise.
19478         * modules/makepath (Depends-on): Likewise.
19479         * modules/mountlist (Depends-on): Likewise.
19480         * modules/nanosleep (Depends-on): Likewise.
19481         * modules/posixtm (Depends-on): Likewise.
19482         * modules/quotearg (Depends-on): Likewise.
19483         * modules/readtokens (Depends-on): Likewise.
19484         * modules/readtokens0 (Depends-on): Likewise.
19485         * modules/readutmp (Depends-on): Likewise.
19486         * modules/save-cwd (Depends-on): Likewise.
19487         * modules/strftime (Depends-on): Likewise.
19488         * modules/userspec (Depends-on): Likewise.
19489         * modules/utimecmp (Depends-on): Likewise.
19490         * modules/xgetcwd (Depends-on): Likewise.
19491         * modules/xnanosleep (Depends-on): Likewise.
19492         * modules/xstrtod (Depends-on): Likewise.
19493         * modules/yesno (Depends-on): Likewise.
19494
19495 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19496
19497         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19498         needless checks.
19499
19500 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19501
19502         Merge from coreutils.  Among other things,
19503         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19504         * lib/fd-safer.c: New file.
19505         * lib/fcntl-safer.h, open-safer.c: Remove.
19506         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19507         * lib/dup-safer.c: Include unistd-safer.h first.
19508         Don't include errno.h.
19509         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19510         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19511         * lib/file-type.c: Rely on file-type.h change.
19512         * lib/getloadavg.c: Include unistd-safer.h.
19513         (getloadavg): Use safer open.
19514         * lib/getusershell.c: Include "stdio-safer.h".
19515         (getusershell): Use safer fopen.
19516         * lib/long-options.c (long_options): Use NULL rather than 0.
19517         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19518         'free'.
19519         * lib/modechange.c: Likewise.
19520         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19521         (MODE_DONE): New constant.
19522         (struct mode_change): Remove 'next' member.
19523         (make_node_op_equals): New function; like the old one of the
19524         same name, except it allocates an array.
19525         (mode_compile, mode_create_from_ref): Use it.
19526         (mode_compile): Allocate result as an array, not a linked list.
19527         Parse octal string ourself, so that we catch mistakes like "+0".
19528         (mode_adjust): Arg is an array, not a linked list.
19529         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19530         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19531         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19532         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19533         Remove.  This is now stat-macros.h's job.
19534         (talloc): Remove.  All callers replaced by xalloc, so that
19535         our invokers don't have to worry about reporting memory failures.
19536         (make_node_op_equals): Remove.
19537         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19538         New constants.
19539         (struct mode_change): Moved here from modechange.h.
19540         (mode_append_entry): Remove.
19541         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19542         apps to have incorrect behavior.  Use simpler algorithm for head
19543         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19544         Detect more invalid usages rather than having somewhat-random behavior.
19545         Don't insert an "a=" action, as that leads to incorrect behavior.
19546         (mode_compile, mode_create_from_ref): Return NULL on error instead
19547         of an enum, since now there's only one way to have an error.  All
19548         callers changed.
19549         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19550         at the correct time.  Simplify calculation of "+u" and its ilk.
19551         Don't mishandle "+X".
19552         (mode_free): Remove "register" and localize decls.
19553         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19554         (struct mode_change): Move to modechange.c; callers don't
19555         need to see this stuff.
19556         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19557         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19558         (mode_change, mode_adjust): Reflect the new signatures noted above.
19559         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19560         that might redefine system include files.
19561         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19562         (my_usleep): Use NULL rather than (void *) 0.
19563         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19564         Use siginterrupt to specify that system calls should be interrupted.
19565         (rpl_nanosleep): Move initialization of suspended closer to call of
19566         my_usleep.
19567         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19568         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19569         (desirable_utmp_entry): New function.
19570         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19571         using x2nrealloc, to simplify logic.
19572         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19573         size calculation.  Do not assume utmp file is a regular file.
19574         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19575         (READ_UTMP_CHECK_PIDS): New constant.
19576         * lib/save-cwd.c: Include unistd-safer.h.
19577         (save_cwd): Use fd_safer.
19578         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19579         [!_LIBC] Include "stat-macros.h" instead.
19580         * lib/unistd-safer.h (fd_safer): New decl.
19581
19582 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * modules/getloadavg (Depends-on): Add unistd-safer.
19585         * modules/getusershell (Depends-on): Add stdio-safer.
19586         * modules/lstat (Depends-on): Remove xalloc.
19587         * modules/mkstemp (Depends-on): Add stat-macros.
19588         * modules/modechange (Depends-on): Remove xstrtol.
19589         Add stat-macros, xalloc.
19590         * modules/save-cwd (Depends-on): Add unistd-safer.
19591         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19592         * modules/unistd-safer (Files): Add lib/fd-safer.c
19593         (Makefile.am): Remove lib_SOURCES.
19594
19595         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19596         Remove fcntl-safer; unistd-safer supersedes it.
19597
19598 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19599
19600         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19601         AC_HEADER_STAT.
19602         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19603         (gl_PREREQ_CHOWN): Remove.
19604         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19605         it.  Don't require AC_HEADER_STAT.
19606         (gl_PREREQ_LSTAT): Remove.
19607         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19608         Don't require AC_HEADER_STAT.
19609         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19610         (gl_PREREQ_RMDIR): Remove.
19611         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19612         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19613         the stat-macros module a prerequisite.
19614         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19615         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19616         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19617         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19618         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19619         variable names.
19620         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19621         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19622         variable prefixes.
19623         * m4/fcntl-safer.m4: Remove.
19624         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19625         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19626         Invoke gl_PREREQ_FD_SAFER.
19627         (gl_PREREQ_FD_SAFER): New macro.
19628         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19629         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19630         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19631         Remove duplicate call to AC_LIBOBJ(readutmp).
19632         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19633
19634         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19635         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19636
19637 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * MODULES.html.sh (Misc): Add byteswap.
19640
19641 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19642
19643         * modules/getcwd (Depends-on): Add extensions.
19644         * modules/openat (Depends-on): Likewise.
19645
19646 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19647
19648         * modules/byteswap: New file.
19649
19650 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19651
19652         * m4/byteswap.m4: New file.
19653
19654 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19655
19656         * lib/byteswap_.h: New file.
19657
19658 2005-04-25  Karl Berry  <karl@gnu.org>
19659
19660         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19661
19662 2005-04-25  Albert Chin  <china@thewrittenword.com>
19663
19664         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19665         Toolkit C bug.
19666
19667 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19668
19669         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19670         (func_ln_if_changed) Remove forcibly for no error message
19671         in case file does not exist.
19672
19673 2005-04-19  Simon Josefsson  <jas@extundo.com>
19674
19675         * gnulib-tool (Options): Make --symlink mean --symbolic.
19676
19677 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19678
19679         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19680
19681 2005-04-16  Simon Josefsson  <jas@extundo.com>
19682
19683         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19684
19685 2005-04-15  Simon Josefsson  <jas@extundo.com>
19686
19687         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19688
19689 2005-04-15  Simon Josefsson  <jas@extundo.com>
19690
19691         * gnulib-tool: Rename --symlink to --symbolic.
19692
19693 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19694
19695         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19696         symbolic links to files instead of copying/moving.  Add --aux-dir,
19697         specifying directory relative --dir where auxiliary build tools
19698         are placed.
19699
19700 2005-04-14  Bruno Haible  <bruno@clisp.org>
19701
19702         * modules/allocsa (License): Change to LGPL.
19703         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19704
19705 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19708         that "UTC +1 second" continues to work.  Problem reported
19709         by Dmitry V. Levin.
19710         (relunit_snumber): New rule.
19711         (relunit): Use it.
19712
19713 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19714
19715         * lib/getdate.y (universal_time_zone_table): New constant.
19716         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19717         universal_time_zone_table.
19718         (lookup_zone): Prefer universal_time_zone_table to
19719         local_time_zone_table, so that "GMT" time stamps are allowed in
19720         London during the summer.  Problem reported by Ian Abbott.
19721
19722 2005-04-12  Jim Meyering  <jim@meyering.net>
19723
19724         * lib/human.c (humblock): Set *options even when returning due to
19725         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19726         warning from gcc-4.
19727
19728 2005-04-09  Jim Meyering  <jim@meyering.net>
19729
19730         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19731         -Wuninitialized: initialize tm0.tm_year.
19732
19733 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19734
19735         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19736         count, since there's no maximum.  All uses changed.
19737         Add member dsts_seen.
19738         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19739         not being INT_MAX.
19740         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19741         Use pc_rels_seen to decide whther a date is absolute.
19742
19743         * lib/getdate.y (number): Don't overwrite year.
19744         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19745         check.
19746
19747 2005-04-02  Simon Josefsson  <jas@extundo.com>
19748
19749         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19750         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19751
19752 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19753
19754         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19755         where no absolute path name can be longer than PATH_MAX.
19756
19757 2005-03-27  Jim Meyering  <jim@meyering.net>
19758
19759         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19760
19761 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19762
19763         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19764         "one's complement" -> "ones' complement" in comment, as per Knuth.
19765         "value of type" -> "type or expression" in comment.
19766         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19767
19768 2005-03-26  Jim Meyering  <jim@meyering.net>
19769
19770         Comment nits.
19771         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19772         Correct typos: s/or/of/.
19773
19774 2005-03-26  Jim Meyering  <jim@meyering.net>
19775
19776         * modules/check-include-files: Move to ../ and rename to...
19777         * check-module: ...this.
19778
19779 2005-03-25  Jim Meyering  <jim@meyering.net>
19780
19781         * modules/xvasprintf (Files): Add xalloc.h.
19782
19783 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         * modules/gettext (Files): config/config.rpath ->
19786         build-aux/config.rpath
19787         * modules/iconv (Files): Likewise.
19788         Problem reported by Oskar Liljeblad.
19789
19790 2005-03-23  Jim Meyering  <jim@meyering.net>
19791
19792         * modules/check-include-files: New script to check for
19793         missing dependencies, multiple includes, etc.
19794
19795         * modules/c-strtold (Depends-on): Add xalloc.
19796         * modules/c-strtod (Depends-on): Add xalloc.
19797         * modules/hash (Depends-on): Add xalloc.
19798         (Files): Remove lib/xalloc.h.
19799
19800         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19801         * modules/userspec (Files): Add lib/inttostr.h.
19802
19803 2005-03-23  Jim Meyering  <jim@meyering.net>
19804
19805         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19806
19807 2005-03-22  Jim Meyering  <jim@meyering.net>
19808
19809         * modules/stat-macros: New module.
19810         * modules/canonicalize, modules/euidaccess, modules/file-type,
19811         * modules/filemode, modules/lchown, modules/makepath,
19812         * modules/rmdir, modules/stat: Depend on new stat-macros module
19813         rather than listing lib/stat-macros.h manually.
19814         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19815
19816 2005-03-22  Jim Meyering  <jim@meyering.net>
19817
19818         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19819
19820 2005-03-22  Bruno Haible  <bruno@clisp.org>
19821
19822         * config/srclist.txt: Replace target directory 'config' with
19823         'build-aux'.
19824         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19825         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19826         ../build-aux/.
19827
19828 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19829
19830         * modules/chdir-long (Depends-on): Add mempcpy.
19831
19832         * modules/acl, modules/backupfile, modules/c-strtod,
19833         modules/c-strtold, modules/canon-host, modules/canonicalize,
19834         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19835         modules/exclude, modules/exitfail, modules/file-type,
19836         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19837         modules/getdate, modules/getline, modules/getpagesize,
19838         modules/getpass, modules/getugroups, modules/group-member,
19839         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19840         modules/inttostr, modules/long-options, modules/makepath,
19841         modules/md5, modules/memcasecmp, modules/memcoll,
19842         modules/modechange, modules/mountlist, modules/path-concat,
19843         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19844         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19845         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19846         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19847         modules/strftime, modules/strndup, modules/strverscmp,
19848         modules/timespec, modules/unlocked-io, modules/userspec,
19849         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19850         modules/yesno:
19851         Remove lib_SOURCES line from Makefile.am section, as this is now
19852         done automatically by the corresponding Autoconf macro.
19853
19854 2005-03-21  Jim Meyering  <jim@meyering.net>
19855
19856         Changes imported from coreutils.
19857
19858         * lib/cycle-check.c: Don't include xalloc.h.
19859
19860         * lib/path-concat.c: Don't include assert.h.
19861         (path_concat): Remove assertion that would have triggered
19862         for ABASE starting with more than one slash.
19863         Reported by Andreas Schwab.
19864
19865         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19866         properly when ABASE is an absolute file name.
19867         Correct the description of this function.
19868         Include <assert.h>.
19869         Add an assertion and a test driver.
19870         This fixes a bug introduced on 2004-07-02.
19871         Andreas Schwab reported the resulting failure of cp --parents:
19872         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19873
19874 2005-03-21  Jim Meyering  <jim@meyering.net>
19875
19876         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19877         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19878
19879 2005-03-21  Jim Meyering  <jim@meyering.net>
19880         and  Paul Eggert  <eggert@cs.ucla.edu>
19881
19882         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19883         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19884         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19885         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19886         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19887         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19888         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19889         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19890         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19891         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19892         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19893         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19894         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19895         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19896         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19897         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19898         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19899         for these modules.
19900
19901 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19902
19903         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19904         (which shouldn't happen), generate nothing instead of returning 0
19905         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19906
19907 2005-03-16  Bruno Haible  <bruno@clisp.org>
19908
19909         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19910         HAVE_LONGLONG_64BIT.
19911
19912 2005-03-16  Bruno Haible  <bruno@clisp.org>
19913
19914         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19915         HAVE_LONGLONG_64BIT.
19916
19917 2005-03-16  Bruno Haible  <bruno@clisp.org>
19918
19919         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19920         HAVE_LONGLONG_64BIT.
19921
19922 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19925         reliably distinguish strftime failure from empty output on POSIX
19926         hosts.
19927
19928 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19929
19930         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19931         (iconv_string): Don't guess a size-zero buffer, as that might cause
19932         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19933         result would be 'too large', where 'too large' is (heuristically)
19934         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19935         overflow concerns.  This will prevent some unwanted malloc failures
19936         when the inputs are very large.
19937
19938 2005-03-15  Karl Berry  <karl@gnu.org>
19939
19940         * config/srclist.txt (config.rpath): from gettext.
19941         * config/config.rpath: update.
19942
19943 2005-03-15  Bruno Haible  <bruno@clisp.org>
19944
19945         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19946         to 'negate'.
19947
19948         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19949         variable.
19950
19951         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19952         results.
19953
19954 2005-03-14  Simon Josefsson  <jas@extundo.com>
19955
19956         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19957         <fx@gnu.org>.
19958
19959 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19960
19961         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19962         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19963         intprops.h.
19964         * lib/strtol.c: Likewise.
19965
19966 2005-03-14  Jim Meyering  <jim@meyering.net>
19967
19968         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19969         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19970         to be nonzero so that we (and caller) can detect the difference
19971         between a valid zero-length expansion and an error return, even
19972         when the underlying strftime fails before writing anything into
19973         that location.
19974
19975 2005-03-14  Bruno Haible  <bruno@clisp.org>
19976
19977         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19978         Update from GNU gettext 0.14.3.
19979
19980 2005-03-10  Jim Meyering  <jim@meyering.net>
19981
19982         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19983
19984 2005-03-10  Jim Meyering  <jim@meyering.net>
19985
19986         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19987         so that this module works on systems without fchdir.
19988
19989 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19990
19991         Factor int-properties macros into a single file, except for
19992         glibc-related files.
19993         * lib/intprops.h: New file.
19994         * lib/getloadavg.c: Include it instead of limits.h.
19995         (INT_STRLEN_BOUND): Remove.
19996         * lib/human.c: Include intprops.h.
19997         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19998         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19999         302/1000.
20000         * lib/inttostr.h: Include intprops.h instead of limits.h.
20001         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20002         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20003         for consistency with intprops.h.
20004         (time_t_is_integer, twos_complement_arithmetic): Use them.
20005         * lib/sig2str.h: Include <signal.h>, intprops.h.
20006         (INT_STRLEN_BOUND): Remove.
20007         * lib/strftime.c (TYPE_SIGNED): Remove.
20008         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20009         * lib/strtol.c: Adjust comments to match intprops.h.
20010         * lib/userspec.c: Include intprops.h.
20011         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20012         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20013         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20014         instead of rolling our own expressions.
20015         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20016
20017         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20018         instead of int.
20019         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20020         the right thing even if adding 1900 would overflow.  Similarly
20021         for tm_mon + 1 and tm_yday + 1.
20022         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20023         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20024         (DO_SIGNED_NUMBER): New macro.
20025         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20026
20027 2005-03-07  Bruno Haible  <bruno@clisp.org>
20028
20029         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20030
20031 2005-03-07  Bruno Haible  <bruno@clisp.org>
20032
20033         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20034
20035 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20036
20037         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20038         (func_import): Only replace files via --import when they have actually
20039         changed.
20040
20041 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20042
20043         * m4/mmap-anon.m4: New file.
20044         * m4/pagealign_alloc.m4: New file.
20045
20046 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20047             Bruno Haible  <bruno@clisp.org>
20048
20049         * modules/pagealign_alloc: New file.
20050         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20051
20052 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20053             Bruno Haible  <bruno@clisp.org>
20054
20055         * lib/pagealign_alloc.h: New file.
20056         * lib/pagealign_alloc.c: New file.
20057
20058 2005-03-03  Bruno Haible  <bruno@clisp.org>
20059
20060         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20061         Use an all-permissive copyright notice, recommended by RMS.
20062
20063 2005-03-02  Bruno Haible  <bruno@clisp.org>
20064
20065         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20066         of AIX, the replacement has to be done only after <string.h> is
20067         included, therefore not in config.h. stpncpy.h does the replacement,
20068         and stpncpy.c uses it.
20069
20070 2005-03-02  Bruno Haible  <bruno@clisp.org>
20071
20072         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20073         stpncpy.c uses it.
20074
20075 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20076
20077         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20078         The workaround isn't strictly needed for POSIX conformance, and
20079         it's too much of a pain to configure and maintain.  We'll ask
20080         people to fix their kernels instead.
20081         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20082         (NANOSLEEP_BUG_WORKAROUND): Remove.
20083         (xnanosleep): Remove the workaround.
20084
20085 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20086
20087         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20088         Reported by Derek Price.
20089         (Include): Add "timespec.h".
20090
20091         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20092
20093 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20094
20095         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20096         to detect nanosleep bug.
20097
20098 2005-03-01  Bruno Haible  <bruno@clisp.org>
20099
20100         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20101
20102 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20103
20104         * modules/gethrxtime: New file.
20105         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20106         (Depends-on): Add gethrxtime.
20107         (configure.ac): Add gl_XNANOSLEEP.
20108         (Makefile.am): Remove lib_SOURCES line.
20109
20110 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20111
20112         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20113         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20114
20115 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20116
20117         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20118         * lib/timespec.h (gettime): Return void, since it always
20119         succeeds now.  All uses changed.
20120         * lib/gettime.c (gettime) Likewise.
20121         [HAVE_NANOTIME]: Prefer nanotime.
20122         Assume gettimeofday succeeds, as POSIX requires.
20123         Assime time () succeeds, since other code already does.
20124         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20125         (timespec_subtract): Remove.
20126         (NANOSLEEP_BUG_WORKAROUND): New constant.
20127         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20128         things considerably.  Use it only on GNU/Linux hosts, since the
20129         workaround shouldn't be needed elsewhere.
20130
20131 2005-02-24  Bruno Haible  <bruno@clisp.org>
20132
20133         * modules/gettext (Files): Add m4/glibc2.m4.
20134
20135 2005-02-24  Bruno Haible  <bruno@clisp.org>
20136
20137         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20138         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20139         * m4/progtest.m4:
20140         Update from GNU gettext 0.14.2.
20141         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20142
20143 2005-02-24  Bruno Haible  <bruno@clisp.org>
20144
20145         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20146         * lib/config.charset: Update from GNU gettext 0.14.2.
20147
20148 2005-02-24  Bruno Haible  <bruno@clisp.org>
20149
20150         * lib/gettext.h: Update from GNU gettext 0.14.2.
20151
20152 2005-02-23  Simon Josefsson  <jas@extundo.com>
20153
20154         * m4/iconvme.m4: New file.
20155
20156 2005-02-23  Jim Meyering  <jim@meyering.net>
20157
20158         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20159         change.
20160         Thanks to Bruno Haible for catching it.
20161
20162 2005-02-22  Simon Josefsson  <jas@extundo.com>
20163
20164         * modules/iconvme: New file.
20165
20166         * MODULES.html.sh: Add iconvme.
20167
20168 2005-02-22  Simon Josefsson  <jas@extundo.com>
20169
20170         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20171
20172 2005-02-22  Simon Josefsson  <jas@extundo.com>
20173
20174         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20175
20176 2005-02-22  Jim Meyering  <jim@meyering.net>
20177
20178         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20179         s/ifndef/ifdef/.
20180
20181 2005-02-20  Neil Conway  <neilc@samurai.com>
20182
20183         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20184         returned by OSX/Darwin if the specified buffer is not large
20185         enough for the hostname.
20186
20187 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20188
20189         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20190         pass it to _help, otherwise the latter coredumps trying to
20191         dereference state.root_argp.
20192
20193 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * modules/chdir-long (Depends-on): Add memrchr.
20196         * modules/memrchr (Files): Add lib/memrchr.h.
20197         (Include): "memrchr.h".
20198
20199 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20200
20201         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20202
20203 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20204
20205         * lib/memrchr.h: New file.
20206         * lib/chdir-long.c: Include it.
20207         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20208         Don't bother including stddef.h.
20209
20210 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20211
20212         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20213         inclusion.
20214         Include <sys/types.h>, for dev_t.
20215         (ME_DUMMY, ME_REMOTE): Move from here....
20216         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20217         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20218         Dmitry V. Levin.
20219         Include mountlist.h first, to test the interface.
20220
20221 2005-01-29  Bruno Haible  <bruno@clisp.org>
20222
20223         * lib/progname.c (program_name): Initialize.
20224         Needed when linking statically on MacOS X.
20225
20226 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         Sync from coreutils.
20229         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20230         (Depends-on): Add c-strtod.
20231         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20232
20233 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20234
20235         Sync from coreutils.
20236         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20237
20238         Remove files that are specific to coreutils.
20239         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20240
20241 2005-01-28  Bruno Haible  <bruno@clisp.org>
20242
20243         * modules/javacomp: New file.
20244         * MODULES.html.sh (Java): Add javacomp.
20245
20246 2005-01-28  Bruno Haible  <bruno@clisp.org>
20247
20248         * m4/javacomp.m4: New file, from GNU gettext.
20249
20250 2005-01-28  Bruno Haible  <bruno@clisp.org>
20251
20252         * lib/javacomp.sh.in: New file, from GNU gettext.
20253         * lib/javacomp.h: New file, from GNU gettext.
20254         * lib/javacomp.c: New file, from GNU gettext.
20255
20256 2005-01-26  Simon Josefsson  <jas@extundo.com>
20257
20258         * lib/gai_strerror.c: Use GPL in header.
20259
20260 2005-01-26  Bruno Haible  <bruno@clisp.org>
20261
20262         * modules/javaexec: New file.
20263         * MODULES.html.sh (Java): Add javaexec.
20264
20265 2005-01-26  Bruno Haible  <bruno@clisp.org>
20266
20267         * m4/javaexec.m4: New file, from GNU gettext.
20268
20269 2005-01-26  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/javaexec.sh.in: New file, from GNU gettext.
20272         * lib/javaexec.h: New file, from GNU gettext.
20273         * lib/javaexec.c: New file, from GNU gettext.
20274
20275 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20276
20277         * modules/lchown (Depends-on): Remove lchown.h
20278
20279 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20280
20281         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20282         must be defined if the header file was not found, in order
20283         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20284
20285 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20286
20287         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20288         initializers for struct pentry_state.
20289         (__argp_error): Check return value of __asprintf
20290         (__argp_failure): Translate error message
20291
20292         * lib/argp-parse.c: Removed braces around the expansion of N_()
20293
20294 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20297         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20298         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20299         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20300         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20301         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20302         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20303         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20304         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20305         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20306         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20307         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20308         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20309         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20310         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20311         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20312         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20313         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20314         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20315         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20316         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20317         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20318         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20319         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20320         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20321         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20322         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20323         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20324         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20325         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20326         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20327         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20328         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20329         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20330         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20331         Use an all-permissive copyright notice, recommended by RMS.
20332
20333 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20334
20335         * modules/chdir-long (Depends-on): Remove mempcpy.
20336
20337 2005-01-21  Jim Meyering  <jim@meyering.net>
20338
20339         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20340         same value as for Solaris 9.
20341
20342         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20343         component length.  This included changing the parameter to be
20344         of type `char *' rather than `char const *'.
20345         * lib/chdir-long.h (chdir_long): Update prototype.
20346
20347         * lib/openat.c (fdopendir, fstatat): New functions.
20348         * lib/openat.h: Include headers required for use of DIR and struct
20349         stat.
20350         [AT_SYMLINK_NOFOLLOW]: Define.
20351         (fdopendir, fstatat): Add prototypes.
20352
20353 2005-01-21  Bruno Haible  <bruno@clisp.org>
20354
20355         * modules/classpath: New file.
20356         * MODULES.html.sh (Java): Add classpath.
20357
20358 2005-01-21  Bruno Haible  <bruno@clisp.org>
20359
20360         * lib/classpath.h: New file, from GNU gettext.
20361         * lib/classpath.c: New file, from GNU gettext.
20362
20363 2005-01-20  Simon Josefsson  <jas@extundo.com>
20364
20365         * modules/version-etc-fsf: New file.
20366
20367 2005-01-20  Simon Josefsson  <jas@extundo.com>
20368
20369         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20370         * lib/version-etc.c: Remove version_etc_copyright.
20371         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20372         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20373
20374 2005-01-20  Simon Josefsson  <jas@extundo.com>
20375
20376         * lib/base64.h (isbase64): Add.
20377
20378         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20379         using a unsigned prototype, don't inline.
20380         (base64_decode): Use it.
20381
20382 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20383
20384         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20385         it.
20386
20387 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20388
20389         * lib/save-cwd.c (save_cwd): Remove code to support the case
20390         where fchdir is missing or flaky.
20391
20392 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20393
20394         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20395
20396 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20399         AC_LIBSOURCES now does this.
20400         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20401         with new ullong_max module.
20402
20403 2005-01-19  Bruno Haible  <bruno@clisp.org>
20404
20405         * modules/sh-quote: New file.
20406         * MODULES.html.sh (Executing programs): Add sh-quote.
20407
20408 2005-01-19  Bruno Haible  <bruno@clisp.org>
20409
20410         * lib/sh-quote.h: New file, from GNU gettext.
20411         * lib/sh-quote.c: New file, from GNU gettext.
20412
20413 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20414
20415         Merge from coreutils.
20416         * m4/ullong_max.m4: New file.
20417         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20418         (gl_MACROS): Assume localeconv exists.
20419
20420 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         Merge changes from coreutils, as described below in several
20423         changelogs dated today.
20424
20425         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20426         (O_DIRECTORY): Remove; not needed here, since "." must be
20427         a directory.  All uses removed.
20428         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20429         universal on Suns, and we also need to test for IRIX.
20430         Revamp code to use 'if' rather than '#if'.
20431         Avoid unnecessary comparison of cwd->desc to 0.
20432
20433         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20434         for known valid error numbers rather than observed invalid ones.
20435
20436 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20437
20438         * modules/ullong_max: New file.
20439
20440         * modules/chdir-long, modules/openat: New files.
20441         * modules/save-cwd (Depends-on): Depend on chdir-long.
20442         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20443
20444 2005-01-18  Jim Meyering  <jim@meyering.net>
20445
20446         Merge from coreutils.
20447         * m4/chdir-long.m4, m4/openat.m4: New files.
20448         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20449         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20450         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20451         is sane and DOES follow symlinks.  Besides, testing 20 different
20452         systems found no broken chown implementations.
20453         Prompted by a change in rsync's copy of this macro.
20454         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20455
20456         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20457
20458         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20459         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20460         NULL-means-set-to-current-time semantics.
20461         Remove temporary file immediately, rather than waiting
20462         for configure's at-exit trap code to do it.
20463
20464 2005-01-18  Jim Meyering  <jim@meyering.net>
20465
20466         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20467
20468         * lib/utimens.c (futimens): Account for the fact that futimes
20469         can also fail with errno == ENOSYS or errno == ENOENT.
20470         Patch from Dmitry V. Levin.
20471
20472         Change the name of the robust chdir function from chdir to chdir_long.
20473         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20474         (restore_cwd): Use chdir_long, not chdir.
20475         * lib/chdir-long.c: Renamed from chdir.c.
20476         * lib/chdir-long.h: Renamed from chdir.h.
20477         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20478         Hurd.
20479
20480 2005-01-18  Bruno Haible  <bruno@clisp.org>
20481
20482         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20483         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20484         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20485         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20486         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20487         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20488         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20489         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20490         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20491         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20492         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20493         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20494         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20495         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20496         Use an all-permissive copyright notice, recommended by RMS.
20497
20498 2005-01-18  Bob Proulx  <bob@proulx.com>
20499
20500         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20501         simplify offsetof() macro construct to avoid compile failure with
20502         native HP-UX 11.0 ANSI C compiler.
20503
20504 2005-01-17  Bruno Haible  <bruno@clisp.org>
20505
20506         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20507         redundant because stpncpy.m4 takes care of it.
20508
20509 2005-01-17  Bruno Haible  <bruno@clisp.org>
20510
20511         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20512
20513 2005-01-17  Bruno Haible  <bruno@clisp.org>
20514
20515         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20516         used.
20517
20518 2005-01-17  Bruno Haible  <bruno@clisp.org>
20519
20520         * lib/fwriteerror.h (fwriteerror): Change specification to include
20521         fclose.
20522         * lib/fwriteerror.c: Include <stdbool.h>.
20523         (fwriteerror): At the end, close the file stream. Record whether
20524         stdout was already closed.
20525
20526 2005-01-17  Bruno Haible  <bruno@clisp.org>
20527
20528         * lib/execute.c (environ): Declare if needed.
20529         * lib/pipe.c (environ): Likewise.
20530         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20531
20532 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20533
20534         * modules/argp: Depend on vsnprintf
20535
20536 2005-01-10  Jim Meyering  <jim@meyering.net>
20537
20538         * modules/closeout (Depends-on): Add atexit.
20539
20540 2005-01-06  Bruno Haible  <bruno@clisp.org>
20541
20542         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20543
20544 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20545
20546         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20547         definitions to be after all include files, to avoid collisions.
20548         Problem reported by Bob Proulx.
20549
20550 2005-01-04  Jim Meyering  <jim@meyering.net>
20551
20552         Changes imported from coreutils.
20553         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20554         as the mkstemp template, use a temporary directory and an
20555         8.3-friendly template to avoid trouble on systems like DJGPP.
20556         Reported by Juan M. Guerrero via Stepan Kasal.
20557         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20558         close. Remove the temporary directory right away, rather than waiting
20559         for configure's at-exit trap code to do it.
20560         Suggestion from Stepan Kasal.
20561
20562 2005-01-01  Simon Josefsson  <jas@extundo.com>
20563
20564         * gnulib-tool: Print #include directives when --import'ing.
20565
20566 2004-12-28  Simon Josefsson  <jas@extundo.com>
20567
20568         * tests/test-base64.c: Include required header files.  Remove
20569         unused variables.
20570
20571 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20572
20573         * modules/error (Depends-on): Remove gettext.
20574
20575 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20578         not needed.  This removes a dependency on the gettext module.
20579         [defined _LIBC]: Do not include <libintl.h>; not needed.
20580
20581 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20582
20583         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20584         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20585
20586 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20587
20588         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20589         HAVE_DECL_STRTOLD.
20590
20591 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20592
20593         * modules/getdate (Depends-on): Remove alloca-opt.
20594
20595 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20598
20599 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20600
20601         * lib/argp-parse.c: Include <stddef.h>.
20602         (alignof, alignto): New macros.
20603         (parser_init): Don't assume that void * is aligned sufficiently
20604         for struct option.
20605
20606         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20607         need to extend the stack.
20608         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20609         large.
20610
20611 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20612
20613         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20614
20615 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20616
20617         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20618         (2004-10-24) change.  Apparently this was a false alarm.
20619
20620         * modules/getdate: Depend on alloca-opt, not alloca.
20621
20622 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20625         Remove now-obsolete comment about AIX.
20626         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20627         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20628         (YYMAXDEPTH): New macro.
20629
20630 2004-12-18  Simon Josefsson  <jas@extundo.com>
20631
20632         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20633
20634 2004-12-18  Bruno Haible  <bruno@clisp.org>
20635
20636         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20637
20638 2004-12-18  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/fatal-signal.c (fatal_signals): Make non-const.
20641         (init_fatal_signals): New function.
20642         (uninstall_handlers, install_handlers): Ignore signals that were set to
20643         SIG_IGN.
20644         (at_fatal_signal): Call init_fatal_signals.
20645         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20646         SIG_IGN.
20647         Reported by Paul Eggert.
20648
20649 2004-12-18  Bruno Haible  <bruno@clisp.org>
20650
20651         * doc/alloca.texi: New file.
20652         * doc/alloca-opt.texi: New file.
20653
20654 2004-12-17  Jim Meyering  <jim@meyering.net>
20655
20656         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20657         Otherwise, install-sh could exit with improper exit status when
20658         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20659
20660 2004-12-16  Simon Josefsson  <jas@extundo.com>
20661
20662         * tests/test-base64.c: Add license.
20663
20664 2004-12-15  Stepan Kasal  <address@hidden>
20665
20666         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20667
20668 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20669
20670         * modules/getcwd (Files): Add m4/d-ino.m4.
20671         Suggested by Mark D. Baushke.
20672
20673 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20674
20675         * lib/getdate.y (textint): New member "negative".
20676         (time_zone_hhmm): New function.
20677         Expect 14 shift-reduce conflicts, not 13.
20678         (o_colon_minutes): New rule.
20679         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20680         (yylex): Set the "negative" member of signed numbers.
20681
20682 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20683
20684         * doc/getdate.texi (Time of day items, Time zone items):
20685         Describe new formats +00:00, UTC+00:00.
20686
20687 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20688
20689         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20690         spurious "-l"s.  Problem reported by Stepan Kasal.
20691
20692 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20693
20694         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20695         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20696
20697 2004-12-04  Simon Josefsson  <jas@extundo.com>
20698
20699         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20700         Vandoorselaere <yoann@prelude-ids.org>.
20701
20702 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20703
20704         Changes imported from coreutils.
20705         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20706         exist.
20707         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20708
20709 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         Changes imported from coreutils.
20712         * lib/hard-locale.c: Assume <locale.h> exists.
20713         Include "strdup.h".
20714         (GLIBC_VERSION): New macro.
20715         (hard_locale): Assume setlocale exists.
20716         Rewrite to avoid #ifdef.
20717         Use strdup rather than malloc + strcpy.
20718         * lib/human.c: Assume <locale.h> exists.
20719         (human_readable): Assume localeconv exists.
20720
20721 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20722
20723         * modules/hard-locale (Depends-on): Add strdup.
20724
20725 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20726
20727         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20728         convert T2, not T.  (Imported from libc.)
20729
20730 2004-11-30  Simon Josefsson  <jas@extundo.com>
20731
20732         * modules/restrict (License): Change to LGPL.
20733
20734 2004-11-30  Simon Josefsson  <jas@extundo.com>
20735
20736         * m4/restrict.m4: Add copyright and copying conditions.
20737
20738 2004-11-30  Simon Josefsson  <jas@extundo.com>
20739
20740         * m4/base64.m4: New file.
20741
20742 2004-11-30  Simon Josefsson  <jas@extundo.com>
20743
20744         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20745         base64.
20746
20747         * tests/test-base64.c: New file.
20748
20749         * modules/base64: New file.
20750
20751 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20754         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20755
20756         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20757
20758 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20759
20760         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20761         (__getcwd.c): Don't restore errno; glibc doesn't.
20762         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20763         first, falling back to our code only if its results look suspicious.
20764         Ensure that the resulting buffer is only as large as necessary.
20765
20766         * lib/readutmp.c: Include readutmp.h first.
20767         Include <errno.h>, since readutmp.h no longer does that.
20768         * lib/readutmp.h: Don't include <errno.h>,
20769         <sys/param.h>, <time.h>; not needed to establish interface.
20770         (errno): Remove decl.
20771         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20772         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20773         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20774
20775 2004-11-28  Simon Josefsson  <jas@extundo.com>
20776
20777         * lib/base64.h, base64.c: New file.
20778
20779 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20780
20781         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20782
20783 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20784
20785         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20786         (Depends-on): Remove pathmax, same.  Add mempcpy.
20787         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20788         (Makefile.am): Append getcwd.h to lib_SOURCES.
20789         (Include): Add getcwd.h.
20790         (Maintainer): Change from Jim Meyering to "all, glibc",
20791         since getdate now uses intended-for-glibc code.
20792         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20793         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20794
20795 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20796
20797         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20798         HP's ANSI C compiler.
20799         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20800         Declaring int functions causes warnings on some modern systems and
20801         shouldn't be needed to compile on ancient ones.
20802         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20803         defined.
20804
20805         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20806         with the following changes.
20807         (__set_errno): Parenthesize properly.
20808         Include <stdbool.h>.
20809         (MIN, MAX, MATCHING_INO): New macros.
20810         (__getcwd): Define with prototype, not K&R form.
20811         Use heuristics to allocate default buffer on stack if possible.
20812         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20813         behavior, and to avoid the PATH_MAX limit when computing
20814         ../../../../...
20815         Use MATCHING_INO to compare inode number to file.
20816         Check for arithmetic overflow in size calculations.
20817         Fix bug in reallocation of dot array that caused getcwd to fail
20818         on directories nested deeper than 75.
20819         Be more careful about saving errno on error.
20820         Do not use realloc; use only free+malloc, as this is a bit
20821         more flexible and avoids a needless copy operation.
20822         Do not inspect st_dev and st_ino for symbolic links; POSIX
20823         doesn't specify the latter.
20824         Check for closedir errors.
20825         Avoid needless casts.
20826         Use "#ifdef weak_alias" around weak_alias, to be like other
20827         glibc code.
20828         The following changes to getcwd.c have effect only when used in
20829         gnulib; they have no effect inside glibc proper.
20830         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20831         as alloca isn't used.
20832         (alloca, __alloca): Likewise.
20833         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20834         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20835         unconditionally, as gnulib assumes C89 or better.
20836         Do not include <sys/param.h>.
20837         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20838         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20839         better.
20840         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20841         Include <dirent.h> in a way that is compatible with modern Autoconf.
20842         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20843         New macros, if not already defined.
20844         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20845         Use "_LIBC", not "defined _LIBC", for consistency.
20846         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20847         a mempcpy module.
20848         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20849         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20850         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20851         credit only to Jim Meyering and adjust the copyright dates.
20852         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20853         <stdlib.h>, <unistd.h>, "pathmax.h".
20854         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20855         (INITIAL_BUFFER_SIZE): Remove.
20856         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20857
20858 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20859
20860         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20861         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20862         Use the _ONCE methods, for efficiency.
20863         Check for fcntl.h.  In test program, include <errno.h>
20864         and <fcntl.h> if available.  Remove old K&R cruft from
20865         test program.  Check for common errors in GNU/Linux,
20866         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20867         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20868         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20869         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20870         name accordingly.
20871         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20872         accommodate new getcwd.c.
20873         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20874         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20875         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20876         that's all we need now.
20877
20878 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20879
20880         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20881         argp-parse.c depends on getopt internals, that means we should
20882         always use our getopt, to be on the safe side.
20883         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20884         order not to spoil the result of an eventual previous invocation
20885         of gl_GETOPT_SUBSTITUTE.
20886
20887 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20888
20889         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20890         redefinition warnings. To avoid them, include the defines
20891         in `#if !defined __need_getopt ... #endif'. The only place
20892         where __getopt_argv_const is used is in definitions
20893         of getopt_long and getopt_long_only below, which are as well
20894         protected by `#ifndef __need_getopt'.
20895         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20896         __need_getopt after including <stdio.h> and <unistd.h> These
20897         headers might have defined it.
20898
20899 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20900
20901         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20902
20903 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20904
20905         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20906         (futimens): New function, which uses futimes if available.
20907         (futimens, utimens): Support timespec==NULL, with same semantics
20908         as utime and utimens.
20909         * lib/utimens.h (futimens): New decl.
20910
20911 2004-11-23  Jim Meyering  <jim@meyering.net>
20912
20913         * lib/getopt_.h: Remove trailing blanks.
20914
20915 2004-11-23  Jim Meyering  <jim@meyering.net>
20916
20917         * lib/__fpending.c: Add comment.
20918
20919 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20920
20921         * modules/canonicalize (Depends-on): Add xreadlink.
20922         Problem reported by James Youngman.
20923
20924 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20925
20926         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20927         New macros.
20928         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20929         optopt): Use them instead of invoking ## directly; otherwise, the
20930         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20931
20932 2004-11-19  Bruno Haible  <bruno@clisp.org>
20933
20934         * lib/strtok_r.c: Move comments from here...
20935         * lib/strtok_r.h: ... to here.
20936
20937 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20938
20939         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20940         implementations that mishandle size_t overflow.
20941
20942 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20943
20944         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20945         might fail.  Problem reported by Yoann Vandoorselaere.
20946         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20947         implementations that mishandle size_t overflow.
20948
20949 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20950
20951         * modules/canon-host (Depends-on): Add strdup.
20952
20953 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20954
20955         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20956
20957 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * lib/canon-host.c: Include "strdup.h".
20960         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20961         Use strdup instead of malloc/strcpy to duplicate strings.
20962
20963         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20964         (human_space_before_unit): New constant.
20965         * lib/human.c (human_readable): Support it.
20966
20967         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20968         (xgetcwd): Set errno correctly when failing.
20969         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20970         the failure is actually due to a PATH_MAX problem.
20971
20972         Further getopt changes to make it more likely that glibc will
20973         buy the changes back.
20974         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20975         (getopt): Use it, so to preserve glibc semantic
20976         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20977         when compiling for libc.
20978         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20979         (getopt_long, getopt_long_only): Use it.
20980
20981         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20982         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20983         (getopt): Argv is now char * const *, as per standard.
20984         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20985         not char *__getopt_argv_const *.
20986         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20987         _getopt_long_only_r): Likewise.
20988         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20989         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20990         _getopt_long_r, _getopt_long_only_r): Likewise.
20991         * lib/getopt_.h (__getopt_argv_const): Remove.
20992         (getopt): Argv is now char * const *, as per standard.
20993
20994         * lib/getdate.y (tORDINAL): New token.
20995         (day, relunit): Allow it for relative times.
20996         (relative_time_table): Use tORDINAL for ordinals.
20997
20998 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20999
21000         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21001         Document that "second" isn't allowed as an ordinal number.
21002
21003 2004-11-16  Jim Meyering  <jim@meyering.net>
21004
21005         * modules/closeout (Depends-on): Add fpending.
21006
21007 2004-11-15  Jim Meyering  <jim@meyering.net>
21008
21009         * lib/closeout.c: Include "__fpending.h" once again.
21010         Include <stdbool.h>.
21011         (close_stdout): Don't fail just because stdout was closed initially,
21012         since some programs don't write to stdout in the normal course of
21013         operation (other than --version and --help), and we don't want this
21014         function to make e.g. `touch file >&-' fail.
21015         But do fail if it was closed and someone has tried to write to it.
21016         E.g., `printf foo >&-' must fail.
21017
21018 2004-11-13  Jim Meyering  <jim@meyering.net>
21019
21020         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21021
21022 2004-11-12  Simon Josefsson  <jas@extundo.com>
21023
21024         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21025         small doc fix is still pending.
21026
21027 2004-11-11  Simon Josefsson  <jas@extundo.com>
21028
21029         * modules/strtok_r: New file.
21030
21031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21032         strtok_r.
21033
21034 2004-11-11  Simon Josefsson  <jas@extundo.com>
21035
21036         * m4/strtok_r.m4: New file.
21037
21038         * m4/getopt.m4: Replace opterr.
21039
21040 2004-11-11  Simon Josefsson  <jas@extundo.com>
21041
21042         * lib/strtok_r.h, strtok_r.c: New file.
21043
21044 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21045
21046         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21047         of replacing opterr, getopt, etc.  This should handle the
21048         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21049
21050 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21051
21052         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21053         we can stop lying to compilers about the constness of argv when we
21054         are compiled outside glibc.
21055         (getopt, getopt_long, getopt_long_only): Use it.
21056         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21057         _getopt_internal, getopt): Likewise.
21058         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21059         _getopt_long_only_r): Likewise.
21060         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21061         _getopt_long_r, _getopt_long_only_r): Likewise.
21062
21063         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21064         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21065         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21066         the other external symbols.
21067         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21068         declaration, since the above renaming now works around collisions.
21069
21070 2004-11-11  Jim Meyering  <jim@meyering.net>
21071
21072         * lib/linebreak.c: Remove trailing blanks.
21073         * lib/alloca_.h: Likewise.
21074         * lib/acosl.c: Likewise.
21075         * lib/euidaccess.c: Likewise.
21076         * lib/allocsa.h: Likewise.
21077
21078 2004-11-10  Simon Josefsson  <jas@extundo.com>
21079
21080         * m4/getaddrinfo.m4: New file.
21081
21082 2004-11-10  Simon Josefsson  <jas@extundo.com>
21083
21084         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21085
21086 2004-11-10  Simon Josefsson  <jas@extundo.com>
21087
21088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21089         getaddrinfo.
21090
21091         * modules/getaddrinfo: New file.
21092
21093 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21094
21095         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21096
21097 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21098
21099         * lib/mktime.c (SHR): New macro, which is a portable
21100         substitute for >> that should work even on Crays.
21101         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21102         Problem reported by Mark D. Baushke in
21103         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21104         * lib/getdate.y (SHR): Likewise.
21105         (tm_diff): Use it.
21106         * lib/strftime.c (SHR): Likewise.
21107         (tm_diff): Use it.
21108         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21109         quote_these_too, so that right shifts are well defined.  All uses
21110         changed.
21111
21112 2004-11-10  Jim Meyering  <jim@meyering.net>
21113
21114         Ensure that no close failure goes unreported.
21115         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21116         return early when it seems there's nothing to flush.
21117         Don't include __fpending.h.
21118
21119 2004-11-10  Jim Meyering  <jim@meyering.net>
21120
21121         * modules/closeout (Depends-on): Remove fpending.
21122
21123 2004-11-10  Jim Meyering  <jim@meyering.net>
21124
21125         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21126
21127 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21128
21129         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21130         gl_FUNC_STRFTIME.
21131         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21132         and AC_REQUIRE when possible, to avoid duplicate checks.
21133         Check for <wchar.h>.
21134
21135 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21136
21137         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21138
21139 2004-11-09  Bruno Haible  <bruno@clisp.org>
21140
21141         * m4/sockpfaf.m4: New file.
21142
21143 2004-11-05  Bruno Haible  <bruno@clisp.org>
21144
21145         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21146         Reported by Mark D. Baushke <mdb@cvshome.org>.
21147
21148 2004-11-04  Bruno Haible  <bruno@clisp.org>
21149
21150         2004-09-11  Bruno Haible  <bruno@clisp.org>
21151                 * allocsa.valgrind: New file.
21152         2004-02-06  Bruno Haible  <bruno@clisp.org>
21153                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21154                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21155                 Reported by Christopher Seip <chris.seip@hp.com>.
21156
21157 2004-11-04  Bruno Haible  <bruno@clisp.org>
21158
21159         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21160         (Makefile.am): Distribute it.
21161
21162 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21163
21164         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21165         with errno == ERANGE if the buffer is too small.
21166         Problem reported by Mark D. Baushke.
21167
21168 2004-11-03  Albert Chin  <china@thewrittenword.com>
21169             Paul Eggert  <eggert@cs.ucla.edu>
21170
21171         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21172         equivalent, substitute $ac_type for equivalent type rather than
21173         blindly using uint32_t *always* which won't work if uint32_t is not
21174         available.  Define _UINT32_T to work around typedef of uint32_t if
21175         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21176         2.5.1.
21177
21178 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * m4/jm-macros.m4: Sync from coreutils.
21181         (gl_MACROS): Check for mbrlen, for pathchk.
21182         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21183
21184 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21185
21186         * lib/xreadlink.c (MAXSIZE): New macro.
21187         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21188         size does not exceed MAXSIZE.  Avoid cast.
21189         As suggested by Mark D. Baushke in
21190         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21191         if readlink fails with buffer size just under MAXSIZE, try again
21192         with MAXSIZE.
21193
21194 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21197
21198 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21199         and  Paul Eggert  <eggert@cs.ucla.edu>
21200
21201         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21202         (get_date): Overparenthesize to avoid GCC warning.
21203
21204 2004-11-02  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21207         returns void.
21208
21209 2004-11-02  Bruno Haible  <bruno@clisp.org>
21210
21211         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21212         function returns void.
21213
21214 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21215
21216         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21217         fflush_unlocked, flockfile, funlockfile, funlockfile,
21218         fputs_unlocked, putc_unlocked.
21219
21220 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21223         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21224         already declared.
21225
21226 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21227
21228         * modules/getdate (Files): Add doc/getdate.texi.
21229         (Depends-on): Add setenv, xalloc.
21230
21231 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         * lib/getdate.y: Add support for TZ="foo" within a date string.
21234         Fix some bugs near time_t boundaries.  Reject dates with
21235         out-of-range components, e.g., "Sept 31".
21236         Include <stdlib.h>, "setenv.h", "xalloc.h".
21237         (ISDIGIT_LOCALE): Remove; unused.
21238         Note that the TZ and time functions used here are not reentrant.
21239         (mktime_ok, get_tz): New functions.
21240         (TZBUFSIZE): New constant.
21241         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21242         This requires that we sometimes generate our own TZ="XXX..." setting.
21243
21244 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * doc/getdate.texi: New file, from coreutils with modifications for
21247         the new TZ parsing.
21248
21249 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21250
21251         * lib/mktime.c (not_equal_tm): Remove redundant check.
21252
21253 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         * modules/regex (lib_SOURCES): Add regex.c.
21256         Reported by James Youngman in
21257         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21258
21259 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * lib/getdate.y: Use Bison 1.875 features, and some minor
21262         code cleanups.  This change does not affect semantics.
21263         Don't include <stdlib.h>; no longer needed.
21264         Don't include unlocked-io.h; only the "#if TEST" code uses
21265         stdio, and performance isn't crucial there.
21266         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21267         Bison 1.875 features as described below.
21268         All uses of "PC." replaced by "pc->".
21269         (YYSTYPE): Add a forward declaration.
21270         (yylex, yyerror): Use full prototypes in forward decls.
21271         Use "%pure-parser" rather than obsolescent "%pure_parser".
21272         Use %parse-param and %lex-param instead of obsolescent
21273         YYPARSE_PARAM and YYLEX_PARAM.
21274         (meridian_table, month_and_day_table, time_units_table,
21275         relative_time_table, time_zone_table, military_table,
21276         lookup_zone, lookup_word, get_date):
21277         Use NULL instead of 0 where appropriate.
21278         (to_hour): Avoid abort (), to avoid a dependency on
21279         stdlib.h.
21280         (yyerror, yylex): Now accepts parser_control * arg.
21281         (main) [TEST]: Use '\0' rather than 0 for char.
21282
21283 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21284
21285         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21286
21287 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21288
21289         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21290         It's now the caller's responsibility to handle the case where
21291         !HAVE_GETPAGESIZE && !defined getpagesize.
21292
21293         * lib/mktime.c (leapyear): Arg is long int, not int.
21294
21295 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21296
21297         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21298
21299 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21300
21301         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21302         missing.  Problem reported by James Youngman.
21303
21304 2004-10-16  Simon Josefsson  <jas@extundo.com>
21305
21306         * gnulib-tool: Fix comments.  Fix parse problem.
21307         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21308
21309 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21310
21311         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21312         implementation of getopt_long.  Problem reported by Alexander Taler in:
21313         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21314
21315 2004-10-15  Bruno Haible  <bruno@clisp.org>
21316
21317         * gnulib-tool: Untabify. Initialize supplied_libname.
21318         (func_usage): More homogenous output.
21319         (func_modules_transitive_closure, func_modules_to_filelist,
21320         func_emit_lib_Makefile_am): New functions.
21321         (func_import): New function, extracted from big case statement. Use
21322         func_get_license, func_modules_transitive_closure,
21323         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21324         opt_lgpl. Don't use test -a, as it's not portable.
21325         (func_create_testdir): Use func_modules_transitive_closure,
21326         func_modules_to_filelist, func_emit_lib_Makefile_am.
21327
21328 2004-10-15  Bruno Haible  <bruno@clisp.org>
21329
21330         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21331
21332 2004-10-15  Bruno Haible  <bruno@clisp.org>
21333
21334         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21335         the portions belonging to each module.
21336         Suggested by Derek Robert Price <derek@ximbiot.com>.
21337
21338 2004-10-12  Simon Josefsson  <jas@extundo.com>
21339
21340         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21341         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21342         to real functions.
21343
21344 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21345
21346         * modules/vsnprintf: New file.
21347
21348 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21349
21350         * m4/vsnprintf.m4: New file.
21351
21352 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21353
21354         * lib/vsnprintf.h: New file.
21355         * lib/vsnprintf.c: New file.
21356
21357 2004-10-11  Bruno Haible  <bruno@clisp.org>
21358
21359         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21360         vsnprintf.
21361
21362 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21365
21366 2004-10-07  Bruno Haible  <bruno@clisp.org>
21367
21368         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21369         fits into the provided buffer.
21370
21371 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21372
21373         * lib/diacrit.c, diacrit.h: Add GPL notice.
21374
21375         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21376         notice.
21377         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21378         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21379         This avoids a potential constant-folding bug.
21380
21381 2004-10-05  Bruno Haible  <bruno@clisp.org>
21382
21383         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21384         for the declaration of strsep.
21385
21386 2004-10-05  Bruno Haible  <bruno@clisp.org>
21387
21388         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21389
21390 2004-10-04  Simon Josefsson  <jas@extundo.com>
21391
21392         * modules/memmem: New file.
21393         * tests/test-memmem.c: New file.
21394         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21395
21396 2004-10-04  Simon Josefsson  <jas@extundo.com>
21397
21398         * m4/memmem.m4: New file.
21399
21400 2004-10-04  Simon Josefsson  <jas@extundo.com>
21401
21402         * lib/memmem.h: New file.
21403         * lib/memmem.c: New file, taken from glibc.
21404
21405 2004-10-04  Simon Josefsson  <jas@extundo.com>
21406
21407         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21408         '#ifdef USE_UNLOCKED_IO'.
21409
21410 2004-10-04  Simon Josefsson  <jas@extundo.com>
21411
21412         * config/srclist.txt: Add memmem from glibc.
21413
21414 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21415
21416         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21417
21418         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21419         modules/exclude, modules/getdate, modules/getline,
21420         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21421         modules/getusershell, modules/linebuffer, modules/md5,
21422         modules/mountlist, modules/posixtm, modules/readtokens,
21423         modules/readutmp, modules/regex, modules/sha1,
21424         modules/version-etc, modules/yesno:
21425         Remove dependency on unlocked-io.
21426
21427 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21428
21429         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21430
21431         * m4/unlocked-io.m4: Add copyright notice.
21432         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21433
21434 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21437         * lib/xmalloc.c (xmemdup): Likewise.
21438         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21439         XFREE): Remove these long-obsolescent macros.
21440         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21441         * lib/xstrdup.c: Remove.
21442
21443         * lib/regex.c (re_comp): Cast gettext return value to char *,
21444         Problem reported by Martin Neitzel via Mark D. Baushke.
21445
21446 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21447
21448         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21449         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21450         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21451         regex.c, sha1.c, version-etc.c, yesno.c:
21452         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21453         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21454         the includer's responsibility.
21455
21456         Sync from coreutils.
21457
21458         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21459         points to the start of a string, as the C Standard says the
21460         resulting behavior is undefined.
21461
21462         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21463         simple -> simple_backups, numbered_existing ->
21464         numbered_existing_backups, numbered -> numbered_backups
21465         to avoid shadowing problems.  All uses changed.
21466         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21467         * lib/backupfile.c (check_extension, numbered_backup):
21468         Rename locals to avoid shadowing 'basename'.
21469         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21470         once.
21471
21472         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21473         * lib/.cvsignore: Add getopt.h.
21474
21475 2004-10-04  Bruno Haible  <bruno@clisp.org>
21476
21477         * modules/README: New file.
21478         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21479         not a module.
21480
21481 2004-10-02  Jim Meyering  <jim@meyering.net>
21482
21483         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21484
21485 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21486
21487         * modules/strsep: New file.
21488
21489 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21490
21491         * m4/strsep.m4: New file.
21492
21493 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21494
21495         * lib/strsep.h: New file.
21496         * lib/strsep.c: New file.
21497
21498 2004-10-01  Simon Josefsson  <jas@extundo.com>
21499
21500         * lib/snprintf.c (snprintf): Handle size==0.
21501
21502 2004-10-01  Simon Josefsson  <jas@extundo.com>
21503             Bruno Haible  <bruno@clisp.org>
21504
21505         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21506         (snprintf): Declare 'args'.
21507
21508 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * lib/snprintf.c: Remove comments as to why each header is needed.
21511
21512 2004-10-01  Bruno Haible  <bruno@clisp.org>
21513
21514         * MODULES.html.sh: Add strsep.
21515
21516 2004-09-30  Simon Josefsson  <jas@extundo.com>
21517
21518         * modules/snprintf: New file.
21519
21520 2004-09-30  Simon Josefsson  <jas@extundo.com>
21521
21522         * m4/snprintf.m4: New file.
21523
21524 2004-09-30  Simon Josefsson  <jas@extundo.com>
21525
21526         * lib/snprintf.h, lib/snprintf.c: New files.
21527
21528 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21529
21530         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21531         (hol_entry_help): Never translate an empty string.
21532         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21533         * lib/argp.h (OPTION_NO_TRANS): New option.
21534
21535 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * modules/argp (Maintainer): Replace Simon Josefsson
21538         by Sergey Poznyakoff.
21539
21540 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21541
21542         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21543         changes merged back into glibc.
21544
21545 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21548
21549 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21550
21551         * lib/xvasprintf.c: Include xalloc.h.
21552         (xvasprintf): Use xalloc_die, not xmalloc_die.
21553
21554 2004-09-29  Bruno Haible  <bruno@clisp.org>
21555
21556         * modules/alloca-opt: New file, derived from modules/alloca.
21557         * modules/allocsa: Depend on alloca-opt instead of alloca.
21558         * modules/setenv: Likewise.
21559         * modules/vasnprintf: Likewise.
21560         * MODULES.html.sh: Add alloca-opt.
21561
21562 2004-09-28  Simon Josefsson  <jas@extundo.com>
21563
21564         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21565         LGPL, and to replace license template from GPL to LGPL.
21566
21567 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21568
21569         * modules/dummy: Change license to LGPL.
21570
21571 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21572
21573         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21574
21575 2004-09-24  Simon Josefsson  <jas@extundo.com>
21576
21577         * modules/minmax (License): Change from GPL to LGPL.
21578
21579 2004-09-23  Simon Josefsson  <jas@extundo.com>
21580
21581         * gnulib-tool (--import): Typo.
21582
21583 2004-09-23  Simon Josefsson  <jas@extundo.com>
21584
21585         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21586
21587 2004-09-22  Bruno Haible  <bruno@clisp.org>
21588
21589         * modules/*: Add 'License' field.
21590         * gnulib-tool: Accept --extract-license option.
21591         (func_get_license): New function.
21592
21593 2004-09-21  Bruno Haible  <bruno@clisp.org>
21594
21595         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21596         Reported by Simon Josefsson.
21597
21598 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21599
21600         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21601         gl_AC_TYPE_LONG_LONG.
21602
21603 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21604
21605         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21606
21607 2004-09-18  Simon Josefsson  <jas@extundo.com>
21608         and  Paul Eggert  <eggert@cs.ucla.edu>
21609
21610         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21611         calls with autoreconf.  Define GL_LIB.
21612
21613 2004-09-14  Karl Berry  <karl@gnu.org>
21614
21615         * config/srclist.txt: unsync setenv.c, sigh.
21616
21617 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21620         Problem reported by Bruno Haible in:
21621         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21622
21623 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21624
21625         * config/srclist.txt: Comment out argp-pvh.c.
21626
21627 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21628
21629         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21630         in case some system header has #define'd it.  Problem reported by
21631         Soeren D. Schulze in
21632         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21633
21634 2004-09-09  Karl Berry  <karl@gnu.org>
21635
21636         * regex.[ch]: delete from the root.  These were supposed to be
21637                 synced with emacs cvs, but this has not happened for about
21638                 a year, and anyway nothing else uses emacs regex.[ch].
21639                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21640                 lib/regex[.ch] is untouched.
21641
21642 2004-09-09  Bruno Haible  <bruno@clisp.org>
21643
21644         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21645
21646 2004-09-09  Bruno Haible  <bruno@clisp.org>
21647
21648         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21649         modifications.
21650         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21651
21652 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21653
21654         * modules/xvasprintf: New file.
21655         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21656
21657 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21658
21659         * lib/xvasprintf.h: New file.
21660         * lib/xvasprintf.c: New file.
21661         * lib/xasprintf.c: New file.
21662
21663 2004-09-08  Bruno Haible  <bruno@clisp.org>
21664
21665         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21666
21667 2004-09-08  Bruno Haible  <bruno@clisp.org>
21668
21669         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21670         length is > INT_MAX.
21671         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21672         more.
21673
21674 2004-09-08  Bruno Haible  <bruno@clisp.org>
21675
21676         * lib/stdint_.h: New file, taken from GNU clisp.
21677
21678 2004-09-08  Bruno Haible  <bruno@clisp.org>
21679             Oskar Liljeblad  <oskar@osk.mine.nu>
21680
21681         * modules/stdint: New file.
21682         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21683
21684 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21685
21686         Import from coreutils.
21687         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21688         strings on unbounded length.  alloca's performance benefits aren't
21689         that important here.
21690         (V_STRDUP): Remove.
21691         (parse_with_separator): New function, with most of the internals
21692         of the old parse_user_spec.  Allow user to omit both user and group,
21693         for compatibility with FreeBSD.
21694         Clone only the user name, not the entire spec.
21695         Do not set *uid, *gid unless entirely successful.
21696         Avoid memory leak in some failing cases.
21697         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21698         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21699         (parse_user_spec): Rewrite to use parse_with_separator.
21700
21701 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         * modules/userspec: Don't depend on alloca.
21704
21705 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21706
21707         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21708
21709 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21712         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21713         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21714
21715 2004-08-16  Simon Josefsson  <jas@extundo.com>
21716
21717         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21718         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21719         Add --dry-run for --import.
21720         Let user provided command line parameters override configure.ac
21721         settings.
21722
21723 2004-08-12  Simon Josefsson  <jas@extundo.com>
21724
21725         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21726         as discussed with Paul Eggert in threads rooted at
21727         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21728         and
21729         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21730         Before, the test was empty, and relied on ELIDE_CODE in source
21731         code.)
21732         (gl_PREREQ_GETOPT): New macro.
21733         (gl_GETOPT): Use them.
21734
21735 2004-08-12  Simon Josefsson  <jas@extundo.com>
21736
21737         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21738         * lib/getopt_.h: Renamed from getopt.h.
21739
21740 2004-08-12  Simon Josefsson  <jas@extundo.com>
21741
21742         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21743         Change default library name from libfoo to libgnu.
21744         Now, if you have a configure.ac that says:
21745                 gl_SOURCE_BASE(gl)
21746                 gl_M4_BASE(gl/m4)
21747                 gl_MODULES(error getopt etcetera)
21748                 gl_INIT
21749         you can import all you need by running:
21750                 ../gnulib/gnulib-tool --import
21751
21752         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21753         (Makefile.am): Rewrite, use logic from argz.
21754         (Include): Use <getopt.h> instead of "getopt.h".
21755
21756 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21757
21758         * modules/argp (Files): Add m4/unlocked-io.m4.
21759         (Depends-on): Add extensions.
21760
21761 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21762
21763         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21764         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21765         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21766         Check for program_invocation_name, program_invocation_short_name,
21767         flockfile, funlockfile, features.h, _getopt_long_only_r.
21768
21769 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21772         its complicated substitute.
21773         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21774         and program_invocation_name.
21775         (__argp_basename) [!_LIBC]: Remove; the only use was
21776         replaced by its body.
21777         (__argp_short_program_name): Change condition from
21778         !defined __argp_short_program_name to
21779         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21780         to match argp-namefrob.h.
21781         (__argp_failure): Don't assume strerror_r returns char *.
21782         * lib/argp-parse.c (N_): Define unconditionally.
21783         (argp_default_options): Fill out initializers with 0 to avoid
21784         gcc warnings.
21785
21786 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21787
21788         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21789         getopt1.c.
21790
21791 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21792
21793         Merge from coreutils.
21794
21795         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21796
21797         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21798         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21799
21800 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21801
21802         Merge from coreutils.
21803
21804         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21805         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21806         for Reliant Unix 5.43.
21807
21808         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21809         (union fooround): Use uintmax_t, not long int.
21810         The rest is a merge from libc:
21811         [defined _LIBC]: Include <shlib-compat.h>.
21812         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21813
21814         * lib/settime.c (settime): Recode to avoid warning with
21815         Sun Forte C 6U2.
21816
21817         * lib/strverscmp.c: Convert to UTF-8.
21818
21819 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21820
21821         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21822         m4/uintmax_t.m4.
21823
21824 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21825
21826         * modules/xalloc-die: New file.
21827         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21828
21829         * modules/md5 (Files): Add m4/uint32_t.m4.
21830         * modules/sha1: Renamed from modules/sha.
21831         (Files):
21832         Rename lib/sha.h to lib/sha1.h.
21833         Rename lib/sha.c to lib/sha1.c.
21834         Rename m4/sha.m4 to m4/sha1.m4.
21835         (lib_SOURCES): Likewise.
21836         (configure.ac): Rename gl_SHA to gl_SHA1.
21837         (Include): sha.h -> sha1.h.
21838
21839 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21840
21841         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21842         * m4/sha1.m4: Renamed from sha.m4.
21843         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21844
21845 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21846
21847         * lib/obstack.h (obstack_empty_p):
21848         Don't assume that chunk->contents is suitably aligned.
21849         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21850         Likewise. Problem reported by Benno in
21851         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21852
21853         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21854         readable.  This could be improved further but it'd take some work.
21855
21856 2004-08-08  Simon Josefsson  <jas@extundo.com>
21857
21858         * modules/xgethostname (Depends-on): Remove exit and error (not
21859         used).
21860
21861         * modules/getpass-gnu: Add getpass.h.
21862         (Depends-on): Add stdbool.
21863         * modules/getpass: Add getpass.h.
21864
21865 2004-08-08  Simon Josefsson  <jas@extundo.com>
21866
21867         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21868         Check getpass declaration.
21869
21870 2004-08-08  Simon Josefsson  <jas@extundo.com>
21871
21872         * lib/xgethostname.c: Don't include error.h (not used).
21873
21874         * lib/getpass.h: Add.
21875         * lib/getpass.c: Include getpass.h first.
21876
21877 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21878
21879         * lib/xalloc-die.c: New file.
21880         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21881         All uses removed.
21882         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21883         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21884         xalloc-die.c.
21885         (_, N_, xalloc_die): Move to xalloc-die.c.
21886         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21887         so that we needn't mess with xalloc_msg_memory_exhausted.
21888
21889         * lib/sha1.h: Renamed from sha.h.
21890         (SHA1_H): Renamed from _SHA_H.
21891         (sha1_ctx): Renamed from sha_ctx.
21892         (sha1_init_ctx): Renamed from sha_init_ctx.
21893         (sha1_process_block): Renamed from sha_process_block.
21894         (sha1_process_bytes): Renamed from sha_process_bytes.
21895         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21896         (sha1_read_ctx): Renamed from sha_read_ctx.
21897         (sha1_stream): Renamed from sha_stream.
21898         (sha1_buffer): Renamed from sha_buffer.
21899         * lib/sha1.c: Likewise; renamed from sha.c.
21900         Do not include <sys/types.h>.
21901         Include <stddef.h> rather than <stdlib.h>.
21902
21903 2004-08-08  Bruno Haible  <bruno@clisp.org>
21904
21905         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21906         FILESYSTEM_PREFIX_LEN.
21907         * lib/progreloc.c: Likewise.
21908         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21909
21910 2004-08-06  Simon Josefsson  <jas@extundo.com>
21911
21912         * modules/progname (Depends-on): Don't depend on stdbool.
21913
21914 2004-08-06  Simon Josefsson  <jas@extundo.com>
21915
21916         * modules/getsubopt: New file.
21917         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21918         getsubopt.
21919
21920 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21921
21922         More merge from coreutils.
21923
21924         * m4/utimens.m4, m4/utimecmp.m4: New files.
21925         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21926         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21927         prereq.m4, sha.m4: Import changes from coreutils.
21928
21929 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21930
21931         More merge from coreutils.
21932         * modules/raise, modules/readtokens0, modules/utimens:
21933         * modules/utimecmp, module/xnanosleep: New files.
21934         * modules/strftime: Add lib/strftime.h.
21935         Change include from <time.h> to "strftime.h".
21936         * modules/yesno: Add lib/yesno.h.
21937         * modules/backupfile: Remove lib/addext.c.
21938         * modules/euidaccess: Add stat-macros.h.
21939         * modules/canonicalize, modules/euidaccess,
21940         modules/filemode, modules/lchown, modules/makepath,
21941         modules/rmdir, modules/stat: Likewise.
21942
21943 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21944
21945         Merge from tar.
21946         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21947         SIZE_MAX is a valid preprocessor constant.
21948         (__argp_basename): Change from "#ifndef _LIBC"
21949         to "#ifndef __argp_short_program_name", so that
21950         we don't compile these functions for tar.
21951
21952         More merges from coreutils.
21953         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21954         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21955         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21956         * lib/addext.c: Remove; no longer needed.
21957         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21958         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21959         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21960         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21961         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21962         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21963         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21964         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21965         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21966         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21967         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21968         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21969         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21970         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21971         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21972         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21973         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21974         Import changes from coreutils.
21975
21976 2004-08-05  Simon Josefsson  <jas@extundo.com>
21977
21978         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21979
21980 2004-08-05  Simon Josefsson  <jas@extundo.com>
21981
21982         * m4/getsubopt.m4: New file.
21983
21984 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21985
21986         Merge from coreutils.
21987
21988         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21989         * m4/getcwd-path-max.m4: New files.
21990
21991         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21992         FILESYSTEM_PREFIX_LEN ->
21993         FILE_SYSTEM_PREFIX_LEN.
21994         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21995         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21996         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21997         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21998
21999         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22000         prerequisite modules now handle the DOS stuff.
22001         Don't check for unistd.h.
22002
22003 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         Merge from coreutils.
22006
22007         * lib/.gdb-history: Remove; this doesn't belong here.
22008
22009         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22010         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22011         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22012         * lib/getcwd.c: New files.
22013
22014         * lib/dirname.h: Include <stdbool.h>.
22015         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22016         for consistency with POSIX terminology.  All uses changed.
22017         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22018         (strip_trailing_slashes): Use bool for booleans.
22019         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22020
22021         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22022         sometimes returns a positive errno value even when it succeeds.
22023         (print_errno_message) [!LIBC]: Fall back on strerror if
22024         __strerror_r fails.
22025
22026         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22027         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22028         (longest_relative_suffix): New function.
22029         (path_concat): Use it.  Assume first argument is not NULL.
22030         Port to DOS.  Omit redundant separators.
22031         Report an error instead of returning NULL.
22032         Use mempcpy instead of memcpy.
22033         (xpath_concat): Remove: not declared or used.
22034
22035         * lib/same.h: Include <stdbool.h>
22036         (same_name): Return bool, not int.
22037         * lib/same.c (same_name): Likewise.
22038         (errno): Don't declare; we assume C89 or better now.
22039
22040         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22041         if not already defined.
22042
22043         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22044         * lib/dup-safer.c (errno): Likewise.
22045
22046 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22047
22048         Merge from coreutils.
22049         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22050         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22051         * modules/path-concat: Don't depend on strdup.
22052
22053 2004-08-03  Simon Josefsson  <jas@extundo.com>
22054
22055         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22056         * lib/progname.h: Don't include stdbool.h.
22057
22058 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22061         * MODULES.html.sh (func_all_modules): Remove fatal.
22062
22063 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22064
22065         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22066
22067 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22070         working.
22071
22072 2004-08-02  Simon Josefsson  <jas@extundo.com>
22073
22074         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22075         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22076         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22077
22078 2004-08-01  Simon Josefsson  <jas@extundo.com>
22079
22080         * lib/xgetdomainname.c: Include stdlib.h, for free().
22081
22082 2004-07-19  Bruno Haible  <bruno@clisp.org>
22083
22084         * MODULES.html.sh (func_all_modules): Add dummy.
22085
22086 2004-07-16  Simon Josefsson  <jas@extundo.com>
22087
22088         * modules/dummy: New file.
22089
22090 2004-07-16  Simon Josefsson  <jas@extundo.com>
22091
22092         * lib/dummy.c: New file.
22093
22094 2004-07-16  Bruno Haible  <bruno@clisp.org>
22095
22096         * lib/backupfile.h: Add extern "C" for C++.
22097         * lib/closeout.h: Likewise.
22098         * lib/copy-file.h: Likewise.
22099         * lib/findprog.h: Likewise.
22100         * lib/full-write.h: Likewise.
22101         * lib/pathname.h: Likewise.
22102         * lib/progname.h: Likewise.
22103         * lib/stpcpy.h: Likewise.
22104         * lib/stpncpy.h: Likewise.
22105         * lib/strcase.h: Likewise.
22106         * lib/strstr.h: Likewise.
22107         * lib/xalloc.h: Likewise.
22108
22109         * lib/mbswidth.h: Add extern "C" for C++.
22110         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22111
22112 2004-07-13  Robert Millan  <robertmh@gnu.org>
22113
22114         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22115
22116 2004-07-09  Simon Josefsson  <jas@extundo.com>
22117
22118         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22119         failed without this.)
22120
22121 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * modules/chown (Files): Add lib/fchown-stub.c, since
22124         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22125
22126 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22127
22128         * lib/fchown-stub.c: New file.
22129
22130 2004-06-24  Jim Meyering  <jim@meyering.net>
22131
22132         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22133
22134 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * modules/argz: Omit "#include".
22137
22138         * MODULES.html.sh (func_all_modules): Add calloc, to match
22139         2004-06-01 addition of calloc module.
22140
22141 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * m4/argz.m4: New file, which is autoupdated from libtool.
22144
22145 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22146
22147         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22148         libtool.
22149
22150 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22151
22152         * config/srclist-update: Don't insist on "USA." before the
22153         close-comment, as libtool omits the period and puts the */ on a
22154         separate line.
22155         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22156         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22157
22158 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22159
22160         * modules/argz: New file.
22161         * MODULES.html.sh (func_all_modules): Add argz.
22162
22163 2004-06-12  Jim Meyering  <jim@meyering.net>
22164         and  Paul Eggert  <eggert@cs.ucla.edu>
22165
22166         * modules/hash (Files): Add lib/xalloc.h.
22167         * modules/pipe (Depends-on): Add wait-process.
22168         * modules/stat (Depends-on): Add xalloc.
22169         * modules/userspec (Files): Add lib/userspec.h.
22170         * modules/xstrto
22171
22172         Upgrade from gettext-0.13.
22173         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22174         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22175         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22176
22177 2004-06-10  Jim Meyering  <jim@meyering.net>
22178
22179         * lib/calloc.c: New file.
22180
22181 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22182
22183         * lib/getdate.y (yylex): Allow space between sign and number.
22184         Problem reported by Dan Jacobson.
22185
22186 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         Merge from coreutils CVS.
22189
22190         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22191         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22192         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22193         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22194         xstrtol.m4: Fix copyright date and/or serial number.
22195
22196         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22197         See if we need an fchown replacement.
22198         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22199         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22200         and use the replacement function if we detect either defect.
22201
22202         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22203         gl_UTIMECMP.
22204
22205 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22206         and  Jim Meyering  <jim@meyering.net>
22207
22208         Merge from coreutils CVS.
22209
22210         * lib/stat-macros.h: New file, with contents from file-type.h
22211         and coreutils' system.h.
22212         * lib/file-type.c: Include "stat-macros.h".
22213         * lib/file-type.h (file_type): Move all macro definitions to new file,
22214         stat-macros.h.
22215
22216         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22217         Wrap old code with this conditional.
22218         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22219         function that does not dereference symlinks.
22220         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22221
22222         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22223         dependency problems.
22224         (xreadlink): Accept new arg SIZE, for efficiency.
22225         All decls and uses changed.
22226         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22227
22228         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22229         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22230
22231         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22232         sysexits.h.
22233
22234 2004-06-01  Jim Meyering  <jim@meyering.net>
22235
22236         * m4/calloc.m4: New file.
22237
22238 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22239
22240         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22241         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22242         Also, fix a typo in a diagnostic.
22243
22244 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22245
22246         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22247         or AC_FUNC_REALLOC.
22248
22249 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22250
22251         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22252         macros to be defined.
22253         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22254         the allocator returns NULL because the requested size is zero.
22255
22256 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22257
22258         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22259         var.  Add comment explaining why libc still defines it.  This
22260         merges the following patch from glibc:
22261         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22262
22263 2004-05-20  Andreas Schwab  <schwab@suse.de>
22264
22265         * m4/free.m4: Replace free if it not known to work, not the other
22266         way round.
22267
22268 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22269
22270         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22271         present in glibc since revision 1.1 of this file.
22272         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22273         obstack_alignment_mask, obstack_alloc, obstack_base,
22274         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22275         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22276         obstack_grow0, obstack_init, obstack_int_grow,
22277         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22278         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22279         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22280         nonexistent functions.
22281
22282 2004-05-18  Karl Berry  <karl@gnu.org>
22283
22284         * config/srclist.txt: break link for vasnprintf.c.
22285
22286 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22287
22288         Port obstack to the AS/400, where pointers are 16 bytes wide and
22289         you cannot cast an integer to a valid pointer.  This patch is
22290         currently waiting to be integrated into glibc; see
22291         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22292
22293         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22294         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22295         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22296         (struct obstack): temp member is now a union of a pointer and
22297         an integer, instead of an integer.  All integer uses changed.
22298         This does not affect the physical layout of struct obstack,
22299         except on hosts (like the AS/400) where the size or alignment of
22300         void * is greater than that of ptrdiff_t.
22301         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22302         __STDC__)]: Store temporary in pointer member of union, not
22303         integer member.
22304         * lib/obstack.c: Include <stddef.h>, for offsetof.
22305         (struct fooalign): Remove; it doesn't need a name.
22306         (union fooround): Change double to long double, and add void *.
22307         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22308         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22309         not a macro.  Hence the values are always int; so remove all
22310         casts-to-int in uses.
22311
22312 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22313
22314         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22315         we can get this patch merged into glibc.
22316
22317 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22318             Paul Eggert  <eggert@cs.ucla.edu>
22319
22320         * m4/argp: Depend on alloca.
22321
22322 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22323             Paul Eggert  <eggert@cs.ucla.edu>
22324
22325         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22326         freecoding.
22327
22328 2004-05-17  Bruno Haible  <bruno@clisp.org>
22329
22330         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22331         precision that consists of a '.' followed by an empty digit string.
22332         Patch by Tor Lillqvist <tml@iki.fi>.
22333
22334 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22335
22336         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22337         for backward compatibility with older code.  We need our own
22338         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22339         it under some other name, and our alloca.h will define it.
22340
22341 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22342             Derek Price  <derek@ximbiot.com>
22343
22344         * lib/alloca.c: Include <alloca.h>, to get our interface.
22345         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22346         include <alloca.h> first.  Use C89 prototype for alloca; this
22347         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22348         Use #elif for simplicity, since we can assume C89 now.
22349         Don't try to source the system alloca.h since it will not be found
22350         and to prevent recursively including its replacement.
22351         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22352         * lib/regex.c: Likewise.
22353
22354 2004-05-16  Derek Price  <derek@ximbiot.com>
22355             Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         getline cleanup.  This changes the getndelim2 API: both order of
22358         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22359         no delimiter).
22360
22361         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22362         interface does that.
22363         (getline): Always use getdelim, so that we don't have two
22364         copies of this code.
22365         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22366         if available.
22367         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22368         (GETNDELIM2_MAXIMUM): New macro.
22369         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22370         instead of the old practice of delim2==0.  All callers changed.
22371         Return -1 on overflow, instead of returning junk.
22372         Do not set *linesize unless allocation succeeds.
22373         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22374         that we include sys/types.h.
22375         * lib/getnline.h: Likewise.
22376         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22377         (getndelim2): Reorder arguments.
22378         * lib/getnline.c (getnline, getndelim):
22379         Don't discard the NMAX argument.
22380         (getnline): Invoke getndelim, to avoid code duplication.
22381         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22382         of (size_t) -1 by callers of the getnline family.
22383
22384 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22385
22386         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22387         Check for gettimeofday.
22388         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22389         Check for settimeofday, stime.
22390
22391 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22392
22393         * lib/nanosleep.c (suspended): Change its type from int to
22394         sig_atomic_t volatile.
22395         (first_call): Make it private to rpl_nanosleep, and have it
22396         be zero initially as that's a bit faster.
22397         (my_usleep): Round up fractional times instead of truncating them,
22398         as this is the usual meaning for 'sleep'.
22399
22400         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22401         doesn't work.
22402         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22403         (ENOSYS): Define if not defined.
22404         (settime): Fall back on stime if it exists and settimeofday fails.
22405         But don't bother with fallbacks if a method fails with errno == EPERM.
22406
22407 2004-05-11  Jim Meyering  <jim@meyering.net>
22408
22409         Prior to this change, the save_cwd caller required read access to the
22410         current directory on most systems (ones with the fchdir function).
22411
22412         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22413         fails, try write-only, and finally, resort to using xgetcwd.
22414
22415 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22416
22417         * lib/obstack.c, obstack.h: Import changes from libc.
22418
22419 2004-04-28  Bruno Haible  <bruno@clisp.org>
22420
22421         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22422         also implicitly appends .exe to executables.
22423         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22424         accepts Windows pathnames.
22425         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22426         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22427         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22428         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22429         Reported by Derek Robert Price <derek@ximbiot.com>.
22430
22431 2004-04-21  Karl Berry  <karl@gnu.org>
22432
22433         * config/srclist.txt (localcharset.c): break sync.
22434
22435 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22436
22437         * m4/host-os.m4: Add a copyright notice.
22438
22439 2004-04-20  Jim Meyering  <jim@meyering.net>
22440
22441         Change UTILS_ to gl_ in AC_DEFINE'd names.
22442         Change utils_- and jm_-prefixed variables, too.
22443         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22444         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22445         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22446
22447         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22448         Don't emit trailing blanks.
22449         Also rename jm_-prefixed variables to have gl_ prefix.
22450
22451         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22452         Also rename jm_-prefixed variables to have gl_ prefix.
22453
22454         * m4/jm-macros.m4: Reflect the renamings.
22455         * m4/prereq.m4: Likewise.
22456
22457 2004-04-20  Jim Meyering  <jim@meyering.net>
22458
22459         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22460         memory.
22461
22462 2004-04-20  Jim Meyering  <jim@meyering.net>
22463             Bruno Haible  <bruno@clisp.org>
22464
22465         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22466         memory when realloc fails.
22467
22468 2004-04-19  Jim Meyering  <jim@meyering.net>
22469
22470         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22471         now that readutmp.c may call `free (0)'.
22472
22473 2004-04-19  Bruno Haible  <bruno@clisp.org>
22474
22475         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22476         * m4/inttypes_h.m4: Likewise.
22477         * m4/stdint_h.m4: Likewise.
22478         * m4/intmax_t.m4: Likewise.
22479         * m4/uintmax_t.m4: Likewise.
22480
22481 2004-04-18  Jim Meyering  <jim@meyering.net>
22482
22483         * m4/prereq.m4: Don't forbid jm_ prefix.
22484
22485         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22486         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22487         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22488         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22489         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22490         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22491         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22492         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22493         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22494         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22495         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22496         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22497         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22498         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22499         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22500         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22501         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22502         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22503         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22504
22505 2004-04-18  Jim Meyering  <jim@meyering.net>
22506
22507         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22508         failure, don't leak memory and do call END_UTMP_ENT.
22509
22510 2004-04-16  Jim Meyering  <jim@meyering.net>
22511
22512         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22513         coreutils' stat program.
22514         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22515
22516 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22517
22518         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22519         C89.
22520         (CHAR_BIT): Remove, since we assume C89.
22521         Include <stdint.h> if available, as per current Autoconf CVS advice.
22522
22523 2004-03-31  Jim Meyering  <jim@meyering.net>
22524
22525         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22526         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22527         * m4/xalloc.m4: Likewise.
22528
22529 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22530
22531         Merge from coreutils.
22532
22533         * m4/inttostr.m4: New file.
22534         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22535         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22536         Require gl_CLOCK_TIME.
22537         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22538
22539 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22540
22541         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22542         not bool, to be more consistent with Unix conventions.
22543         Suggested by Bruno Haible.
22544
22545         Merge from coreutils.
22546
22547         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22548         * lib/umaxtostr.c: New files.
22549
22550         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22551         the usual <time.h> dance.
22552         (get_date): Change signature to support fractional time stamps.
22553         All callers changed.
22554         * lib/getdate.y: Include "getdate.h" first, as we can now
22555         assume C89 and don't need to worry about 'const'.
22556         Similarly, include "unlocked-io.h" near start, not in middle.
22557         Include <limits.h>.
22558         (textint.value): Use long int rather than int.
22559         (textint.digits): Use size_t rather than int.
22560         (BILLION, LOG10_BILLION): New constants.
22561         (parser_control): New member rel_ns.  Members day_ordinal,
22562         time_zone, month, day, hour, minutes, rel_year, rel_month,
22563         rel_day, rel_hour, rel_minutes, rel_seconds
22564         are now long int, not int.  Member seconds is now struct timespec,
22565         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22566         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22567         not int.
22568         (%union.intval): Now long int, not int.
22569         New member timespec.
22570         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22571         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22572         (spec): Now is a timespec or an item list.
22573         (timespec, items): New nonterminals.
22574         (time, rel, relunit, number, get_date):
22575         Add support for fractional seconds.
22576         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22577         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22578         (to_hour): First arg is now long int, not int.
22579         (to_year): Returns long int, not int.
22580         Don't treat year -70 like 70.
22581         (tm_diff): Returns long int, not int.
22582         (lookup_word): Use bool instead of int when appropriate.
22583         (yylex): Use size_t for count, not int.
22584         Detect overflow when parsing large integer constants.
22585         Add support for fractions.
22586         (get_date): Make pointers 'const' if possible.
22587         Use more-portable code to detect integer overflow.
22588         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22589         Don't use ctime; it's not reliable if the year has >4 digits.
22590
22591         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22592         This is for compatibility with BSD.
22593
22594         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22595         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22596         From coreutils' system.h.
22597
22598         * lib/userspec.c: Don't include "posixver.h".
22599         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22600         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22601         compatible extension.  Simplify code by removing a boolean int
22602         that was always nonzero if a string was nonnull.
22603
22604 2004-03-30  Jim Meyering  <jim@meyering.net>
22605
22606         Merge from coreutils.
22607
22608         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22609         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22610         on some systems one must include <grp.h> before it.
22611         Reported by Christian Krackowizer.
22612
22613 2004-03-30  Jim Meyering  <jim@meyering.net>
22614
22615         Merge from coreutils.
22616
22617         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22618
22619         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22620         an empty input stream.
22621
22622         * lib/readtokens.c: Include <stdbool.h>.
22623         (readtoken): Use `size_t' rather than int/long.
22624         All callers adjusted.
22625         Use `bool' rather than `int' where appropriate.
22626         Use memset rather than an explicit loop.
22627         Use x2nrealloc rather than xrealloc.
22628         Allow the use of `\0' as a delimiter.
22629         (readtokens): Likewise.
22630         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22631
22632 2004-03-30  Jim Meyering  <jim@meyering.net>
22633
22634         * m4/realloc.m4: Remove file, since now it does no more than
22635         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22636         the `configure.ac' section of module/realloc.
22637         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22638
22639 2004-03-30  Bruno Haible  <bruno@clisp.org>
22640
22641         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22642         nonnull.
22643
22644 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22645
22646         Merge changes to getloadavg.c from coreutils and Emacs.
22647
22648         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22649         Define to an expression, not to the empty string.
22650         Include cloexec.h and xalloc.h.
22651         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22652         Use set_cloexec_flag rather than rolling our own.
22653         * lib/cloexec.c, lib/cloexec.h: New files.
22654
22655 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22656
22657         * m4/cloexec.m4: New file.
22658
22659 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22660
22661         * lib/getopt.h: Sync with libc CVS.
22662
22663 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22664             Bruno Haible  <bruno@clisp.org>
22665
22666         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22667         mbswidth.
22668
22669 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22670             Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/mbswidth.h: Include <wchar.h> only if
22673         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22674         <wchar.h>.
22675         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22676
22677 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22678
22679         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22680         Sync with libc CVS.
22681         * lib/getopt_int.h: New file, also synced from libc.
22682
22683 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22684
22685         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22686         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22687         Bring back getopt.c, getopt.h, getopt1.c.
22688
22689 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22690
22691         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22692         All uses changed.  Check for sa_sigaction member; this fixes
22693         a bug first reported by Jason Andrade in
22694         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22695
22696 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22697
22698         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22699         '#if' expressions.  Unlike the code it replaces, it does not
22700         depend on (defined _SC_PAGESIZE).  However, it does depend on
22701         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22702         first reported by Jason Andrade in
22703         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22704
22705 2004-02-25  Simon Josefsson  <jas@extundo.com>
22706
22707         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22708
22709 2004-02-25  Simon Josefsson  <jas@extundo.com>
22710
22711         * lib/strdup.h: New file.
22712         * lib/strdup.c: Include it.
22713         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22714         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22715
22716 2004-02-23  Karl Berry  <karl@gnu.org>
22717
22718         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22719         (from fencepost.gnu.org:/gd/gnuorg).
22720
22721 2004-02-23  Karl Berry  <karl@gnu.org>
22722
22723         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22724         * config/srclist.txt: add maintain/standards documents.
22725
22726 2004-02-18  Bruno Haible  <bruno@clisp.org>
22727
22728         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22729         Reported by Derek Robert Price <derek@ximbiot.com>.
22730
22731 2004-02-16  Karl Berry  <karl@gnu.org>
22732
22733         * config/mkinstalldirs, install-sh: update from automake.
22734
22735 2004-02-06  Karl Berry  <karl@gnu.org>
22736
22737         * m4/po.m4: update from gettext 0.14.1.
22738
22739 2004-02-06  Karl Berry  <karl@gnu.org>
22740
22741         * lib/config.charset: update from gettext 0.14.1.
22742
22743 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22744
22745         Add comments and code, prompted by suggestions from Bruno Haible
22746         for sh-quote.
22747         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22748         describing the enum quoting_style values.
22749         * lib/quotearg.c (quotearg_alloc): New function.
22750         (quotearg_buffer_restyled): Treat lone { and } as special.
22751         Treat = as special.  Work around bug with older shells
22752         that "see" a '\' that is really the 2nd byte of a multibyte char.
22753         Quote empty string with shell_quoting_style.
22754
22755 2004-02-03  Bruno Haible  <bruno@clisp.org>
22756
22757         * m4/pipe.m4: New file, from GNU gettext.
22758
22759 2004-02-03  Bruno Haible  <bruno@clisp.org>
22760
22761         * lib/pipe.h: New file, from GNU gettext.
22762         * lib/pipe.c: New file, from GNU gettext.
22763
22764 2004-01-27  Bruno Haible  <bruno@clisp.org>
22765
22766         * m4/execute.m4: New file, from GNU gettext.
22767
22768 2004-01-27  Bruno Haible  <bruno@clisp.org>
22769
22770         * lib/execute.h: New file, from GNU gettext.
22771         * lib/execute.c: New file, from GNU gettext.
22772         * lib/w32spawn.h: New file, from GNU gettext.
22773
22774 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22775
22776         Merge from diffutils.
22777
22778         * lib/file-type.c (file_type): Add typed memory objects.
22779         * lib/file-type.h (S_TYPEISTMO): New macro.
22780
22781         * lib/c-stack.h (c_stack_action): Remove argv argument.
22782         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22783         (die): Don't calculate message unless segv_action returns.
22784         (get_stack_location, min_address_from_argv, max_address_from_argv,
22785         volatile stack_base, volatile_stack_size): Remove.
22786         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22787         that every segmentation violation is a stack overflow.  (Ouch!)
22788         See Debian bug 136249 (still outstanding) for more info about why
22789         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22790
22791 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22792
22793         Exit-status fix from coreutils.
22794
22795         Use exit_failure consistently in place of EXIT_FAILURE,
22796         so that program exit statuses are consistent on failure.
22797
22798         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22799         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22800         * lib/argmatch.h: Comment fix to match the above.
22801         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22802         Now a macro referring to exit_failure, instead of a separate
22803         variable.  Include "exitfail.h" to get it.
22804         * lib/xstrtol.h: Include "exitfail.h".
22805         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22806
22807         * lib/long-options.c (parse_long_options): Use prototype
22808         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22809         for clarity.
22810
22811 2004-01-21  Jim Meyering  <jim@meyering.net>
22812
22813         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22814         so as not to conflict with a different-sized __mktime_internal
22815         function in GNU libc.
22816         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22817         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22818
22819 2004-01-20  Karl Berry  <karl@gnu.org>
22820
22821         * config/config.guess: update from config.
22822
22823         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22824
22825 2004-01-20  Bruno Haible  <bruno@clisp.org>
22826
22827         Safer stack allocation.
22828         * lib/setenv.c: Include allocsa.h.
22829         (alloca): Remove fallback definition.
22830         (freea): Remove macro.
22831         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22832         instead of freea.
22833
22834 2004-01-20  Bruno Haible  <bruno@clisp.org>
22835
22836         * m4/eealloc.m4: New file, from GNU gettext.
22837
22838 2004-01-20  Bruno Haible  <bruno@clisp.org>
22839
22840         * m4/allocsa.m4: New file, from GNU gettext.
22841
22842 2004-01-20  Bruno Haible  <bruno@clisp.org>
22843
22844         * lib/xallocsa.h: New file, from GNU gettext.
22845         * lib/xallocsa.c: New file, from GNU gettext.
22846
22847 2004-01-20  Bruno Haible  <bruno@clisp.org>
22848
22849         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22850
22851 2004-01-20  Bruno Haible  <bruno@clisp.org>
22852
22853         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22854         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22855         specially.
22856
22857 2004-01-20  Bruno Haible  <bruno@clisp.org>
22858
22859         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22860         patch.
22861
22862 2004-01-20  Bruno Haible  <bruno@clisp.org>
22863
22864         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22865
22866 2004-01-20  Bruno Haible  <bruno@clisp.org>
22867
22868         * lib/eealloc.h: New file.
22869
22870 2004-01-20  Bruno Haible  <bruno@clisp.org>
22871
22872         * lib/binary-io.h: Avoid warnings on Cygwin.
22873
22874 2004-01-20  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/allocsa.h: New file, from GNU gettext.
22877         * lib/allocsa.c: New file, from GNU gettext.
22878
22879 2004-01-18  Karl Berry  <karl@gnu.org>
22880
22881         * doc/gpl.texi, doc/lgpl.texi: new files.
22882
22883 2004-01-18  Karl Berry  <karl@gnu.org>
22884
22885         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22886         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22887
22888 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22889
22890         Merge from coreutils.
22891
22892         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22893         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22894         (gl_DEFAULT_POSIX2_VERSION): Move
22895         the documentation from 'configure' into 'config.hin',
22896         so that 'configure --help' isn't burdened by it and
22897         we don't have to worry about its formatting there.
22898         Reword the documentation so that it's more succinct
22899         and can be run together into a single paragraph.
22900         * m4/same.m4 (gl_SAME): Check for pathconf.
22901
22902 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22903
22904         Merge from coreutils.
22905
22906         * lib/posixver.c: Include posixver.h.
22907
22908         * lib/same.c: Include <stdbool.h>, <limits.h>.
22909         (_POSIX_NAME_MAX): Define if not defined.
22910         (MIN): New macro.
22911         (same_name): If file names are silently truncated, report
22912         that the file names are the same if they are the same after
22913         the silent truncation.
22914
22915         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22916         conversion function.
22917         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22918         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22919         longer needed.
22920
22921 2004-01-15  Jim Meyering  <jim@meyering.net>
22922
22923         Merge from coreutils.
22924
22925         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22926         if no library is required.
22927         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22928         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22929         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22930         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22931         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22932         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22933         value, $ac_cv_search_crypt, if it's "none required".
22934         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22935         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22936         not gl_FUNC_GETLOADAVG.
22937         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22938         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22939
22940 2004-01-15  Jim Meyering  <jim@meyering.net>
22941
22942         Merge from coreutils.
22943
22944         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22945         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22946         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22947
22948         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22949         optional configure-time default.
22950
22951         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22952
22953         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22954
22955 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22956
22957         Merge from coreutils.
22958
22959         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22960         value, $ac_cv_search_nanosleep, if it's "none required".
22961
22962 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22963
22964         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22965         with like-named macro in fnmatch.c.
22966         (EXT): Use an internal constant instead.
22967
22968         Merge fnmatch patches from glibc.
22969         * lib/fnmatch.c (mbsinit): Remove define.
22970         Add libc_hidden_ver (__fnmatch, fnmatch).
22971         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22972         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22973
22974 2004-01-14  Karl Berry  <karl@gnu.org>
22975
22976         * config/install-sh: update from automake.
22977
22978 2004-01-13  Karl Berry  <karl@gnu.org>
22979
22980         * config/install-sh: update from automake.
22981
22982 2004-01-09  Karl Berry  <karl@gnu.org>
22983
22984         * config/install-sh: update from automake.
22985
22986 2004-01-05  Karl Berry  <karl@gnu.org>
22987
22988         * config/config.{sub,guess}: update from config.
22989
22990 2003-12-31  Karl Berry  <karl@gnu.org>
22991
22992         * config/depcomp: update from automake.
22993
22994 2003-12-14  Karl Berry  <karl@gnu.org>
22995
22996         * lib/config.charset: update from gettext-runtime.
22997
22998 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22999
23000         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23001         Bug reported by Alfred M. Szmidt.
23002
23003 2003-12-03  Bruno Haible  <bruno@clisp.org>
23004
23005         * m4/gettext.m4: Upgrade from gettext-0.13.
23006         * m4/po.m4: Upgrade from gettext-0.13.
23007         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23008         * m4/intmax.m4: New file, from gettext-0.13.
23009         * m4/printf-posix.m4: New file, from gettext-0.13.
23010
23011 2003-11-29  Karl Berry  <karl@gnu.org>
23012
23013         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23014
23015 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23016             Bruno Haible  <bruno@clisp.org>
23017
23018         * lib/printf-parse.h: Don't include sys/types.h.
23019         (ARG_NONE): New macro.
23020         (char_directive): Change type of *arg_index fields to size_t.
23021         * lib/printf-parse.c: Don't include sys/types.h.
23022         (SSIZE_MAX): Remove macro.
23023         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23024         Remove unnecessary overflow check.
23025         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23026         fields.
23027
23028 2003-11-25  Bruno Haible  <bruno@clisp.org>
23029
23030         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23031
23032 2003-11-25  Bruno Haible  <bruno@clisp.org>
23033
23034         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23035         gt_TYPE_SSIZE_T.
23036
23037 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23038
23039         * modules/alloca: Remove dependency on xalloc.
23040
23041 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23042
23043         * lib/alloca.c: Remove dependency on xalloc module.
23044         (xalloc_die): Remove.
23045         (memory_full) [!defined emacs]: New macro.
23046         [!defined emacs]: Don't include xalloc.h.
23047         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23048         address arithmetic overflows.  Change datatypes a bit to avoid
23049         unnecessary casts.
23050
23051 2003-11-22  Jim Meyering  <jim@meyering.net>
23052
23053         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23054         s/size/size_t/.
23055
23056 2003-11-21  Karl Berry  <karl@gnu.org>
23057
23058         * config/config.{sub,guess}: update from config.
23059
23060 2003-11-18  Karl Berry  <karl@gnu.org>
23061
23062         * config/config.{sub,guess}: update from config.
23063
23064         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23065
23066 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23067
23068         * README: Mention that S+T cannot overflow if S is the size of
23069         an existing object and T is sufficiently small.
23070
23071 2003-11-17  Jim Meyering  <jim@meyering.net>
23072
23073         On systems without utime and without a utimes function capable of
23074         dealing with a NULL struct utimbuf* argument, this utime replacement
23075         could -- in unusual circumstances -- leak a file descriptor.
23076         * lib/utime.c: Include <unistd.h> and <errno.h>.
23077         (utime_null): Be sure to close `fd' and to preserve errno.
23078         Reported by Geoff Collyer via Arnold Robbins.
23079
23080 2003-11-17  Bruno Haible  <bruno@clisp.org>
23081
23082         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23083         (Depends-on): Add xsize.
23084
23085 2003-11-17  Bruno Haible  <bruno@clisp.org>
23086
23087         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23088
23089 2003-11-17  Bruno Haible  <bruno@clisp.org>
23090
23091         * lib/vasnprintf.c (alloca): Remove fallback definition.
23092         (freea): Remove definition.
23093         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23094         Reported by Paul Eggert.
23095
23096 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23097             Bruno Haible  <bruno@clisp.org>
23098
23099         Protect against address arithmetic overflow.
23100         * lib/printf-args.h: Include stddef.h.
23101         (arguments): Change type of field 'count' to size_t.
23102         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23103         'unsigned int' where appropriate.
23104         * lib/printf-parse.h: Include sys/types.h.
23105         (char_directive): Change type of *arg_index fields to ssize_t.
23106         (char_directives): Change type of fields 'count', max_*_length to
23107         size_t.
23108         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23109         (SSIZE_MAX): Define fallback value.
23110         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23111         instead of 'int' where appropriate. Check a_allocated, d_allocated
23112         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23113         * lib/vasnprintf.c: Include xsize.h.
23114         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23115         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23116         overflow. Avoid wraparound when converting a width or precision from
23117         decimal to binary.
23118
23119 2003-11-16  Bruno Haible  <bruno@clisp.org>
23120
23121         Update from GNU gettext.
23122         * lib/printf-parse.c: Generalize to it can be compiled for wide
23123         strings.
23124         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23125         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23126         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23127         SNPRINTF): New macros.
23128         Don't include <alloca.h> if the file is used inside libintl.
23129         (local_wcslen): New function, for Solaris 2.5.1.
23130         (VASNPRINTF): Use it instead of wcslen.
23131
23132 2003-11-16  Bruno Haible  <bruno@clisp.org>
23133
23134         * lib/xsize.h (xmax): New function.
23135         (xsum, xsum3, xsum4): Declare as "pure" functions.
23136
23137 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23138
23139         * modules/xalloc (Files): Undo latest change, since xalloc.h
23140         no longer needs SIZE_MAX or PTRDIFF_MAX.
23141
23142 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23143
23144         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23145         gl_PTRDIFF_MAX.
23146
23147 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23148
23149         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23150         "return", to pacify some unknown compiler.  Problem reported
23151         by Joerg Schilling.
23152
23153 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23154
23155         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23156         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23157         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23158         heuristic is just as accurate as far as we know, and it removes a
23159         dependency on size_max.m4 and ptrdiff_max.m4.
23160
23161 2003-11-11  Bruno Haible  <bruno@clisp.org>
23162
23163         * modules/xsize (Files): Add m4/size_max.m4.
23164         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23165
23166 2003-11-11  Bruno Haible  <bruno@clisp.org>
23167
23168         * m4/size_max.m4: New file.
23169         * m4/ptrdiff_max.m4: New file.
23170         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23171         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23172         (gl_XALLOC): Invoke it.
23173
23174 2003-11-11  Bruno Haible  <bruno@clisp.org>
23175
23176         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23177         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23178         defined.
23179
23180 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23181
23182         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23183         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23184         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23185         From Bruno Haible.
23186         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23187         not (size_t) -1, since it's defined here.
23188
23189 2003-11-09  Karl Berry  <karl@gnu.org>
23190
23191         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23192
23193 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23194
23195         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23196         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23197         Reject sizes of exactly SIZE_MAX bytes.
23198         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23199         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23200
23201 2003-11-05  Bruno Haible  <bruno@clisp.org>
23202
23203         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23204         SIZE_MAX defined in <limits.h> on Solaris.
23205
23206 2003-11-04  Jim Meyering  <jim@meyering.net>
23207
23208         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23209         variable names, rather than @VAR@.
23210         * modules/poll: Likewise.
23211
23212 2003-11-04  Bruno Haible  <bruno@clisp.org>
23213
23214         * modules/xsize: New file.
23215         * modules/linebreak: Depend on xsize.
23216         * MODULES.html.sh (func_all_modules): Add xsize.
23217
23218 2003-11-04  Bruno Haible  <bruno@clisp.org>
23219
23220         * m4/xsize.m4: New file.
23221
23222 2003-11-04  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/xsize.h: New file.
23225         * lib/linebreak.c: Include xsize.h.
23226         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23227         argument for overflow.
23228         Suggested by Paul Eggert.
23229
23230 2003-11-03  Karl Berry  <karl@gnu.org>
23231
23232         * config/config.{guess,sub}: update from config.
23233
23234 2003-11-03  Jim Meyering  <jim@meyering.net>
23235
23236         * modules/userspec (lib_SOURCES): Add userspec.h.
23237         (Include): Add "userspec.h".
23238         Improve description.
23239
23240 2003-11-03  Jim Meyering  <jim@meyering.net>
23241
23242         * lib/userspec.c: Include "userspec.h".
23243         * lib/userspec.h: New file.
23244
23245 2003-11-03  Bruno Haible  <bruno@clisp.org>
23246
23247         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23248
23249 2003-11-03  Bruno Haible  <bruno@clisp.org>
23250
23251         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23252         available, to avoid (extremely rare) race condition.
23253         Suggested by Paul Eggert.
23254
23255 2003-11-02  Karl Berry  <karl@gnu.org>
23256
23257         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23258
23259 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23260
23261         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23262         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23263         (read_filesystem_list): Set and use me_type_malloced.
23264         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23265         whatever the type happens to be), for brevity and consistency.
23266         Check for size calculation overflow on Alphas running OSF/1.
23267
23268 2003-10-31  Jim Meyering  <jim@meyering.net>
23269
23270         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23271
23272         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23273
23274 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23275             Bruno Haible  <bruno@clisp.org>
23276
23277         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23278         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23279
23280 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23283         netbsd*-gnu*.  Suggested by Robert Millan.
23284
23285 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23286
23287         * modules/group-member: Depend on stdbool.
23288
23289 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23290
23291         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23292
23293 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23294
23295         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23296         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23297         after the 'gnu' in these cases.  This fixes some bugs in the
23298         previous change, and is based on suggestions by Robert Millan.
23299
23300 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23301
23302         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23303         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23304         no longer needed.
23305         * lib/quotearg.c (quotearg_n_options): Use it.
23306         * lib/group-member.c: Include <stdbool.h>.
23307         (free_group_info): Arg is now const *; don't free arg.
23308         (get_group_info): Now returns bool and accepts struct group_info *,
23309         rather than returning a malloc'ed struct group_info *.
23310         All uses changed.  Check for overflow in internal size calculation.
23311
23312         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23313         rather than xmalloc/xrealloc.
23314         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23315         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23316         conformance bug: the old code used a pointer after freeing the
23317         storage that it addressed.
23318         * lib/hash.c (hash_initialize): Simplify the code by using
23319         xalloc_oversized rather than doing it by hand.
23320         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23321         the buffer preserved.  Use free and xmalloc instead.
23322         * lib/quotearg.c (quotearg_n_options): Likewise.
23323         Use a simpler test for size overflow.  Don't use xalloc_oversized
23324         because unsigned int might be wider than size_t (!); this suggests
23325         that we should switch from unsigned int to size_t for slot numbers.
23326
23327 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23328
23329         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23330         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23331         NetBSD kernels.  Requested by Richard Stallman.
23332
23333 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23334
23335         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23336         to allocate the returned structure.  Do not allocate a subarray,
23337         as x2nrealloc will do that.
23338         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23339         instead of xnrealloc.
23340         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23341
23342 2003-10-27  Bruno Haible  <bruno@clisp.org>
23343
23344         * lib/stdbool_.h: Better support for BeOS.
23345
23346 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23347
23348         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23349         now uses inline.
23350
23351 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23352
23353         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23354         callers that want to do their own size-overflow checking.  Include
23355         <stdbool.h>, since xalloc_oversized returns bool.
23356         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23357         to use xalloc_oversized.
23358
23359         Add two functions x2realloc, x2nrealloc, for programs that grow
23360         arrays dynamically by doubling their sizes.
23361         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23362         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23363         New functions.
23364
23365         Port to C99 semantics for 'inline' of external functions.
23366         Bug reported by Bruno Haible.
23367         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23368         with the old contents of xnmalloc.
23369         (xnmalloc, xmalloc): Use it.
23370         (xnrealloc_inline): New static inline function,
23371         with the old contents of xnrealloc.
23372         (xnrealloc, xrealloc): Use it.
23373
23374         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23375         that.
23376
23377 2003-10-26  Karl Berry  <karl@gnu.org>
23378
23379         * config/srclist.txt (COPYING.DOC): no longer available from
23380         /gd/gnuorg; don't know where the ultimate source is.
23381
23382 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23383
23384         Fix several address-calculation bugs in the hash modules,
23385         plus some minor code cleanup.
23386
23387         * lib/hash.h: Include <stdbool.h>, for bool.
23388         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23389         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23390         hash_get_n_entries, hash_get_max_bucket_length,
23391         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23392         hash_rehash): Use size_t rather than unsigned.
23393         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23394         hash_get_n_buckets_used, hash_get_n_entries,
23395         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23396         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23397         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23398         Likewise.
23399         (SIZE_MAX): Define if not defined.
23400         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23401         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23402         hash_print):
23403         Use const * when possible.
23404         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23405         (check_tuning): Fix bug: if tuning parameters were very close to
23406         0 or 1, rounding errors could have caused subscript violations.
23407         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23408         (hash_initialize): Add 'fail:' label
23409         to free table and return NULL, and use it to simplify code.
23410         Use calloc rather than clearing the storage ourself.
23411         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23412         buffer size calculations.
23413         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23414         Include <stddef.h>, for size_t.
23415         * lib/hash-pjw.c (hash_pjw): Likewise.
23416         Switch to method described by Bruno Haible.
23417         Include <limits.h>, for CHAR_BIT.
23418         (SIZE_BITS): New macro.
23419
23420 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23421
23422         * m4/getline.m4 (AM_FUNC_GETLINE):
23423         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23424         hosts.  Problem reported by Derek Robert Price in
23425         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23426         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23427         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23428
23429 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23430
23431         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23432         ceiling the allocation at NMAX bytes rather than silently
23433         discarding input bytes before NMAX is reached.  This makes
23434         a difference only if NMAX exceeds SIZE_MAX / 2.
23435
23436         * lib/obstack.c: Merge from glibc.
23437         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23438         Add libc_hidden_def (_obstack_newchunk).
23439         (_obstack_free) [! defined _LIBC]: Remove.
23440         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23441         a clone of the function body.
23442         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23443         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23444
23445         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23446         glibc.
23447         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23448         arg to memcpy.
23449
23450         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23451         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23452         Don't use lvalue casts, as GCC plans to remove support for them
23453         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23454         was also present in the non-GCC version, indicating that this
23455         code had always been buggy and had never been widely used.
23456         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23457         Use the fast variant of each macro, rather than copying the
23458         definiens of the fast variant; that way, we'll be more likely to
23459         catch future bugs in the fast variants.
23460
23461 2003-10-20  Bruno Haible  <bruno@clisp.org>
23462
23463         * modules/wait-process: New file.
23464         * MODULES.html.sh (func_all_modules): Add wait-process.
23465
23466 2003-10-20  Bruno Haible  <bruno@clisp.org>
23467
23468         * m4/wait-process.m4: New file.
23469
23470 2003-10-20  Bruno Haible  <bruno@clisp.org>
23471
23472         * lib/wait-process.h: New file, from GNU gettext.
23473         * lib/wait-process.c: New file, from GNU gettext.
23474
23475 2003-10-19  Jim Meyering  <jim@meyering.net>
23476
23477         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23478         HPUX 10.20.
23479
23480 2003-10-18  Karl Berry  <karl@gnu.org>
23481
23482         * config/config.guess: update from config.
23483
23484 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23485
23486         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23487         (getgroups): First arg is int, not size_t.
23488         Don't let 'free' mangle errno.
23489
23490 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23491
23492         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23493
23494 2003-10-16  Karl Berry  <karl@gnu.org>
23495
23496         * config/config.{guess,sub}: update from config.
23497
23498 2003-10-16  Jim Meyering  <jim@meyering.net>
23499
23500         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23501         memcpy.
23502
23503 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23504
23505         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23506         (SIZE_MAX): Remove.
23507         (new_exclude, add_exclude_file): Initial size no longer needs to
23508         be a power of 2.
23509         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23510         our own address arithmetic overflow checking.
23511
23512         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23513         (fnmatch): Do not alloca more than 2000 wide characters;
23514         instead, use malloc for large buffers.
23515         Check for address arithmetic overflow, and return -1
23516         with errno set to ENOMEM in that case.
23517         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23518         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23519         instead, return -1.  Check for address arithmetic overflow.
23520
23521 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23522
23523         Handle invalid suffixes and overflow independently, so that
23524         callers can treat them independently as needed.  Fix some bugs in
23525         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23526         suffix for a human-readable blocksize.  The major caller-visible
23527         change is the addition of a new
23528         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23529         that both overflow and suffix chars were found.
23530
23531         * lib/human.c (humblock): Don't check separately for invalid suffix
23532         char; that is xstrtoumax's job (now that its bug is fixed).
23533         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23534         INTMAX_MAX]: New macros.
23535         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23536         TYPE_MAXIMUM): New macros.
23537         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23538         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23539         if overflow occurs, as it's what __strtol does and it's more useful
23540         in practice.
23541         (__xstrtol): If __strtol reports some error other than ERANGE,
23542         reflect it to the caller as LONGINT_INVALID.  If it reports
23543         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23544         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23545         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23546         value.
23547         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23548         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23549         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23550         [defined UINTMAX_MAX]: New macros.
23551
23552 2003-10-14  Bruno Haible  <bruno@clisp.org>
23553
23554         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23555
23556 2003-10-14  Bruno Haible  <bruno@clisp.org>
23557
23558         * m4/sig_atomic_t: New file, from GNU gettext.
23559         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23560
23561 2003-10-14  Bruno Haible  <bruno@clisp.org>
23562
23563         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23564         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23565         Also use volatile where needed.
23566
23567 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23568
23569         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23570         Change maintainer from Bruno Haible to 'all'.
23571
23572 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23573
23574         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23575
23576 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23577
23578         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23579         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23580         and define in terms of the other primitives.
23581         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23582         (SIZE_MAX): Define if not already defined.
23583         (array_size_overflow): New function.
23584         (xalloc_die): Abort instead of exiting if 'error' returns.
23585         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23586         (xmalloc, xrealloc): Use them.
23587         (xcalloc): Check for address arithmetic overflow.
23588         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23589         a bit faster than strcpy.
23590
23591 2003-10-10  Simon Josefsson  <jas@extundo.com>
23592
23593         * modules/argp (Depends-on): Add restrict and strcase.
23594
23595 2003-10-10  Simon Josefsson  <jas@extundo.com>
23596
23597         * m4/argp.m4: Add AC_C_INLINE.
23598
23599 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23600
23601         Merge getpass from libc, plus a few fixes.
23602
23603         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23604         Include <stdbool.h>.
23605         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23606         __fsetlocking to empty.
23607         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23608         do include <bits/libc-lock.h>.
23609         Do not include <fcntl.h>; not needed.
23610         [_LIBC]: Include <wchar.h>.
23611         (NOTCANCEL_MODE): New macro.
23612         (flockfile, funlockfile) [_LIBC]: New macros.
23613         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23614         [!_LIBC]: New macros.
23615         (call_fclose): New function.
23616         (getpass): Use it.  Save tty stream separately; this simplifies the
23617         code and makes it more reliable if stdin happens to equal stdout.
23618         Invoke __fsetlocking on tty.
23619         Handle thread cancellation if needed.
23620         Namespace cleanup (use __tcgetattr, __getline).
23621         Use bool for Booleans.
23622         [USE_IN_LIBIO]: Handle wide streams.
23623         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23624         stream might go where.
23625
23626         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23627         doesn't have to include <stdio.h> before us.
23628         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23629         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23630         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23631         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23632         if not declared, so that we can use getpass.c code from libc without
23633         rewriting it.
23634         (flockfile, ftrylockfile, funlockfile): New macros.
23635
23636 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23637
23638         * modules/getpass: Depend on stdbool.
23639
23640 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23641
23642         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23643
23644 2003-10-07  Karl Berry  <karl@gnu.org>
23645
23646         * config/config.{guess,sub}: update from config.
23647
23648 2003-10-06  Jim Meyering  <jim@meyering.net>
23649             Bruno Haible  <bruno@clisp.org>
23650
23651         This lets translators provide better translations for the
23652         "Written by ..." part of --version output.
23653         * lib/version-etc.h: Include stdarg.h.
23654         (version_etc_copyright): Declare as readonly.
23655         (version_etc): Make this function variadic with a NULL-terminated list
23656         of author name strings.
23657         (version_etc_va): New declaration.
23658         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23659         (version_etc_copyright): Declare as readonly.
23660         (version_etc_va): New function. Provide a different translatable string
23661         for each possible number of authors < 10. Abbreviate when there are 10
23662         authors or more.
23663         (version_etc): Make this function variadic. Call version_etc_va.
23664         Suggestion from Gary V. Vaughan.
23665
23666         * lib/long-options.h (parse_long_options): Change prototype: the
23667         authors string is moved to the end and becomes variadic.
23668         * lib/long-options.c: Include stdarg.h.
23669         (parse_long_options): Make this function variadic, too.
23670         Call version_etc_va, not version_etc.
23671
23672 2003-10-06  Bruno Haible  <bruno@clisp.org>
23673
23674         * modules/version-etc-2: Remove file.
23675         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23676
23677 2003-10-06  Bruno Haible  <bruno@clisp.org>
23678
23679         * modules/fatal-signal: New file.
23680         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23681
23682 2003-10-06  Bruno Haible  <bruno@clisp.org>
23683
23684         * m4/fatal-signal.m4: New file.
23685         * m4/signalblocking.m4: New file, from GNU gettext.
23686
23687 2003-10-06  Bruno Haible  <bruno@clisp.org>
23688
23689         * lib/version-etc-2.h: Remove file.
23690         * lib/version-etc-2.c: Remove file.
23691
23692 2003-10-06  Bruno Haible  <bruno@clisp.org>
23693
23694         * lib/fatal-signal.h: New file, from GNU gettext.
23695         * lib/fatal-signal.c: New file, from GNU gettext.
23696
23697 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23698
23699         * README: Rework advice for preventing empty .o files.
23700         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23701         not <sys/types.h>.
23702
23703 2003-10-04  Karl Berry  <karl@gnu.org>
23704
23705         * lib/argp*: update from libc.
23706
23707 2003-10-04  Karl Berry  <karl@gnu.org>
23708
23709         * config/config.{guess,sub}: update from config.
23710
23711 2003-10-02  Bruno Haible  <bruno@clisp.org>
23712
23713         * modules/lchown (Include): Add lchown.h.
23714         * modules/time_r (Include): Use "..." syntax.
23715         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23716
23717 2003-10-01  Simon Josefsson  <jas@extundo.com>
23718
23719         * MODULES.html.sh (func_all_modules): Move gethostname from section
23720         'based on' to section 'lacking' POSIX:2001.
23721
23722 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23723
23724         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23725         to output mode on the same stream.
23726
23727 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23728
23729         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23730         Fix arg typo in previous patch.
23731
23732 2003-09-28  Jim Meyering  <jim@meyering.net>
23733
23734         * lib/error.c: Correct cpp indentation.
23735
23736 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23737
23738         * modules/free: New file.
23739
23740 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23741
23742         * m4/free.m4: New file.
23743
23744 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23745
23746         * lib/minmax.h (MIN, MAX)
23747         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23748         Omit the special code that used __typeof__, since we worry that
23749         it could be more trouble than it's worth.  See:
23750         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23751         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23752
23753         * lib/free.c: New file.
23754
23755 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23756
23757         Trivial fixes to Makefile.am parts of module listings.
23758         * modules/strstr: Append strstr.h to lib_SOURCES.
23759         * modules/strcase: Likewise, for strcase.h.
23760
23761 2003-09-27  Karl Berry  <karl@gnu.org>
23762
23763         * config/mkinstalldirs: update from automake.
23764
23765 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23766
23767         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23768         (error_tail): Do not loop, reallocating temporary buffer, since
23769         the output cannot contain more wide characters than the input
23770         contains bytes, the size must be big enough already.  This avoids
23771         one potential size overflow calculation.  Check for size overflow
23772         when calculating temporary buffer size.  Free temporary buffer
23773         when done, if it was allocated with malloc; this plugs a memory
23774         leak.  Remove casts from void * to pointers, that are no longer
23775         needed now that we're assuming C89 or better.
23776
23777         Merge error changes from glibc.
23778
23779         * lib/error.c, error.h: Update copyright notice header to match glibc.
23780         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23781         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23782         Disable cancellation while printing error.
23783         * lib/error.h: Prepend __ to parameter names.
23784
23785 2003-09-26  Jim Meyering  <jim@meyering.net>
23786
23787         * lib/error.c (error_tail): Move some declarations
23788         into inner scope where the local variables are used.
23789
23790 2003-09-26  Bruno Haible  <bruno@clisp.org>
23791
23792         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23793         stpncpy().
23794         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23795
23796 2003-09-26  Bruno Haible  <bruno@clisp.org>
23797
23798         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23799         (stpncpy): Define as alias for gnu_stpncpy.
23800         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23801
23802 2003-09-25  Simon Josefsson  <jas@extundo.com>
23803
23804         * lib/xgetdomainname.h: New file.
23805         * lib/xgetdomainname.c: New file.
23806
23807 2003-09-25  Simon Josefsson  <jas@extundo.com>
23808             Bruno Haible  <bruno@clisp.org>
23809
23810         * modules/getdomainname: New file.
23811         * modules/xgetdomainname: New file.
23812         * MODULES.html.sh (func_all_modules): Add getdomainname,
23813         xgetdomainname.
23814
23815 2003-09-25  Simon Josefsson  <jas@extundo.com>
23816             Bruno Haible  <bruno@clisp.org>
23817
23818         * m4/getdomainname.m4: New file.
23819
23820 2003-09-25  Simon Josefsson  <jas@extundo.com>
23821             Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/getdomainname.h: New file.
23824         * lib/getdomainname.c: New file.
23825
23826 2003-09-25  Karl Berry  <karl@gnu.org>
23827
23828         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23829
23830 2003-09-25  Karl Berry  <karl@gnu.org>
23831
23832         * config/install-sh: update from automake.
23833
23834 2003-09-25  Bruno Haible  <bruno@clisp.org>
23835
23836         * modules/version-etc-2: New file, from modules/version-etc with
23837         modifications.
23838         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23839
23840 2003-09-25  Bruno Haible  <bruno@clisp.org>
23841
23842         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23843         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23844
23845 2003-09-24  Simon Josefsson  <jas@extundo.com>
23846
23847         * modules/xgethostname: Add xgethostname.h.
23848
23849 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23850
23851         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23852         the buffer associated with the argument.  Bug reported by
23853         Simon Josefsson.
23854
23855 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23856
23857         * README: Document assumptions that 'int' is at least 32 bits
23858         wide, that integer arithmetic is 2's complement without overflow,
23859         that there are no holes in integer values, that adding sizes of
23860         two nonoverlapping objects can't overflow, and that all-bits-zero
23861         yields scalar zero.  Fix spelling and capitalization typos.
23862
23863 2003-09-19  Karl Berry  <karl@gnu.org>
23864
23865         * lib/argp.h: update from libc.
23866
23867 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23868
23869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23870         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23871         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23872
23873 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23874
23875         * gnulib-tool: Use "test -h", not "test -L", for portability
23876         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23877         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23878         (sed_extract_prog): Issue s commands one-by-one, rather than
23879         using \| in one s command.
23880
23881 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23882
23883         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23884         input error, instead of returning NULL the next time we are called
23885         (and therefore losing track of errno).
23886
23887 2003-09-16  Bruno Haible  <bruno@clisp.org>
23888
23889         * gnulib-tool (func_create_testdir): Warn about duplicated
23890         dependencies.
23891
23892 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23893
23894         * modules/argmatch, modules/fatal, modules/obstack,
23895         modules/xalloc, modules/xgethostname: Sort dependencies by
23896         importance, not alphabetically.
23897
23898 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23899
23900         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23901         fails, so that the caller gets the proper errno.
23902
23903         * lib/readutmp.c (read_utmp): Likewise.
23904         Check for fstat error.  Close stream and free storage
23905         when failing.
23906
23907 2003-09-14  Karl Berry  <karl@gnu.org>
23908
23909         * config/srclist.txt (strdup.c): disable for c89 changes.
23910
23911 2003-09-14  Jim Meyering  <jim@meyering.net>
23912
23913         * lib/getloadavg.c: Correct cpp indentation.
23914         * lib/strdup.c: Likewise.
23915         * lib/vasnprintf.c: Likewise.
23916
23917 2003-09-14  Bruno Haible  <bruno@clisp.org>
23918
23919         * modules/fwriteerror: New file.
23920         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23921
23922 2003-09-14  Bruno Haible  <bruno@clisp.org>
23923
23924         * lib/fwriteerror.h: New file.
23925         * lib/fwriteerror.c: New file.
23926
23927 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23928
23929         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23930         modules/xgethostname, modules/xalloc: Depend on exit.
23931
23932 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23933
23934         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23935
23936         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23937         and AC_MINIX, too, so that their extensions are available.
23938
23939         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23940         This macro has been superseded by gl_BACKUPFILE.
23941
23942         More patches to assume C89 or better.
23943
23944         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23945
23946         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23947         unconditionally.
23948         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23949         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23950         Include <string.h>, <stdlib.h> unconditionally.
23951         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23952         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23953         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23954         headers or for string.h.
23955         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23956         or strtoul.
23957
23958         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23959         headers.
23960         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23961         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23962         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23963         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23964         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23965         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23966         memcpy, memset.
23967         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23968         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23969         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23970         strtol.
23971         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23972         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23973         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23974         strtoul.
23975
23976 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23977
23978         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23979         * lib/obstack.c [!defined _LIBC]: Likewise.
23980         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23981         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23982         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23983
23984         More changes to assume C89 or better.
23985
23986         * lib/error.c (error_tail): Assume vprintf.
23987
23988         * lib/argmatch.c (getenv): Remove decl.
23989         * lib/progreloc.c (get_full_program_name): Define via prototype.
23990         * lib/setenv.c (clearenv): Likewise.
23991         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23992         needed.
23993         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23994         (malloc, memcpy): Remove decls.
23995         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23996         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23997         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23998         (memcpy): Remove macro.
23999         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24000         (__P): Remove.  All uses removed.
24001         (PTR): Remove.  All uses changed to void *.
24002         (CHAR_BIT, NULL): Remove.
24003         (spaces, zeros, memset_space, memset_zero)
24004         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24005         Remove.
24006         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24007         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24008         Define with prototype.
24009         Remove now-unnecessary prototype decl.
24010         (extra_args_spec): Assume ANSI C.  All uses changed.
24011         (extra_args_spec_iso): Remove.
24012         (my_strftime, emacs_strftimeu): Define via prototype.
24013         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24014         unconditionally.
24015         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24016         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24017         (strtoul, strtol): Remove decls.
24018         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24019         LONG_MAX): Remove.
24020         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24021         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24022         (LOCALE_PARAM_PROTO): New macro.
24023         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24024         (INTERNAL (strtol), strtol): Define with a prototype.
24025         (PARAMS): Remove.  All uses removed.
24026         * lib/tempname.c: Include <string.h> unconditionally.
24027         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24028         * lib/xgethostname.c (main): Define with a prototype.
24029         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24030         Include <stdlib.h> unconditionally.
24031         (calloc, malloc, realloc, free): Remove decls.
24032         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24033         Include <stdlib.h> unconditionally.  Sort include file names.
24034         (strtod): Remove.
24035         (xstrtod): Define with a prototype.
24036         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24037         (strtol, strtoul): Remove decls.
24038
24039 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24040
24041         More patches to assume C89 or better.
24042         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24043         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24044         string.h, memchr, STDC_HEADERS.
24045
24046 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24047
24048         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24049         Include <stdlib.h>, <string.h> unconditionally.
24050         Remove now-unnecessary cast to char *.
24051         * lib/strnlen.c: Include <string.h> unconditionally.
24052         * lib/yesno.c (yesno): Define with a prototype.
24053
24054 2003-09-11  Bruno Haible  <bruno@clisp.org>
24055
24056         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24057
24058 2003-09-10  Jim Meyering  <jim@meyering.net>
24059
24060         * lib/error.c: Correct indentation of cpp directives.
24061
24062 2003-09-10  Bruno Haible  <bruno@clisp.org>
24063
24064         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24065         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24066         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24067         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24068         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24069         <stdlib.h> and <string.h> checks.
24070         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24071         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24072
24073 2003-09-10  Bruno Haible  <bruno@clisp.org>
24074
24075         * lib/strcspn.c: Include <string.h> unconditionally.
24076         * lib/strpbrk.c: Include <string.h> unconditionally.
24077         * lib/strstr.c: Include <string.h> unconditionally.
24078         * lib/unicodeio.c: Include <string.h> unconditionally.
24079         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24080         * lib/unsetenv.c: Likewise.
24081         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24082         * lib/yesno.c: Include <stdlib.h> unconditionally.
24083         (rpmatch): Add prototype.
24084
24085 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24086
24087         More patches to assume C89 or better.
24088         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24089         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24090         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24091         or for string.h.
24092         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24093         stdlib.h.
24094         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24095         C headers.
24096         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24097         string.h.
24098         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24099         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24100         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24101         or for string.h.
24102         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24103         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24104         C headers.
24105         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24106         memcpy.
24107         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24108         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24109         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24110         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24111         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24112         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24113         string.h, free.
24114         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24115         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24116         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24117         C headers, or for string.h.
24118         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24119         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24120         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24121         headers, memory.h, stdlib.h, string.h, strings.h.
24122         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24123         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24124         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24125         strchr.
24126         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24127         headers, memory.h, string.h.
24128         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24129         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24130         free.
24131         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24132         headers.
24133         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24134         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24135         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24136         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24137         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24138
24139 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24140
24141         More K&R removal.
24142
24143         * lib/acosl.c (main): Use a prototype.
24144         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24145         tanl.c: Likewise.
24146
24147         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24148
24149         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24150         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24151         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24152         with a prototype.
24153         * lib/getopt.c (const): Remove macro.
24154         Include <string.h> unconditionally.
24155         (my_index): Remove; all uses changed to strchr.
24156         (strlen): Remove decl.
24157         (exchange): Remove forward decl; no longer needed.
24158         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24159         Define with prototype.
24160         * lib/getopt1.c (const): Remove macro.
24161         (getopt_long, getopt_long_only, main): Define with prototype.
24162
24163         * lib/getugroups.c: Include <string.h> unconditionally.
24164
24165         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24166         (getusershell, setusershell, endusershell, readname, main):
24167         Define with prototypes.
24168
24169         * lib/group-member.c: Include group-member.h first.
24170         Include <stdlib.h> unconditionally.
24171
24172         * lib/hard-locale.c: Include hard-locale.h first.
24173         Include <stdlib.h>, <string.h> unconditionally.
24174
24175         * lib/hash.c (free, malloc): Remove decls.
24176         Include <stdlib.h> unconditionally.
24177
24178         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24179         (getenv): Do not declare.
24180
24181         * lib/idcache.c: Include <string.h> unconditionally.
24182
24183         * lib/long-options.c: Include long-options.h first, to test interface.
24184         Include <stdlib.h> unconditionally.
24185
24186         * lib/makepath.c: Include makepath.h first, to test interface.
24187         Include <stdlib.h> and <string.h> unconditionally.
24188
24189         * lib/linebuffer.c: Include <stdlib.h>.
24190         (free): Remove decl.
24191
24192         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24193         stddef.h. rpl_malloc returns void *, not char *.
24194         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24195         prototype.
24196
24197         * lib/md5.h: Include <limits.h> unconditionally.
24198         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24199         (__P): Remove; all uses removed.
24200         * lib/md5.c: Include "md5.h" first.
24201         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24202         md5_buffer, md5_process_bytes, md5_process_block):
24203         Define with prototypes.
24204         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24205         * lib/sha.c: Include "sha.h" first.
24206         Include <stdlib.h>, <string.h> unconditionally.
24207
24208         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24209         * lib/memcmp.c (__ptr_t): Likewise.
24210         * lib/memrchr.c (__ptr_t): Likewise.
24211         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24212         Include <string.h> unconditionally.
24213         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24214         * lib/memchr.c: Include <stdlib.h> unconditionally.
24215         * lib/memchr.c (LONG_MAX): Remove.
24216         * lib/memrchr.c (LONG_MAX): Likewise.
24217         * lib/memchr.c (__memchr): Define via a prototype.
24218         * lib/memrchr.c (__memrchr): Likewise.
24219         * lib/memcmp.c (__P): Remove, and remove all uses.
24220         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24221         Remove forward decls; no longer needed.
24222         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24223         Use types required by C89 in prototype.
24224
24225         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24226         * lib/savedir.c: Likewise.
24227         * lib/mkdir.c (free): Remove decl.
24228         * lib/rmdir.c (rmdir): Define with a prototype.
24229         * lib/savedir.c: Include savedir.h first, to test interface.
24230
24231         * lib/mktime.c (STDC_HEADERS): Remove.
24232         Include <stdlib.h>, <string.h> unconditionally.
24233
24234         * lib/modechange.c: Include <stdlib.h> unconditionally.
24235         (malloc): Remove decl.
24236
24237         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24238         (free): Remove decl.
24239
24240         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24241         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24242         (This type really should be intptr_t, but that's a C99ism.)
24243         (_obstack_memcpy): Remove: all uses changed to memcpy.
24244         Include <string.h> unconditionally.
24245         (struct obstack): Assume __STDC__ for types of members
24246         chunkfun, freefun, extra_arg.
24247         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24248         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24249         obstack_begin, obstack_specify_allocation,
24250         obstack_specify_allocation_with_arg, obstack_chunkfun,
24251         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24252         Remove unprototyped decls and the macros that use them.
24253         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24254         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24255         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24256         (defined __STDC__ && __STDC__)]:
24257         Remove nonprototyped code.
24258         Include <stdlib.h> unconditionally.
24259         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24260         _obstack_allocated_p, _obstack_free, obstack_free,
24261         _obstack_memory_used, print_and_abort):
24262         Define using prototypes.
24263         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24264         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24265         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24266         obstack_next_free, obstack_object_size, obstack_room) [0]:
24267         Remove unused, unprototyped code.
24268
24269         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24270
24271         * lib/physmem.c (physmem_total, physmem_available, main): Define
24272         with prototypes.
24273
24274         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24275         (main): Define with a prototype.
24276
24277         * lib/posixver.c (getenv): Remove decl.
24278
24279         * lib/putenv.c (malloc): Returns void *, not char *.
24280         Include <string.h> unconditionally.
24281         (strchr, memcpy, NULL): Do not define.
24282
24283         * lib/readtokens.c: Include readtokens.h first, to test interface.
24284         Include <stdlib.h>, <string.h> unconditionally.
24285         (init_tokenbuffer): Define with a prototype.
24286
24287         * lib/regex.c (PARAMS): Remove.  All uses removed.
24288         All uses of _RE_ARGS removed, too.
24289         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24290         unconditionally.
24291         (bzero): Assume memset exists.
24292         (memcmp, memcpy, NULL): Remove.
24293         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24294         char, or assignments to local vars of type signed char.
24295         (init_syntax_once, PREFIX(extract_number_and_incr),
24296         PREFIX(print_partial_compiled_pattern),
24297         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24298         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24299         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24300         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24301         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24302         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24303         wcs_compile_range, byte_compile_range, truncate_wchar,
24304         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24305         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24306         count_mbs_length, wcs_re_match_2_internal,
24307         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24308         PREFIX(alt_match_null_string_p),
24309         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24310         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24311         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24312         now-unnecessary declaration, if any.
24313         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24314         regcomp, regexec):
24315         Remove now-unnecessary casts among pointer types.
24316         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24317
24318         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24319         (free): Remove decl.
24320
24321         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24322
24323         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24324         (free): Remove decl.
24325
24326         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24327         * lib/xgetcwd.c: Likewise.
24328
24329         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24330         (free): Remove decl.
24331
24332         * lib/strchrnul.c (strchrnul): Define with a prototype.
24333         Fix bug: c_in was not converted to char before searching.
24334
24335         The following changes are not K&R related:
24336
24337         * lib/group-member.h: Include <sys/types.h>, so that this file is
24338         self-contained.
24339         * lib/makepath.h: Likewise.
24340
24341         * lib/getusershell.c (readname, default_index, line_size, readname):
24342         Use size_t, not int, for sizes.
24343         (readname): If the size overflows, report an error instead of
24344         looping forever.
24345
24346 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24347
24348         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24349         libc.
24350
24351 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24352
24353         * README: New section: portability guidelines.
24354
24355 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24356
24357         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24358         C89 spec.
24359
24360 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24361
24362         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24363
24364 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24365
24366         Assume C89 or better; remove K&R cruft.
24367         A few of these changes were first proposed by Derek Robert Price
24368         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24369
24370         * lib/addext.c: Include <string.h> unconditionally.
24371         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24372         Don't declare getenv or malloc.
24373
24374         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24375         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24376         (NULL): Remove.
24377         (find_stack_direction, alloca): Use prototypes.
24378
24379         * lib/atexit.c (atexit): Define using a prototype.
24380
24381         * lib/basename.c, dirname.c, stripslash.c:
24382         Include <string.h> unconditionally.
24383
24384         * lib/bcopy.c: Include <stddef.h>.
24385         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24386
24387         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24388
24389         * lib/error.h (error, error_at_line, error_print_progname)
24390         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24391         * lib/error.c: Include error.h first, to check interface.
24392         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24393         (VA_START): Remove; all uses changeed to va_start.
24394         (exit, strerror): Remove decls.
24395         (error_print_progname): Prototype uncondionally.
24396         Don't include <errno.h>; no longer needed.
24397         (private_strerror): Remove.
24398         (error_tail): Always define.
24399         (error, error_at_line): Assume C89 or better; always use prototypes.
24400         * lib/fatal.c: Include "fatal.h" first, to test interface.
24401         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24402         (VA_START): Remove; all uses changed to va_start.
24403         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24404         this case.
24405         (exit): Remove decl.
24406         (fatal): Prototype unconditionally.  Assume va_start works.
24407         Abort at end, to pacify gcc.
24408
24409         * lib/euidaccess.c (main): Define with a prototype.
24410
24411         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24412
24413         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24414
24415         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24416         prototypes.
24417         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24418         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24419         (getenv): Remove decl.
24420         (fnmatch): Define using a prototype.
24421         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24422         (FCT): Define using a prototype.
24423
24424         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24425
24426         * lib/gethostname.c: Include <stddef.h>.
24427         (gethostname): Define with prototype.  Length is size_t, not int.
24428
24429 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24430
24431         Assume C89 or better; remove K&R cruft.
24432         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24433         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24434         string.h, getenv, malloc.
24435         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24436         headers.
24437         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24438         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24439         do not check for strerror.
24440         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24441         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24442         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24443         do not check for doprnt or vprintf.
24444         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24445         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24446
24447 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24448
24449         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24450         getversion.c should have been removed then, but was accidentally
24451         preserved.
24452
24453         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24454         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24455
24456 2003-09-08  Karl Berry  <karl@gnu.org>
24457
24458         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24459                 config, forget about prep.
24460
24461         * config/depcomp, missing: update from automake.
24462
24463 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24464
24465         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24466         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24467
24468 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24469
24470         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24471         copy_tm_result.  Bug reported by Simon Josefsson in
24472         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24473
24474 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24475
24476         * m4/time_r.m4: New file.
24477         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24478         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24479         is. Check for timegm declaration.
24480         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24481         Do not check for gmtime_r.
24482         Replace mktime if __mktime_internal does not exist and if mktime
24483         hasn't been replaced already.
24484
24485 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24486
24487         * lib/time_r.c, lib/time_r.h: New files.
24488
24489         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24490         __localtime_r.
24491         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24492         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24493
24494         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24495         __gmtime_r.
24496         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24497         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24498         Include <time_r.h>.
24499
24500         * lib/timegm.c: Switch to glibc implementation, with the following
24501         changes:
24502         [defined HAVE_CONFIG_H]: Include <config.h>.
24503         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24504         (__mktime_internal) [!defined _LIBC]: New decl.
24505         (__gmtime_r) [!defined _LIBC]: New macro and function.
24506         (timegm): Use a prototype, since gnulib assumes C89.
24507         Do not bother declaring tmp to be const, as it's not really usefu.
24508         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24509         (timegm): Declare only if HAVE_DECL_TIMEGM.
24510
24511 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24512
24513         * MODULES.html.sh (func_all_modules): Add time_r.
24514         * modules/time_r: New file.
24515         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24516         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24517
24518 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24519
24520         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24521         Bug reported by Lute Kamstra in
24522         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24523
24524         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24525         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24526         course with correspondingly smaller numbers for tomorrow and
24527         yesterday.  From Tadayoshi Funaba.  Originally installed into
24528         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24529         coreutils merge?).
24530
24531 2003-08-31  Simon Josefsson  <jas@extundo.com>
24532
24533         * modules/timegm: New file.
24534         * MODULES.html.sh (func_all_modules): Add timegm.
24535
24536 2003-08-31  Simon Josefsson  <jas@extundo.com>
24537
24538         * m4/timegm.m4: New file.
24539
24540 2003-08-31  Simon Josefsson  <jas@extundo.com>
24541
24542         * lib/timegm.h: New file.
24543         * lib/timegm.c: New file.  Based on
24544         wget-1.8.2/src/http.c:mktime_from_utc.
24545
24546 2003-08-31  Karl Berry  <karl@gnu.org>
24547
24548         * lib/argp.h: update from libc.
24549
24550 2003-08-28  Bruno Haible  <bruno@clisp.org>
24551
24552         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24553         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24554         followed by '#define fnmatch fnmatch_posix' gives an error.
24555
24556 2003-08-28  Bruno Haible  <bruno@clisp.org>
24557
24558         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24559         warning on QNX, which defines O_BINARY to 000000.
24560
24561 2003-08-27  Jim Meyering  <jim@meyering.net>
24562
24563         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24564         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24565         would fail after 32.  Reported by Danny Levinson.  Details here:
24566         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24567
24568 2003-08-24  Bruno Haible  <bruno@clisp.org>
24569
24570         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24571         MSVC7 <stdio.h> is included later.
24572
24573 2003-08-22  Simon Josefsson  <jas@extundo.com>
24574
24575         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24576
24577 2003-08-20  Karl Berry  <karl@gnu.org>
24578
24579         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24580
24581 2003-08-20  Bruno Haible  <bruno@clisp.org>
24582
24583         * modules/progname: New file.
24584         * MODULES.html.sh (func_all_modules): Add progname.
24585
24586 2003-08-20  Bruno Haible  <bruno@clisp.org>
24587
24588         * lib/progname.h: New file, from GNU gettext.
24589         * lib/progname.c: New file, from GNU gettext.
24590         * lib/progreloc.c: New file, from GNU gettext.
24591
24592 2003-08-19  Jim Meyering  <jim@meyering.net>
24593
24594         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24595         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24596
24597 2003-08-19  Bruno Haible  <bruno@clisp.org>
24598
24599         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24600         more.
24601
24602 2003-08-19  Bruno Haible  <bruno@clisp.org>
24603
24604         * lib/xstrdup.c: Assume <string.h> exists.
24605
24606 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24607
24608         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24609         in makefile rules.
24610
24611 2003-08-18  Jim Meyering  <jim@meyering.net>
24612
24613         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24614         * m4/lib-ld.m4: Likewise.
24615
24616 2003-08-18  Jim Meyering  <jim@meyering.net>
24617
24618         * lib/setenv.h: Indent nested cpp directive.
24619         * lib/vasnprintf.c: Remove trailing blanks.
24620
24621 2003-08-17  Simon Josefsson  <jas@extundo.com>
24622
24623         * modules/xstrndup: New file.
24624         * MODULES.html.sh (func_all_modules): Add xstrndup.
24625
24626 2003-08-17  Simon Josefsson  <jas@extundo.com>
24627
24628         * modules/argp: Fix autoconf macro name. Add more dependencies.
24629
24630 2003-08-17  Simon Josefsson  <jas@extundo.com>
24631
24632         * m4/xstrndup.m4: New file.
24633
24634 2003-08-17  Simon Josefsson  <jas@extundo.com>
24635
24636         * m4/argp.m4: New file.
24637
24638 2003-08-17  Simon Josefsson  <jas@extundo.com>
24639             Bruno Haible  <bruno@clisp.org>
24640
24641         * lib/xstrndup.h: New file.
24642         * lib/xstrndup.c: New file.
24643
24644 2003-08-17  Bruno Haible  <bruno@clisp.org>
24645
24646         * modules/strndup (Files, Include): Add lib/strndup.h.
24647
24648 2003-08-17  Bruno Haible  <bruno@clisp.org>
24649
24650         * modules/euidaccess (Files): Add lib/euidaccess.h.
24651
24652 2003-08-17  Bruno Haible  <bruno@clisp.org>
24653
24654         * lib/strndup.h: New file.
24655
24656 2003-08-17  Bruno Haible  <bruno@clisp.org>
24657
24658         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24659         like AC_GNU_SOURCE.
24660         * modules/extensions (configure.ac): Comment out the invocation of
24661         gl_USE_SYSTEM_EXTENSIONS.
24662
24663 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24664
24665         Merges from coreutils, etc.
24666         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24667         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24668         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24669         fixing a typo.
24670         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24671         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24672
24673 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24674
24675         Document merge from coreutils.
24676         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24677         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24678         * modules/utime: Add m4/utimes-null.m4.
24679
24680 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24681
24682         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24683         space, undoing this 2003-08-12 change:
24684         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24685
24686 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24687
24688         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24689         strtoul.c from libc, undoing this 2003-08-12 change:
24690         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24691
24692 2003-08-16  Jim Meyering  <jim@meyering.net>
24693
24694         Merges from coreutils.
24695         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24696         prefix.  Adjust cache variables similarly.  Create 500 rather than
24697         just 300 files, to exercise bug on Darwin6.5, too.
24698         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24699         $missing_dir.
24700         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24701         AM_SYS_POSIX_TERMIOS.
24702         Reported by mkc@mathdogs.com.
24703         Also change use of $am_cv_sys_posix_termios
24704         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24705         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24706         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24707         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24708         in /proc/mounts until it finds one with matching device number.  This
24709         is unnecessary when the FILE argument *is* a mount point.  No stat call
24710         is necessary in that case.  So, disable the statvfs-testing code on
24711         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24712         as RedHat bug# 84846.
24713         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24714         to 1MB, so as not to render systems with no stack size limit (e.g.,
24715         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24716         Include <unistd.h>.  On some systems,
24717         it is required for the definition of _SC_PAGESIZE.
24718
24719 2003-08-16  Jim Meyering  <jim@meyering.net>
24720
24721         Merge from coreutils.
24722         * lib/xstrtoimax.c: #else #if -> #elif.
24723         * lib/xstrtoumax.c: Likewise.
24724
24725 2003-08-16  Jim Meyering  <jim@meyering.net>
24726
24727         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24728         * m4/utimes.m4: Removed.
24729         * m4/utimes-null.m4: Renamed from utimes.m4.
24730
24731         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24732         to 1MB, so as not to render systems with no stack size limit (e.g.,
24733         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24734         Include <unistd.h>.  On some systems,
24735         it is required for the definition of _SC_PAGESIZE.
24736
24737 2003-08-16  Jim Meyering  <jim@meyering.net>
24738         and Paul Eggert  <eggert@cs.ucla.edu>
24739
24740         Merges from coreutils, etc.
24741
24742         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24743         using the latest version from cvs.  This avoids problems with #line
24744         directives using a vendor (Sun) compiler.
24745         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24746         Don't set GETGROUPS_LIB here; now it's
24747         done via getgroups.m4's wrapper function.
24748         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24749         rather than just in sh-util/configure.in, so that the
24750         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24751         same.
24752         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24753         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24754         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24755         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24756         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24757         Remove code that is now done by the newly-required macros.
24758         Append $(EXEEXT) to DF_PROG.
24759         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24760         Do not invoke or require the following here,
24761         since prereq.m4 or some gnulib .m4 now does this for us:
24762         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24763         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24764         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24765         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24766         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24767         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24768         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24769         AC_FUNC_OBSTACK.
24770         Do not replace the following functions, as this is now the job
24771         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24772         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24773         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24774         atexit getpass, strdup, getpagesize.
24775         Replace 'raise'.
24776         Do not check for the following functions, as this is now the job
24777         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24778         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24779         setregid.
24780         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24781         Check for sys/sysctl.h.
24782         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24783         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24784         of checking for ssize_t ourselves.
24785
24786         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24787         Require every macro that gnulib/modules/* suggests for us.
24788         (jm_PREREQ_ADDEXT): New macro.
24789         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24790         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24791
24792         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24793         (gl_PHYSMEM): Use it.
24794         Also check for `table' function.
24795         Check for new headers and functions.
24796         Add check for sys/sysmp.h.
24797         With suggestions from Kaveh Ghazi.
24798         Ignore headers that are present but cannot be compiled.  This
24799         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24800         C 5.4.
24801
24802 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24803
24804         Document merge from coreutils.
24805         * modules/userspec: Depend on posixver.
24806         * modules/strftime: Depend on tzset.
24807
24808 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24809
24810         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24811         rather than tab, after '#' in shell-script copyright notices.
24812         Suggested by Bruno Haible.
24813
24814 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24815
24816         * config/srclist-update: Use three spaces, rather than tab, after '#'
24817         in shell-script copyright notices.  Suggested by Bruno Haible.
24818         Remove unnecessary parenthesization in regular expression.
24819
24820 2003-08-15  Jim Meyering  <jim@meyering.net>
24821
24822         Merge from coreutils.
24823         * lib/xgethostname.c: Include <stdlib.h>.
24824         (xghostname): Don't exit for anything other than memory-related
24825         failure; just return NULL.
24826         * lib/userspec.c: Include "posixver.h".
24827         (parse_user_spec): Accept `.' as a separator only
24828         in pre-POSIX-200112 mode.
24829         * lib/strtoimax.c: Use #elif rather than #else #if.
24830         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24831         Remove function, now that we can rely on a working tzset function.
24832         [!_LIBC]: Ensure that the required autoconf test has been run.
24833         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24834         Use underlying_strftime for %r.
24835         * lib/sha.c: Merge in some clean-up and optimization changes from
24836         glibc.
24837         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24838         Ensure that it is a multiple of 64.
24839         Rearrange loop exit tests so as to avoid performing an
24840         additional fread after encountering an error or EOF.
24841         * lib/realloc.c: Update copyright date.
24842
24843 2003-08-15  Jim Meyering  <jim@meyering.net>
24844         and Paul Eggert  <eggert@twinsun.com>
24845
24846         Merge from coreutils.
24847         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24848         member but strut utmpx does not.  Needed for AIX 4.3.3.
24849         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24850
24851 2003-08-15  Jim Meyering  <jim@meyering.net>
24852         and Paul Eggert  <eggert@cs.ucla.edu>
24853
24854         Merges from coreutils, etc.
24855         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24856         Require gl_FUNC_TZSET_CLOBBER.
24857         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24858         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24859         members.
24860
24861 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24862
24863         Help the merge from coreutils.
24864         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24865         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24866         * m4/tzset.m4: Use it too.
24867
24868 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24869
24870         * modules/tzset: New file.
24871
24872 2003-08-14  Jim Meyering  <jim@meyering.net>
24873
24874         Merges from coreutils.
24875         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24876         variable names, rather than @FNMATCH_H@.
24877         * modules/alloca: Likewise for $(ALLOCA_H).
24878
24879         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24880         the three copies of the literal target, `fnmatch.h'.
24881         * modules/alloca (alloca.h): Likewise.
24882
24883 2003-08-14  Jim Meyering  <jim@meyering.net>
24884
24885         Merge from coreutils.
24886         * m4/tzset.m4: New file.
24887         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24888         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24889         otherwise, AIX 5.1 systems would end up using the latter.
24890         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24891         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24892         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24893         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24894
24895 2003-08-14  Jim Meyering  <jim@meyering.net>
24896
24897         Merge from coreutils.
24898         * lib/obstack.h: Whitespace changes.
24899         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24900         and xcalloc return values.
24901         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24902         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24903         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24904         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24905         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24906         error from mntctl.
24907         Use mntctl's return value to drive the entry-processing loop, since
24908         we can't rely on the value of the vmt_length member in the last
24909         entry.  On some systems doing so could result in exhausting
24910         virtual memory.  Based in part on a patch from Mike Jetzer.
24911
24912 2003-08-14  Jim Meyering  <jim@meyering.net>
24913         and Paul Eggert  <eggert@twinsun.com>
24914
24915         Merges from coreutils, plus other fixes.
24916         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24917         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24918         for credits and details.  Thanks to Kaveh Ghazi for helping
24919         to keep these files in sync.
24920         (ARRAY_SIZE): Define it.
24921         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24922         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24923         (memcasecmp): Don't assume size_t fits in unsigned int.
24924         Remove casts and duplicate code.
24925         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24926         (memcpy): Remove definition.
24927         Merge in some clean-up and optimization changes from glibc.
24928         [BLOCKSIZE]: Move definition to top of file.
24929         Ensure that it is a multiple of 64.
24930         Rearrange loop exit tests so as to avoid performing an
24931         additional fread after encountering an error or EOF.
24932         * lib/md5.h (md5_uintptr): Define.
24933         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24934         return to the initial working directory.  Preserve errno
24935         for caller.
24936         * lib/idcache.c: Include "xalloc.h".
24937         (xmalloc, xrealloc): Remove decls.
24938         (getuser): Remove casts no longer required in C89.
24939         * lib/human.c: Include stdio.h, for sprintf.
24940         * lib/group-member.c: Include "xalloc.h".
24941         (xmalloc, xrealloc): Remove decls.
24942         (get_group_info): Remove casts no longer required in C89.
24943         * lib/getusershell.c (readname): Remove casts no longer required in
24944         C89.
24945         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24946         * lib/getline.c: Whitespace fix, from coreutils.
24947
24948 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24949
24950         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24951         Check for isascii.
24952
24953         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24954         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24955         Undo previous (whitespace-only) change.
24956
24957 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24958
24959         * lib/exclude.c: Include <ctype.h>
24960         (IN_CTYPE_DOMAIN): New macro.
24961         (is_space): New fn.
24962         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24963         and empty lines.
24964
24965         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24966         Undo previous (whitespace-only) change.
24967
24968 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24969
24970         * config/srclist-update: Change update back to the old behavior,
24971         leaving whitespace alone.  Use one 'sed' command rather than a
24972         pipeline.
24973         (fixlicense): Now a variable, not a function.
24974         (remove_trailing_blanks): Remove.
24975         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24976         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24977         Undo previous (whitespace-only) change.
24978
24979 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24980
24981         Merge from coreutils.
24982         * modules/euidaccess: Add lib_SOURCES, include for new
24983         file euidaccess.h
24984
24985 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24986
24987         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24988         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24989         Normalize leading white space and remove trailing white space.
24990
24991         Merge from coreutils
24992         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24993
24994         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24995         0.12.1.  These files are now being upgraded automatically by
24996         ../config/srclist-update.
24997
24998 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24999
25000         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25001         Normalize leading white space and remove trailing white space.
25002         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25003         notice, as per ../config/srclist-update.
25004
25005         Merge from coreutils.
25006         * lib/euidaccess.h: New file.
25007         * lib/euidaccess.c: Include it.
25008         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25009         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25010         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25011
25012 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25013
25014         * config/srclist-update: Add copyright notice.
25015         (remove_id_lines, remove_trailing_blanks): New constants.
25016         (fixfile): Use them to normalize spacing a bit in copied files.
25017         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25018         Normalize leading white space and remove trailing white space.
25019
25020         * config/texinfo.tex: Sync with texinfo.
25021
25022         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25023         strtoul.c from libc, to merge coreutils whitespace changes.
25024
25025         * config/srclist.txt: Get the following m4 files from gettext:
25026         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25027         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25028         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25029         wint_t.m4.
25030
25031 2003-08-12  Karl Berry  <karl@gnu.org>
25032
25033         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25034         been made.
25035
25036 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25037
25038         * modules/gnu-source, m4/gnu-source.m4:
25039         Remove; we're assuming Autoconf 2.54 or later now.
25040         Suggested by Bruno Haible.
25041         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25042
25043 2003-08-11  Bruno Haible  <bruno@clisp.org>
25044
25045         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25046
25047 2003-08-11  Bruno Haible  <bruno@clisp.org>
25048
25049         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25050         (vasnprintf): Use it instead of wcslen.
25051
25052 2003-08-11  Bruno Haible  <bruno@clisp.org>
25053
25054         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25055         value to ensure that _Bool promotes to int. Use #define for _Bool when
25056         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25057
25058 2003-08-10  Karl Berry  <karl@gnu.org>
25059
25060         * lib/regex.h: update from libc (whitespace fix).
25061
25062 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25063
25064         Merge some files from coreutils.  These changes were
25065         originally made by Jim Meyering.
25066         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25067         many older Unixes require this.
25068         * lib/alloca.c (alloca): Remove cast to argument of free;
25069         no longer needed in C89.
25070         * lib/alloca_.h, regex.h: Fix white space to match
25071         what GNU indent does.
25072
25073 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25074
25075         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25076         apparently Emacs's Unicode mode got confused before my 2003-08-05
25077         checkin.
25078
25079 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25080
25081         * m4/extensions.m4: New file.
25082         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25083         Require gl_USE_SYSTEM_EXTENSIONS.
25084         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25085         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25086
25087 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25088
25089         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25090         * modules/extensions, modules/gnu-source: New files.
25091         * modules/timespec, modules/unlocked-io: Depend on extensions.
25092
25093 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25094
25095         * modules/restrict: New file.
25096         * MODULES.html.sh (func_all_modules): Add restrict.
25097         * modules/regex: Depend on restrict.
25098
25099 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25100
25101         * m4/restrict.m4: New file.
25102         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25103
25104 2003-08-07  Bruno Haible  <bruno@clisp.org>
25105
25106         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25107         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25108
25109 2003-08-07  Bruno Haible  <bruno@clisp.org>
25110
25111         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25112         makes the module 'getndelim2' compatible with the module 'getline'.
25113
25114 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25115
25116         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25117         byte with "\201" to avoid glitches when editing that source file
25118         with multi-gnome-terminal.
25119
25120 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25121
25122         * lib/bumpalloc.h: Remove.
25123
25124 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25125
25126         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25127         * modules/bumpalloc: Remove.
25128
25129 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25130
25131         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25132         GNU coding style.
25133
25134         Merge from coreutils.
25135         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25136         1. From glibc.
25137         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25138         from Karl Berry, implemented by Jim Meyering.
25139         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25140         from Dmitry V. Levin.
25141         Remove anachronistic cast of xrealloc.
25142         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25143         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25144         type. Otherwise, it wouldn't compile with at least /bin/cc on
25145         ymp-cray-unicos9.0.2.X.
25146         Combine two mostly-identical uses of alloca into one.
25147         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25148
25149 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25150
25151         [From Emacs.]
25152
25153         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25154         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25155         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25156         obsolete NLIST_NAME_UNION.
25157         [__GNU__]: Undef BSD and FSCALE.
25158         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25159
25160 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25161
25162         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25163         an enum type, so that it's guaranteed to promote to int.  See:
25164         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25165
25166 2003-08-03  Karl Berry  <karl@gnu.org>
25167
25168         * config/depcomp: update from automake.
25169
25170 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25171
25172         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25173         (strerror): Don't assume that a printable int fits in 14 bytes.
25174
25175 2003-07-31  Bruno Haible  <bruno@clisp.org>
25176
25177         * modules/getpass-gnu: New file.
25178         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25179
25180 2003-07-31  Bruno Haible  <bruno@clisp.org>
25181
25182         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25183
25184 2003-07-24  Karl Berry  <karl@gnu.org>
25185
25186         * config/missing: update from automake.
25187
25188 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25189             Bruno Haible  <bruno@clisp.org>
25190
25191         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25192         * lib/getline.c (getline, getdelim): Likewise.
25193         Remove _GNU_SOURCE define; now it's defined in config.h through
25194         m4/getline.m4.
25195
25196 2003-07-23  Karl Berry  <karl@gnu.org>
25197
25198         * config/config.sub: update from prep.
25199
25200 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25201
25202         * modules/xalloc (Depends-on): Add exitfail.
25203         * modules/xmemcoll: Likewise.
25204
25205 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25206
25207         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25208         over-parenthesization in macros.
25209
25210         Sync with coreutils.
25211
25212         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25213         required by C99.
25214
25215         Use `exit_failure' for xalloc and xmemcoll instead of their own
25216         private exit-failure variables.
25217         * lib/xalloc.h (xalloc_exit_failure): Remove.
25218         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25219         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25220         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25221         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25222         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25223
25224 2003-07-20  Jim Meyering  <jim@meyering.net>
25225
25226         * modules/closeout (Depends-on): Add exitfail.
25227         Suggestion from Bruno Haible.
25228
25229 2003-07-19  Karl Berry  <karl@gnu.org>
25230
25231         * config/config.sub: update from prep.
25232
25233 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25234
25235         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25236         Remove.
25237         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25238         to test that it can stand by itself.  Include "exitfail.h".
25239         Clients should set exit_failure instead.
25240         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25241
25242 2003-07-18  Bruno Haible  <bruno@clisp.org>
25243
25244         * modules/getndelim2: New file.
25245         * modules/getline: Share files with module getndelim2.
25246         * modules/getnline: Depend on getndelim2 instead of sharing files with
25247         it. Add getnline.c to lib_SOURCES.
25248         * MODULES.html.sh (func_all_modules): Add getndelim2.
25249
25250 2003-07-18  Bruno Haible  <bruno@clisp.org>
25251
25252         * m4/getndelim2.m4: New file.
25253         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25254         invoke gl_PREREQ_GETNDELIM2.
25255         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25256         gl_PREREQ_GETNDELIM2.
25257         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25258         gl_GETNDELIM2.
25259
25260 2003-07-18  Bruno Haible  <bruno@clisp.org>
25261
25262         * lib/getndelim2.h: New file.
25263         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25264         getndelim2.h.
25265         (getndelim2): Make non-static. Change return type to ssize_t.
25266         * lib/getline.h: Change argument names.
25267         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25268         * lib/getnline.c: Include getndelim2.h.
25269
25270 2003-07-18  Andreas Schwab  <schwab@suse.de>
25271
25272         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25273
25274 2003-07-17  Karl Berry  <karl@gnu.org>
25275
25276         * config/config.sub: update from prep.
25277
25278 2003-07-17  Bruno Haible  <bruno@clisp.org>
25279
25280         * modules/getnline: New file.
25281         * modules/getline: Add lib/getndelim2.c to source file list.
25282         * MODULES.html.sh (func_all_modules): Add getnline.
25283
25284 2003-07-17  Bruno Haible  <bruno@clisp.org>
25285
25286         * m4/getnline.m4: New file.
25287
25288 2003-07-17  Bruno Haible  <bruno@clisp.org>
25289
25290         * m4/Makefile.am.in: Remove file.
25291         * m4/Makefile.am: Remove file.
25292         * m4/Makefile.in: Remove file.
25293
25294 2003-07-17  Bruno Haible  <bruno@clisp.org>
25295
25296         * lib/getnline.h: New file.
25297         * lib/getnline.c: New file.
25298         * lib/getndelim2.c: New file, extracted from getline.c.
25299         (getndelim2): Renamed from getdelim2, with added nmax argument.
25300         * lib/getline.c: Include getndelim2.c.
25301         (getdelim2): Moved out to getndelim2.c.
25302         (getline, getdelim): Update.
25303
25304 2003-07-17  Bruno Haible  <bruno@clisp.org>
25305
25306         * lib/Makefile.am: Remove file.
25307         * lib/Makefile.in: Remove file.
25308
25309 2003-07-17  Bruno Haible  <bruno@clisp.org>
25310
25311         * configure.in: Remove file.
25312         * Makefile.in: Remove file.
25313
25314 2003-07-17  Bruno Haible  <bruno@clisp.org>
25315
25316         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25317
25318 2003-07-16  Karl Berry  <karl@gnu.org>
25319
25320         * config/srclist-update: was running fixlicense twice, which caused
25321                 texinfo.tex to be nullified for some reason.  Simplify,
25322                 $gplsrc is no longer needed as far as I can see?
25323
25324 2003-07-16  Jim Meyering  <jim@meyering.net>
25325
25326         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25327
25328 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25329
25330         * config/srclist.txt: Get the following files from gettext-runtime/intl
25331         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25332         ref-del.sin.  From Bruno Haible.
25333         * config/srclist-update (fixfile): Change grep pattern again, since the
25334         previous fix didn't work (there was another trailing $).  Use
25335         '[$]' to escape the $s.
25336
25337 2003-07-15  Karl Berry  <karl@gnu.org>
25338
25339         * lib/vasnprintf.c: update from gettext.
25340
25341 2003-07-15  Karl Berry  <karl@gnu.org>
25342
25343         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25344         gets expanded when surrounded by '$'.
25345
25346 2003-07-15  Jim Meyering  <jim@meyering.net>
25347
25348         * modules/save-cwd: Don't depend on error.  From Derek Price.
25349
25350 2003-07-15  Jim Meyering  <jim@meyering.net>
25351
25352         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25353
25354 2003-07-14  Simon Josefsson  <jas@extundo.com>
25355
25356         * modules/mempcpy: New file.
25357         * MODULES.html.sh (func_all_modules): Add mempcpy.
25358
25359 2003-07-14  Simon Josefsson  <jas@extundo.com>
25360
25361         * m4/mempcpy.m4: New file.
25362
25363 2003-07-14  Simon Josefsson  <jas@extundo.com>
25364
25365         * lib/mempcpy.h: New file.
25366         * lib/mempcpy.c: New file.
25367
25368 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25369
25370         * modules/getdate, modules/posixtm: Depend on mktime.
25371
25372 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25373
25374         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25375         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25376         unicodeio.c, unicodeio.h, unlocked-io.h:
25377         Switch from LGPL to GPL.
25378
25379 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25380
25381         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25382         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25383         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25384         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25385         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25386         updated automatically by ../config/srclist-update.  This changes
25387         their license from LPGL to GPL.
25388
25389 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25390
25391         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25392         assumed to refer to the root of the most recent stable gettext version.
25393         * config/srclistvars.sh: Add defaults for eggert.
25394         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25395         Match "This program" as well as "The program".  This is needed
25396         for gettext.
25397
25398 2003-07-14  Jim Meyering  <jim@meyering.net>
25399
25400         Don't emit diagnostics.  Let callers do that.
25401         * lib/save-cwd.c: Don't include "error.h".
25402         (save_cwd): Don't call error.  Ensure that errno is valid
25403         when returning nonzero.
25404
25405         * lib/save-cwd.h (restore_cwd): Update prototype.
25406         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25407         Simplify.  Don't call error upon failure.  Let callers do that.
25408         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25409         when auditing is enabled.  But don't bother updating the #if.
25410
25411 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25412
25413         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25414         it breaks C++ compilation.
25415         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25416
25417 2003-07-10  Simon Josefsson  <jas@extundo.com>
25418
25419         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25420
25421 2003-07-10  Jim Meyering  <jim@meyering.net>
25422
25423         * m4/clock_time.m4: Remove trailing blank.
25424         * m4/intmax_t.m4: Likewise.
25425
25426 2003-07-10  Jim Meyering  <jim@meyering.net>
25427
25428         * lib/vasnprintf.c: Remove trailing blanks.
25429         Make cpp indentation consistent.
25430
25431 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25432
25433         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25434         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25435         Switch from LGPL to GPL.
25436
25437 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25438
25439         * config/srclist.txt: Sort sublists.  Add
25440         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25441         that differ from gnulib for one reason or another; we'd like this list
25442         to be smaller but for now let's document what we have.
25443
25444 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25445
25446         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25447         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25448         and sweeter "eval x=$x".
25449         * config/srclist.txt: Get lib/argp* from glibc.
25450
25451 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25452
25453         * lib/mktime.c: Fix some boundary cases and remove need for floating
25454         point.
25455
25456         Issue a compile-time diagnostic if time_t is floating point, or if
25457         two's complement arithmetic is not in effect, or if arithmetic
25458         right shift does not propagate the sign.  These assumptions were
25459         all in the original code but they weren't checked.
25460
25461         (TIME_T_MIDPOINT, verify): New macros.
25462         (__isleap): Remove; it has integer overflow problems.
25463         (leapyear): New function, without those problems.
25464         (ydhms_tm_diff): Remove; splitting into two parts.
25465         (ydhms_diff): New function, containing the arithmetic part of
25466         the old ydhms_tm_diff function.  Issue a compile-time
25467         diagnostic if we are not using C99 integer division.
25468         Avoid casts when possible.
25469         (guess_time_tm): New function, containing the checking part of
25470         the old ydhms_tm_diff function.  Return the new value, rather than
25471         the difference between it and the old.  Accept a new argument T
25472         so that *T specifies the old value.  Check for overflow in the result.
25473
25474         (__mktime_internal): Use a time_t offset, not a long int offset.
25475         This undoes the 2003-06-04 change, which is no longer needed now
25476         that we have better overflow checking.
25477         (localtime_offset): Likewise.
25478
25479         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25480         and long are 64-bit but int is only 32-bit.
25481         (ydhms_diff): Use long int to store year1 and yday1.
25482         Issue a compile-time diagnostic if long int is not wide enough.
25483
25484         (__mktime_internal): Use long int to store adjusted year and yday.
25485         Use plain C rather than preprocessor commands, if that doesn't
25486         affect efficiency.
25487         Check for overflow (and try to repair) after each probe
25488         rather than checking only at the very end.  This avoids some bugs
25489         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25490         does not equal GMT offset at maximum time).
25491         Use integer to check for overflow rather than floating point; this
25492         is more portable to non-IEEE hosts, and is a tad faster.
25493         When we detect that we are oscillating between two values,
25494         don't check whether tm_isdst has the requested value, since
25495         we already know the answer.  When tm_isdst has the wrong value,
25496         use a different heuristic to find the right one, based on the
25497         extreme values actually observed in practice in tz2003a,
25498         rather than the (overly optimistic) "previous 3 calendar quarters".
25499
25500         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25501         "T const" to accommodate glibc style.
25502         (check_result): Use less-confusing report format.  "long" -> "long int.
25503         (main): Likewise.
25504         Don't loop if the iteration overflows time_t.
25505         Allow a negative step in the iteration.
25506
25507 2003-07-06  Karl Berry  <karl@gnu.org>
25508
25509         * config/depcomp: update from automake.
25510         * config/config.sub: update from prep.
25511
25512 2003-07-03  Karl Berry  <karl@gnu.org>
25513
25514         * config/config.guess: update from prep.
25515
25516 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25517
25518         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25519         xreadlink.c now includes it unconditionally.
25520
25521 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25522
25523         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25524         having it depend on HAVE_SYS_TYPES_H.
25525
25526 2003-07-01  Bruno Haible  <bruno@clisp.org>
25527
25528         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25529         <sys/types.h> should be sufficient.
25530         Reported by Paul Eggert.
25531
25532 2003-06-26  Karl Berry  <karl@gnu.org>
25533
25534         * config/depcomp: update from automake.
25535
25536 2003-06-26  Bruno Haible  <bruno@clisp.org>
25537
25538         * modules/human: Depend on module stdbool.
25539
25540 2003-06-25  Bruno Haible  <bruno@clisp.org>
25541
25542         * modules/readlink: New file.
25543         * modules/xreadlink: Depend on it.
25544         * MODULES.html.sh (func_all_modules): Add readlink.
25545
25546 2003-06-25  Bruno Haible  <bruno@clisp.org>
25547
25548         * m4/readlink.m4: New file.
25549
25550 2003-06-25  Bruno Haible  <bruno@clisp.org>
25551
25552         * lib/readlink.c: New file.
25553
25554 2003-06-22  Karl Berry  <karl@gnu.org>
25555
25556         * config/srclist.txt: update mkinstalldirs from automake.
25557         * config/mkinstalldirs: update.
25558
25559 2003-06-22  Bruno Haible  <bruno@clisp.org>
25560
25561         Portability to mingw32.
25562         * m4/ssize_t.m4: New file, from GNU gettext.
25563         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25564         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25565
25566 2003-06-22  Bruno Haible  <bruno@clisp.org>
25567
25568         * modules/safe-read: Add m4/ssize_t.m4.
25569         * modules/xreadlink: Add m4/ssize_t.m4.
25570
25571 2003-06-20  Bruno Haible  <bruno@clisp.org>
25572
25573         Assume C89, so PARAMS isn't needed.
25574         * lib/unicodeio.h (PARAMS): Remove.
25575         * lib/unicodeio.c: Don't use PARAMS.
25576
25577 2003-06-18  Karl Berry  <karl@gnu.org>
25578
25579         * config/config.{guess,sub}: update from prep.
25580
25581 2003-06-18  Jim Meyering  <jim@meyering.net>
25582
25583         Merge changes from coreutils.
25584         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25585         Remove explicit declarations of xmalloc and realloc.
25586         Include xalloc.h.
25587         (read_utmp): Remove anachronistic cast of xmalloc.
25588
25589 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25590
25591         Assume C89, so PARAMS isn't needed.
25592         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25593         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25594         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25595         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25596         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25597         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25598         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25599         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25600         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25601         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25602         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25603         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25604         no longer needed. Anyway, config.h should always be included before any
25605         other file.
25606
25607 2003-06-11  Simon Josefsson  <jas@extundo.com>
25608
25609         * modules/sysexits: New file.
25610         * MODULES.html.sh (func_all_modules): Add sysexits.
25611
25612 2003-06-11  Simon Josefsson  <jas@extundo.com>
25613
25614         * lib/sysexit_.h: New file.
25615
25616 2003-06-11  Derek Price  <derek@ximbiot.com>
25617
25618         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25619         necessary.
25620
25621 2003-06-11  Bruno Haible  <bruno@clisp.org>
25622
25623         * m4/sysexits.m4: New file.
25624
25625 2003-06-10  Simon Josefsson  <jas@extundo.com>
25626
25627         * lib/argp.h: New file, from glibc.
25628         * lib/argp-ba.c: New file, from glibc.
25629         * lib/argp-eexst.c: New file, from glibc.
25630         * lib/argp-fmtstream.c: New file, from glibc.
25631         * lib/argp-fmtstream.h: New file, from glibc.
25632         * lib/argp-fs-xinl.c: New file, from glibc.
25633         * lib/argp-help.c: New file, from glibc.
25634         * lib/argp-namefrob.h: New file, from glibc.
25635         * lib/argp-parse.c: New file, from glibc.
25636         * lib/argp-pv.c: New file, from glibc.
25637         * lib/argp-pvh.c: New file, from glibc.
25638         * lib/argp-xinl.c: New file, from glibc.
25639
25640 2003-06-10  Simon Josefsson  <jas@extundo.com>
25641
25642         * modules/strchrnul: New file.
25643
25644 2003-06-10  Simon Josefsson  <jas@extundo.com>
25645
25646         * modules/argp: New file.
25647
25648 2003-06-10  Simon Josefsson  <jas@extundo.com>
25649
25650         * m4/strchrnul.m4: New file.
25651
25652 2003-06-10  Simon Josefsson  <jas@extundo.com>
25653
25654         * lib/strchrnul.h: New file.
25655         * lib/strchrnul.c: New file.
25656
25657 2003-06-10  Bruno Haible  <bruno@clisp.org>
25658
25659         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25660
25661 2003-06-07  Karl Berry  <karl@gnu.org>
25662
25663         * config/config.{guess,sub}: update from prep.
25664
25665 2003-06-07  Jim Meyering  <jim@meyering.net>
25666
25667         * modules/strtod: Use $(...) notation, not @...@ for
25668         AC_REPLACE'd variables.
25669         * modules/localcharset: Likewise.
25670
25671 2003-06-07  Jim Meyering  <jim@meyering.net>
25672
25673         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25674         in place of my name in the copyright comment.
25675         Remove definition and uses of __P.
25676
25677         From coreutils.
25678         * lib/stat.c: Don't declare xmalloc explicitly.
25679         Instead, include "xalloc.h".
25680         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25681         xrealloc, and xcalloc return values.
25682         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25683         Improve comment.
25684         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25685
25686 2003-06-07  Bruno Haible  <bruno@clisp.org>
25687
25688         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25689         avoid AC_CONFIG_LINKS.
25690         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25691         fnmatch.h, to avoid AC_CONFIG_LINKS.
25692         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25693
25694 2003-06-07  Bruno Haible  <bruno@clisp.org>
25695
25696         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25697         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25698         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25699         directory.
25700         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25701         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25702         directory.
25703
25704 2003-06-06  Jim Meyering  <jim@meyering.net>
25705
25706         Merge from coreutils.
25707         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25708         Consolidate declarations and initializations of *_base* locals.
25709
25710         Merge from coreutils.
25711         This avoids a core dump on systems without GNU putenv,
25712         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25713         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25714         (unsetenv): New static function, from GNU libc.
25715         (rpl_putenv): Use it.
25716
25717         * lib/modechange.c: Remove trailing blanks.
25718
25719         Merge from coreutils.
25720         * lib/fsusage.c: Remove declaration of statfs.
25721         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25722
25723         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25724
25725 2003-06-06  Jim Meyering  <jim@meyering.net>
25726
25727         * lib/stdbool_.h: Renamed from stdbool.h.in.
25728
25729 2003-06-06  Jim Meyering  <jim@meyering.net>
25730             Bruno Haible  <bruno@clisp.org>
25731
25732         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25733         Adjust Makefile.am snippet not to redirect directly to target.
25734         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25735
25736 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25737
25738         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25739         mismatch, look in future quarters as well as past.  This fixes a
25740         bug when processing fall-backwards gaps immediately after a long
25741         period of daylight-saving time.
25742
25743         * lib/mktime.c: Assume freestanding C89 or better.
25744         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25745         (__P): Remove; not used.
25746         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25747         (mktime, not_equal_tm, print_tm, check_result,
25748         main): Use prototypes.  Use const * where appropriate.
25749         (main): Fix typo in testing code that uncovered by above changes.
25750         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25751
25752 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25753
25754         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25755         locale.h, localeconv.  This merges changes from coreutils.
25756
25757         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25758         It can be removed after the next Autoconf is released.
25759         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25760         needed.
25761
25762 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25763
25764         * lib/mktime.c: Fix Debian bug 177940
25765         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25766         (localtime_offset): Now long int, not time_t, because we want it
25767         to be guaranteed to be signed.  All uses changed.
25768         (__mktime_internal): If overflow would occur when adding offset,
25769         don't add it.
25770
25771         Merge 'human' changes from coreutils.  Rewrite to support
25772         locale-specific notations like thousands separators.
25773         * lib/human.c: Simplify authorship notice.
25774         Include human.h immediately after config.h.
25775         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25776         <limits.h>: Do not include, since human.h does.
25777         (SIZE_MAX, UINTMAX_MAX): New macros.
25778         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25779         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25780         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25781         (power_letter): Renamed from suffixes.
25782         (generate_suffix_backwards): Remove.
25783         (adjust_value): Now takes int style (because of human.h changes)
25784         and long double value (for greater precision on some platforms).
25785         (group_number): New function.
25786         (human_readable): Use it.  Use integer options, not enum.
25787         Put the options before the sizes in the arg list.
25788         Support all the new options.
25789         The old human_readable function has been removed;
25790         use inttostr.h instead.
25791         (human_readable, default_block_size, humblock):
25792         Use uintmax_t, not int, for block sizes.
25793         (human_readable_inexact, block_size_types): Remove.
25794         (block_size_opts): New constant.
25795         (human_options): Renamed from human_block_size, with new signature
25796         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25797         * lib/human.h: Add copyright and authorship notice.
25798         Include <limits.h> and <stdbool.h> unconditionally.
25799         (PARAMS): Remove.  All uses removed.
25800         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25801         (enum human_inexact_style): Remove tag; now a nameless enum.
25802         (human_floor, human_ceiling, human_round_to_even): Now have
25803         values 2, 0, 1 rather than -1, 1, 0.
25804         (human_group_digits, human_suppress_point_zero, human_autoscale,
25805         human_base_1024, human_SI, human_B): New constants.
25806         (human_readable_inexact, human_block_size): Remove.
25807         (human_readable): Size args are now uintmax_t, not int.
25808         (human_options): New decl.
25809
25810         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25811         unnecessary now that we assume C89 or better.  This change
25812         imported from coreutils.
25813
25814         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25815         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25816         in the 2003-05-30 sync from glibc.
25817
25818         .h files should stand alone, but we shouldn't include <sys/types.h>
25819         if we can get away with just <stddef.h>.
25820
25821         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25822         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25823         rather than <sys/types.h>, as we merely need size_t.
25824         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25825         to get size_t.
25826         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25827         Include <stdio.h>, to get FILE.
25828         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25829         memcasecmp.h has included <stddef.h> and all we need is size_t.
25830         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25831         our interface, instead of including <sys/types.h>
25832
25833 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25834
25835         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25836         now, as glibc mktime is buggy on non-glibc systems.
25837
25838 2003-06-03  Karl Berry  <karl@gnu.org>
25839
25840         * config/config.sub: update from prep.
25841
25842 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25843
25844         [from coreutils]
25845         Fix some minor time-related bugs with POSIX time arguments.
25846         Some valid time stamps were being rejected (notably -1, and
25847         time stamps before 1900 on 64-bit hosts).  And some invalid
25848         time stamps were being accepted, e.g. September 31.
25849
25850         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25851         that we can return (time_t) -1 successfully.
25852         * lib/posixtm.c: Likewise.
25853         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25854         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25855         (t): Remove static var.
25856         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25857         of static var.  All uses changed.
25858         (year): Do not reject years before 1900; they can occur with
25859         64-bit time_t.
25860         (posix_time_parse): Do not check for out-of-range components;
25861         that is now the caller's responsibility, since our checks were
25862         only approximations.
25863         (posixtime): Use mktime to check for out-of-range components,
25864         since it knows them exactly.
25865         If mktime returns (time_t) -1, check whether an error actually occurred
25866         by invoking localtime on -1.
25867         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25868         posixtime failures better.
25869         Improve the test data (in comments only).
25870
25871 2003-06-02  Karl Berry  <karl@gnu.org>
25872
25873         * config/mkinstalldirs (version): new variable.
25874         (--version): new option.
25875         (usage): improve message.
25876
25877 2003-05-30  Karl Berry  <karl@gnu.org>
25878
25879         * lib/mktime.c: update from libc.
25880
25881 2003-05-30  Bruno Haible  <bruno@clisp.org>
25882
25883         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25884         * config/config.rpath: Upgrade to gettext-0.12.1.
25885
25886 2003-05-30  Bruno Haible  <bruno@clisp.org>
25887
25888         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25889         * m4/nls.m4: New file, from gettext-0.12.1.
25890         * m4/po.m4: New file, from gettext-0.12.1.
25891         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25892
25893 2003-05-30  Bruno Haible  <bruno@clisp.org>
25894
25895         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25896         * lib/localcharset.h: Likewise.
25897         * lib/localcharset.c: Likewise.
25898
25899 2003-05-29  Karl Berry  <karl@gnu.org>
25900
25901         * config/config.rpath: update from gettext.
25902
25903 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25904
25905         Assume the headers required for C89 freestanding compilers.
25906         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25907         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25908         * m4/human.m4 (gl_HUMAN): Likewise.
25909         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25910         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25911         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25912         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25913         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25914         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25915
25916 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25917
25918         Assume the headers required for C89 freestanding compilers.
25919         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25920         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25921         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25922         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25923         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25924         define, since <limits.h> is guaranteed to do that.
25925         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25926         * lib/exclude.c: Include <stdbool.h> unconditionally.
25927         * lib/tempname.c: Include <stddef.h> unconditionally.
25928         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25929         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25930         <stddef.h> does that.
25931         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25932         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25933         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25934         needed.
25935         * lib/xstrtol.c: Likewise.
25936         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25937         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25938
25939         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25940         warnings on some platforms.
25941
25942         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25943         arbitrarily.
25944
25945 2003-05-26  Jim Meyering  <jim@meyering.net>
25946
25947         Merge in a change from coreutils:
25948         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25949         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25950         that condition, rather than `-1' which is slightly misleading.
25951         Change the name of the cache variable to have the gl_ prefix.
25952         Prompted by a patch from Richard Dawe for DJGPP.
25953
25954 2003-05-24  Karl Berry  <karl@gnu.org>
25955
25956         * config/config.guess: update from prep.
25957
25958 2003-05-22  Karl Berry  <karl@gnu.org>
25959
25960         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25961
25962 2003-05-20  Karl Berry  <karl@gnu.org>
25963
25964         * config/config.guess: update from prep.
25965
25966 2003-05-18  Karl Berry  <karl@gnu.org>
25967
25968         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25969         might actually be set by the user.
25970
25971         * config/depcomp, install-sh, mdate-sh: update from automake.
25972
25973 2003-05-17  Bruno Haible  <bruno@clisp.org>
25974
25975         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25976         invalid expansion for AC_EGREP_CPP.
25977         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25978         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25979         Suggested by Akim Demaille <akim@epita.fr> in
25980         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25981
25982 2003-05-12  Jim Meyering  <jim@meyering.net>
25983
25984         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25985         the space-padded-by-default conversion specifiers, %e, %k, %l.
25986
25987 2003-05-12  Bruno Haible  <bruno@clisp.org>
25988
25989         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25990         the string is longer than 4 KB.
25991
25992 2003-05-11  Karl Berry  <karl@gnu.org>
25993
25994         * config/config.{guess,sub}: update from prep.
25995
25996 2003-05-09  Bruno Haible  <bruno@clisp.org>
25997
25998         * modules/error: Add m4/strerror_r.m4 to file list.
25999
26000 2003-05-03  Bruno Haible  <bruno@clisp.org>
26001
26002         Upgrade to Unicode-4.0.
26003         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26004         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26005         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26006         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26007         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26008         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26009         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26010         Change width of U+E0100..U+E01EF from 1 to 0.
26011
26012 2003-04-25  Jim Meyering  <jim@meyering.net>
26013
26014         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26015         of type size_t, not int.
26016
26017 2003-04-25  Bruno Haible  <bruno@clisp.org>
26018
26019         * lib/copy-file.c: Include <stddef.h>, for size_t.
26020
26021 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26022
26023         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26024         code which expansion is under static control.  Patch imported from
26025         Akim Demaille's patch to Bison; see
26026         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26027
26028 2003-04-14  Bruno Haible  <bruno@clisp.org>
26029
26030         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26031
26032 2003-04-11  Jim Meyering  <jim@meyering.net>
26033
26034         Merge changes from Coreutils.
26035
26036         2003-03-22  Jim Meyering  <jim@meyering.net>
26037
26038         * lib/strftime.c (widen): Cast alloca return value to proper type.
26039
26040         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26041
26042         From GNU libc.
26043         * lib/strftime.c (my_strftime): Handle very large width
26044         specifications for numeric values correctly.  Improve checks for
26045         overflow.
26046
26047         2003-01-19  Jim Meyering  <jim@meyering.net>
26048
26049         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26050         definitions.
26051         (nl_get_alt_digit) [! defined my_strftime]: Define.
26052         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26053         _nl_get_alt_digit and _nl_get_walt_digit.
26054
26055         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26056         libc. These changes have no effect outside of _LIBC.
26057
26058 2003-04-10  Bruno Haible  <bruno@clisp.org>
26059
26060         * modules/findprog: New file.
26061         * MODULES.html.sh (func_all_modules): Add it.
26062
26063 2003-04-10  Bruno Haible  <bruno@clisp.org>
26064
26065         * m4/findprog.m4: New file.
26066         * m4/eaccess.m4: New file.
26067
26068 2003-04-10  Bruno Haible  <bruno@clisp.org>
26069
26070         * lib/findprog.h: New file, from GNU gettext.
26071         * lib/findprog.c: New file, from GNU gettext.
26072
26073 2003-04-05  Jim Meyering  <jim@meyering.net>
26074
26075         Merge changes from Coreutils.
26076
26077         * lib/exclude.h (PARAMS): Remove definition and uses.
26078         * lib/exclude.c: Remove uses of `PARAMS'.
26079
26080         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26081         Add test-cases for DOS filenames. Declare program_name.
26082         (main): Set up program_name.  Patch by Rich Dawe.
26083
26084         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26085         error from mntctl.
26086         Use mntctl's return value to drive the entry-processing loop, since
26087         we can't rely on the value of the vmt_length member in the last
26088         entry.  On some systems doing so could result in exhausting
26089         virtual memory.  Based in part on a patch from Mike Jetzer.
26090
26091 2003-04-04  Bruno Haible  <bruno@clisp.org>
26092
26093         * modules/linebreak: New file.
26094         * MODULES.html.sh (func_all_modules): Add it.
26095
26096 2003-04-04  Bruno Haible  <bruno@clisp.org>
26097
26098         * m4/linebreak.m4: New file.
26099
26100 2003-04-04  Bruno Haible  <bruno@clisp.org>
26101
26102         * lib/linebreak.h: New file, from GNU gettext.
26103         * lib/linebreak.c: New file, from GNU gettext with slight
26104         modifications.
26105         * lib/lbrkprop.h: New file, from GNU gettext.
26106
26107 2003-04-03  Bruno Haible  <bruno@clisp.org>
26108
26109         * modules/utf8-ucs4: New file.
26110         * modules/utf16-ucs4: New file.
26111         * modules/ucs4-utf8: New file.
26112         * modules/ucs4-utf16: New file.
26113         * MODULES.html.sh (func_all_modules): Add them.
26114
26115 2003-04-03  Bruno Haible  <bruno@clisp.org>
26116
26117         * m4/utf-ucs4.m4: New file.
26118         * m4/ucs4-utf.m4: New file.
26119
26120 2003-04-03  Bruno Haible  <bruno@clisp.org>
26121
26122         * lib/utf8-ucs4.h: New file, from GNU gettext.
26123         * lib/utf16-ucs4.h: New file, from GNU gettext.
26124         * lib/ucs4-utf8.h: New file, from GNU gettext.
26125         * lib/ucs4-utf16.h: New file, from GNU gettext.
26126
26127 2003-04-02  Bruno Haible  <bruno@clisp.org>
26128
26129         * modules/binary-io: New file.
26130         * MODULES.html.sh (func_all_modules): Add it.
26131
26132 2003-04-02  Bruno Haible  <bruno@clisp.org>
26133
26134         * lib/binary-io.h: New file, from GNU gettext.
26135
26136 2003-04-01  Bruno Haible  <bruno@clisp.org>
26137
26138         * modules/pathname: New file.
26139         * MODULES.html.sh (func_all_modules): Add it.
26140
26141 2003-04-01  Bruno Haible  <bruno@clisp.org>
26142
26143         * lib/pathname.h: New file, from GNU gettext.
26144         * lib/concatpath.c: New file, from GNU gettext.
26145
26146 2003-03-30  Bruno Haible  <bruno@clisp.org>
26147
26148         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26149
26150 2003-03-30  Bruno Haible  <bruno@clisp.org>
26151
26152         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26153         function chown() doesn't exist.
26154
26155 2003-03-28  Bruno Haible  <bruno@clisp.org>
26156
26157         * modules/copy-file: New file.
26158         * MODULES.html.sh (func_all_modules): Add it.
26159
26160 2003-03-28  Bruno Haible  <bruno@clisp.org>
26161
26162         * m4/copy-file.m4: New file.
26163
26164 2003-03-28  Bruno Haible  <bruno@clisp.org>
26165
26166         * lib/copy-file.h: New file, from GNU gettext.
26167         * lib/copy-file.c: New file, from GNU gettext.
26168
26169 2003-03-18  Jim Meyering  <jim@meyering.net>
26170
26171         * lib/quote.c (quote_n): Fix typo in comment.
26172
26173 2003-03-18  Bruno Haible  <bruno@clisp.org>
26174
26175         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26176         checking.
26177         * m4/onceonly_2_57.m4: Likewise.
26178
26179 2003-03-17  Bruno Haible  <bruno@clisp.org>
26180
26181         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26182         (m4_quote): Remove macro.
26183         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26184
26185 2003-03-14  Jim Meyering  <jim@meyering.net>
26186
26187         Merge changes from Coreutils.
26188         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26189         to be const, in order to avoid warnings.
26190         (obstack_room): Likewise.
26191         (obstack_empty_p): Likewise.
26192
26193 2003-03-14  Bruno Haible  <bruno@clisp.org>
26194
26195         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26196         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26197
26198 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26199
26200         Merge changes from Bison.
26201         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26202         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26203         when compiling Bison 1.875's `bitset bset = obstack_alloc
26204         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26205         * lib/hash.c: Include <stdbool.h> unconditionally.
26206
26207 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26208
26209         * m4/onceonly.m4 (m4_quote): New macro.
26210         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26211         Quote AC_FOREACH variable-expansions properly.
26212
26213 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26214
26215         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26216
26217 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26218
26219         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26220         Reported by Bruce Becker; see:
26221         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26222
26223 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26224             Bruno Haible  <bruno@clisp.org>
26225
26226         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26227         Reported by John Hughes, see
26228         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26229
26230 2003-02-20  Bruno Haible  <bruno@clisp.org>
26231
26232         * MODULES.html.sh (func_all_modules): Add poll.
26233
26234 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26235
26236         * modules/poll: New file.
26237
26238 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26239
26240         * lib/poll_.h: New file.
26241         * lib/poll.c: New file.
26242
26243 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26244
26245         * m4/poll.m4: New file.
26246
26247 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26248
26249         * modules/mathl: New file.
26250
26251 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26252
26253         * lib/mathl.h: New file.
26254         * lib/acosl.c: New file.
26255         * lib/asinl.c: New file.
26256         * lib/atanl.c: New file.
26257         * lib/ceill.c: New file.
26258         * lib/cosl.c: New file.
26259         * lib/expl.c: New file.
26260         * lib/floorl.c: New file.
26261         * lib/frexpl.c: New file.
26262         * lib/ldexpl.c: New file.
26263         * lib/logl.c: New file.
26264         * lib/sincosl.c: New file.
26265         * lib/sinl.c: New file.
26266         * lib/sqrtl.c: New file.
26267         * lib/tanl.c: New file.
26268         * lib/trigl.c: New file.
26269         * lib/trigl.h: New file.
26270
26271 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26272
26273         * m4/mathl.m4: New file.
26274
26275 2003-02-18  Bruno Haible  <bruno@clisp.org>
26276
26277         * MODULES.html.sh (func_all_modules): Add mathl.
26278
26279 2003-02-17  Bruno Haible  <bruno@clisp.org>
26280
26281         * modules/mkdtemp: New module.
26282         * MODULES.html.sh (func_all_modules): Add it.
26283
26284 2003-02-17  Bruno Haible  <bruno@clisp.org>
26285
26286         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26287
26288 2003-02-17  Bruno Haible  <bruno@clisp.org>
26289
26290         * lib/mkdtemp.h: New file, from GNU gettext.
26291         * lib/mkdtemp.c: New file, from GNU gettext.
26292
26293 2003-02-02  Jim Meyering  <jim@meyering.net>
26294
26295         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26296         e.g. glibc-2.2.93.
26297
26298 2003-01-31  Bruno Haible  <bruno@clisp.org>
26299
26300         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26301         'rpl_rename'.
26302         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26303         'rpl_strnlen'.
26304         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26305         'rpl_strtod'.
26306         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26307         'rpl_utime'.
26308
26309 2003-01-31  Bruno Haible  <bruno@clisp.org>
26310
26311         * lib/rename.c: #undef rename before defining rpl_rename.
26312         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26313
26314 2003-01-30  Bruno Haible  <bruno@clisp.org>
26315
26316         * modules/vasnprintf, modules/vasprintf: New modules.
26317         * MODULES.html.sh (func_all_modules): Add them.
26318
26319 2003-01-30  Bruno Haible  <bruno@clisp.org>
26320
26321         * m4/signed.m4: New file, from GNU gettext.
26322         * m4/longdouble.m4: New file, from GNU gettext.
26323         * m4/wchar_t.m4: New file, from GNU gettext.
26324         * m4/wint_t.m4: New file, from GNU gettext.
26325         * m4/vasnprintf.m4: New file.
26326         * m4/vasprintf.m4: New file.
26327
26328 2003-01-30  Bruno Haible  <bruno@clisp.org>
26329
26330         * lib/printf-args.h: New file, from GNU gettext.
26331         * lib/printf-args.c: New file, from GNU gettext.
26332         * lib/printf-parse.h: New file, from GNU gettext.
26333         * lib/printf-parse.c: New file, from GNU gettext.
26334         * lib/vasnprintf.h: New file, from GNU gettext.
26335         * lib/vasnprintf.c: New file, from GNU gettext.
26336         * lib/asnprintf.c: New file, from GNU gettext.
26337         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26338         * lib/vasprintf.c: New file, from GNU gettext.
26339         * lib/asprintf.c: New file, from GNU gettext.
26340
26341 2003-01-29  Bruno Haible  <bruno@clisp.org>
26342
26343         * modules/stpncpy: New module.
26344         * MODULES.html.sh (func_all_modules): Add it.
26345
26346 2003-01-29  Bruno Haible  <bruno@clisp.org>
26347
26348         * m4/stpncpy.m4: New file.
26349
26350 2003-01-29  Bruno Haible  <bruno@clisp.org>
26351
26352         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26353         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26354
26355 2003-01-28  Bruno Haible  <bruno@clisp.org>
26356
26357         * modules/c-ctype: New module.
26358         * MODULES.html.sh (func_all_modules): Add it.
26359
26360 2003-01-28  Bruno Haible  <bruno@clisp.org>
26361
26362         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26363         Paul Eggert.
26364         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26365         Paul Eggert.
26366
26367 2003-01-27  Bruno Haible  <bruno@clisp.org>
26368
26369         * modules/xsetenv: New module.
26370         * MODULES.html.sh (func_all_modules): Add it.
26371
26372 2003-01-27  Bruno Haible  <bruno@clisp.org>
26373
26374         * lib/xsetenv.h: New file, from GNU gettext.
26375         * lib/xsetenv.c: New file, from GNU gettext.
26376
26377 2003-01-23  Jim Meyering  <jim@meyering.net>
26378
26379         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26380         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26381
26382 2003-01-23  Bruno Haible  <bruno@clisp.org>
26383
26384         * modules/minmax: New module.
26385         * MODULES.html.sh (func_all_modules): Add it.
26386
26387 2003-01-23  Bruno Haible  <bruno@clisp.org>
26388
26389         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26390         Eggert.
26391
26392 2003-01-22  Bruno Haible  <bruno@clisp.org>
26393
26394         * modules/exit: New module.
26395         * MODULES.html.sh (func_all_modules): Add it.
26396
26397 2003-01-22  Bruno Haible  <bruno@clisp.org>
26398
26399         * lib/exit.h: New file, from GNU gettext.
26400
26401 2003-01-19  Bruno Haible  <bruno@clisp.org>
26402
26403         * gnulib-tool: Recognize option --extract-maintainer.
26404         (func_get_maintainer): New function.
26405         * modules/*: Add Maintainer entry.
26406
26407 2003-01-16  Jim Meyering  <jim@meyering.net>
26408
26409         * m4/regex.m4: The `regex' struct is both input and output.
26410         Initialize it before each use.  Patch by Tim Waugh.
26411
26412 2003-01-16  Bruno Haible  <bruno@clisp.org>
26413
26414         * MODULES.html.sh: Add a table of contents. Add the module name as
26415         leftmost column. Add hyperlinks.
26416
26417 2003-01-15  Bruno Haible  <bruno@clisp.org>
26418
26419         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26420
26421 2003-01-15  Bruno Haible  <bruno@clisp.org>
26422
26423         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26424         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26425         suffix.
26426
26427 2003-01-15  Bruno Haible  <bruno@clisp.org>
26428
26429         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26430
26431 2003-01-15  Bruno Haible  <bruno@clisp.org>
26432
26433         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26434         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26435
26436 2003-01-14  Jim Meyering  <jim@meyering.net>
26437
26438         * lib/same.c (same_name): Tweak a comment.
26439
26440 2003-01-14  Bruno Haible  <bruno@clisp.org>
26441
26442         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26443         when a string comparison is sufficient.
26444
26445 2003-01-14  Bruno Haible  <bruno@clisp.org>
26446
26447         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26448         'unsigned int'.
26449
26450 2003-01-14  Bruno Haible  <bruno@clisp.org>
26451
26452         * lib/hash-pjw.c: Add comment about low quality of this function.
26453
26454 2003-01-13  Bruno Haible  <bruno@clisp.org>
26455
26456         * modules/stpcpy: Distribute lib/stpcpy.h.
26457         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26458
26459 2003-01-13  Bruno Haible  <bruno@clisp.org>
26460
26461         * modules/*: Add a description.
26462         * modules/strpbrk: Fix Makefile.am snippet.
26463         * modules/strtoimax: Fix dependencies.
26464         * modules/strtoumax: Likewise.
26465
26466 2003-01-13  Bruno Haible  <bruno@clisp.org>
26467
26468         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26469         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26470         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26471
26472 2003-01-13  Bruno Haible  <bruno@clisp.org>
26473
26474         * gnulib-tool (func_create_testdir): Store config/* files in the main
26475         directory.
26476         * config.rpath: Move to ...
26477         * config/config.rpath: ... here.
26478         * modules/gettext: Contains config/config.rpath, not config.rpath.
26479         * modules/iconv: Likewise.
26480
26481 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26482
26483         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26484         to avoid collisions with libcurses and libreadline.
26485
26486         * m4/getstr.m4: Remove.
26487         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26488
26489 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26490
26491         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26492         to avoid collisions with libcurses and libreadline.
26493
26494         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26495         * lib/getstr.h, getstr.c: Remove.
26496         * lib/getline.c: Include "getline.h", to check interface.
26497         Move body of old getstr.c here: this defines MIN_CHUNK and
26498         declares getdelim2, which is renamed from getstr.
26499         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26500
26501         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26502         All uses changed.
26503         * lib/linebuffer.h: Likewise.
26504         (readline): Remove backward-compatibility macro.
26505
26506 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26507
26508         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26509         to avoid collisions with libcurses and libreadline.
26510         * getstr: Remove.
26511         * MODULES.html.sh: Remove getstr.
26512         * modules/getline: Depend on unlocked-io, not getstr.
26513
26514 2003-01-12  Jim Meyering  <jim@meyering.net>
26515
26516         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26517
26518 2003-01-10  Bruno Haible  <bruno@clisp.org>
26519
26520         * modules/alloca: Change Makefile.am requirements. Simplify Include
26521         requirements. Add lib/alloca_.h to file list.
26522
26523 2003-01-10  Bruno Haible  <bruno@clisp.org>
26524
26525         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26526
26527 2003-01-10  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/alloca_.h: New file.
26530         * lib/getdate.y: Unconditionally include alloca.h.
26531         * lib/makepath.c: Likewise.
26532         * lib/setenv.c: Likewise.
26533         * lib/userspec.c: Likewise.
26534
26535 2003-01-09  Karl Berry  <karl@gnu.org>
26536
26537         * MODULES.html.sh: include `dirname $0` in PATH, to find
26538         gnulib-tool.
26539
26540 2003-01-09  Bruno Haible  <bruno@clisp.org>
26541
26542         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26543         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26544
26545 2003-01-09  Bruno Haible  <bruno@clisp.org>
26546
26547         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26548
26549 2003-01-09  Bruno Haible  <bruno@clisp.org>
26550
26551         * lib/stdbool.h.in: New file.
26552
26553 2003-01-09  Bruno Haible  <bruno@clisp.org>
26554
26555         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26556         * MODULES.html.sh: Likewise.
26557
26558 2003-01-08  Jim Meyering  <jim@meyering.net>
26559
26560         * lib/full-write.c: Undefine and define-away `const' after inclusion
26561         of errno.h, not before.  Suggestion from Bruno Haible.
26562
26563 2003-01-08  Bruno Haible  <bruno@clisp.org>
26564
26565         * modules/full-read: Depend on full-write.
26566
26567 2003-01-08  Bruno Haible  <bruno@clisp.org>
26568
26569         * lib/safe-read.c: Include specification header first, to ensure its
26570         selfcontainedness.
26571         * lib/full-write.c: Likewise.
26572
26573 2003-01-07  Jim Meyering  <jim@meyering.net>
26574
26575         * lib/full-write.c: Rework so that it may serve to define full_read,
26576         too.
26577         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26578
26579 2003-01-07  Bruno Haible  <bruno@clisp.org>
26580
26581         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26582         <inttypes.h>.
26583         * lib/xstrtol.h: Likewise.
26584         * lib/xstrtoimax.c: Likewise.
26585         * lib/xstrtoumax.c: Likewise.
26586         * lib/human.h: Likewise.
26587
26588         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26589         on systems that have <inttypes.h> but not <stdint.h>.
26590
26591 2003-01-07  Bruno Haible  <bruno@clisp.org>
26592
26593         * MODULES.html.sh: Add copyright notice.
26594         (missed_files): Omit CVS directory entries.
26595         (func_module): Make it work with sed-3.02.
26596         * MODULES.txt: Remove file.
26597
26598 2003-01-06  Jim Meyering  <jim@meyering.net>
26599
26600         * lib/version-etc.c: Update year in translatable copyright string.
26601
26602 2003-01-03  Karl Berry  <karl@gnu.org>
26603
26604         * config/config.{guess,sub}: update from prep.
26605
26606 2003-01-02  Karl Berry  <karl@gnu.org>
26607
26608         * doc/COPYING.DOC: belatedly updated to 1.2.
26609
26610 2003-01-01  Karl Berry  <karl@gnu.org>
26611
26612         * gnulib-tool (func_verify_module): report module name $module in
26613         error message, not $1.
26614         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26615         be created, only if it doesn't exist.
26616         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26617
26618 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26619
26620         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26621
26622 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26623
26624         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26625         memcmp if strcoll doesn't work.
26626
26627 2002-12-31  Bruno Haible  <bruno@clisp.org>
26628
26629         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26630         nonempty.
26631
26632 2002-12-31  Bruno Haible  <bruno@clisp.org>
26633
26634         * lib/memcoll.c (STRCOLL): New macro.
26635         (memcoll): Use it.
26636
26637 2002-12-31  Bruno Haible  <bruno@clisp.org>
26638
26639         * lib/localcharset.h: New file.
26640         * lib/localcharset.c: Include it.
26641         * lib/unicodeio.c: Likewise.
26642
26643 2002-12-31  Bruno Haible  <bruno@clisp.org>
26644
26645         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26646         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26647
26648 2002-12-31  Bruno Haible  <bruno@clisp.org>
26649
26650         * lib/getline.h: Include <stddef.h>, for size_t.
26651
26652         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26653         * lib/unicodeio.c: Don't include <stddef.h>.
26654
26655 2002-12-31  Bruno Haible  <bruno@clisp.org>
26656
26657         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26658         HAVE_TM_ZONE.
26659
26660 2002-12-24  Karl Berry  <karl@gnu.org>
26661
26662         * config/config.guess: update from prep.
26663
26664 2002-12-24  Bruno Haible  <bruno@clisp.org>
26665
26666         General infrasructure.
26667         * m4/README: Rewritten.
26668         * m4/onceonly.m4: New file.
26669         * m4/onceonly_2_57.m4: New file.
26670
26671         Module atexit.
26672         * m4/atexit.m4: New file.
26673
26674         Module strtod.
26675         * m4/strtod.m4: New file.
26676
26677         Module strtol.
26678         * m4/strtol.m4: New file.
26679
26680         Module strtoul.
26681         * m4/strtoul.m4: New file.
26682
26683         Module memchr.
26684         * m4/memchr.m4: New file.
26685
26686         Module memcmp.
26687         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26688         (jm_FUNC_MEMCMP): Invoke it.
26689
26690         Module memcpy.
26691         * m4/memcpy.m4: New file.
26692
26693         Module memmove.
26694         * m4/memmove.m4: New file.
26695
26696         Module memset.
26697         * m4/memset.m4: New file.
26698
26699         Module strcspn.
26700         * m4/strcspn.m4: New file.
26701
26702         Module strpbrk.
26703         * m4/strpbrk.m4: New file.
26704
26705         Module strstr.
26706         * m4/strstr.m4: New file.
26707
26708         Module strerror.
26709         * m4/strerror.m4: New file.
26710
26711         Module mktime.
26712         * m4/mktime.m4: Renamed from jm-mktime.m4.
26713         (gl_PREREQ_MKTIME): New macro.
26714         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26715
26716         Module malloc.
26717         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26718         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26719         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26720
26721         Module realloc.
26722         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26723         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26724         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26725
26726         Module strftime.
26727         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26728         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26729         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26730         gl_TM_GMTOFF.
26731         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26732
26733         Module xalloc.
26734         * m4/xalloc.m4: New file.
26735
26736         Module alloca.
26737         * m4/alloca.m4: New file.
26738
26739         Module putenv.
26740         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26741         (jm_FUNC_PUTENV): Invoke it.
26742
26743         Module setenv.
26744         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26745         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26746         when invoked twice.
26747         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26748         gt_FUNC_SETENV.
26749
26750         Module memrchr.
26751         * m4/memrchr.m4: New file.
26752
26753         Module stpcpy.
26754         * m4/stpcpy.m4: New file.
26755
26756         Module strcase.
26757         * m4/strcase.m4: New file.
26758
26759         Module strdup.
26760         * m4/strdup.m4: New file.
26761
26762         Module strnlen.
26763         * m4/strnlen.m4: New file.
26764
26765         Module strndup.
26766         * m4/strndup.m4: New file.
26767
26768         Module xstrtod.
26769         * m4/xstrtod.m4: New file.
26770
26771         Module xstrtol.
26772         * m4/xstrtol.m4: New file.
26773
26774         Module getdate.
26775         * m4/getdate.m4: New file.
26776
26777         Module unlocked-io.
26778         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26779         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26780         * m4/jm-glibc-io.m4n: Remove file.
26781
26782         Module long-options.
26783         * m4/long-options.m4: New file.
26784
26785         Module md5.
26786         * m4/md5.m4: New file.
26787
26788         Module sha.
26789         * m4/sha.m4: New file.
26790
26791         Module getstr.
26792         * m4/getstr.m4: New file.
26793
26794         Module getline.
26795         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26796         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26797         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26798         simply getline. Infoke gl_PREREQ_GETLINE.
26799
26800         Module obstack.
26801         * m4/obstack.m4: New file.
26802
26803         Module hash.
26804         * m4/hash.m4: New file.
26805
26806         Module readtokens.
26807         * m4/readtokens.m4: New file.
26808
26809         Module strverscmp.
26810         * m4/strverscmp.m4: New file.
26811
26812         Module stdbool.
26813         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26814         OSF/1.
26815
26816         Module strtoll.
26817         * m4/strtoll.m4: New file.
26818
26819         Module strtoull.
26820         * m4/strtoull.m4: New file.
26821
26822         Module strtoimax.
26823         * m4/strtoimax.m4: New file.
26824
26825         Module strtoumax.
26826         * m4/strtoumax.m4: New file.
26827
26828         Module xstrtoimax.
26829         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26830         jm_AC_PREREQ_XSTRTOIMAX.
26831         Moved the strtol prerequisites to strtol.m4.
26832         Moved the strtoll prerequisites to strtoll.m4.
26833         Moved the strtoimax prerequisites to strtoimax.m4.
26834
26835         Module xstrtoumax.
26836         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26837         jm_AC_PREREQ_XSTRTOUMAX.
26838         Moved the strtoul prerequisites to strtoul.m4.
26839         Moved the strtoull prerequisites to strtoull.m4.
26840         Moved the strtoumax prerequisites to strtoumax.m4.
26841
26842         Module chown.
26843         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26844         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26845
26846         Module dup2.
26847         * m4/dup2.m4: New file.
26848
26849         Module ftruncate.
26850         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26851         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26852
26853         Module getgroups.
26854         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26855         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26856
26857         Module gettimeofday.
26858         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26859         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26860         gl_PREREQ_GETTIMEOFDAY.
26861
26862         Module mkdir.
26863         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26864         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26865
26866         Module mkstemp.
26867         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26868         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26869         jm_AC_TYPE_UINTMAX_T.
26870         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26871
26872         Module stat.
26873         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26874         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26875
26876         Module lstat.
26877         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26878         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26879
26880         Module timespec.
26881         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26882         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26883         * m4/st_mtim.m4: Indentation.
26884
26885         Module nanosleep.
26886         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26887         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26888         gl_PREREQ_NANOSLEEP.
26889
26890         Module regex.
26891         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26892         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26893         (gl_REGEX): New macro.
26894
26895         Module rename.
26896         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26897         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26898
26899         Module rmdir.
26900         * m4/rmdir.m4: New file.
26901
26902         Module utime.
26903         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26904         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26905         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26906
26907         Module dirname.
26908         * m4/dirname.m4: New file.
26909
26910         Module getopt.
26911         * m4/getopt.m4: New file.
26912
26913         Module unistd-safer.
26914         * m4/unistd-safer.m4: New file.
26915
26916         Module fnmatch.
26917         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26918         declaration.
26919         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26920         (gl_FUNC_FNMATCH_POSIX): New macro.
26921         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26922         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26923         simply fnmatch.
26924
26925         Module exclude.
26926         * m4/exclude.m4: New file.
26927
26928         Module human.
26929         * m4/human.m4: New file.
26930
26931         Module acl.
26932         * m4/acl.m4: Nop.
26933
26934         Module backupfile.
26935         * m4/backupfile.m4: New file.
26936         * m4/d-ino.m4: Indentation.
26937
26938         Module fsusage.
26939         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26940         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26941         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26942
26943         Module dirfd.
26944         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26945         requirements.
26946
26947         Module euidaccess.
26948         * m4/euidaccess.m4: New file.
26949
26950         Module file-type.
26951         * m4/file-type.m4: New file.
26952
26953         Module fileblocks.
26954         * m4/fileblocks.m4: New file.
26955
26956         Module filemode.
26957         * m4/filemode.m4: New file.
26958
26959         Module isdir.
26960         * m4/isdir.m4: New file.
26961
26962         Module lchown.
26963         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26964         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26965
26966         Module makepath.
26967         * m4/makepath.m4: New file.
26968
26969         Module modechange.
26970         * m4/modechange.m4: New file.
26971
26972         Module mountlist.
26973         * m4/mountlist.m4: New file.
26974         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26975         Indentation.
26976
26977         Module path-concat.
26978         * m4/path-concat.m4: New file.
26979
26980         Module pathmax.
26981         * m4/pathmax.m4: New file.
26982
26983         Module same.
26984         * m4/same.m4: New file.
26985
26986         Module save-cwd.
26987         * m4/save-cwd.m4: New file.
26988
26989         Module savedir.
26990         * m4/savedir.m4: New file.
26991
26992         Module xgetcwd.
26993         * m4/xgetcwd.m4: New file.
26994         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26995
26996         Module xreadlink.
26997         * m4/xreadlink.m4: New file.
26998
26999         Module safe-read.
27000         * m4/safe-read.m4: New file.
27001
27002         Module safe-write.
27003         * m4/safe-write.m4: New file.
27004
27005         Module closeout.
27006         * m4/closeout.m4: New file.
27007
27008         Module stdio-safer.
27009         * m4/stdio-safer.m4: New file.
27010
27011         Module getpass.
27012         * m4/getpass.m4: New file.
27013
27014         Module getugroups.
27015         * m4/getugroups.m4: New file.
27016
27017         Module group-member.
27018         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27019         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27020
27021         Module idcache.
27022         * m4/idcache.m4: New file.
27023
27024         Module userspec.
27025         * m4/userspec.m4: New file.
27026
27027         Module gettime.
27028         * m4/clock_time.m4: New file.
27029         * m4/gettime.m4: New file.
27030
27031         Module settime.
27032         * m4/settime.m4: New file.
27033
27034         Module posixtm.
27035         * m4/posixtm.m4: New file.
27036
27037         Module gethostname.
27038         * m4/gethostname.m4: New file.
27039
27040         Module canon-host.
27041         * m4/canon-host.m4: New file.
27042
27043         Module gettext.
27044         * m4/codeset.m4: New file, from gettext-0.11.5.
27045         * m4/gettext.m4: New file, from gettext-0.11.5.
27046         * m4/glibc21.m4: New file, from gettext-0.11.5.
27047         * m4/iconv.m4: New file, from gettext-0.11.5.
27048         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27049         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27050         * m4/inttypes.m4: New file, from gettext-0.11.5.
27051         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27052         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27053         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27054         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27055         * m4/lib-link.m4: New file, from gettext-0.11.5.
27056         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27057         * m4/progtest.m4: New file, from gettext-0.11.5.
27058         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27059         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27060         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27061
27062         Module localcharset.
27063         * m4/localcharset.m4: New file.
27064
27065         Module hard-locale.
27066         * m4/hard-locale.m4: New file.
27067
27068         Module mbswidth.
27069         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27070         onceonly macros.
27071         * m4/mbrtowc.m4: Add comment.
27072
27073         Module memcasecmp.
27074         * m4/memcasecmp.m4: New file.
27075
27076         Module memcoll.
27077         * m4/memcoll.m4: New file.
27078
27079         Module unicodeio.
27080         * m4/unicodeio.m4: New file.
27081
27082         Module rpmatch.
27083         * m4/rpmatch.m4: New file.
27084
27085         Module yesno.
27086         * m4/yesno.m4: New file.
27087
27088         Module exitfail.
27089         * m4/exitfail.m4: New file.
27090
27091         Module c-stack.
27092         * m4/c-stack.m4 (gl_C_STACK): New macro.
27093         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27094
27095         Module error.
27096         * m4/error.m4 (gl_ERROR): New macro.
27097         (jm_PREREQ_ERROR): Use onceonly macros.
27098
27099         Module fatal.
27100         * m4/fatal.m4: New file.
27101
27102         Module getloadavg.
27103         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27104         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27105
27106         Module getpagesize.
27107         * m4/getpagesize.m4: New file.
27108
27109         Module getusershell.
27110         * m4/getusershell.m4: New file.
27111
27112         Module physmem.
27113         * m4/physmem.m4: New file.
27114
27115         Module posixver.
27116         * m4/posixver.m4: New file.
27117
27118         Module quotearg.
27119         * m4/quotearg.m4: New file.
27120
27121         Module quote.
27122         * m4/quote.m4: New file.
27123
27124         Module readutmp.
27125         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27126
27127         Module sig2str.
27128         * m4/sig2str.m4: New file.
27129
27130         Other.
27131         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27132         ulonglong.m4.
27133         * m4/intmax_t.m4: New file.
27134         * m4/d-type.m4: Indentation.
27135         * m4/jm-macros.m4: Update.
27136         * m4/prereq.m4 (jm_PREREQ): Update.
27137         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27138         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27139         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27140         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27141         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27142         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27143         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27144         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27145         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27146         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27147         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27148         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27149         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27150         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27151         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27152         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27153         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27154         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27155         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27156
27157 2002-12-24  Bruno Haible  <bruno@clisp.org>
27158
27159         * MODULES.txt: Update according to m4/ changes.
27160
27161         Module gettext.
27162         * config.rpath: New file, from gettext-0.11.5.
27163
27164         * modules/*: New module descriptions.
27165         * gnulib-tool: New file.
27166         * MODULES.html.sh: New file.
27167
27168 2002-12-21  Karl Berry  <karl@gnu.org>
27169
27170         * doc/fdl.texi: update to version 1.2.
27171
27172 2002-12-19  Karl Berry  <karl@gnu.org>
27173
27174         * config/config.guess: update from prep.
27175
27176 2002-12-18  Bruno Haible  <bruno@clisp.org>
27177
27178         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27179         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27180
27181 2002-12-17  Bruno Haible  <bruno@clisp.org>
27182
27183         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27184         stdlib.h, string.h.
27185
27186 2002-12-17  Bruno Haible  <bruno@clisp.org>
27187
27188         * lib/canon-host.c (strdup): Remove unused declaration.
27189
27190         * lib/fsusage.c: Include full_read.h.
27191         (get_fs_usage): Use full_read instead of safe_read.
27192
27193         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27194
27195 2002-12-12  Karl Berry  <karl@gnu.org>
27196
27197         * config/config.guess: update from prep.
27198
27199 2002-12-11  Bruno Haible  <bruno@clisp.org>
27200
27201         * m4/setenv.m4: New file, from gettext-0.11.5.
27202
27203 2002-12-11  Bruno Haible  <bruno@clisp.org>
27204
27205         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27206         not unsetenv().
27207         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27208         modifications:
27209
27210         2002-12-11  Bruno Haible  <bruno@clisp.org>
27211
27212                 * setenv.c (alloca): Fall back to malloc.
27213                 (freea): New macro.
27214                 (setenv): Use freea() to free memory allocated with alloca().
27215
27216         2002-11-13  Bruno Haible  <bruno@clisp.org>
27217
27218                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27219                 function declarations.
27220                 * unsetenv.c (unsetenv): Likewise.
27221
27222         2002-03-04  Bruno Haible  <bruno@clisp.org>
27223
27224                 Portability to AIX 4.3.3.
27225                 * unsetenv.c: New file, extracted from setenv.c.
27226                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27227
27228         2001-12-20  Bruno Haible  <bruno@clisp.org>
27229
27230                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27231                 use malloc instead. For SunOS 4.
27232
27233         2001-12-11  Bruno Haible  <bruno@clisp.org>
27234
27235                 * setenv.c: Declare alloca.
27236                 (compar_fn_t): New typedef.
27237                 (KNOWN_VALUE, STORE_VALUE): Use it.
27238
27239         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27240         setenv.h.
27241
27242 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27243
27244         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27245         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27246         Choose values that are less likely to collide with system fnmatch
27247         options.
27248         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27249         defined (e.g., a pure POSIX system).
27250         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27251         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27252
27253 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27254
27255         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27256         a pain in practice to deal with generated m4 files.  This change
27257         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27258
27259         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27260         and jm-glibc-io.m4, as they are no longer a special case.
27261         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27262         kludge and the auto-generation stuff.  Check only whether the
27263         functions are declared, not whether they exist, since older hosts
27264         that don't declare the functions can't use the optimization anyway.
27265
27266 2002-12-06  Jim Meyering  <jim@meyering.net>
27267
27268         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27269
27270         Merge in changes from libc's misc/error.c, in preparation
27271         for the merge of gnulib's changes back into libc.
27272
27273         * lib/error.c (_): Define only if not already defined.
27274         Move definition to follow all #include directives.
27275         Include unlocked-io.h only if !_LIBC.
27276         [_LIBC]: Include <libio/libioP.h>.
27277         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27278         (fflush): Tweak definition to use INTUSE.
27279         (putc): Define.
27280
27281 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27282
27283         * lib/alloca.c [defined emacs]: Include "lisp.h".
27284         (xalloc_die) [defined emacs]: New macro.
27285         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27286         [! defined emacs]: Include <xalloc.h>.
27287         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27288         (pointer): Typedef to POINTER_TYPE *.
27289         (malloc): Remove decl; we now always use xmalloc.
27290         (alloca): Use old-style definition, since Emacs needs this.
27291         Check for arithmetic overflow when computing combined size.
27292
27293 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27294
27295         Do not generate unlocked-io.h automatically, since it's easier to
27296         maintain it by hand.
27297
27298         * lib/unlocked-io.h: New file, from GNU diffutils,
27299         but with proper copyright notice and attribution.
27300         * lib/gen-uio: Remove.
27301         * lib/Makefile.am: Add copyright notice.
27302         (libfetish_a_SOURCES): Add unlocked-io.h.
27303         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27304         (DISTCLEANFILES, io_functions): Remove macros.
27305         (EXTRA_DIST): Remove gen_uio.
27306         (unlocked-io.h): Remove rule.
27307
27308 2002-12-04  Jim Meyering  <jim@meyering.net>
27309
27310         Reflect the fact that stat.c and lstat.c are no longer generated.
27311         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27312         (DISTCLEANFILES): Likewise.
27313         (EXTRA_DIST): Likewise.
27314         (all_local): Don't depend on stat.c or lstat.c.
27315         (stat.c, lstat.c): Remove rules.
27316         (EXTRA_DIST): Remove xstat.in.
27317
27318         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27319         * lib/stat.c: New file.  Contents mostly from xstat.in.
27320         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27321         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27322
27323         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27324         too.
27325         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27326
27327 2002-12-03  Jim Meyering  <jim@meyering.net>
27328
27329         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27330         but not semantics, to minimize the differences between these two files.
27331         (safe_read): Change comment to mention SAFE_READ_ERROR.
27332
27333         * lib/safe-read.c (IS_EINTR): Define.
27334         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27335
27336 2002-12-02  Jim Meyering  <jim@meyering.net>
27337
27338         * lib/safe-read.c (EINTR): Define.
27339         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27340         (INT_MAX): Provide fallback.
27341         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27342
27343         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27344
27345 2002-12-02  Bruno Haible  <bruno@clisp.org>
27346
27347         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27348         Define, taken from safe-read.c.
27349         (INT_MAX): Provide fallback.
27350         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27351         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27352
27353         * lib/safe-read.c (EINTR): Remove definition.
27354         (safe_read): Don't use EINTR if it is absent.
27355
27356 2002-12-01  Jim Meyering  <jim@meyering.net>
27357
27358         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27359         zero.
27360         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27361
27362 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27363
27364         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27365         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27366         with `if (! (value < limit)) abort ();', for readability.
27367
27368 2002-11-26  Karl Berry  <karl@gnu.org>
27369
27370         * lib/strdup.c: copy from libc again, with jim's ok.
27371         * lib/.cppi-disable: re-add strdup.c
27372
27373 2002-11-25  Karl Berry  <karl@gnu.org>
27374
27375         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27376         instead of "strtol.c".
27377
27378 2002-11-25  Karl Berry  <karl@gnu.org>
27379
27380         * config/install-sh: update from automake for variable quoting, $0 in
27381         error msgs, etc.
27382
27383         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27384         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27385         entry.
27386
27387 2002-11-25  Jim Meyering  <jim@meyering.net>
27388
27389         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27390
27391 2002-11-24  Karl Berry  <karl@gnu.org>
27392
27393         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27394         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27395
27396 2002-11-24  Jim Meyering  <jim@meyering.net>
27397
27398         Update from coreutils:
27399
27400         * lib/mktime.c: Merge in changes from libc.
27401
27402         Avoid a link-time failure on some Linux systems.
27403         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27404         (otherwise).
27405         (__mon_yday): Declare with the STATIC attribute.
27406         (__mktime_internal): Likewise.
27407         Based on a report from Greg Schafer.
27408
27409 2002-11-23  Jim Meyering  <jim@meyering.net>
27410
27411         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27412         Use `unsigned', not `int', as type of index.
27413
27414         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27415
27416         * lib/fsusage.c: Remove unneeded parentheses around operands of
27417         `defined'.
27418
27419 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27420
27421         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27422         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27423         so that we can be included first.
27424         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27425         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27426         No need to include stddef.h or sys/types.h any more.
27427         Surround local include files with "", not "<>".
27428         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27429         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27430         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27431         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27432         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27433         (ISPRINT): Remove; no longer needed now that we assume C89.
27434
27435         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27436         Preserve errno.
27437
27438         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27439         quotearg_char): Use SIZE_MAX rather than
27440         (size_t) -1 when we are talking about "infinity".
27441
27442         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27443
27444 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27445
27446         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27447         hint that one should use `if (! x) abort ();' rather than `assert
27448         (x);', and anyway it's one less thing to worry about configuring.
27449         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27450         hash_rehash, hash_insert): Use abort rather than assert.
27451
27452 2002-11-22  Bruno Haible  <bruno@clisp.org>
27453
27454         * lib/safe-read.h: Assume C89. Add comments.
27455         (safe_read): Change return type to size_t.
27456         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27457         byte counts > SSIZE_MAX correctly.
27458         * lib/safe-write.h: New file.
27459         * lib/safe-write.c: New file.
27460         * lib/full-read.h: New file.
27461         * lib/full-read.c: New file.
27462         * lib/full-write.h: Assume C89. Add comments.
27463         * lib/full-write.c: Include safe-write.h.
27464         (full_write): Rewritten to use safe_write.
27465         Suggested by Jim Meyering and Paul Eggert.
27466
27467 2002-11-21  Jim Meyering  <jim@meyering.net>
27468
27469         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27470
27471         Merge in changes from the coreutils.
27472
27473         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27474         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27475         <stdint.h>.
27476         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27477         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27478         int.  Work more efficiently if X is the same width as uintmax_t.
27479         Do not compare X to -1, to avoid bogus compiler warning.
27480         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27481         Don't assume that f_frsize and f_bsize are the same type.
27482
27483         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27484         warning on FreeBSD.
27485
27486         * lib/makepath.c (make_path): Restore umask *before* creating the final
27487         component.
27488         (make_path): Minor reformatting.
27489
27490         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27491         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27492         HAVE_MALLOC/HAVE_REALLOC.
27493
27494         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27495         dummy ones.  At least on GNU/Linux systems, `auto' means something
27496         else.
27497         From Michael Stone.
27498
27499 2002-11-21  Bruno Haible  <bruno@clisp.org>
27500
27501         Remove case insensitive option matching.
27502         * lib/argmatch.h (argcasematch): Remove declaration.
27503         (ARGCASEMATCH): Remove macro.
27504         (__xargmatch_internal): Remove case_sensitive argument.
27505         (XARGMATCH): Update.
27506         (XARGCASEMATCH): Remove macro.
27507         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27508         case_sensitive argument.
27509         (argcasematch): Remove function.
27510         (__xargmatch_internal): Remove case_sensitive argument.
27511         (main): Use XARGMATCH instead of XARGCASEMATCH.
27512
27513         * lib/xmalloc.c: Change compile-time error message. Add comment about
27514         required autoconf version.
27515
27516 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27517
27518         Merge argmatch cleanups from Bison.  Assume C89.
27519
27520         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27521         Include stdlib.h, for EXIT_FAILURE.
27522         Always include <string.h>, since we assume C89.
27523         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27524         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27525         Include <stddef.h> instead, since it's all we need for size_t.
27526         (PARAMS): Remove.  All uses removed.
27527         (ARRAY_CARDINALITY): Do not bother to #undef.
27528         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27529         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27530         Remove unnecessary parentheses.
27531         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27532         Insert necessary parentheses.
27533         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27534         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27535
27536 2002-11-19  Bruno Haible  <bruno@clisp.org>
27537
27538         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27539         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27540
27541         * lib/mbswidth.h (PARAMS): Remove macro.
27542         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27543         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27544
27545         * lib/gcd.h (PARAMS): Remove macro.
27546         (gcd): Use ANSI C function declarations.
27547         * lib/gcd.c (gcd): Likewise.
27548
27549 2002-11-15  Bruno Haible  <bruno@clisp.org>
27550
27551         * lib/strcspn.c: Include <stddef.h>.
27552         (strcspn): Use ANSI C function declaration. Change return type to
27553         size_t. Use NULL.
27554         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27555         (strpbrk): Use NULL.
27556         * lib/strpbrk.h (PARAMS): Remove macro.
27557         (strpbrk): Use ANSI C function declaration.
27558         * lib/strstr.c: Don't include <sys/types.h>.
27559         * lib/strstr.h (PARAMS): Remove macro.
27560         (strstr): Use ANSI C function declarations.
27561
27562 2002-11-14  Karl Berry  <karl@gnu.org>
27563
27564         * config/mkinstalldirs: `do' on separate line, instead of
27565         `for var; do'.
27566
27567 2002-11-06  Bruno Haible  <bruno@clisp.org>
27568
27569         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27570         * lib/gcd.c (gcd): Likewise.
27571
27572 2002-11-05  Bruno Haible  <bruno@clisp.org>
27573
27574         * lib/gcd.h: New file, from gettext-0.11.5.
27575         * lib/gcd.c: New file, from gettext-0.11.5.
27576
27577 2002-11-05  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27580         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27581         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27582         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27583
27584         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27585         <libintl.h>.
27586         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27587         <libintl.h>.
27588
27589         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27590         * lib/human.c: Include gettext.h instead of <libintl.h>.
27591         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27592         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27593         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27594         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27595         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27596         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27597         (textdomain): Remove definition.
27598         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27599
27600         * lib/long-options.c: Remove include of <libintl.h> and definition of
27601         _.
27602         * lib/same.c: Remove include of <libintl.h> and definition of _.
27603
27604 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27605
27606         * lib/config.charset: A few additions for Solaris.
27607
27608 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27609
27610         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27611         * lib/localcharset.c (locale_charset): Declare as extern "C".
27612
27613 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27614
27615         * lib/config.charset: msdos in uk_UA uses CP1125.
27616
27617 2002-11-04  Bruno Haible  <bruno@clisp.org>
27618
27619         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27620         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27621         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27622         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27623         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27624
27625 2002-11-04  Bruno Haible  <bruno@clisp.org>
27626
27627         * lib/localcharset.c (locale_charset): Don't return an empty string.
27628
27629 2002-11-04  Bruno Haible  <bruno@clisp.org>
27630
27631         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27632         aliases.
27633
27634 2002-11-04  Bruno Haible  <bruno@clisp.org>
27635
27636         * lib/config.charset: Update for newest glibc. Add canonical names
27637         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27638
27639 2002-11-04  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/config.charset: Add support for NetBSD.
27642
27643 2002-11-04  Bruno Haible  <bruno@clisp.org>
27644
27645         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27646
27647 2002-11-01  Bruno Haible  <bruno@clisp.org>
27648
27649         * configure.in: Add AC_CONFIG_AUX_DIR call.
27650         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27651         test/Makefile.
27652         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27653
27654 2002-09-28  Karl Berry  <karl@gnu.org>
27655
27656         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27657         installed automake until the next release, since changes have been
27658         made.
27659
27660 2002-09-25  Karl Berry  <karl@gnu.org>
27661
27662         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27663         * lib/getopt*: copy from libc/posix.
27664         * lib/gettext.h: copy from gettext.
27665         * lib/.cppi-disable: add strdup.c, gettext.h.
27666
27667 2002-09-25  Karl Berry  <karl@gnu.org>
27668
27669         * config/srclist.txt: enable gettext.h check.
27670         * config/config.{guess,sub}: update from prep.
27671         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27672                 from automake 1.6.3.
27673         See srclist*.
27674
27675 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27676
27677         * regex.c (PATFETCH): Remove the translating fetch.
27678         (PATFETCH_RAW): Rename to PATFETCH.
27679         (set_image_of_range): New fun.
27680         (SET_RANGE_TABLE_WORK_AREA): Use it.
27681         (regex_compile): Don't translate the pattern chars so eagerly.
27682         Only do it when inserting an `exactn' bytecode or when handling
27683         a char-range.
27684         (mutually_exclusive_p): Avoid empty statement.
27685
27686 2002-07-06  Jim Meyering  <meyering@lucent.com>
27687
27688         * m4/README: Don't mention Makefile.am.in.
27689         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27690
27691 2002-07-01  Jim Meyering  <meyering@lucent.com>
27692
27693         * lib/c-stack.c: Include sys/time.h.
27694         From Volker Borchert.
27695
27696 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27697
27698         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27699
27700 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27701
27702         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27703         New macro.  Use it uniformly instead of
27704         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27705         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27706         reported by Vin Shelton.
27707
27708 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27709
27710         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27711         Do not assume SA_SIGINFO behavior.
27712         Bug reported by Jim Meyering on NetBSD 1.5.2.
27713
27714 2002-06-22  Jim Meyering  <meyering@lucent.com>
27715
27716         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27717         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27718
27719         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27720         now that configure.ac uses AC_GNU_SOURCE.
27721         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27722         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27723
27724         Update to latest tools.  Suggestions from Paul Eggert.
27725         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27726         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27727         * m4/fnmatch.m4: Likewise.
27728         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27729         to AC_HEADER_STDBOOL
27730
27731 2002-06-22  Jim Meyering  <meyering@lucent.com>
27732
27733         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27734         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27735
27736 2002-06-22  Jim Meyering  <meyering@lucent.com>
27737
27738         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27739
27740         * lib/exitfail.c, exitfail.h: Likewise.
27741         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27742
27743         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27744         of fnmatch.h.
27745         (EXTRA_DIST): Add fnmatch_loop.c.
27746         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27747
27748         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27749         * lib/fnmatch.c: Update from diffutils-2.8.2.
27750         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27751         * lib/fnmatch.h: Remove file.
27752
27753 2002-06-21  Jim Meyering  <meyering@lucent.com>
27754
27755         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27756         * m4/mbrtowc.m4: Likewise.
27757
27758         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27759         * m4/mbswidth.m4: Reflect name change:
27760         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27761         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27762
27763         * m4/lib-link.m4: Update from gettext-0.11.2.
27764         * m4/gettext.m4: Likewise.
27765
27766         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27767         From Alfred M. Szmidt.
27768
27769 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27770
27771         * lib/file-type.h: Report an error if neither S_ISREG nor
27772         S_IFREG is defined, instead of using a test specific to glibc
27773         2.2.  This should be safe, since POSIX requires S_ISREG and
27774         Unix Version 7 had S_IFREG.  We don't need to check for
27775         <sys/types.h> since we don't use any symbols that it defines.
27776
27777 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27778
27779         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27780         $@-t, so that each temporary file name is unique and valid in the first
27781         8 characters, for operation under DOS.
27782
27783 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27784
27785         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27786
27787 2002-06-15  Jim Meyering  <meyering@lucent.com>
27788
27789         Work even with DJGPP 2.03, which lacks support for symlinks.
27790         From Richard Dawe.
27791         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27792         is defined.
27793         * lib/lchown.c (S_ISLNK): Likewise.
27794
27795 2002-06-15  Jim Meyering  <meyering@lucent.com>
27796
27797         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27798         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27799         have been included before this file.
27800
27801 2002-06-14  Jim Meyering  <meyering@lucent.com>
27802
27803         * lib/file-type.h: Use the version from diffutils-2.8.2.
27804         * lib/file-type.c: Likewise.
27805
27806 2002-06-07  Jim Meyering  <meyering@lucent.com>
27807
27808         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27809         They're needed at least for NetBSD 1.5.2.
27810         ($statxfs_includes): Include those same headers.
27811         ($statxfs_includes): Include sys/vfs.h if available.
27812         ($statxfs_includes): Likewise for sys/statvfs.h.
27813         Check for the following members in both structs statfs and statvfs:
27814         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27815
27816 2002-06-01  Jim Meyering  <meyering@lucent.com>
27817
27818         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27819         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27820
27821 2002-05-28  Jim Meyering  <meyering@lucent.com>
27822
27823         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27824         Reported by Volker Borchert.
27825
27826 2002-05-27  Jim Meyering  <meyering@lucent.com>
27827
27828         Fix a problem seen only on nonconforming systems whereby ls.c's
27829         use of localtime, and then of gettimeofday would cause trouble:
27830         the localtime call used to initialize rpl_gettimeofday's save
27831         mechanism would clobber ls's current local time information so
27832         that in any long listing the first file would always be listed
27833         with date 1970-01-01.  Analysis by Volker Borchert.
27834
27835         * lib/gettimeofday.c (localtime): Undefine.
27836         (rpl_localtime): New function.
27837
27838 2002-05-27  Jim Meyering  <meyering@lucent.com>
27839
27840         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27841         localtime.
27842
27843         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27844         use the replacement function; it wouldn't resolve at link time.
27845         Reported by Volker Borchert.
27846
27847 2002-05-22  Jim Meyering  <meyering@lucent.com>
27848
27849         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27850         file-type.h.
27851         * lib/file-type.h: New file.
27852         * lib/file-type.c (file_type): New file/function.  Extracted from
27853         diffutils.
27854
27855 2002-04-30  Jim Meyering  <meyering@lucent.com>
27856
27857         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27858
27859 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27860
27861         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27862
27863 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27864
27865         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27866         Do not check for alloca.h (no longer used) or stdbool.h (was never
27867         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27868
27869 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27870
27871         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27872
27873 2002-04-29  Jim Meyering  <meyering@lucent.com>
27874
27875         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27876         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27877         Use AC_FUNC_STRNLEN here instead.
27878
27879         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27880         With autoconf-2.53a, it's part of AC_PROG_CC.
27881
27882 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27883
27884         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27885         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27886
27887 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27888
27889         * lib/sig2str.h, lib/sig2str.c: New files.
27890         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27891
27892 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27893
27894         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27895         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27896         of 127, since 64 is the largest conceivable number for ancient
27897         nonstandard hosts.
27898         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27899
27900 2002-04-28  Jim Meyering  <meyering@lucent.com>
27901
27902         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27903
27904 2002-04-24  Jim Meyering  <meyering@lucent.com>
27905
27906         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27907         (jm_PREREQ): Use it.
27908
27909         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27910         mach/mach.h fcntl.h.
27911         Check for this function: setlocale.
27912
27913 2002-04-24  Jim Meyering  <meyering@lucent.com>
27914
27915         * lib/gettext.h: New file, from Gettext.
27916         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27917         (libfetish_a_SOURCES): Add gettext.h.
27918
27919 2002-04-16  Jim Meyering  <meyering@lucent.com>
27920
27921         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27922         ut_pid, ut_id, ut_exit.
27923
27924 2002-04-16  Jim Meyering  <meyering@lucent.com>
27925
27926         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27927         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27928         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27929
27930 2002-04-12  Jim Meyering  <meyering@lucent.com>
27931
27932         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27933         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27934         existence of the getmntinfo function.  Needed for Darwin 5.3.
27935
27936         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27937         This is necessary at least on Darwin 5.3.
27938
27939         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27940         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27941         strnlen.o in the library, and that makes some versions of ranlib
27942         object.
27943
27944 2002-04-12  Jim Meyering  <meyering@lucent.com>
27945
27946         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27947
27948 2002-04-09  Jim Meyering  <meyering@lucent.com>
27949
27950         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27951         to be more precise.  Rather than saying we're checking whether the
27952         function `works', say what we're testing.
27953         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27954         Reported by Bruno Haible.
27955
27956 2002-03-10  Jim Meyering  <meyering@lucent.com>
27957
27958         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27959         Suggestion from Santiago Vila.
27960
27961 2002-03-08  Jim Meyering  <meyering@lucent.com>
27962
27963         * lib/rename.c: Mention that this wrapper is needed also on
27964         mips-dec-ultrix4.4 systems.
27965
27966 2002-03-02  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27969         not HAVE_CLOCK_SETTIME.
27970
27971 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27972
27973         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27974         Check for clock_settime.
27975
27976 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27977
27978         * lib/nanosleep.h: Rename to....
27979         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27980
27981         * lib/gettime.c: New file.
27982         * lib/settime.c: New file.
27983         * lib/stime.c: Remove.
27984
27985         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27986         timespec.h.  Remove nanosleep.h.
27987
27988 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27989
27990         * m4/acl.m4: New file.
27991         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27992         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27993
27994 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27995
27996         * lib/acl.c, lib/acl.h: New files.
27997         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27998
27999 2002-02-24  Jim Meyering  <meyering@lucent.com>
28000
28001         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28002         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28003         cause trouble.  Reported by Nelson Beebe.
28004
28005 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28006
28007         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28008         compilers that don't know that xalloc_die never returns.
28009
28010 2002-02-20  Jim Meyering  <meyering@lucent.com>
28011
28012         * lib/getdate.c: Regenerate using bison-1.33.
28013
28014 2002-02-17  Jim Meyering  <meyering@lucent.com>
28015
28016         * config/config.guess (main): Don't use `head -1'; it's no longer
28017         portable. Use `sed 1q' instead.
28018
28019 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28020
28021         * m4/codeset.m4: Upgrade to gettext-0.11.
28022         * m4/gettext.m4: Upgrade to gettext-0.11.
28023         * m4/glibc21.m4: Upgrade to gettext-0.11.
28024         * m4/iconv.m4: Upgrade to gettext-0.11.
28025         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28026         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28027         * m4/lib-ld.m4: New file, from gettext-0.11.
28028         * m4/lib-link.m4: New file, from gettext-0.11.
28029         * m4/lib-prefix.m4: New file, from gettext-0.11.
28030         * m4/progtest.m4: Upgrade to gettext-0.11.
28031
28032 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28033
28034         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28035         (jm_PREREQ): Use it.
28036
28037 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28038
28039         * lib/posixver.c, lib/posixver.h: New files.
28040         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28041
28042 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28043             Bruno Haible  <bruno@clisp.org>
28044
28045         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28046         (fwrite_success_callback): New declaration.
28047         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28048         print_unicode_char. Call failure callback instead of error.
28049         (fwrite_success_callback): New function.
28050         (exit_failure_callback): New function.
28051         (fallback_failure_callback): New function.
28052         (print_unicode_char): Call unicode_to_mb.
28053
28054 2002-01-26  Jim Meyering  <meyering@lucent.com>
28055
28056         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28057         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28058
28059 2002-01-26  Jim Meyering  <meyering@lucent.com>
28060
28061         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28062
28063 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28064
28065         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28066
28067 2002-01-22  Jim Meyering  <meyering@lucent.com>
28068
28069         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28070         Otherwise, some versions of automake would omit the rule that makes
28071         Makefile from Makefile.in.
28072
28073 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28074
28075         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28076         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28077         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28078         (memcoll): Set errno to zero if there is no error.
28079
28080         * lib/quotearg.c (quotearg_buffer_restyled):
28081         Fix bug with quoting buffers containing NUL when backslashing escapes.
28082         This bug was exposed by the other changes in this patch.
28083         (quotearg_n_options): New arg ARGSIZE.
28084         All callers changed.
28085         (quoting_options_from_style): New function.
28086         (quotearg_n_style): Use it.
28087         (quotearg_n_style_mem): New function.
28088
28089         * lib/quotearg.h (quotearg_n_style_mem): New function.
28090
28091 2002-01-19  Jim Meyering  <meyering@lucent.com>
28092
28093         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28094         Remove useless quotes: DF_PROG="df".
28095         * m4/strnlen.m4: New file.
28096
28097 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28098
28099         * lib/backupfile.c (ISDIGIT): Comment fix.
28100         * lib/getdate.y (ISDIGIT): Likewise.
28101         * lib/posixtm.c (ISDIGIT, year): Likewise.
28102         * lib/strverscmp.c (ISDIGIT): Likewise.
28103         * lib/userspec.c (ISDIGIT): Likewise.
28104
28105 2002-01-16  Jim Meyering  <meyering@lucent.com>
28106
28107         * lib/getdate.y: Add three semicolons, each just before a closing
28108         brace. Bison (as of version 1.31) no longer papers over that mistake.
28109
28110 2002-01-05  Jim Meyering  <meyering@lucent.com>
28111
28112         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28113
28114 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28115
28116         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28117         not silently exit merely because the output buffer happens to
28118         have nothing pending.
28119
28120 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28121
28122         See the big note in ../ChangeLog.
28123         * lib/human.c (suffixes): Prefer K to k for 1024.
28124         (generate_suffix_backwards): New function.
28125         (human_readable_inexact): Use it.
28126         * lib/xstrtol.c (__xstrtol): If there is no number but there
28127         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28128         Accept 'K' as well as 'k'.
28129
28130 2001-12-15  Jim Meyering  <meyering@lucent.com>
28131
28132         * lib/regex.h (__restrict_arr): Update from libc.
28133
28134         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28135         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28136         (STREQ): Define.
28137
28138 2001-12-14  Jim Meyering  <meyering@lucent.com>
28139
28140         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28141         Suggestion from Bruno Haible.
28142
28143 2001-12-10  Jim Meyering  <meyering@lucent.com>
28144
28145         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28146         xrealloc, Instead, include "xalloc.h".
28147         (initbuffer): Don't cast xmalloc return value to char*.
28148         (readline): Reword comment.
28149         Don't cast xrealloc return value to char*
28150         Return NULL, not 0.
28151
28152 2001-12-09  Jim Meyering  <meyering@lucent.com>
28153
28154         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28155         about `signed and unsigned type in conditional expression'.
28156         * lib/posixtm.c (posix_time_parse): Likewise.
28157
28158         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28159
28160         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28161         to avoid a pedantic warning.
28162
28163         * lib/getstr.c: Don't include assert.h.
28164         (getstr): Remove warning-evoking assertions.
28165         Return -1 if offset parameter is out of bounds.
28166         Change the type of a local from int to size_t.
28167
28168         * lib/strftime.c (my_strftime_localtime_r): Include this function
28169         definition in the `#if ! HAVE_TM_GMTOFF' block.
28170
28171         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28172         Include xalloc.h instead.
28173
28174 2001-12-02  Jim Meyering  <meyering@lucent.com>
28175
28176         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28177         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28178         included.
28179
28180         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28181         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28182
28183 2001-11-30  Akim Demaille  <akim@epita.fr>
28184
28185         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28186         before being defined.
28187
28188 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28189
28190         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28191         First arg is int, not unsigned.
28192         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28193         (SIZE_MAX, UINT_MAX): New macros.
28194         (quotearg_n_options): Abort if N is negative.
28195         Avoid overflow check on hosts where size_t is 64 bits and int
28196         is 32 bits, as overflow is impossible there.
28197         Fix off-by-one typo that caused unnecessary reallocation.
28198
28199 2001-11-27  Jim Meyering  <meyering@lucent.com>
28200
28201         * lib/tempname.c: Merge with version from libc.
28202         * lib/regex.c: Likewise.
28203
28204         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28205         systems for which STDC_HEADERS is 0, it was not included, resulting in
28206         a warning about an integer-to-pointer conversion problem with getenv.
28207         Reported by Volker Borchert.
28208
28209 2001-11-26  Jim Meyering  <meyering@lucent.com>
28210
28211         * lib/gtod.h: Remove file.
28212         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28213         * lib/gettimeofday.c: Don't include gtod.h.
28214         (GTOD_init): Remove function.
28215         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28216         Suggestion from Volker Borchert.
28217
28218 2001-11-23  Jim Meyering  <meyering@lucent.com>
28219
28220         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28221         it.
28222         * lib/hash.c (struct hash_table): Define it here instead.
28223
28224 2001-11-22  Jim Meyering  <meyering@lucent.com>
28225
28226         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28227
28228 2001-11-20  Jim Meyering  <meyering@lucent.com>
28229
28230         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28231         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28232
28233 2001-11-19  Jim Meyering  <meyering@lucent.com>
28234
28235         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28236         directory.  Use "conftestXXXXXX" as the template.
28237         Suggestion from Paul Eggert.
28238
28239         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28240         immediately, so the test doesn't mistakenly hit the max-open-files
28241         limit.
28242
28243 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28244
28245         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28246         (TEMPORARIES): New macro.
28247         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28248         removes an artificial limitation (e.g. HP-UX 10.20, where
28249         TMP_MAX is 17576).
28250
28251 2001-11-18  Jim Meyering  <meyering@lucent.com>
28252
28253         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28254
28255 2001-11-18  Jim Meyering  <meyering@lucent.com>
28256
28257         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28258         on SunOS 4.
28259
28260         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28261         files will be created before anything else.
28262
28263 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28264
28265         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28266         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28267
28268 2001-11-17  Jim Meyering  <meyering@lucent.com>
28269
28270         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28271         Prompted by a report from Bob Proulx.
28272
28273         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28274         Instead, require UTILS_FUNC_MKSTEMP.
28275
28276 2001-11-17  Jim Meyering  <meyering@lucent.com>
28277
28278         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28279         Now, that's done as part of AC_FUNC_STRTOD.
28280
28281 2001-11-17  Jim Meyering  <meyering@lucent.com>
28282
28283         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28284         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28285         rather than group writable.  Patch by Juan F. Codagnone.
28286
28287         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28288         xrealloc, Instead, include "xalloc.h".
28289
28290         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28291         Remove explicit declarations of xmalloc, xrealloc,
28292         and xstrdup.  Instead, include "xalloc.h".
28293
28294         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28295         unlocked-io.h.
28296         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28297         Likewise.
28298         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28299
28300         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28301         Reported by Padraig Brady.
28302
28303         * lib/mkstemp.c: #undef mkstemp.
28304         Include config.h.
28305         (rpl_mkstemp): Rename from mkstemp.
28306         Protoize.
28307
28308 2001-11-16  Jim Meyering  <meyering@lucent.com>
28309
28310         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28311         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28312         determine the amount of total physical memory, use pstat_getstatic.
28313         HPUX-11 doesn't define _SC_PHYS_PAGES.
28314         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28315         If sysconf couldn't be used to determine the amount of available
28316         physical memory, use both pstat_getstatic and pstat_getdynamic.
28317         Based on a patch from Bob Proulx.
28318
28319 2001-11-10  Jim Meyering  <meyering@lucent.com>
28320
28321         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28322         (jm_PREREQ): Use it.
28323
28324 2001-11-09  Jim Meyering  <meyering@lucent.com>
28325
28326         * m4/jm-macros.m4: Require autoconf-2.52f.
28327         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28328         Use these AC_-prefixed names, not the AM_-prefixed ones.
28329
28330         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28331
28332 2001-11-05  Jim Meyering  <meyering@lucent.com>
28333
28334         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28335
28336 2001-11-04  Jim Meyering  <meyering@lucent.com>
28337
28338         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28339         $DEFS.
28340
28341 2001-11-03  Jim Meyering  <meyering@lucent.com>
28342
28343         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28344         of AC_DEFUN.
28345
28346         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28347         know the name of the variable in the macro definition.
28348
28349 2001-11-03  Jim Meyering  <meyering@lucent.com>
28350
28351         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28352         in argmatch_to_argument call.
28353
28354         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28355         argument.
28356
28357         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28358         e.g., a fault due to an attempt to free a NULL pointer.
28359
28360 2001-11-01  Jim Meyering  <meyering@lucent.com>
28361
28362         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28363         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28364
28365 2001-11-01  Jim Meyering  <meyering@lucent.com>
28366
28367         * lib/dirfd.c, lib/dirfd.h: New files.
28368         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28369
28370         * lib/hash.c (hash_print) [TESTING]: Clean up.
28371
28372 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28373
28374         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28375         to avoid a warning if -Wall.
28376
28377 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28378
28379         * README: New file
28380         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28381         (per RMS's instructions, this is now the canonical source)
28382         * lgpl/, gpl/: New directories.
28383
28384 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28385
28386         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28387
28388 2001-10-21  Jim Meyering  <meyering@lucent.com>
28389
28390         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28391         this code would end up calling gettext even in packages built
28392         with --disable-nls.
28393         * lib/getopt.c (_): Likewise.
28394         * lib/regex.c (_): Likewise.
28395
28396 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28397
28398         * m4/error.m4 (jm_PREREQ_ERROR):
28399         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28400         AC_FUNC_STRERROR_R does that.
28401         Check for strerror declaration.
28402
28403         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28404         are supposed to have them these days.
28405         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28406         Merge changes from latest Autoconf CVS.
28407         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28408         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28409         POSIX decided to standardize on the int flavor of strerror_r.
28410
28411 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28412
28413         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28414         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28415         Use strerror_r that is only a macro, even if it is not a function.
28416         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28417         (private_strerror): Use prototypes, not old-style function definition.
28418         (print_errno_message): New function.
28419         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28420         char*-flavored one.
28421         (error_tail, error, error_at_line): Use it.
28422
28423 2001-10-11  Jim Meyering  <meyering@lucent.com>
28424
28425         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28426         and quote_n (1, ... to avoid clobbering a buffer.
28427
28428 2001-10-05  Jim Meyering  <meyering@lucent.com>
28429
28430         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28431         hash-pjw.h.
28432         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28433         * lib/hash-pjw.h: New file.
28434
28435 2001-09-30  Jim Meyering  <meyering@lucent.com>
28436
28437         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28438         `struct fsstat' has the `f_fstypename' member.
28439         Use that to define FS_TYPE, which is now used to make
28440         the getfsstat link test tighter.
28441
28442 2001-09-30  Jim Meyering  <meyering@lucent.com>
28443
28444         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28445         Include <sys/ucred.h>, for Apple Darwin.
28446         Include sys/mount.h and sys/fs_types.h only if available.
28447         (FS_TYPE): Define.
28448         (read_filesystem_list): Use FS_TYPE.
28449
28450 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28451
28452         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28453         a boolean context.
28454
28455 2001-09-29  Jim Meyering  <meyering@lucent.com>
28456
28457         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28458         [one-argument getmntent function]): Include stdio.h before mntent.h.
28459         SunOS 4.1.x needs it for the declaration of `FILE'.
28460         Patch by Volker Borchert.
28461
28462         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28463         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28464         sys/fs_types.h, and make the link-test for getfsstat guard #include
28465         directives with appropriate #if HAVE_*_H tests so that we can
28466         detect getfsstat on Apple Darwin1.3.7 systems.
28467         Reported by Nelson Beebe.
28468         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28469
28470 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28471
28472         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28473         #defines strtoimax.  Also treat the other strto* functions
28474         like strtoimax.
28475
28476         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28477         Check for strtoul and strtoumax,
28478         as those declarations are made even in the signed case.
28479         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28480         Likewise, for strtol and strtoimax.
28481
28482 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28483
28484         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28485         #defines strtoimax.  Also treat the other strto* functions
28486         like strtoimax.
28487
28488         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28489         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28490         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28491
28492 2001-09-26  Jim Meyering  <meyering@lucent.com>
28493
28494         Most macros in unlocked-io.h had the wrong number of arguments.
28495         * lib/gen-uio: New script.
28496         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28497         * lib/unlocked-io.hin: Remove file.
28498         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28499         rather than trying to embed it here.
28500         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28501         Reported by Padraig Brady.
28502
28503 2001-09-25  Volker Borchert  <bt@teknon.de>
28504
28505         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28506         `result'.
28507
28508 2001-09-24  Jim Meyering  <meyering@lucent.com>
28509
28510         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28511
28512 2001-09-23  Jim Meyering  <meyering@lucent.com>
28513
28514         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28515         instead of the mere test for existence of mntent.h.  The latter
28516         would get a false-positive on AIX 3.4 systems.
28517         In the outer getmntent if-block, don't die if neither of the getmntent
28518         tests succeeds.  Instead, just fall through and continue with the
28519         remaining tests.
28520
28521 2001-09-23  Jim Meyering  <meyering@lucent.com>
28522
28523         * lib/mountlist.c: Remove useless parentheses in #if directives.
28524         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28525         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28526
28527 2001-09-22  Jim Meyering  <meyering@lucent.com>
28528
28529         * m4/gettext.m4: New file.  From gettext.
28530         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28531         * m4/progtest.m4: Likewise
28532         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28533         * m4/glibc21.m4: Likewise.
28534
28535         * m4/libintl.m4: Remove.  No longer used.
28536
28537 2001-09-22  Jim Meyering  <meyering@lucent.com>
28538
28539         * lib/localcharset.c: Update from latest gettext.
28540         * lib/config.charset: Likewise.
28541
28542 2001-09-20  Jim Meyering  <meyering@lucent.com>
28543
28544         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28545         strtoimax.
28546         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28547         strtoumax.
28548
28549 2001-09-20  Jim Meyering  <meyering@lucent.com>
28550
28551         * lib/xstrtol.c (strtoimax): Guard declaration with
28552         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28553         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28554         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28555         (strtoumax): Likewise, for completeness (it wasn't necessary).
28556
28557 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28558
28559         * lib/strtoimax.c (HAVE_LONG_LONG):
28560         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28561         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28562         to work around bug in IBM C compiler.
28563
28564 2001-09-17  Jim Meyering  <meyering@lucent.com>
28565
28566         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28567         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28568         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28569         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28570         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28571         whenever the right hand side need not be expanded by the shell.
28572
28573 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28574
28575         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28576         library.  It's not correct, as some older glibcs are buggy.
28577         fnmatch wasn't fixed until glibc 2.2.
28578
28579         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28580         special shell magic here.
28581
28582 2001-09-16  Jim Meyering  <meyering@lucent.com>
28583
28584         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28585         * m4/jm-macros.m4: Require it.
28586
28587 2001-09-16  Jim Meyering  <meyering@lucent.com>
28588
28589         * lib/mkdir.c: New file.
28590
28591 2001-09-15  Jim Meyering  <meyering@lucent.com>
28592
28593         * m4/jm-macros.m4: Check for help2man.
28594
28595 2001-09-11  Jim Meyering  <meyering@lucent.com>
28596
28597         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28598         The body, by Paul Eggert, was moved here from configure.in.
28599         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28600
28601 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28602
28603         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28604         (jm_PREREQ): Use it.
28605
28606 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28607
28608         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28609         Use ssize_t, not int, to store result of readlink.
28610         Check for ssize_t overflow as well as size_t overflow,
28611         as POSIX says the result of readlink is implementation-defined
28612         when ssize_t overflows.
28613         Remove unnecessary cast to char*.
28614         Use free+malloc instead of realloc, as the storage doesn't need
28615         to be preserved and it's clearer and can be more efficient that way.
28616         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28617         * lib/xreadlink.h (xreadlink): Update prototype.
28618
28619 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28620
28621         * lib/xgetcwd.c: Revert some of the previous change; intead,
28622         fix the HAVE_GETCWD_NULL code to behave more like the
28623         !HAVE_GETCWD_NULL code used to.
28624
28625         Include "xalloc.h".
28626         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28627         invoke xalloc_die.
28628
28629 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28630
28631         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28632         sys/param.h, as pathmax.h includes them.
28633
28634 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28635
28636         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28637         (jm_PREREQ_XGETCWD): New macro.
28638
28639         * m4/getcwd.m4: New file.
28640
28641 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28642
28643         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28644         like the HAVE_GETCWD_NULL code.
28645         Include pathmax.h if not HAVE_GETCWD.
28646         Do not include xalloc.h.
28647         (INITIAL_BUFFER_SIZE): New symbol.
28648         Do not use xmalloc / xrealloc, since the caller is responsible for
28649         handling errors.  Preserve errno around `free' during failure.
28650         Do not overrun buffer when using getwd.
28651
28652 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28653
28654         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28655         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28656         getcwd (NULL, 0).
28657
28658 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28659
28660         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28661         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28662         spotted by Jim Meyering.
28663
28664 2001-09-03  Jim Meyering  <meyering@lucent.com>
28665
28666         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28667         failure.
28668
28669 2001-09-02  Jim Meyering  <meyering@lucent.com>
28670
28671         * lib/error.c: Update from GNU libc.
28672
28673 2001-09-01  Jim Meyering  <meyering@lucent.com>
28674
28675         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28676         Used by df.
28677
28678 2001-09-01  Jim Meyering  <meyering@lucent.com>
28679
28680         * lib/xreadlink.c: New file.
28681         * lib/xreadlink.h: New file.
28682         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28683         xreadlink.h.
28684
28685         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28686         doesn't conflict with sparc Solaris 7's definition in
28687         /usr/include/sys/int_types.h.
28688
28689         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28690         files.
28691         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28692         and strncasecmp as r-values.  Unixware didn't have declarations.
28693
28694 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28695
28696         * lib/xstrtol.h: Add copyright notice.
28697         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28698         LONGINT_INVALID_SUFFIX_CHAR.
28699
28700 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28701
28702         * lib/xstrtol.c (strtoimax): New decl.
28703
28704 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28705
28706         * lib/xgetcwd.c: Don't include pathmax.h.
28707         Include stdlib.h and unistd.h if available.
28708         Include xalloc.h.
28709         (xmalloc, xstrdup, free): Remove decls.
28710         (xgetcwd): Don't assume sizes fit in unsigned.
28711         Check for overflow when computing sizes.
28712         Simplify reallocation code.
28713
28714 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28715
28716         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28717         a directory's st_size can have an arbitrary value, so the old
28718         usage could waste an arbitrary amount of memory.  All uses
28719         changed.
28720         * lib/savedir.h: Update prototype.
28721
28722 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28723
28724         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28725
28726         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28727         old strtoimax.c.
28728
28729         Also, make the following further changes to make this file's
28730         configuration more similar to that of strtol.c:
28731         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28732         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28733         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28734         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28735         changed to signed values.
28736
28737         And make the following changes as well:
28738         Fix copyright notice, as 1999 was missing.
28739         (verify): New macro.
28740         (strtoimax): Check sizes at compile-time, not run-time.
28741         Prefer strtol to strtoll if both work.
28742         (main): Remove; it was not that useful and was a pain to maintain.
28743
28744         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28745
28746 2001-08-31  Jim Meyering  <meyering@lucent.com>
28747
28748         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28749         Use an initial, malloc'd, buffer of length 128 rather than
28750         a statically allocated one of length 1024.
28751
28752 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28753
28754         Simplify code, partly by assuming autoconf 2.52 semantics.
28755
28756         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28757
28758         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28759         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28760         All uses removed.
28761         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28762         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28763         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28764         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28765         jm_AC_HEADER_INTTYPES_H.
28766         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28767
28768         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28769
28770         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28771         Quote first arg of AC_DEFUN.
28772         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28773         since they are needed to parse the include file even if we need
28774         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28775         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28776         but with opposite signedness.
28777
28778 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28779
28780         Merge 'exclude' changes from tar 1.13.22.
28781         This fixes one or two unlikely storage allocation overflow bugs,
28782         but doesn't change user-visible behavior otherwise.
28783
28784 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28785
28786         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28787         (jm_PREREQ_EXCLUDE): New macro.
28788
28789 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28790
28791         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28792         tm to be declared.
28793
28794 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28795
28796         * lib/hash.c: Remove '2001' from copyright notice.
28797
28798 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28799
28800         * lib/full-write.h: New file.
28801         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28802         * lib/full-write.c: Correct credits, as cccp.c no longer
28803         exists and anyway it was so heavily changed from the old cccp
28804         code as to be unrecognizable.  Include full-write.h.
28805         (full_write) Return size_t, with short writes meaning failure.
28806         All callers changed.  This fixes a bug with large buffers
28807         on 64-bit hosts.
28808         * lib/utime.c: Include full-write.h.
28809
28810 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28811
28812         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28813         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28814         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28815         Include if available.
28816         (<xalloc.h>): Include
28817         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28818         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28819         collide with FNM macros.
28820         (struct patopts): New struct.
28821         (struct exclude): Use it, as exclude patterns now come with options.
28822         (new_exclude): Support above changes.
28823         (new_exclude, add_exclude_file):
28824         Initial size must now be a power of two to simplify overflow checking.
28825         (free_exclude, fnmatch_no_wildcards): New function.
28826         (excluded_filename): No longer requires options arg, as the options
28827         are determined by add_exclude.  Now returns bool, not int.
28828         (excluded_filename, add_exclude):
28829         Add support for the fancy new exclusion options.
28830         (add_exclude, add_exclude_file): Now takes int options arg.
28831         Check for arithmetic overflow when computing sizes.
28832         (add_exclude_file): xrealloc might modify errno, so don't
28833         realloc until after errno might be used.
28834
28835         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28836         New macros.
28837         (free_exclude): New decl.
28838         (add_exclude, add_exclude_file): Now takes int options arg.
28839         (excluded_filename): No longer requires options arg, as the options
28840         are determined by add_exclude.  Now returns bool, not int.
28841
28842 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28843
28844         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28845
28846 2001-08-27  Jim Meyering  <meyering@lucent.com>
28847
28848         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28849
28850         * lib/version-etc.c (N_): Remove definition.
28851         Revert most of last change.
28852         Instead, simply don't mark the `Copyright...' string for translation.
28853         Based on advice from Paul Eggert.
28854
28855         * lib/strtoxmax.c: Tweak comment.
28856
28857 2001-08-26  Jim Meyering  <meyering@lucent.com>
28858
28859         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28860
28861         * m4/xstrtoimax.m4: New file.
28862         * m4/xstrtoumax.m4: Add comments explaining why we
28863         AC_REPLACE_FUNCS(strtol).
28864
28865 2001-08-26  Jim Meyering  <meyering@lucent.com>
28866
28867         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28868         of copyright with `%s' so translators don't get an untranslated
28869         message in 2002.
28870         (COPYRIGHT_YEAR): Define.
28871         (version_etc): Use fprintf rather than fputs.
28872         Suggestion from Ulrich Drepper.
28873
28874         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28875
28876         * lib/strtoll.c: New file, from GNU libc.
28877         * lib/xstrtoimax.c: New file.
28878
28879         * lib/xstrtol.h: Add xstrtoimax.
28880         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28881         * lib/strtoimax.c: New file.  Likewise, but first define
28882         STRTOUXMAX_SIGNED.
28883
28884         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28885         ...
28886         * lib/strtoxmax.c: ... then renamed to this.
28887
28888 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28889
28890         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28891         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28892         (jm_AC_TYPE_INTMAX_T): New macro.
28893         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28894
28895         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28896
28897         * m4/longlong.m4: Renamed from ulonglong.m4.
28898         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28899         * m4/uintmax_t.m4: Removed.
28900
28901 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28902
28903         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28904         Port to Solaris 8, where 'sed' requires a space after the 'r'
28905         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28906         Redirect output to $tmp just once.
28907
28908 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28909
28910         * lib/addext.c (<errno.h>): Include.
28911         (errno): Declare if not defined.
28912         (addext): Work correctly when pathconf returns -1 and leaves
28913         errno alone because there is no limit.  Also, work even if
28914         pathconf returns a value greater than SIZE_MAX.
28915
28916 2001-08-12  Jim Meyering  <meyering@lucent.com>
28917
28918         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28919         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28920         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28921         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28922         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28923         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28924         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28925         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28926         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28927         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28928         utime.m4, utimes.m4, xstrtoumax.m4:
28929         Quote the first argument in each use of AC_DEFUN.
28930
28931 2001-08-12  Jim Meyering  <meyering@lucent.com>
28932
28933         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28934         Simply `return getcwd (NULL, 0);'.
28935         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28936         Use 1300 as initial value for length, not PATH_MAX.
28937
28938         * lib/pathmax.h: Clean up cpp syntax.
28939
28940 2001-08-12  Jim Meyering  <meyering@lucent.com>
28941
28942         * lib/gettimeofday.c: New file.
28943         * lib/gtod.h: New file.
28944         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28945
28946 2001-08-05  Jim Meyering  <meyering@lucent.com>
28947
28948         * m4/jm-macros.m4: Require autoconf-2.52.
28949
28950 2001-08-04  Jim Meyering  <meyering@lucent.com>
28951
28952         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28953         stmt, to get in sync with glibc.
28954
28955 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28956
28957         The following changes are from gettext 0.10.39 as maintained by
28958         Bruno Haible.
28959
28960         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28961         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28962         with inverted sense.  All uses changed.
28963
28964         * lib/mbswidth.c: Don't include <limits.h>.
28965         Include <stdlib.h> and <string.h> unconditionally.
28966         (iswcntrl, mbsinit, ISCNTRL): New macros.
28967         (mbsnwidth): Use K&R style function declarations.
28968         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28969         can optimize it when MB_CUR_MAX == 1.
28970         The width of control characters is zero, not 1.
28971
28972 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28973
28974         The following changes are from gettext 0.10.39 as maintained by
28975         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28976
28977         * m4/codeset.m4: Upgrade to serial AM1.
28978         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28979         all uses changed.  Quote first arg of AC_DEFUN.
28980         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28981
28982         * m4/iconv.m4: Upgrade to serial AM2.
28983         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28984         Add --with-libconv-prefix.
28985         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28986         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28987         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28988         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28989         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28990
28991         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28992         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28993         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28994         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28995         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28996         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28997         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28998         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28999         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29000
29001         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29002         string.h any more.
29003
29004         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29005         not the default value.
29006
29007         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29008         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29009         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29010         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29011         Also check for iswcntrl, used for wcwidth fallback.
29012         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29013         to Autoconf 2.13.
29014
29015 2001-08-03  Jim Meyering  <meyering@lucent.com>
29016
29017         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29018         as it was in the original.  Reported by Paul Eggert.
29019
29020 2001-07-16  Jim Meyering  <meyering@lucent.com>
29021
29022         * m4/gettimeofday.m4: New file.
29023         Prompted by a report from Bernhard Baehr.
29024
29025 2001-07-15  Jim Meyering  <meyering@lucent.com>
29026
29027         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29028         stuff. Now it's in ../Makefile.cfg.
29029
29030 2001-07-15  Jim Meyering  <meyering@lucent.com>
29031
29032         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29033         (BUILT_SOURCES): Add unlocked-io.h.
29034         (io_functions): Define.
29035         (unlocked-io.h): New rule.
29036         (DISTCLEANFILES): Add unlocked-io.h.
29037         (all-local): Depend on unlocked-io.h, to ensure it is created.
29038
29039         * lib/unlocked-io.hin: New file
29040
29041         * lib/regex.c: Update from glibc.
29042
29043 2001-07-05  Jim Meyering  <meyering@lucent.com>
29044
29045         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29046         recommendation.
29047         (libfetish_a_SOURCES): Put all .h files here instead.
29048         Remove a thus-exposed (better checks in automake) duplicate and
29049         two unnecessary .h files.
29050
29051 2001-07-04  Jim Meyering  <meyering@lucent.com>
29052
29053         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29054         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29055         distcheck failure.
29056
29057 2001-07-02  Jim Meyering  <meyering@lucent.com>
29058
29059         The following changes were prompted by suggestions from Bruno Haible.
29060
29061         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29062         is now generated.
29063         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29064         definition of EXTRA_DIST.
29065         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29066         ensure that the generated file is created/updated whenever the list
29067         of $(unlocked_functions) is changed.
29068         (jm-glibc-io.m4): New rule.
29069         (unlocked-io.h): New rule -- currently unused.
29070
29071 2001-06-24  Jim Meyering  <meyering@lucent.com>
29072
29073         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29074         unmatched right bracket, rather than kludging it with an extra,
29075         falsely-matching quote in a comment.  Patch by Akim Demaille.
29076
29077 2001-06-11  Jim Meyering  <meyering@lucent.com>
29078
29079         * lib/regex.c: Update from GNU libc.
29080
29081 2001-05-27  Jim Meyering  <meyering@lucent.com>
29082
29083         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29084         Check for ut_type in struct utmp.
29085
29086 2001-05-27  Jim Meyering  <meyering@lucent.com>
29087
29088         * lib/readutmp.h (UT_TYPE): Define.
29089
29090 2001-05-24  Jim Meyering  <meyering@lucent.com>
29091
29092         * lib/argmatch.c: Include "quote.h".
29093         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29094         quote function.  Reported by Göran Uddeborg.
29095
29096 2001-05-22  Jim Meyering  <meyering@lucent.com>
29097
29098         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29099         now that we use the package-supplied version unconditionally.
29100         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29101
29102 2001-05-21  Jim Meyering  <meyering@lucent.com>
29103
29104         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29105         shell syntax errors.
29106
29107 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29108
29109         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29110
29111 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29112
29113         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29114         Don't bother to check library strftime, since
29115         we'll be using our own my_strftime function anyway.
29116         Define my_strftime instead of strftime.
29117
29118 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29119
29120         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29121         which is not yet declared.
29122
29123 2001-05-15  Jim Meyering  <meyering@lucent.com>
29124
29125         * m4/regex.m4: Use proper quoting so brackets appear in the test
29126         program.
29127         Reported by, and with help from, Bruno Haible.
29128
29129 2001-05-13  Jim Meyering  <meyering@lucent.com>
29130
29131         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29132         undefined.
29133
29134 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29135
29136         dirname code cleanup.  base_name now behaves more compatibly
29137         with POSIX basename when given file names that have trailing
29138         slashes, and similarly for dir_name.  Add new primitives
29139         base_len and dir_len.  Put the directory-name-related decls
29140         into dirname.h.
29141
29142         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29143         * lib/backupfile.c (base_name): Likewise.
29144         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29145         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29146         * lib/makepath.c (strip_trailing_slashes): Likewise.
29147         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29148         ISSLASH): Likewise.
29149         * lib/rename.c (strip_trailing_slashes): Likewise.
29150         * lib/same.c (base_name): Likewise.
29151         * lib/stripslash.c (ISSLASH): Likewise.
29152
29153         * lib/addext.c: Include <dirname.h> after size_t is defined.
29154         * lib/backupfile.c: Likewise.
29155
29156         * lib/addext.c (addext): Use base_len to trim redundant
29157         trailing slashes instead of doing it ourselves.
29158         But do not trim the last slash if it is not redundant.
29159
29160         * lib/backupfile.c (find_backup_file_name,
29161         max_backup_version): Use base_len instead of rolling it ourselves.
29162         Handle the case of "" and (on DOS) "C:" correctly.
29163
29164         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29165         needed. Include <string.h>, <dirname.h>.
29166         (base_name): Allow file names ending in slashes, other than names
29167         that are all slashes.  In this case, return the basename followed
29168         by the slashes.  This is more general, and can be used in places
29169         where the original base_name purposely had an assertion failure.
29170         (base_len): New function.
29171
29172         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29173         Do not include <assert.h>; no longer needed.
29174         Include xalloc.h.
29175         (memrchr): Remove decl.
29176         (dir_name_r): Remove.
29177         (dir_len): Renamed from dirlen.  All callers changed.
29178         Rewrite in terms of base_name, for simplicity and consistency.
29179         (dir_name): Never return NULL.  All callers changed.
29180         Do not include <stdlib.h> in test program; no longer needed.
29181         return 0; is fine for test program.
29182
29183         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29184         New macros.
29185         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29186
29187         * lib/path-concat.c (path_concat): Use base_len to compute
29188         base length, not strlen; this means we cannot rely on memcpy
29189         to null-terminate.
29190
29191         * lib/same.c (STREQ): Remove.
29192         (same_name): Handle the case where the basename ends in trailing '/'.
29193
29194         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29195         a slash was stripped.  Do not strip the last slash after a
29196         file system prefix.
29197
29198 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29199
29200         * lib/Makefile.am (libfetish_a_SOURCES):
29201         Add strftime.c, since we now compile it on all hosts.
29202
29203         * lib/strftime.c (my_strftime):
29204         Define to nstrftime if emacs, but only if my_strftime is not defined.
29205         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29206         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29207         Add one more extra argument: a nanoseconds value.
29208         All uses changed.
29209         (ns): New macro.
29210         (my_strftime function): Add %N format.
29211         (emacs_strftimeu): Renamed from emacs_strftime,
29212         with extra ut argument.
29213
29214 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29215
29216         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29217
29218 2001-04-21  Jim Meyering  <meyering@lucent.com>
29219
29220         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29221         doesn't interfere.
29222
29223 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29224
29225         * m4/ftruncate.m4: Check for chsize.
29226         Link with ftruncate.o unconditionally if ftruncate is missing.
29227         This was required when cross-compiling to i586-mingw32msvc.
29228
29229 2001-04-08  Jim Meyering  <meyering@lucent.com>
29230
29231         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29232         recomputed; that's necessary when the offset spans a DST transition.
29233         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29234
29235 2001-04-02  Jim Meyering  <meyering@lucent.com>
29236
29237         * lib/regex.h, regex.c: Update from GNU libc.
29238
29239 2001-03-24  Jim Meyering  <meyering@lucent.com>
29240
29241         * m4/jm-macros.m4: Require autoconf-2.49d.
29242
29243 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29244
29245         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29246
29247 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29248
29249         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29250
29251 2001-03-17  Jim Meyering  <meyering@lucent.com>
29252
29253         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29254         now that the version in autoconf is equivalent.
29255         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29256
29257         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29258         Suggestion from Akim Demaille.
29259
29260         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29261         (jm_PREREQ_TEMPNAME): New function.
29262
29263 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29264
29265         * lib/tempname.c (uint64_t): Define to uintmax_t if
29266         not defined, and if UINT64_MAX is not defined.
29267         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29268         Reported by John David Anglin.
29269
29270 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29271
29272         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29273         resolve alias if codeset is empty.
29274         * lib/config.charset (BeOS): Use wildcard syntax.
29275
29276 2001-03-13  Jim Meyering  <meyering@lucent.com>
29277
29278         * lib/path-concat.c (path_concat)
29279         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29280         concatenating e.g., `C:' and `foo'.
29281         From Bruno Haible.
29282
29283 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29284
29285         * lib/localcharset.c (locale_charset): Don't use
29286         setlocale(LC_CTYPE,NULL). Don't return NULL.
29287         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29288
29289 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29290
29291         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29292         support for DOS/DJGPP.
29293
29294 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29295
29296         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29297         lacks mkstemp.  Compile our own tempname.c if we compile our own
29298         mkstemp.c, as mkstemp relies on tempname.
29299
29300 2001-03-01  Jim Meyering  <meyering@lucent.com>
29301
29302         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29303         AH_VERBATIM really does output its argument verbatim.
29304
29305 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29306
29307         * lib/Makefile.am (libfetish_a_SOURCES):
29308         Add dup-safer.c, fopen-safer.c.
29309         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29310
29311         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29312         * lib/unistd-safer.h: New files.
29313
29314 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29315
29316         The mkstemp replacement is taken from glibc 2.2.2, with some
29317         portability fixes for use outside glibc, as follows:
29318
29319         * lib/tempname.c (struct_stat64): New macro.
29320         (direxists, __gen_tempname): Use it.
29321         This avoids a portability problem with Solaris 8.
29322
29323         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29324         (<stddef.h>, <stdint.h>, <string.h>):
29325         Include only if STDC_HEADERS || _LIBC.
29326         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29327         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29328         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29329         (__set_errno): Define this macro if <errno.h> doesn't.
29330         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29331         Define these macros if <stdio.h> doesn't.
29332         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29333         Define these macros if <sys/stat.h>
29334         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29335         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29336         __xstat64): Define if not _LIBC.
29337         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29338         (__gen_tempname): Invoke gettimeofday only if
29339         HAVE_GETTIMEOFDAY || _LIBC;
29340         otherwise, fall back on plain "time".
29341         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29342
29343         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29344
29345         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29346
29347 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29348
29349         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29350
29351 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29352
29353         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29354         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29355         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29356         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29357
29358 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29359
29360         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29361         Remove workaround macros for hosts that have mbrtowc but not
29362         mbstate_t, as we now insist on proper declarations for both
29363         before using mbrtowc.
29364
29365 2001-02-17  Jim Meyering  <meyering@lucent.com>
29366
29367         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29368         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29369         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29370         UnixWare 7.1.1.
29371
29372         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29373         rather than AC_CACHE_VAL.
29374
29375 2001-02-17  Jim Meyering  <meyering@lucent.com>
29376
29377         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29378         around included file name.
29379
29380         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29381
29382         * lib/strftime.c: Update from GNU libc (the only changes were to
29383         comments).
29384
29385 2001-02-17  Jim Meyering  <meyering@lucent.com>
29386
29387         * lib/regex.c: Update from libc.
29388
29389 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29390
29391         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29392         clash.
29393
29394 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29395
29396         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29397         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29398         Reported by Mark Hounschell via Paul Eggert.
29399
29400 2001-02-07  Jim Meyering  <meyering@lucent.com>
29401
29402         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29403
29404 2001-02-05  Jim Meyering  <meyering@lucent.com>
29405
29406         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29407         it includes the patch required for `large file' support with at least
29408         HP-UX's 10.20 /bin/cc.
29409
29410 2001-02-03  Jim Meyering  <meyering@lucent.com>
29411
29412         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29413         AS_IF, now that it works once again (mysteriously).
29414         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29415
29416 2001-01-30  Jim Meyering  <meyering@lucent.com>
29417
29418         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29419         * m4/chown.m4: Rename conftestchown to conftest.chown.
29420         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29421         s/conftestdir2/conftest.d2/.
29422         * m4/utimes.m4: s/conftestdata/conftest.data/
29423         Inspired by Pavel Roskin's change in autoconf.
29424
29425 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29426
29427         * lib/config.charset: Update for FreeBSD 4.2.
29428
29429 2001-01-27  Jim Meyering  <meyering@lucent.com>
29430
29431         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29432         a use of AS_IF.
29433         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29434
29435 2001-01-26  Jim Meyering  <meyering@lucent.com>
29436
29437         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29438         quotearg.c includes it.
29439
29440 2001-01-26  Jim Meyering  <meyering@lucent.com>
29441
29442         * lib/quotearg.c: Include stddef.h.
29443         * lib/quote.c: Include stddef.h.
29444         Reported by Axel Kittenberger.
29445
29446         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29447         line in double quotes so that it evokes a better diagnostic.
29448         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29449         Reported by Axel Kittenberger.
29450
29451 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29452
29453         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29454         as if it was a `charset'.
29455
29456 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29457
29458         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29459         has const.
29460
29461 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29462
29463         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29464         to avoid a warning.  Add back 'const' to inptr.
29465
29466 2001-01-20  Jim Meyering  <meyering@lucent.com>
29467
29468         Be sure that headers are checked before used in code compiled
29469         for the type checks.
29470         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29471         In place of that, invoke jm_CHECK_ALL_TYPES.
29472         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29473         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29474         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29475         The check for ssize_t was mistakenly run before the test for unistd.h.
29476
29477         The configure-time check for stdbool.h was missing.
29478         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29479         (jm_PREREQ_HASH): New function.
29480
29481 2001-01-17  Jim Meyering  <meyering@lucent.com>
29482
29483         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29484         for autoconf-2.49c.
29485         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29486
29487 2001-01-16  Jim Meyering  <meyering@lucent.com>
29488
29489         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29490         From Bruno Haible.
29491
29492 2001-01-14  Jim Meyering  <meyering@lucent.com>
29493
29494         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29495         foo and bar.  Create conftestdir/ in the script, not in the C code.
29496         Remove directories in the script, not in the C code.
29497         Remove conftestdir{,2} before trying to create the directory.
29498         Make the entire configure script fail if the mkdir fails.
29499
29500 2001-01-14  Jim Meyering  <meyering@lucent.com>
29501
29502         * lib/rename.c: New file.  From Volker Borchert.
29503         Include stdlib.h, string.h or strings.h, and xalloc.h.
29504         Use strip_trailing_slashes rather than open-coding it.
29505
29506 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29507
29508         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29509
29510 2001-01-03  Jim Meyering  <meyering@lucent.com>
29511
29512         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29513         of local `inptr' to avoid warning with some system declarations of
29514         iconv.
29515
29516 2001-01-02  Volker Borchert  <bt@teknon.de>
29517
29518         * m4/rename.m4: New file.
29519         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29520
29521 2001-01-01  Jim Meyering  <meyering@lucent.com>
29522
29523         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29524         even on systems with utmpx.h.  It's necessary for the declaration of
29525         utmp's ut_user member.  Reported by Andreas Jaeger.
29526
29527         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29528         available. They are required for the declarations of getgrgid and
29529         getpwuid resp.
29530         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29531         Reported by Andreas Jaeger.
29532
29533 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29534
29535         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29536         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29537         so `make install' also works in VPATH builds.
29538
29539 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29540
29541         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29542         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29543         can be used in subdirectories.
29544
29545 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29546
29547         * lib/modechange.c: Do not assume that mode_t uses the
29548         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29549         the other-execute bit of FOO even if S_IXOTH != 1.
29550
29551         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29552         WOTH, XOTH, ALLM): New macros.
29553         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29554          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29555         Use them.
29556         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29557         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29558         (mode_compile):
29559         No need to use uintmax_t; unsigned long is long enough.
29560         Don't bother to get suffix since we don't use it.
29561
29562 2000-12-26  Jim Meyering  <meyering@lucent.com>
29563
29564         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29565         better with autoheader.
29566
29567 2000-12-24  Jim Meyering  <meyering@lucent.com>
29568
29569         * lib/hash.c (is_prime): Return explicit boolean values.
29570         (hash_get_first): Return NULL to appease Irix5.6's 89.
29571         Reported by Nelson Beebe.
29572
29573 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29574
29575         * lib/localcharset.c (locale_charset): Add support for Win32.
29576
29577 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29578
29579         * lib/physmem.h, lib/physmem.c: New files.
29580
29581         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29582         (noinst_HEADERS): Add physmem.h.
29583
29584         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29585         't' for compatibility with Solaris 8 sort.
29586
29587 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29588
29589         * lib/config.charset: Add support for BeOS.
29590
29591 2000-12-17  Jim Meyering  <meyering@lucent.com>
29592
29593         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29594         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29595
29596 2000-12-16  Jim Meyering  <meyering@lucent.com>
29597
29598         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29599         N and M) would have treated it like `chown N:N FILE'.
29600
29601         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29602
29603 2000-12-16  Jim Meyering  <meyering@lucent.com>
29604
29605         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29606         SHELLS_FILE to a file name that's useful on djgpp systems.
29607         Include stdlib.h.
29608         (ADDITIONAL_DEFAULT_SHELLS): Define.
29609         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29610         Based mostly on a patch from Prashant TR.
29611
29612 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29613
29614         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29615         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29616         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29617
29618 2000-12-08  Andreas Schwab  <schwab@suse.de>
29619
29620         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29621         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29622
29623 2000-12-07  Jim Meyering  <meyering@lucent.com>
29624
29625         * lib/stripslash.c (ISSLASH): Define.
29626         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29627         `/'.
29628         From Prashant TR.
29629
29630         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29631         (dir_name_r): Declare this function as static.
29632         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29633         manifest itself on a name containing a mix of slashes and
29634         backslashes.
29635         Make this function work with names starting with a DOS-style
29636         drive letter and colon prefix.
29637         (dir_name): Append `.' if necessary.
29638         Based mostly on patches from Prashant TR and Eli Zaretskii.
29639
29640         * lib/dirname.h (dir_name_r): Remove prototype.
29641
29642 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29643
29644         * m4/off_t-format.m4: Remove this file.
29645         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29646
29647 2000-12-06  Jim Meyering  <meyering@lucent.com>
29648
29649         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29650         replacement strtoull, we may well need the replacement strtoul, too.
29651         Check for declarations of strtoul and strtoull.
29652         Check for strtol.  Mainly as a cue to cause automake to include
29653         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29654         Check for limits.h -- strtol.c needs it.
29655
29656 2000-12-05  Jim Meyering  <meyering@lucent.com>
29657
29658         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29659
29660 2000-12-04  Jim Meyering  <meyering@lucent.com>
29661
29662         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29663         Also include memory.h, stdlib.h, unistd.h if appropriate.
29664         Reported by Andreas Jaeger (conflicting declaration of malloc).
29665
29666 2000-12-02  Jim Meyering  <meyering@lucent.com>
29667
29668         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29669         * m4/jm-macros.m4 (jm_MACROS): require it.
29670
29671 2000-12-02  Jim Meyering  <meyering@lucent.com>
29672
29673         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29674
29675 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29676
29677         * lib/memrchr.c: Include <config.h> before any system include file.
29678
29679 2000-11-30  Jim Meyering  <meyering@lucent.com>
29680
29681         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29682
29683 2000-11-30  Jim Meyering  <meyering@lucent.com>
29684
29685         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29686
29687 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29688
29689         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29690
29691 2000-11-26  Jim Meyering  <meyering@lucent.com>
29692
29693         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29694
29695 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29696
29697         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29698         size of (size_t) -1; it's not portable.
29699
29700 2000-11-17  Jim Meyering  <meyering@lucent.com>
29701
29702         * lib/strstr.c: Update from GNU libc.
29703
29704 2000-11-17  Akim Demaille  <akim@epita.fr>
29705
29706         * lib/obstack.h: Formatting changes.
29707         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29708         prevent type checking.
29709         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29710         cast the value to (void *): assigning a `foo *' to a `void *'
29711         variable is valid.
29712         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29713
29714 2000-11-16  Jim Meyering  <meyering@lucent.com>
29715
29716         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29717
29718 2000-11-11  Jim Meyering  <meyering@lucent.com>
29719
29720         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29721
29722 2000-11-10  Jim Meyering  <meyering@lucent.com>
29723
29724         * lib/obstack.h: Update from GNU libc.
29725         * lib/obstack.c: Likewise.
29726
29727 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29728
29729         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29730
29731 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29732
29733         * lib/getusershell.c (setusershell): Use rewind rather than
29734         fseek/fseeko, to avoid configuration hassles with fseeko.
29735         Don't bother opening SHELLS_FILE if shellstream is NULL;
29736         it's not necessary.
29737
29738 2000-11-05  Jim Meyering  <meyering@lucent.com>
29739
29740         * lib/makepath.h (make_dir): Declare.
29741         * lib/makepath.c (make_dir): Remove `static' attribute.
29742         Tweak a comment.
29743
29744 2000-11-04  Jim Meyering  <meyering@lucent.com>
29745
29746         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29747
29748 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29749
29750         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29751         last one in a bucket, advance to the next bucket.
29752
29753 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29754
29755         * lib/fnmatch.c: Do not comment out all the code if we are using
29756         the GNU C library, because in some cases we are replacing buggy
29757         code in the GNU C library itself.
29758
29759 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29760
29761         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29762         (regex_compile): Catch bogus \(\1\).
29763
29764 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29765
29766         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29767         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29768         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29769
29770 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29771
29772         * lib/error.h, getline.h, modechange.h:
29773         Remove "2000" from Copyright line, as the file hasn't been
29774         changed this year other than in the copyright notice.
29775
29776         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29777         was changed this year.
29778
29779 2000-10-29  Jim Meyering  <meyering@lucent.com>
29780
29781         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29782         renaming.
29783         * m4/ls-mntd-fs.m4: Likewise
29784
29785 2000-10-29  Jim Meyering  <meyering@lucent.com>
29786
29787         * lib/xstat.in: Fix grammar in comment.
29788
29789 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29790
29791         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29792         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29793         doesn't define __restrict_arr.
29794
29795 2000-10-28  Jim Meyering  <meyering@lucent.com>
29796
29797         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29798         (jm_PREREQ_MEMCHR): New function.
29799
29800 2000-10-28  Jim Meyering  <meyering@lucent.com>
29801
29802         * lib/memchr.c: Update from libc.
29803         Adjust for portability:
29804         [HAVE_STDLIB_H]: Include stdlib.h.
29805         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29806         Undef __memchr, too.
29807         [!weak_alias]: Define __memchr to memchr.
29808
29809         * lib/regex.c: Update from libc.
29810         * lib/regex.h: Likewise.
29811         * lib/getopt1.c: Likewise.
29812         * lib/memcmp.c: Likewise.
29813
29814         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29815         Avoid using fseek, when possible -- it's broken by design.
29816         Patch by Ulrich Drepper.
29817
29818 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29819
29820         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29821         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29822         Giving in to popular pressure to shut up the compiler with casts.
29823
29824 2000-10-26  Jim Meyering  <meyering@lucent.com>
29825
29826         * lib/strftime.c: Update from libc.
29827
29828 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29829
29830         * regex.c: More `unsigned char' -> `re_char' changes.
29831         Also change several `int' into `re_wchar_t'.
29832         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29833         (PUSH_FAILURE_POINTER): Don't cast any more.
29834         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29835         We want GCC to complain, since this piece of code makes
29836         re_match non-reentrant, which *should* be fixed.
29837         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29838         (EXTEND_BUFFER): Use RETALLOC.
29839         (SET_LIST_BIT): Don't cast.
29840         (re_wchar_t): New type.
29841         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29842         that those two functions will always properly return.
29843         (IMMEDIATE_QUIT_CHECK): Cast to void.
29844         (analyse_first): Use recursion rather than an explicit stack.
29845         (re_compile_fastmap): Can't fail anymore.
29846         (re_search_2): Don't check re_compile_fastmap for failure.
29847         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29848         Now also sets the new value (passed in a new argument).
29849         (re_match_2_internal): Use it.
29850         Also, use a new var `reg' of type size_t when looping through regs
29851         rather than reuse the inappropriate `mcnt'.
29852
29853 2000-10-25  Jim Meyering  <meyering@lucent.com>
29854
29855         * lib/obstack.c: Update from libc.
29856
29857 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29858
29859         * regex.c (regex_compile): Change the way of handling a range from
29860         a char less than 256 to a char not less than 256.
29861
29862 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29863
29864         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29865         NT-Emacs only.
29866         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29867         so that re_search functions only quit when callers expect them to.
29868
29869 2000-10-23  Jim Meyering  <meyering@lucent.com>
29870
29871         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29872         wrong.  That set_locale call must not have any side effects.
29873         From Paul Eggert.
29874
29875 2000-10-22  Jim Meyering  <meyering@lucent.com>
29876
29877         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29878         [CYCLIC]: Remove now-unused definition.
29879
29880         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29881         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29882         Suggestion from Ulrich Drepper.
29883
29884 2000-10-21  Jim Meyering  <meyering@lucent.com>
29885
29886         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29887         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29888         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29889
29890 2000-10-21  Jim Meyering  <meyering@lucent.com>
29891
29892         * lib/dirname.c (memrchr): Declare if necessary.
29893         (dir_name): Remove the restriction that there be no
29894         trailing slashes.  Now, this code skips past them, effectively
29895         ignoring them.
29896         [TEST_DIRNAME] (main): New unit tests.
29897
29898         * lib/memrchr.c: New file from GNU libc.
29899         Undef __memrchr, too.
29900         [!weak_alias]: Define __memrchr to memrchr.
29901         Guard weak_alias use with `#ifdef weak_alias'.
29902
29903 2000-10-21  Jim Meyering  <meyering@lucent.com>
29904
29905         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29906         (dir_name): Use dir_name_r.
29907         * lib/dirname.h (dir_name_r): Declare it.
29908
29909 2000-10-17  Jim Meyering  <meyering@lucent.com>
29910
29911         * lib/quote.h (PARAMS): Define and use.
29912         Reported by Akim Demaille.
29913
29914         * lib/getopt.c: Update from libc.
29915
29916 2000-10-16  Jim Meyering  <meyering@lucent.com>
29917
29918         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29919         setlocale.
29920         From Jan Fedak.
29921
29922 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29923
29924         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29925
29926 2000-09-25  Jim Meyering  <meyering@lucent.com>
29927
29928         * lib/md5.h (rol): Define (from GnuPG).
29929
29930         * lib/sha.c: Give credit (GnuPG) where due.
29931         (M): Use rol rather than open-coding it.
29932         Add a FIXME comment.
29933
29934 2000-09-21  Jim Meyering  <meyering@lucent.com>
29935
29936         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29937         Reported by Michael Stone.
29938
29939 2000-09-20  Jim Meyering  <meyering@lucent.com>
29940
29941         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29942         (noinst_HEADERS): Add sha.h.
29943         Based on code from Scott G. Miller and from GnuPG.
29944
29945 2000-09-18  Jim Meyering  <meyering@lucent.com>
29946
29947         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29948         LIBS. Otherwise, everyone ends up linking with -lelf for some
29949         configurations.
29950         Reported by Mike Stone.
29951
29952 2000-09-15  Jim Meyering  <meyering@lucent.com>
29953
29954         * lib/regex.c: Update from libc.
29955
29956 2000-09-10  Jim Meyering  <meyering@lucent.com>
29957
29958         * lib/getopt.c (_getopt_internal): Update from glibc.
29959
29960 2000-09-09  Jim Meyering  <meyering@lucent.com>
29961
29962         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29963         think it should be used as a general replacement for isascii.
29964         * lib/fnmatch.c: Likewise.
29965         * lib/mbswidth.c: Likewise
29966         * lib/regex.c: Likewise.
29967
29968         Don't use atoi.
29969         * lib/userspec.c: Include sys/param.h and limits.h.
29970         Include xstrtol.h.
29971         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29972         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29973         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29974         UID, GID.  Check range.
29975
29976 2000-09-06  Jim Meyering  <meyering@lucent.com>
29977
29978         * lib/getopt.c (_getopt_internal): Update from glibc.
29979
29980 2000-08-30  Jim Meyering  <meyering@lucent.com>
29981
29982         * lib/strftime.c: Merge in changes from GNU libc.
29983
29984 2000-08-26  Jim Meyering  <meyering@lucent.com>
29985
29986         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29987         * m4/fpending.m4: New file.
29988
29989 2000-08-26  Jim Meyering  <meyering@lucent.com>
29990
29991         * lib/closeout.c: Include "__fpending.h".
29992         (close_stdout_status): Return right away if there's nothing to flush.
29993
29994         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29995         * lib/__fpending.c: New file.
29996         * lib/__fpending.h: New file.
29997
29998 2000-08-20  Jim Meyering  <meyering@lucent.com>
29999
30000         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30001         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30002         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30003
30004 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30005
30006         Improve fileutils installation on systems where running
30007         programs (like install) can't be unlinked.
30008         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30009         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30010
30011 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30012
30013         Standardize on "memory exhausted" instead of "Memory exhausted"
30014         or "virtual memory exhausted".
30015         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30016         "virtual memory exhausted".
30017         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30018         our own message.
30019         * lib/userspec.c (parse_user_spec): Likewise.
30020         * lib/bumpalloc.h: comment fix
30021         * lib/same.c, userspec.c: Include xalloc.h.
30022
30023         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30024         not char *const and pointing to a constant array.
30025         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30026         (xrealloc): Comment fix.
30027
30028         * lib/userspec.c (parse_user_spec):
30029         Don't translate a message until just before returning,
30030         to avoid unnecessary translation.
30031
30032 2000-08-07  Jim Meyering  <meyering@lucent.com>
30033
30034         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30035         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30036         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30037         getgroups.c, gethostname.c, getopt.h, group-member.c,
30038         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30039         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30040         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30041         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30042         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30043         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30044         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30045         yesno.c: Back out Copyright date changes for each file with no change
30046         this year.  This eases coordination with other programs using the same
30047         source code modules.  From Paul Eggert.
30048
30049 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30050
30051         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30052         not char, for compatibility with glibc 2.1.3 strftime.c.
30053
30054 2000-08-03  Greg McGary  <greg@mcgary.org>
30055
30056         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30057         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30058         (EXTEND_BUFFER): Use them.
30059
30060 2000-08-01  Jim Meyering  <meyering@lucent.com>
30061
30062         * lib/dirname.c (ISSLASH): Define.
30063         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30064         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30065         both `\' and `/' may be use as path separators.
30066         Based on a patch from Prashant TR.
30067
30068 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30069
30070         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30071         slot vector a constant, since it might get modified.
30072
30073 2000-07-31  Jim Meyering  <meyering@lucent.com>
30074
30075         * lib/xmalloc.c: Use `virtual memory exhausted', not
30076         `Memory exhausted'.
30077         * lib/obstack.c (print_and_abort): Likewise.
30078
30079 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30080
30081         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30082         buffer, so that the caller can always quote one small
30083         component of a "memory exhausted" message in slot 0.
30084         From a suggestion by Jim Meyering.
30085
30086 2000-07-30  Jim Meyering  <meyering@lucent.com>
30087
30088         * lib/makepath.c (make_path): Quote the other instance, too.
30089
30090         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30091         (STATIC_BUF_SIZE): Define.
30092         (quotearg_n_options): Use only statically allocated storage when
30093         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30094         than STATIC_BUF_SIZE.
30095
30096 2000-07-29  Jim Meyering  <meyering@lucent.com>
30097
30098         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30099         * lib/dirname.c (dir_name): Likewise.
30100
30101         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30102         `/'.
30103
30104         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30105         (dir_name): Assert that there are no trailing slashes.
30106
30107 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30108
30109         * lib/mbswidth.h (mbswidth): Add a flags argument.
30110         (mbswidth): New declaration.
30111         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30112         * lib/mbswidth.c (mbswidth): Add a flags argument.
30113         (mbsnwidth): New function.
30114
30115 2000-07-24  Jim Meyering  <meyering@lucent.com>
30116
30117         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30118
30119 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30120
30121         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30122
30123 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30124
30125         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30126         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30127         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30128         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30129         invoke multibyte primitives.
30130
30131 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30132
30133         * lib/quotearg.c:
30134         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30135         so that mbstate_t is always defined.
30136
30137         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30138         be 1 in at least one GCC installation, and this configuration
30139         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30140         performance on hosts that have mbrtowc but have only unibyte
30141         locales, but I assume these hosts are rare.
30142
30143 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30144
30145         * lib/mbswidth.c (_XOPEN_SOURCE):
30146         Don't define; this causes problems on Solaris 7.
30147         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30148
30149 2000-07-23  Jim Meyering  <meyering@lucent.com>
30150
30151         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30152         too: getgrgid, getpwuid, getuid.
30153
30154 2000-07-23  Jim Meyering  <meyering@lucent.com>
30155
30156         * lib/basename.c (base_name): Add an assertion.
30157
30158 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30159
30160         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30161         shadow its mbsinit function.
30162
30163 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30164
30165         * lib/mbswidth.h: New file.
30166         * lib/mbswidth.c: New file.
30167         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30168         (noinst_HEADERS): Add mbswidth.h.
30169
30170 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30171
30172         * lib/config.charset: Add support for FreeBSD. Improve support for
30173         HP-UX and IRIX 6.
30174
30175 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30176
30177         * m4/mbswidth.m4: New file.
30178         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30179
30180 2000-07-15  Jim Meyering  <meyering@lucent.com>
30181
30182         * lib/makepath.c: Include quote.h.
30183         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30184         corresponding argument in a `quote (...)' call.
30185         Give better diagnostics.
30186
30187         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30188         (noinst_HEADERS): Add quote.h.
30189
30190         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30191         from tar's src/misc.c.
30192         * lib/quote.h: New file.  Prototypes for same.
30193
30194 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30195
30196         From a suggestion by Bruno Haible.
30197         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30198         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30199         to decide whether to define the BeOS workaround macro;
30200         this adjusts to the change to AC_MBSTATE_T.
30201
30202 2000-07-14  Jim Meyering  <meyering@lucent.com>
30203
30204         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30205         jm_AC_TYPE_UINTMAX_T.
30206
30207 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30208
30209         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30210
30211         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30212         quotearg_buffer_restyled): Add support for
30213         clocale_quoting_style.  Undo previous change to
30214         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30215         and "{RIGHT QUOTATION MARK}" msgids.
30216
30217 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30218
30219         From a suggestion by Bruno Haible.
30220         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30221         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30222         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30223         and mbstate_t, to a single-part test that simply defines mbstate_t.
30224         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30225         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30226
30227 2000-07-10  Jim Meyering  <meyering@lucent.com>
30228
30229         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30230
30231         * m4/gnu-source.m4: Output to confdefs.h directly.
30232         Suggestion from Akim Demaille.
30233
30234 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30235
30236         The old behavior of quoting `like this' doesn't look good with
30237         newer, ISO-style fonts.  See:
30238         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30239
30240         Instead, quote "like this" by default.  Let the translator
30241         tailor the locale-specific quoting behavior by providing
30242         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30243
30244         * lib/quotearg.c (N_): New macro.
30245         (gettext_default): New function.
30246         (quotearg_buffer_restyled): Use
30247         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30248         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30249
30250 2000-07-09  Jim Meyering  <meyering@lucent.com>
30251
30252         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30253         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30254
30255         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30256         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30257
30258 2000-07-09  Jim Meyering  <meyering@lucent.com>
30259
30260         * lib/Most files: Update copyright dates to include 2000.
30261
30262 2000-07-08  Jim Meyering  <meyering@lucent.com>
30263
30264         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30265         if not defined.
30266         (xgethostname): Remove now-unnecessary #ifdef.
30267         Move declaration of `err' into loop where it's used.
30268
30269 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30270         and Bruno Haible  <haible@clisp.cons.org>
30271
30272         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30273         only if the test for an object-type mbstate_t fails.  This
30274         prevents us from mistakenly reporting that mbstate_t is a
30275         system object type after we "#define mbstate_t int" to work
30276         around its lack.
30277
30278 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30279         and Bruno Haible  <haible@clisp.cons.org>
30280
30281         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30282
30283 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30284
30285         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30286         to strerror_r.
30287         Include <ctype.h> for use of isalpha.
30288
30289 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30290
30291         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30292         by allocating a larger buffer. Test the gethostname return value for
30293         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30294         returns an error and ENAMETOOLONG isn't defined.
30295
30296 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30297
30298         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30299         dimension.
30300
30301 2000-07-04  Jim Meyering  <meyering@lucent.com>
30302
30303         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30304         of the deprecated AC_CHECKING.
30305
30306 2000-07-04  Jim Meyering  <meyering@lucent.com>
30307
30308         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30309         Reported by Bruno Haible.
30310
30311 2000-07-04  Jim Meyering  <meyering@lucent.com>
30312
30313         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30314         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30315         lacks mbrtowc.
30316
30317 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30318
30319         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30320         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30321
30322 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30323         and Bruno Haible  <haible@clisp.cons.org>
30324
30325         * lib/quotearg.c (mbrtowc):
30326         Assign to *pwc, and return 1 only if result is nonzero.
30327         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30328
30329 2000-07-03  Jim Meyering  <meyering@lucent.com>
30330
30331         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30332
30333 2000-07-03  Jim Meyering  <meyering@lucent.com>
30334
30335         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30336         This is necessary to get a definition of e.g., UTMP_FILE on
30337         HP-UX 10.20.
30338         From Bob Proulx.
30339
30340 2000-07-02  Jim Meyering  <meyering@lucent.com>
30341
30342         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30343
30344         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30345         AC_LIBOBJ(function_name).
30346         * m4/chown.m4: Likewise.
30347         * m4/fnmatch.m4: Likewise.
30348         * m4/ftruncate.m4: Likewise.
30349         * m4/getgroups.m4: Likewise.
30350         * m4/getline.m4: Likewise.
30351         * m4/group-member.m4: Likewise.
30352         * m4/jm-macros.m4: Likewise.
30353         * m4/lstat.m4: Likewise.
30354         * m4/malloc.m4: Likewise.
30355         * m4/memcmp.m4: Likewise.
30356         * m4/nanosleep.m4: Likewise.
30357         * m4/putenv.m4: Likewise.
30358         * m4/realloc.m4: Likewise.
30359         * m4/regex.m4: Likewise.
30360         * m4/stat.m4: Likewise.
30361         * m4/strftime.m4: Likewise.
30362
30363 2000-07-02  Jim Meyering  <meyering@lucent.com>
30364
30365         * lib/quotearg.c (mbstate_t): Don't define here.
30366
30367 2000-07-02  Jim Meyering  <meyering@lucent.com>
30368
30369         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30370
30371 2000-07-01  Jim Meyering  <meyering@lucent.com>
30372
30373         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30374
30375 2000-07-01  Jim Meyering  <meyering@lucent.com>
30376
30377         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30378         problem.
30379
30380 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30381
30382         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30383         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30384
30385 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30386
30387         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30388         per change in ../m4/ls-mntd-fs.m4.
30389         (read_filesystem_list): Ignore symbolic links.
30390
30391 2000-06-29  Jim Meyering  <meyering@lucent.com>
30392
30393         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30394         for declaration of strcmp.
30395
30396         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30397
30398         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30399         Avoid warning by casting result to `char *' to remove `const'.
30400
30401 2000-06-28  Jim Meyering  <meyering@lucent.com>
30402
30403         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30404         included by quotearg.c, for which we perform this test.  From
30405         Bruno Haible.
30406
30407 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30408
30409         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30410         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30411         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30412
30413 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30414
30415         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30416
30417 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30418
30419         savedir now sets errno on failure and invokes xmalloc to get memory.
30420         Fix a couple of other minor bugs while we're at it.
30421
30422         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30423         (NAMLEN): Remove macro.
30424         (malloc, realloc): Remove decls.
30425         (stpcpy): Likewise.
30426         ("xalloc.h"): Include.
30427         (NAME_SIZE_DEFAULT): New macro.
30428         (savedir): Use xmalloc / xrealloc to allocate memory.
30429         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30430         Skip "" directory entries.
30431         Use strlen to calculate directory entry length, since the old method
30432         is rarely used these days and isn't worth supporting.
30433         Don't use a pointer after freeing it.
30434         Check for integer overflow when calculating allocation size.
30435         Use memcpy to copy entries, instead of stpcpy.
30436         Set errno properly when returning NULL.
30437         Check for readdir error.
30438
30439 2000-06-26  Jim Meyering  <meyering@lucent.com>
30440
30441         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30442
30443 2000-06-25  Jim Meyering  <meyering@lucent.com>
30444
30445         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30446         Linux header bug when _XOPEN_SOURCE is defined to 500.
30447
30448 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30449
30450         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30451         deficiency.
30452
30453 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30454
30455         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30456         Include xalloc.h.
30457         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30458
30459 2000-06-24  Jim Meyering  <meyering@lucent.com>
30460
30461         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30462         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30463         for which strerror does return char*, but which lacks a conveniently
30464         accessible declaration of the function.  If the compile-test says
30465         strerror_r doesn't work, then resort to a `run'-test that works on
30466         BeOS and segfaults on DEC Unix.
30467
30468 2000-06-24  Jim Meyering  <meyering@lucent.com>
30469
30470         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30471
30472 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30473
30474         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30475         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30476
30477 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30478
30479         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30480         (mbrtowc, mbstate_t): Define substitutes if
30481         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30482         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30483         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30484
30485 2000-06-23  Jim Meyering  <meyering@lucent.com>
30486
30487         * m4/afs.m4: Add missing AC_MSG_RESULT.
30488         Reported by Bruno Haible.
30489
30490         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30491         Suggestion from Bruno Haible.
30492
30493 2000-06-23  Jim Meyering  <meyering@lucent.com>
30494
30495         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30496
30497 2000-06-21  Jim Meyering  <meyering@lucent.com>
30498
30499         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30500
30501 2000-06-21  Jim Meyering  <meyering@lucent.com>
30502
30503         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30504         (noinst_HEADERS): Add getstr.h.
30505
30506         * lib/getline.c (getstr): Move into a separate file.
30507         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30508         the following changes: new parameter, delim2; both delim[12]
30509         parameters have type `int', not `char'.  The latter would lose
30510         with 8-bit delimiters.
30511         * lib/getstr.h: New file.
30512
30513 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30514
30515         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30516         than 1024, return a memory chunk of least possible size, instead
30517         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30518         Use free/xmalloc instead of xrealloc to avoid copying for very long
30519         paths.
30520
30521 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30522
30523         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30524         the empty string.
30525
30526 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30527
30528         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30529         address, not strdup.  Include <stdlib.h> and don't declare free().
30530
30531 2000-06-19  Jim Meyering  <meyering@lucent.com>
30532
30533         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30534
30535 2000-06-18  Jim Meyering  <meyering@lucent.com>
30536
30537         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30538
30539         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30540         `checking whether...' message to be consistent with that of the
30541         lstat test.
30542
30543 2000-06-18  Jim Meyering  <meyering@lucent.com>
30544
30545         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30546         Besides, these days every porting target provides a mkdir function.
30547
30548         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30549         needed. (this snippet comes from src/system.h).
30550
30551 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30552
30553         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30554
30555 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30556
30557         * lib/human.c (adjust_value): New function.
30558         (human_readable_inexact): Apply rounding style even when
30559         printing approximate values.
30560
30561 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30562
30563         * lib/human.c (human_readable_inexact): Allow an input block
30564         size that is not a multiple of the output block size, and vice versa.
30565         Reported by Piergiorgio Sartor.
30566
30567 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30568
30569         * lib/getdate.y (get_date): Apply relative times after time
30570         zone indicator, not before.  Reported by Todd A. Jacobs.
30571
30572 2000-06-13  Jim Meyering  <meyering@lucent.com>
30573
30574         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30575
30576         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30577
30578 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30579
30580         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30581
30582 2000-06-12  Jim Meyering  <meyering@lucent.com>
30583
30584         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30585         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30586         optional argument.
30587         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30588         the optional argument, `lib'.
30589
30590 2000-06-08  Jim Meyering  <meyering@lucent.com>
30591
30592         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30593
30594 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30595
30596         Rewrite largefile configuration so that we don't need to run
30597         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30598         AC_CANONICAL_HOST in configure.in -- jmm]
30599
30600         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30601         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30602         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30603         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30604         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30605         All uses changed.
30606         Instead of inspecting the output of getconf, try to compile the
30607         test program without and with the macro definition.
30608         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30609         for getconf.  Instead, check for the needed flags by compiling
30610         test programs.
30611
30612 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30613
30614         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30615
30616 2000-06-04  Jim Meyering  <meyering@lucent.com>
30617
30618         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30619         SunOS 4.1.4 for which gid_t is an unsigned type.
30620
30621 2000-06-03  Jim Meyering  <meyering@lucent.com>
30622
30623         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30624         now that autoconf requires that.
30625
30626         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30627         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30628         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30629
30630 2000-06-03  Jim Meyering  <meyering@lucent.com>
30631
30632         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30633
30634 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30635
30636         * m4/glibc21.m4: New file.
30637         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30638
30639 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30640
30641         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30642         newer, don't install charset.alias.
30643         * lib/config.charset: Change the Linux/glibc rules so they become empty
30644         on glibc-2.1 or newer.
30645
30646 2000-06-02  Jim Meyering  <meyering@lucent.com>
30647
30648         * lib/mountlist.c: Back out last change.  Instead, do this...
30649         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30650         me_dummy member using the same `ignore'-testing code.
30651         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30652         fs_type strings.
30653         From Mark D. Roth.
30654
30655 2000-05-29  Jim Meyering  <meyering@lucent.com>
30656
30657         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30658         mounts with the `ignore' attribute.  Based on a patch from
30659         Mark D. Roth.
30660
30661 2000-05-28  Jim Meyering  <meyering@lucent.com>
30662
30663         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30664         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30665         * m4/stat.m4: Likewise.
30666         * m4/lstat.m4: Likewise.
30667         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30668
30669         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30670         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30671
30672 2000-05-26  Jim Meyering  <meyering@lucent.com>
30673
30674         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30675
30676 2000-05-24  Jim Meyering  <meyering@lucent.com>
30677
30678         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30679         autoconf requires that.
30680         * m4/lib-check.m4: Likewise.
30681         * m4/jm-macros.m4: Likewise.
30682         * m4/strftime.m4: Likewise.
30683
30684         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30685         AC_CHECK_DECLS, now that autoconf requires that.
30686
30687 2000-05-22  Jim Meyering  <meyering@lucent.com>
30688
30689         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30690         * m4/lstat.m4: Likewise.
30691
30692 2000-05-22  Jim Meyering  <meyering@lucent.com>
30693
30694         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30695
30696 2000-05-20  Jim Meyering  <meyering@lucent.com>
30697
30698         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30699         (jm_PREREQ): Use it.
30700
30701 2000-05-18  Jim Meyering  <meyering@lucent.com>
30702
30703         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30704         back, too, since it may have been modified by allocate_entry.
30705         (hash_delete): Rewrite to use neither the assignment operator
30706         nor the comma operator in an if-expression.
30707
30708 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30709
30710         * lib/closeout.c:
30711         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30712         Remove; no longer needed.
30713         "quotearg.h": Add include.
30714         (file_name): Do not bother to explicitly initialize to NULL; it's less
30715         efficient on some hosts.
30716         (close_stdout_status): Remove test as to whether stdout was already
30717         closed; it breaks for the case "echo x | sort >&-".
30718         Quote file name colons.
30719         Do not assume that _("write error") lacks format strings.
30720
30721 2000-05-15  Jim Meyering  <meyering@lucent.com>
30722
30723         * lib/version-etc.c (version_etc_copyright): Update the copyright
30724         string used in all --version output.
30725
30726 2000-05-14  Jim Meyering  <meyering@lucent.com>
30727
30728         * lib/closeout.c (close_stdout_set_file_name): New function.
30729         (close_stdout_status): Use new file-scoped global.
30730         Return right away if fstat says the stdout file descriptor is invalid.
30731         * lib/closeout.h (close_stdout_set_file_name): Declare.
30732
30733 2000-05-10  Jim Meyering  <meyering@lucent.com>
30734
30735         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30736         (close_stdout_set_status): New function.
30737         * lib/closeout.h (close_stdout_set_status): Declare.
30738
30739 2000-05-09  Jim Meyering  <meyering@lucent.com>
30740
30741         * m4/gettext.m4: Rename this...
30742         * m4/libintl.m4: ...to this.
30743
30744 2000-05-08  Jim Meyering  <meyering@lucent.com>
30745
30746         * lib/long-options.c: Don't include closeout.h.
30747         (parse_long_options): Don't call close_stdout for --version.
30748
30749 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30750
30751         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30752         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30753         2.1.3 bug.  This avoids a clash when files like regex.c define
30754         _GNU_SOURCE.
30755
30756 2000-05-06  Jim Meyering  <meyering@lucent.com>
30757
30758         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30759         (AC_REPLACE_FUNCS): Add strnlen.
30760
30761         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30762         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30763
30764         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30765         AC_SEARCH_LIBS call for nanosleep.
30766         (LIB_NANOSLEEP): Set and AC_SUBST.
30767
30768 2000-05-06  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/strnlen.c: Undefine __strnlen and strnlen.
30771         [!weak_alias]: Define __strnlen to strnlen.
30772
30773         * lib/atexit.c: New file, from libiberty.
30774
30775 2000-05-06  Jim Meyering  <meyering@lucent.com>
30776
30777         * lib/closeout.c (close_stdout_status): Also check for errors on the
30778         stderr stream.
30779
30780 2000-05-05  Jim Meyering  <meyering@lucent.com>
30781
30782         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30783         AC_SEARCH_LIBS call for clock_gettime.
30784         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30785
30786         * m4/search-libs.m4: Update from autoconf.
30787
30788         su doesn't work on Solaris 2.6.
30789         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30790         <shadow.h>.  Reported by Dragos Harabor.
30791
30792 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30793
30794         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30795         memcpy instead of xmalloc, xrealloc, path_concat.
30796         (locale_charset): Treat empty environment variables as absent.
30797         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30798
30799 2000-05-04  Jim Meyering  <meyering@lucent.com>
30800
30801         * lib/getopt.c: Update from glibc.
30802         * lib/obstack.c: Likewise.
30803         * lib/obstack.h: Likewise.
30804         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30805         file
30806
30807         * lib/regex.h: Likewise.
30808         * lib/strndup.c: Likewise.
30809         * lib/strnlen.c: New file, from glibc.
30810
30811 2000-05-03  Jim Meyering  <meyering@lucent.com>
30812
30813         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30814
30815 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30816
30817         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30818         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30819         compile-time test, rather than inspecting host and OS, to
30820         decide whether to define _LARGEFILE_SOURCE.
30821
30822 2000-05-01  Jim Meyering  <meyering@lucent.com>
30823
30824         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30825
30826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30827         Based on a patch from Bruno Haible.
30828
30829 2000-05-01  Jim Meyering  <meyering@lucent.com>
30830
30831         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30832
30833 2000-04-29  Jim Meyering  <meyering@lucent.com>
30834
30835         * lib/path-concat.c: Declare strdup only if it's not defined.
30836         * lib/canon-host.c: Likewise.
30837
30838 2000-04-28  Jim Meyering  <meyering@lucent.com>
30839
30840         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30841         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30842         is included first, then limits.h is included by locale.h by libintl.h.
30843         From John David Anglin.
30844
30845 2000-04-25  Jim Meyering  <meyering@lucent.com>
30846
30847         * lib/makepath.c (S_IRWXUGO): Define.
30848         (make_path): Always perform explicit chmod if MODE specifies any
30849         of the `special' permission bits.  Prompted by a bug report against
30850         install from Mate Wierdl and Joost van Baal.
30851
30852 2000-04-18  Jim Meyering  <meyering@lucent.com>
30853
30854         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30855         (jm_PREREQ): Use it.
30856
30857 2000-04-18  Jim Meyering  <meyering@lucent.com>
30858
30859         * lib/README: New file.
30860
30861         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30862         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30863
30864 2000-04-17  Jim Meyering  <meyering@lucent.com>
30865
30866         Get it right :-)
30867         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30868         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30869         Suggestion from Akim Demaille.
30870
30871 2000-04-17  Jim Meyering  <meyering@lucent.com>
30872
30873         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30874         the definition of it to rpl_strftime also defined-away the system's
30875         declaration.
30876
30877 2000-04-15  Jim Meyering  <meyering@lucent.com>
30878
30879         Use `C' to denote so-called `contiguous' files, the same way
30880         that tar does.
30881         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30882         (ftypelet): Use S_ISCTG.
30883         From Michael Deutschmann.
30884
30885 2000-04-14  Jim Meyering  <meyering@lucent.com>
30886
30887         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30888         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30889         clobbered.
30890
30891 2000-04-14  Jim Meyering  <meyering@lucent.com>
30892
30893         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30894
30895 2000-04-13  Jim Meyering  <meyering@lucent.com>
30896
30897         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30898         AH_VERBATIM to insert required #ifndef into config.h.in.
30899         Suggestion from Akim Demaille.
30900
30901 2000-04-12  Jim Meyering  <meyering@lucent.com>
30902
30903         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30904         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30905         Christian Krackowizer.
30906
30907         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30908         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30909         (AC_SYS_LARGEFILE): Require.
30910         (AM_C_PROTOTYPES): Require.
30911
30912 2000-04-08  Jim Meyering  <meyering@lucent.com>
30913
30914         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30915         names don't conflict.  Reported by Eli Zaretskii.
30916
30917 2000-04-07  Jim Meyering  <meyering@lucent.com>
30918
30919         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30920         sys/types.h, to work around system header problems on AIX 3.2.5.
30921         From Bruno Haible.
30922
30923 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30924
30925         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30926         bug.  Deal with the different error behavior of Irix iconv.
30927
30928 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30929
30930         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30931         IRIX if the installer said otherwise.
30932
30933 2000-04-05  Jim Meyering  <meyering@lucent.com>
30934
30935         Portability tweaks required for ultrix4.3.
30936         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30937         (jm_CHECK_DECLS): Add getutent to the list of functions.
30938         (_jm_DECL_HEADERS): Add utmpx.h.
30939         From John David Anglin.
30940
30941         * m4/strftime.m4: Back out the 2000-04-02 change.
30942         Instead of that change, simply undefine putenv in the test program.
30943
30944 2000-04-05  Jim Meyering  <meyering@lucent.com>
30945
30946         Portability tweaks required for ultrix4.3.
30947         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30948         getutent.
30949         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30950         * lib/canon-host.c: Declare strdup.
30951         * lib/path-concat.c: Likewise.
30952         From John David Anglin.
30953
30954 2000-04-04  Jim Meyering  <meyering@lucent.com>
30955
30956         Be more DOS 8.3-friendly.
30957         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30958         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30959         * lib/Makefile.am: Reflect renaming.
30960         Reported by Eli Zaretskii.
30961
30962         Use a temporary file name that won't clash with `charset.alias'
30963         in the DOS 8.3 name space.
30964         * lib/Makefile.am (charset_tmp): Define.
30965         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30966         (uninstall-local): Likewise.
30967         Reported by Eli Zaretskii.
30968
30969 2000-04-03  Jim Meyering  <meyering@lucent.com>
30970
30971         * m4/gettext.m4: Fix typo in comment.
30972
30973         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30974         textutils/configure.in).  Suggestion from Paul Eggert.
30975         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30976
30977 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30978
30979         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30980         variable in the shell rather than using putenv, which isn't
30981         portable.  This avoids the configure-time inter-test dependency
30982         on the potentially-renamed putenv function.
30983
30984 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30985
30986         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30987         before checking struct stat.st_blksize, so that
30988         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30989
30990 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30991
30992         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30993         since strftime.c uses HAVE_STRFTIME to decide whether to use
30994         the underlying strftime.
30995
30996 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30997
30998         * lib/time/strftime.c (my_strftime): Make sure we call the system
30999         strftime, not ourselves, when invoking the underlying strftime.
31000
31001 2000-03-24  Jim Meyering  <meyering@lucent.com>
31002
31003         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31004         (charset_alias): Define.
31005         (install-exec-local): Factor out common code.
31006         (uninstall-local): Split lines longer than 80.
31007         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31008         (SUFFIXES): Define.
31009         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31010         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31011
31012 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31013
31014         * lib/config.charset: Output a line containing "Packages using this
31015         file".
31016         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31017         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31018         ref-del.sed): New rules.
31019
31020 2000-03-17  Jim Meyering  <meyering@lucent.com>
31021
31022         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31023         Otherwise, include <strings.h>
31024
31025 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31026
31027         * lib/unicodeio.c (utf8_wctomb): New function.
31028         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31029         format instead of in UCS-4 with platform dependent endianness.
31030
31031 2000-03-10  Jim Meyering  <meyering@lucent.com>
31032
31033         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31034         From Marco Franzen.
31035
31036 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31037
31038         * lib/savedir.c (savedir): Work even if directory size is
31039         negative; this can happen with some screwy NFS configurations.
31040
31041 2000-03-06  Jim Meyering  <meyering@lucent.com>
31042
31043         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31044         if it's NULL (because we ran out of memory).  From Bruno Haible.
31045
31046 2000-03-05  Jim Meyering  <meyering@lucent.com>
31047
31048         * lib/localcharset.c ("path-concat.h"): Include.
31049         (get_charset_aliases): Use path_concat instead of ANSI string
31050         concatenation.
31051
31052         * lib/unicodeio.h (PARAMS): Define.
31053         Use it to guard prototype.
31054
31055 2000-03-04  Jim Meyering  <meyering@lucent.com>
31056
31057         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31058         for lib/localcharset.c.
31059
31060 2000-03-04  Jim Meyering  <meyering@lucent.com>
31061
31062         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31063         installing into it.
31064         (uninstall-local): Uncomment this rule so `make distcheck' works
31065         once again.
31066
31067         * lib/unicodeio.c (<errno.h>): Include it.
31068         (errno): Declare if not defined.
31069
31070         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31071
31072         * lib/config.charset: New version, incorporating remarks from a linux
31073         i18n mailing list.  From Bruno Haible.
31074
31075 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31076
31077         * m4/codeset.m4: New file.
31078         * m4/iconv.m4: New file.
31079         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31080
31081 2000-03-03  Jim Meyering  <meyering@lucent.com>
31082
31083         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31084
31085 2000-03-02  Jim Meyering  <meyering@lucent.com>
31086
31087         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31088         the messages come out on separate lines.
31089
31090         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31091         rather than jm_CHECK_DECLARATIONS.
31092         * m4/decl.m4: Remove now-unused file.
31093
31094         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31095         geteuid.
31096
31097 2000-03-02  Jim Meyering  <meyering@lucent.com>
31098
31099         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31100
31101 2000-03-01  Jim Meyering  <meyering@lucent.com>
31102
31103         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31104         * lib/unicodeio.c: Likewise.
31105
31106 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31107
31108         * lib/config.charset: New file.
31109         * lib/localcharset.c: New file.
31110         * lib/unicodeio.h, lib/unicodeio.c: New files.
31111         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31112         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31113         (noinst_HEADERS): Add unicodeio.h.
31114         (all-local, install-exec-local, charset.alias): New targets.
31115
31116 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31117
31118         * lib/quotearg.c (ALERT_CHAR): New macro.
31119         (quotearg_buffer_restyled): Use it.
31120
31121 2000-02-27  Jim Meyering  <meyering@lucent.com>
31122
31123         * m4/check-decl.m4: Add getenv to the list.
31124
31125 2000-02-27  Jim Meyering  <meyering@lucent.com>
31126
31127         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31128         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31129
31130         * lib/backupfile.c: Guard inclusion of stdlib.h with
31131         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31132         Declare malloc if needed.
31133
31134         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31135         `#ifndef HAVE_DECL..'
31136         now that autoconf always defines the HAVE_DECL_ symbols.
31137         * lib/human.c: Likewise.
31138         * lib/same.c: Likewise.
31139         * lib/strtoumax.c: Likewise.
31140
31141         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31142         declaration check was not run.
31143         * lib/hash.c: Likewise.
31144         * lib/human.c: Likewise.
31145         * lib/same.c: Likewise.
31146         * lib/strtoumax.c: Likewise.
31147
31148         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31149         `.', then first look up the entire `.'-containing string as a login
31150         name.
31151
31152 2000-02-23  Jim Meyering  <meyering@lucent.com>
31153
31154         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31155         in place of my hack.
31156
31157 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31158
31159         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31160         (textint): New typedef.
31161         (parser_control): Member year changed from int to textint.
31162         All uses changed.
31163         (YYSTYPE): Removed; replaced by %union with int and textint members.
31164         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31165         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31166         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31167         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31168         (date, number, to_year): Use width of number in digits, not its value,
31169         to determine whether it's a 2-digit year, or a 2-digit time.
31170         (yylex): Store number of digits of numeric tokens.
31171         Reported by John Kendall.
31172
31173         (parser_control): Changed from struct parser_control to typedef (for
31174         consistency).  All uses changed.
31175
31176         (tID): Removed; not used.
31177         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31178
31179 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31180
31181         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31182         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31183
31184 2000-02-12  Jim Meyering  <meyering@lucent.com>
31185
31186         * lib/userspec.c (ISDIGIT): Define it.
31187         (isdigit): Remove definition.
31188         (is_number): Use ISDIGIT, not isdigit.
31189         <libintl.h>: Include.
31190         (_ and N_): Define.
31191         (parse_user_spec): Mark translatable strings.
31192
31193 2000-02-10  Jim Meyering  <meyering@lucent.com>
31194
31195         With these changes, nanosleep.[ch] are finally enough like the other
31196         lib/* replacement files to compile on a few more losing systems.
31197
31198         * lib/nanosleep.h: Don't include config.h.
31199         Remove prototype from declaration of nanosleep.
31200         (PARAMS): Remove now-unneeded definition.
31201         * lib/nanosleep.c: #undef nanosleep.
31202         (rpl_nanosleep): Rename from nanosleep.
31203
31204 2000-02-10  Jim Meyering  <meyering@lucent.com>
31205
31206         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31207         gnu_nanosleep to rpl_nanosleep.
31208
31209 2000-02-09  Jim Meyering  <meyering@lucent.com>
31210
31211         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31212         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31213
31214 2000-02-08  Akim Demaille  <akim@epita.fr>
31215
31216         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31217         `[' and `]' and remove uses of `changequote'.
31218         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31219         (AC_SYS_LARGEFILE): Likewise.
31220         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31221         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31222         of changequote.
31223         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31224         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31225         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31226         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31227
31228 2000-02-05  Jim Meyering  <meyering@lucent.com>
31229
31230         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31231         Remove explicit use of AC_HEADER_TIME.  It is required by
31232         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31233         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31234         in autoconf whereby the expansion of the latter ended up preceding
31235         the expansion of its prerequisite, AC_HEADER_TIME.
31236         Reported by Volker Borchert.
31237
31238 2000-02-03  Jim Meyering  <meyering@lucent.com>
31239
31240         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31241
31242 2000-02-03  Jim Meyering  <meyering@lucent.com>
31243
31244         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31245         rather than with `#if HAVE_UTMPNAME'.
31246
31247 2000-02-02  Jim Meyering  <meyering@lucent.com>
31248
31249         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31250         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31251         Reported by Eli Zaretskii.
31252
31253 2000-02-01  Jim Meyering  <meyering@lucent.com>
31254
31255         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31256
31257 2000-01-31  Jim Meyering  <meyering@lucent.com>
31258
31259         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31260         functions.  Add the time.h and sys/time.h headers along with the
31261         AC_REQUIRE'ment of AC_HEADER_TIME.
31262
31263 2000-01-31  Jim Meyering  <meyering@lucent.com>
31264
31265         * lib/nanosleep.h (nanosleep): Guard declaration with
31266         `#if ! HAVE_DECL_NANOSLEEP'.
31267         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31268         the declaration in that vendor's sys/timers.h.
31269         Reported by Christian Krackowizer.
31270
31271         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31272         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31273         (ISPRINT): Likewise.
31274         Reported by Tom Tromey.
31275
31276 2000-01-30  Jim Meyering  <meyering@lucent.com>
31277
31278         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31279
31280         * m4/prereq.m4 (utmp_includes): Define.
31281         Check for ut_user and ut_name members in both struct utmpx
31282         and struct utmp.
31283
31284 2000-01-30  Jim Meyering  <meyering@lucent.com>
31285
31286         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31287         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31288         header files where only utmpx.ut_user is declared.
31289
31290         * lib/readutmp.h (UT_USER): Define.
31291
31292 2000-01-29  Jim Meyering  <meyering@lucent.com>
31293
31294         * m4/lib-check.m4: New file containing library-related checks from
31295         fileutils and sh-utils (textutils had none).
31296
31297 2000-01-28  Jim Meyering  <meyering@lucent.com>
31298
31299         * m4/perl.m4: Change format of warning message to look more like that
31300         from the missing script.  Suggestion from François Pinard.
31301
31302 2000-01-25  Jim Meyering  <meyering@lucent.com>
31303
31304         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31305         well as time.h in the compile check.
31306         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31307         Fix typo in cross-compiling case: s/yes/no/.
31308
31309 2000-01-23  Jim Meyering  <meyering@lucent.com>
31310
31311         * m4/jm-macros.m4: Move df-related tests here from
31312         fileutils/configure.in
31313
31314         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31315         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31316
31317         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31318         s/space/ac_fsusage_space/.
31319         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31320
31321         * m4/ftruncate.m4: New file (derived from part of
31322         fileutils/configure.in).
31323         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31324         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31325
31326         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31327         AC_SUBST these here, rather than just in sh-util/configure.in, so
31328         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31329         all the same.
31330         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31331         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31332         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31333         (AC_SUBST(POW_LIBM)): Likewise.
31334         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31335
31336 2000-01-23  Jim Meyering  <meyering@lucent.com>
31337
31338         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31339         obstack.c.
31340
31341 2000-01-22  Jim Meyering  <meyering@lucent.com>
31342
31343         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31344
31345         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31346
31347         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31348         configure.in
31349         (AC_CHECK_HEADERS): Likewise for sh-utils.
31350         (AC_CHECK_HEADERS): Likewise for textutils.
31351         Merge the three lists of headers.
31352
31353         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31354         from fileutils' configure.in.
31355
31356         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31357         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31358         check-decl.m4.
31359
31360         * m4/check-decl.m4: Use #if rather than #ifdef.
31361         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31362         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31363         (_jm_DECL_HEADERS): Define new function.
31364         (jm_CHECK_DECLARATIONS): Require it.
31365
31366 2000-01-22  Jim Meyering  <meyering@lucent.com>
31367
31368         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31369         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31370         Required for some AIX systems.  Reported by Christian Krackowizer.
31371         [TESTING] (main): New function.
31372
31373         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31374         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31375         letters.
31376
31377         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31378         iswprint.
31379
31380         * lib/strverscmp.c (ISDIGIT): Define.
31381         (strverscmp): Use ISDIGIT, not isdigit.
31382
31383 2000-01-19  Jim Meyering  <meyering@lucent.com>
31384
31385         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31386         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31387         defines `struct timespec' in <sys/time.h>
31388
31389         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31390         Thanks to Akim for explaining.
31391
31392 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31393
31394         * lib/nanosleep.c (nanosleep):
31395         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31396         POSIX.1 doesn't require SA_INTERRUPT and some systems
31397         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31398         it's been part of POSIX.1 since day 1 (in 1988).
31399
31400 2000-01-17  Jim Meyering  <meyering@lucent.com>
31401
31402         * lib/interlock: Remove unused file.  Reported by François Pinard.
31403
31404 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31405
31406         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31407         alert, backslash, formfeed, and vertical tab unnecessarily in
31408         shell quoting style.
31409
31410 2000-01-16  Jim Meyering  <meyering@lucent.com>
31411
31412         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31413         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31414         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31415         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31416
31417 2000-01-16  Jim Meyering  <meyering@lucent.com>
31418
31419         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31420         because the latter didn't work.
31421
31422 2000-01-15  Jim Meyering  <meyering@lucent.com>
31423
31424         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31425         (AC_REPLACE_FUNCS): Add memcpy and memset.
31426         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31427         Add strpbrk.
31428         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31429
31430 2000-01-12  Jim Meyering  <meyering@lucent.com>
31431
31432         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31433         (jm_PREREQ): Use it.
31434         (jm_PREREQ_READUTMP): New macro.
31435         (jm_PREREQ): Use it.
31436
31437 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31438
31439         Quote multibyte characters correctly.
31440         * m4/c-bs-a.m4: New file.
31441         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31442         (jm_PREREQ): Use it.
31443
31444 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31445
31446         * m4/uintmax_t.m4: Port to autoconf 2.13.
31447
31448 2000-01-08  Jim Meyering  <meyering@ascend.com>
31449
31450         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31451         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31452
31453 2000-01-04  Jim Meyering  <meyering@ascend.com>
31454
31455         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31456         jm_STRUCT_DIRENT_D_TYPE.
31457         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31458         jm_STRUCT_DIRENT_D_INO.
31459         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31460         jm_STRUCT_UTIMBUF.
31461         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31462         renamings.
31463         * m4/utime.m4: Likewise.
31464
31465         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31466         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31467
31468 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31469
31470         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31471         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31472
31473 2000-01-02  Jim Meyering  <meyering@ascend.com>
31474
31475         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31476         remember if this is necessary.
31477
31478 1999-12-26  Jim Meyering  <meyering@ascend.com>
31479
31480         * m4/jm-macros.m4: Use it here.
31481         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31482
31483 1999-12-23  Jim Meyering  <meyering@ascend.com>
31484
31485         * m4/jm-macros.m4: Check for clock_gettime (moved from
31486         fileutils/configure.in)
31487         Check for gettimeofday.
31488
31489 1999-12-20  Jim Meyering  <meyering@ascend.com>
31490
31491         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31492         autoconf-2.14a-1999-12-20.
31493
31494 1999-12-19  Jim Meyering  <meyering@ascend.com>
31495
31496         * m4/lstat-slash.m4: New file.
31497         * m4/jm-macros.m4: Use the new macro:
31498         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31499
31500 1999-12-07  Jim Meyering  <meyering@ascend.com>
31501
31502         * m4/perl.m4: Require that File::Compare be available, too.
31503         Too many systems seem to lack it.
31504
31505         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31506         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31507
31508 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31509
31510         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31511         problem with the QNX 4.25 shell, which doesn't propagate exit
31512         status of failed commands inside shell assignments.
31513
31514 1999-11-17  Jim Meyering  <meyering@ascend.com>
31515
31516         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31517
31518 1999-11-07  Jim Meyering  <meyering@ascend.com>
31519
31520         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31521
31522 1999-11-06  Jim Meyering  <meyering@ascend.com>
31523
31524         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31525         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31526
31527 1999-11-05  Jim Meyering  <meyering@ascend.com>
31528
31529         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31530         configure.in of textutils, fileutils, and sh-utils into this one
31531         (shared between those packages) file.
31532         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31533         AC_STRUCT_ST_BLKSIZE.
31534
31535 1999-11-03  Jim Meyering  <meyering@ascend.com>
31536
31537         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31538         of AC_CHECK_TYPE checks includes unistd.h.
31539         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31540         Suggestion from Akim Demaille.
31541
31542 1999-10-30  Jim Meyering  <meyering@ascend.com>
31543
31544         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31545         m4-quoted string.
31546         * m4/ls-mntd-fs.m4: Likewise.
31547         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31548         * m4/jm-winsz1.m4: Likewise.
31549
31550         * m4/const.m4: Remove file, since the fix made it into the experimental
31551         version of autoconf.
31552         * m4/mktime.m4: Likewise.
31553
31554         * m4/check-type.m4: Remove file, now that the latest version of
31555         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31556
31557         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31558         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31559         AC_CHECK_TYPE.
31560
31561 1999-10-04  Jim Meyering  <meyering@ascend.com>
31562
31563         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31564
31565 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31566
31567         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31568         2.95.1 bug with HP-UX 10.20.
31569
31570 1999-09-17  Jim Meyering  <meyering@ascend.com>
31571
31572         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31573         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31574         due to missing strdup (against sh-utils-2.0).
31575
31576 1999-08-29  Jim Meyering  <meyering@ascend.com>
31577
31578         * m4/jm-macros.m4: Require jm_BISON.
31579         * m4/bison.m4: New file.
31580
31581 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31582
31583         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31584         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31585
31586 1999-08-05  Jim Meyering  <meyering@ascend.com>
31587
31588         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31589         to avoid conflicts with `conftest' on 8+3 filesystems.
31590         Suggestion from Eli Zaretskii.
31591
31592 1999-08-04  Jim Meyering  <meyering@ascend.com>
31593
31594         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31595         fileutils and sh-utils (textutils's getline test was inadequate).
31596         (AM_FUNC_GETLINE): Run this test.
31597         (AC_CHECK_FUNCS): Check for getdelim.
31598         Reported by Bob Proulx.
31599
31600 1999-08-02  Jim Meyering  <meyering@ascend.com>
31601
31602         * m4/jm-macros.m4: Add a comment.
31603
31604 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31605
31606         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31607         <inttypes.h> defines strtoumax as a macro (and not as a
31608         function).
31609
31610 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31611
31612         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31613         that we can shift, multiply and divide unsigned long long
31614         values; Ultrix cc can't do it.
31615
31616 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31617
31618         * m4/mktime.m4: New file, which is a preview of what should appear
31619         in the next public autoconf release.
31620
31621 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31622
31623         * m4/lfs.m4: Remove this file.
31624         * m4/largefile.m4: New file.  It contains the old contents of
31625         lfs.m4, except that all names with prefix AC_LFS have been
31626         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31627         compatible with future autoconf versions.  Also, some minor m4
31628         quoting problems have been fixed.
31629
31630 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31631
31632         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31633         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31634         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31635         and simplify the shell code.
31636
31637 1999-08-01  Jim Meyering  <meyering@ascend.com>
31638
31639         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31640         m4.
31641
31642 1999-07-20  Jim Meyering  <meyering@ascend.com>
31643
31644         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31645
31646 1999-07-15  Jim Meyering  <meyering@ascend.com>
31647
31648         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31649
31650 1999-05-22  Jim Meyering  <meyering@ascend.com>
31651
31652         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31653
31654 1999-05-20  Jim Meyering  <meyering@ascend.com>
31655
31656         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31657         Add a colon after each `then' in case $4 is empty.
31658
31659 1999-05-16  Jim Meyering  <meyering@ascend.com>
31660
31661         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31662
31663 1999-05-10  Jim Meyering  <meyering@ascend.com>
31664
31665         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31666
31667         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31668         AC_FUNC_MKTIME.
31669
31670 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31671
31672         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31673
31674 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31675
31676         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31677         not CPPFLAGS, so that linking works correctly in IRIX.
31678
31679 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31680
31681         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31682
31683 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31684
31685         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31686         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31687         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31688         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31689         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31690
31691         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31692
31693 1999-04-20  Jim Meyering  <meyering@ascend.com>
31694
31695         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31696         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31697         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31698
31699 1999-04-18  Jim Meyering  <meyering@ascend.com>
31700
31701         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31702         * m4/jm-macros.m4: Use it.
31703
31704 1999-04-06  Jim Meyering  <meyering@ascend.com>
31705
31706         * m4/strftime.m4: Remove test for %f.
31707
31708 1999-03-29  Jim Meyering  <meyering@ascend.com>
31709
31710         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31711         superset of the AC_TYPE_* checks in the textutils, fileutils,
31712         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31713         AC_TYPE_PID_T.
31714
31715 1999-03-28  Jim Meyering  <meyering@ascend.com>
31716
31717         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31718         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31719         replaced e.g., in the *.sh files of the sh-utils.
31720
31721 1999-03-20  Jim Meyering  <meyering@ascend.com>
31722
31723         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31724         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31725         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31726
31727 1999-03-19  Jim Meyering  <meyering@ascend.com>
31728
31729         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31730
31731 1999-03-12  Jim Meyering  <meyering@ascend.com>
31732
31733         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31734
31735 1999-03-07  Jim Meyering  <meyering@ascend.com>
31736
31737         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31738         declared.
31739
31740 1999-02-17  Jim Meyering  <meyering@ascend.com>
31741
31742         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31743         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31744
31745 1999-02-07  Jim Meyering  <meyering@ascend.com>
31746
31747         * m4/group-member.m4: New file -- extracted from sh-utils'
31748         configure.in.
31749
31750         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31751         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31752
31753 1999-02-06  Jim Meyering  <meyering@ascend.com>
31754
31755         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31756         * m4/fnmatch.m4: Likewise.
31757         * m4/getgroups.m4: Likewise.
31758         * m4/lstat.m4: Likewise.
31759         * m4/malloc.m4: Likewise.
31760         * m4/putenv.m4: Likewise.
31761         * m4/realloc.m4: Likewise.
31762         * m4/regex.m4: Likewise.
31763         * m4/stat.m4: Likewise.
31764         * m4/strftime.m4: Likewise.
31765         Suggestion from Alain Magloire.
31766
31767         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31768         * m4/fnmatch.m4: Likewise.
31769         * m4/getgroups.m4: Likewise.
31770         * m4/getline.m4: Likewise.
31771         * m4/lstat.m4: Likewise.
31772         * m4/malloc.m4: Likewise.
31773         * m4/memcmp.m4: Likewise.
31774         * m4/putenv.m4: Likewise.
31775         * m4/realloc.m4: Likewise.
31776         * m4/regex.m4: Likewise.
31777         * m4/stat.m4: Likewise.
31778         * m4/strftime.m4: Likewise.
31779         Suggestion from Alain Magloire.
31780
31781         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31782         an argument.
31783
31784         * m4/regex.m4: Add a run-time Test for proper operation of
31785         re_compile_pattern.
31786
31787 1999-01-31  Jim Meyering  <meyering@ascend.com>
31788
31789         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31790
31791 1999-01-30  Jim Meyering  <meyering@ascend.com>
31792
31793         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31794
31795         * m4/jm-mktime.m4: Make this a wrapper around the official
31796         AM_FUNC_MKTIME rather than my private copy, now that the official one
31797         is up to date.
31798         * m4/mktime.m4: Remove file.
31799
31800         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31801         * m4/uptime.m4: Likewise.
31802         * m4/uintmax_t.m4: Likewise.
31803
31804 1999-01-28  Jim Meyering  <meyering@ascend.com>
31805
31806         * m4/jm-macros.m4: Use jm_AFS.
31807         * m4/afs.m4: New file (from fileutils' configure.in).
31808
31809         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31810         * m4/chown.m4: Likewise.
31811         * m4/d-ino.m4: Likewise.
31812         * m4/d-type.m4: Likewise.
31813         * m4/fnmatch.m4: Likewise.
31814         * m4/getgroups.m4: Likewise.
31815         * m4/gettext.m4: Likewise.
31816         * m4/jm-mktime.m4: Likewise.
31817         * m4/jm-winsz2.m4: Likewise.
31818         * m4/lcmessage.m4: Likewise.
31819         * m4/ls-mntd-fs.m4: Likewise.
31820         * m4/malloc.m4: Likewise.
31821         * m4/memcmp.m4: Likewise.
31822         * m4/putenv.m4: Likewise.
31823         * m4/realloc.m4: Likewise.
31824         * m4/st_mtim.m4: Likewise.
31825         * m4/strftime.m4: Likewise.
31826
31827 1999-01-16  Jim Meyering  <meyering@ascend.com>
31828
31829         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31830         (ARGMATCH_DIE_DECL): Define.
31831
31832 1999-01-12  Jim Meyering  <meyering@ascend.com>
31833
31834         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31835         Reported by Lars Hecking.
31836
31837 1999-01-10  Jim Meyering  <meyering@ascend.com>
31838
31839         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31840         gross kludge.
31841         * m4/inttypes_h.m4: Likewise.
31842         * m4/lstat.m4: Likewise.
31843         * m4/malloc.m4: Likewise.
31844         * m4/readdir.m4: Likewise.
31845         * m4/realloc.m4: Likewise.
31846         * m4/st_dm_mode.m4: Likewise.
31847         * m4/stat.m4: Likewise.
31848         * m4/utimbuf.m4: Likewise.
31849         * m4/utimes.m4: Likewise.
31850
31851         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31852         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31853         comments in config.h.in are meaningful.
31854
31855         * m4/jm-macros.m4: Require autoconf-2.13 here.
31856
31857         * m4/regex.m4: By default, don't use the included regex.c on systems
31858         with glibc 2.  Suggestion from Uli Drepper.
31859
31860 1999-01-02  Jim Meyering  <meyering@ascend.com>
31861
31862         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31863
31864 1998-12-18  Jim Meyering  <meyering@ascend.com>
31865
31866         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31867         Based on a suggestion from Lars Hecking.
31868
31869 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31870
31871         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31872
31873 1998-11-16  Jim Meyering  <meyering@ascend.com>
31874
31875         * m4/lfs.m4: Double-quote the `uname...` expression.
31876
31877 1998-11-14  Jim Meyering  <meyering@ascend.com>
31878
31879         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31880         * m4/stat.m4: Likewise.
31881
31882 1998-11-03  Jim Meyering  <meyering@ascend.com>
31883
31884         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31885         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31886
31887 1998-10-18  Jim Meyering  <meyering@ascend.com>
31888
31889         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31890
31891 1998-10-17  Jim Meyering  <meyering@ascend.com>
31892
31893         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31894         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31895         calls for those previously hard-coded headers.  Instead, take a new
31896         parameter.
31897         (jm_CHECK_DECLARATIONS): Reflect interface change.
31898         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31899         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31900
31901         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31902
31903 1998-10-14  Jim Meyering  <meyering@ascend.com>
31904
31905         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31906         instead of "TZ=America/Vancouver".  From Paul Eggert.
31907
31908 1998-10-11  Jim Meyering  <meyering@ascend.com>
31909
31910         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31911         This adds a test for a recently added compatibility fix for mktime.c.
31912         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31913
31914 1998-09-27  Jim Meyering  <meyering@ascend.com>
31915
31916         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31917
31918         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31919         ../configure.in, including a change from Gordon Matzigkeit to allow
31920         cross-compiling for the Hurd.
31921
31922         * m4/glibc.m4: New file/macro to test for the GNU C Library
31923         versions 1 and 2.  From Gordon Matzigkeit.
31924         Indent.
31925
31926 1998-09-21  Jim Meyering  <meyering@ascend.com>
31927
31928         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31929
31930 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31931
31932         Port nanosecond-resolution times to UnixWare 2.1.2 and
31933         pedantic Solaris 2.6.
31934
31935         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31936         AC_STRUCT_ST_MTIM.
31937         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31938         Generate name of ns member, instead of just 1 or undef.
31939         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31940
31941 1998-08-15  Jim Meyering  <meyering@ascend.com>
31942
31943         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31944         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31945         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31946         instead of jm_TYPE_SSIZE_T.
31947
31948 1998-08-12  Jim Meyering  <meyering@ascend.com>
31949
31950         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31951
31952 1998-08-02  Jim Meyering  <meyering@ascend.com>
31953
31954         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31955         in acconfig.h manually.
31956
31957 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31958
31959         * m4/st_mtim.m4: New file.
31960
31961 1998-07-28  Jim Meyering  <meyering@ascend.com>
31962
31963         * m4/utimes.m4: Undef stat.
31964
31965 1998-07-25  Jim Meyering  <meyering@ascend.com>
31966
31967         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31968         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31969
31970 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31971
31972         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31973         uid and gid actually remain unchanged.
31974
31975 1998-07-07  Jim Meyering  <meyering@ascend.com>
31976
31977         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31978
31979 1998-07-04  Jim Meyering  <meyering@ascend.com>
31980
31981         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31982         to prove that this macro can be used in packages without regex.c.
31983
31984 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31985
31986         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31987         is to be used.
31988
31989 1998-07-03  Jim Meyering  <meyering@ascend.com>
31990
31991         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31992
31993         * m4/gettext.m4: New file -- from gettext-0.10.35.
31994         * m4/lcmessage.m4: Likewise.
31995         * m4/progtest.m4: Likewise.
31996
31997         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31998         * m4/jm-macros.m4: Require the new macro.
31999
32000 1998-06-29  Jim Meyering  <meyering@ascend.com>
32001
32002         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32003         for the definition of NGROUPS (used in a system header included
32004         by sys/mount.h).
32005
32006 1998-06-28  Jim Meyering  <meyering@ascend.com>
32007
32008         * m4/ls-mntd-fs.m4: New file.
32009         * m4/fstypename.m4: New file.
32010
32011         * m4/jm-macros.m4: Require the new macro.
32012         * m4/jm-glibc-io.m4: New file.
32013
32014 1998-05-19  Jim Meyering  <meyering@ascend.com>
32015
32016         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32017         * m4/lchown.m4: New file.
32018
32019         * m4/Makefile.am.in: New file.
32020         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32021
32022 1998-05-14  Jim Meyering  <meyering@ascend.com>
32023
32024         * m4/Makefile.am (EXTRA_DIST): Add them.
32025         * m4/jm-macros.m4: New file.
32026         * m4/utimbuf.m4: New file.
32027
32028 1998-05-12  Jim Meyering  <meyering@ascend.com>
32029
32030         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32031
32032 1998-05-11  Jim Meyering  <meyering@ascend.com>
32033
32034         * m4/isc-posix.m4: New file.
32035
32036 1998-05-10  Jim Meyering  <meyering@ascend.com>